@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
body {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #121212;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


ul,
ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    color: #21a7d0;
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: none !important;
}


a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #121212;
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

/*
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #121212;
    margin: 0px;
}*/

.y-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.pt-100 {
    padding-top: 100px;
}


.pr-90 {
    padding-right: 90px;
}

.pr-30 {
    padding-right: 30px;
}

img {
    max-width: 100%;
    height: auto;
}


.main-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 0 32px;
    font-size: 16px;
    line-height: 46px;
    color: #0067f4;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    position: relative;
    text-transform: uppercase;
}

.rounded-buttons ul li {
    display: inline-block;
    margin-left: 18px;
    margin-top: 20px;
}

.rounded-buttons ul li:first-child {
    margin-left: 0;
}

.rounded-buttons .main-btn {
    border-radius: 50px;
}

.rounded-buttons .rounded-one {
    border-color: #0067f4;
}

.rounded-buttons .rounded-one:hover {
    color: #0067f4;
    background-color: rgba(0, 103, 244, 0.4);
}

.rounded-buttons .rounded-two {
    color: #fff;
    background-color: #0067f4;
    border-color: #0067f4;
}

.rounded-buttons .rounded-two:hover {
    color: #0067f4;
    background-color: transparent;
}



.carousel-item {
    background-color: #0067f4;
    position: relative;
}

.carousel-item::before {
    position: absolute;
    content: '';
    width: 33%;
    height: 100%;
    background: -webkit-linear-gradient(rgba(0, 103, 244, 0.3) 0%, rgba(43, 219, 220, 0.3) 100%);
    background: -o-linear-gradient(rgba(0, 103, 244, 0.3) 0%, rgba(43, 219, 220, 0.3) 100%);
    background: linear-gradient(rgba(0, 103, 244, 0.3) 0%, rgba(43, 219, 220, 0.3) 100%);
    top: 0;
    right: 15%;
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    transform: skewX(20deg);
}



.carousel-item .slider-image-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 9;
}

.carousel-item .slider-image-box .slider-image {
    max-width: 680px;
    width: 100%;
}


.slider-content {
    position: relative;
    z-index: 9;
    padding-top: 240px;
    padding-bottom: 200px;
}

.slider-content .title {
    font-size: 88px;
    line-height: 96px;
    color: #fff;
    font-weight: 700;
}

.slider-content .text {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
}

.slider-content .slider-btn {
    padding-top: 16px;
}

.slider-content .slider-btn li {
    display: inline-block;
    margin: 16px 8px 0;
}

.slider-content .slider-btn li a.rounded-one {
    background-color: #fff;
    border-color: #fff;
}

.slider-content .slider-btn li a.rounded-one:hover {
    background-color: transparent;
    color: #fff;
}

.slider-content .slider-btn li a.rounded-two {
    border-color: #fff;
}

.slider-content .slider-btn li a.rounded-two:hover {
    background-color: #fff;
    color: #0067f4;
}


.carousel-indicators {
    margin-bottom: 50px;
}

.carousel-indicators li {
    display: block;
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    border: 0;
    margin: 0px 2px;
}

.carousel-indicators li.active {
    background-color: #fff;
    width: 16px;
    border-radius: 50px;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    top: 50%;
    font-size: 32px;
    color: #fff;
    bottom: auto;
    left: 60px;
    right: auto;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
}