body {
    font-size: 14px;
    font-family: NeueAlteGrotesk-Regular;
}

@font-face {
    font-family: NeueAlteGrotesk-Regular;
    src: url(../webfonts/NeueAlteGrotesk-Regular.ttf);
}

@font-face {
    font-family: NeueAlteGrotesk-SemiBold ;
    src: url(../webfonts/NeueAlteGrotesk-SemiBold.ttf);
}

p {
    line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: NeueAlteGrotesk-SemiBold ;
}

header a.navbar-brand img {
    width: 90px;
}

header.fixed {
    background: linear-gradient(260deg, #44dcd1 0%, #10D7C8 40%, #126DDA 100%);
    z-index: 9;
    box-shadow: 0px 15px 20px #00000038;
}

.btn-primary-new:hover {
    background: linear-gradient(266.95deg, #EEEEEE -53.29%, #FECC29 -8.99%, #FC8B0C 57.46%);
    color: #fff;
}

li.nav-item.Login-btn a:hover {
    background: #f0bb00;
}

.heading-content h2 {
    font-size: 42px;
}

.home_page_banner {
    background: url(../img/top-header.svg);
    background-size: cover;
    background-position: inherit;
    padding-top: 150px;
    padding-bottom: 100px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* Vector */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 20%, #00000036 90%);
    z-index: 9;
}

header nav.navbar {
    padding: 0;
}

header a.nav-link {
    color: white;
}

.btn-primary-new {
    box-shadow: 0px 3.43px 7.26px rgba(0, 0, 0, 0.16);
    color: #fff;
    background: linear-gradient(0deg, #FFFFFF 20.46%, rgba(255, 255, 255, 0) 89.18%);
}

.btn-new {
    padding: 7px 15px;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
}

a.btn-primary-new:before {
    content: '';
    position: absolute;
    width: 98%;
    height: 98%;
    background: linear-gradient(266.95deg, #EEEEEE -53.29%, #FECC29 -8.99%, #FC8B0C 57.46%);
    left: 50%;
    border-radius: 5px;
    transform: translate(-50% , -50%);
    top: 50%;
}

li.nav-item.Login-btn a:before {
    border-radius: 7px;
    border: 2px solid transparent;
    ; content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

li.nav-item.Register-btn a {
    /* Vector */
    background: #FFFFFF;
    box-shadow: 0px 2.83px 3.78px rgba(0, 0, 0, 0.16);
    color: #233266 !important;
    border-radius: 7px;
}

.navbar-nav a.nav-link {
    padding: 5px 20px !important;
    font-weight: 500;
    color: #fff !important;
    border-radius: 7px;
}

 
.navbar-nav li.nav-item > a.nav-link:hover {
    color: #ffcd6b;
}
 

li.nav-item.Login-btn a.nav-link {
    color: #fff !important;
}
li.nav-item.Login-btn {
    margin-right: 15px;
}

li.nav-item.Register-btn {
}

li.nav-item.Login-btn a {
    position: relative;
    overflow: hidden;
    border: 2px solid #ffcd6b;
    border-radius: 7px;
}
.navbar-nav a.nav-link:hover {
    background: #ffcd6b;
}
.testimonial_sec_1 {
    padding: 100px 0;
}

.OUR-SERVICES {
    padding-top: 50px;
}

li.nav-item.Login-btn a span {
    position: relative;
}

.navbar-nav li.nav-item {
    margin-left: 15px;
}

.banner_left_content h1 span.bg-text {
    /* Vector */
    background: linear-gradient(268.6deg, #EEEEEE -36.75%, #FECC29 7.48%, #FC8B0C 73.83%);
    border-radius: 9px;
    padding: 0px 15px;
    color: #fff;
}

/****************************/
.banner_left_content h1 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
}

.banner_right_content {
    /* Vector */
    padding: 50px;
    border-radius: 40% 0 40% 50px;
    /* Vector */
    background: linear-gradient(90deg, rgba(238, 238, 238, 0) 20.4%, #FFFFFF 103.68%);
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 550px;
    width: 450px;
}

.banner_right_content img {
    width: 350px;
    position: relative;
}

.banner_right_content:before {
    background: linear-gradient(90deg, rgba(238, 238, 238, 0) 20.4%, #FFFFFF 103.68%);
    content: '';
    background: radial-gradient(156.71% 124.43% at 13.87% 13.01%, #EEEEEE 0%, #10D7C8 40%, #126DDA 100%);
    width: 96%;
    height: 96%;
    position: absolute;
    left: 2%;
    top: 2%;
    border-radius: 40% 0 40% 50px;
}

/****************************/
.our-inner-services {
    /* Vector */
    background: radial-gradient(167.6% 167.6% at -9.8% -15.5%, #EEEEEE 0%, #10D7C8 23%, #126DDA 100%);
    padding: 50px;
    border-radius: 50px;
}

img.offer_1_png {
    width: 110px;
    margin: 0 auto;
    display: table;
    margin-bottom: -35px;
    position: relative;
    z-index: 1;
}

.os-content {
    border: 4px solid #ffffffd6;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    padding: 15px;
    padding-top: 40px;
    text-align: center;
}

img.color_card-sv {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

.position-relative p {
    margin-bottom: 0;
}

.position-relative h4 {
    color: #0c094c;
    font-size: 18px;
}

.our-sv_card {
    margin-bottom: 30px;
}

/****************************/
.text-orange {
    color: #FDA617;
}

.text-primary {
    color: #116EDA;
}

.customer_test_Card {
    /* Vector */
    background: #D5EBF4;
    border: 1px solid #FDA617;
    box-shadow: 2px 6px 6px rgb(0 0 0 / 5%);
    border-radius: 20px;
    padding: 15px;
    font-size: 14px;
    color: #353535;
}

.content-cust img {
    width: 40px !important;
    margin-bottom: 15px;
}

.customer-name-test {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 65px;
}

span.circle_test {
    width: 50px;
    height: 50px;
    border: 2px solid #116EDA;
    border-radius: 100px;
    background: #fff;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -3px;
}

span.circle_test img {
    width: 100%;
    height: 100%;
}

.customer-name-test h6 {
    font-size: 16px;
    margin-bottom: 5px;
}

.customer-name-test p {
    margin-bottom: 0;
    font-size: 12px;
}

.testimonial-sec {
    background: radial-gradient(121.25% 152.55% at 28.16% -7.76%, #EEEEEE 0%, #CAEAE7 7%, #6FE0D8 21%, #10D7C8 36%, #126DDA 84%);
    padding: 100px 0;
}

.text-dark {
    color: #233266;
}

/*************************************************/
/* Default slide */
.testmonial-slider .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

.testmonial-slider .slick-track {
    display: flex;
    align-items: center;
    height: 341px;
}

.testmonial-slider .slick-track .slide {
    height: 300px;
}

.testmonial-slider .slick-track .slide.slick-slide.slick-current.slick-active.slick-center {
    height: 340px;
}

.testmonial-slider .slick-track .slide.slick-slide.slick-current.slick-active.slick-center .customer_test_Card {
    /* transform: scale(1.1); */
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.testimonial_sld .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

.testimonial_sld .slick-track {
    display: flex;
    align-items: center;
    height: 330px;
}

.testimonial_sld .slick-track .slide {
    height: 250px;
}

.testimonial_sld .slick-track .slide.slick-slide.slick-current.slick-active.slick-center {
    height: 280px;
}

.testimonial_sld .slick-track .slide.slick-slide.slick-current.slick-active.slick-center .whpsays_card {
    /* transform: scale(1.1); */
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

ul.slick-dots {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
    margin-top: 30px;
}

ul.slick-dots li button {
    border-radius: 100px;
    width: 10px;
    height: 10px;
    line-height: 0;
    font-size: 0;
    /* Vector */
    border: 2px solid #C9E5F4;
    text-indent: -999%;
    padding: 0 !important;
}

ul.slick-dots li {
    margin: 0 2px;
}

ul.slick-dots .slick-active button {
    background: #233266;
}

/*************************************************/
/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.wht-img-wrp {
    background: linear-gradient(94.06deg, #EEEEEE 29.57%, #54C1F0 61.68%, #233266 101.01%);
    border-radius: 15px;
    overflow: hidden;
}

.whs-pic {
    background: linear-gradient(94.06deg, #EEEEEE 29.57%, #54C1F0 61.68%, #233266 101.01%);
    padding: 5px;
    border-radius: 15px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.whpsays_card-content h6 {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
}

.whpsays_card-content {
    text-align: center;
    height: 100%;
    position: relative;
}

.testimonial_sld .slick-track .slide.slick-slide.slick-current.slick-active.slick-center .wht-img-wrp {
    height: 100%;
    /* Vector */
}

.testimonial_sld .slick-track .slide.slick-slide.slick-current.slick-active.slick-center .wht-img-wrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial_sld .slick-track .slide.slick-slide.slick-current.slick-active.slick-center .whpsays_card-content:before {
    content: '';
    position: absolute;
    background: #FFFFFF;
    opacity: 0.25;
    transform: rotate(355deg);
    height: 96%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 30px;
}

.testimonial_sld .slick-track .slide.slick-slide.slick-current.slick-active.slick-center .whpsays_card-content:after {
    content: '';
    position: absolute;
    background: #FFFFFF;
    opacity: 0.25;
    transform: rotate(5deg);
    height: 95%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 30px;
}

.testimonial_sld .slick-track .slide.slick-slide.slick-current.slick-active.slick-center .whs-pic {
    background: #FBC132;
    height: 94%;
}

.testimonial-sec ul.slick-dots li button {
    background: transparent;
}

.testimonial-sec ul.slick-dots li.slick-active button {
    background: #ffffff;
}

/**********footer************************/
footer {
    background: #1E1E1E;
    padding-top: 100px;
}

footer h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

ul.userfull-link li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 50%, 0 100%, 30% 50%);
    width: 10px;
    height: 10px;
    background: #54C1F0;
    top: 5px;
}

ul.userfull-link li a {
    position: relative;
    padding-left: 20px;
    text-decoration: none;
    color: #CCCCCC;
}

ul.userfull-link {
    padding-left: 0;
    list-style: none;
}

ul.userfull-link li {
    padding-bottom: 9px;
}

img.footer_logo {
    width: 150px;
    margin-bottom: 0px;
}

.card_ft_1 {
    color: #CCCCCC;
    min-height: 172px;
    margin-bottom: 30px;
}

.post_log {
    display: flex;
    position: relative;
    padding-left: 85px;
    min-height: 70px;
}

.post-img {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 15px;
    position: absolute;
    left: 0;
}

.post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post_log aside p {
    font-size: 14px;
    margin-bottom: 5px;
}

.post_log aside small {
    font-size: 11px;
}

body {
    font-size: 14px;
}

.card_ft_2 {
    min-height: 200px;
}

span.sc_icon {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #54C1F0;
    border-radius: 100px;
    left: 0;
    color: #1E1E1E;
}

ul.socialft-link li a {
    position: relative;
    padding-left: 45px;
    display: flex;
    text-decoration: none;
    color: #CCCCCC;
}

ul.socialft-link {
    padding-left: 0;
    list-style: none;
}

ul.socialft-link li {
    padding-top: 9px;
    min-height: 40px;
}

.Follow_Us_ft ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}

.Follow_Us_ft ul a {
    color: #fff;
    font-size: 35px;
}

.Follow_Us_ft ul a:hover {
    color: #54c1f0;
}

.Subscribe_input {
    margin-top: 70px;
}

.son {
    background: white;
    border-radius: 100px;
    position: relative;
    padding: revert-layer;
    overflow: hidden;
    border: 2px solid #fff;
    margin-bottom: 50px;
}

input.son-input {
    background: none;
    border: 0;
    width: 100%;
    background: #1e1e1e;
    border-radius: 100px 0 0 100px;
    padding: 9px;
    padding-left: 24px;
    padding-right: 75px;
    color: #fff;
}

.son .btn-light {
    position: absolute;
    width: 50px;
    height: 100%;
    right: 0;
    border-radius: 0;
}

.ft-row > .col-md-6.col-lg-3:nth-child(1):before, .ft-row > .col-md-6.col-lg-3:nth-child(2):before, .ft-row > .col-md-6.col-lg-3:nth-child(3):before {
    background: linear-gradient(45deg,transparent ,#dededecc ,transparent );
    content: '';
    position: absolute;
    width: 2px;
    height: 90%;
    top: 5%;
    right: 6px;
    opacity: 0.4;
}

.ft-row > .col-md-6.col-lg-3:nth-child(1), .ft-row > .col-md-6.col-lg-3:nth-child(2) , .ft-row > .col-md-6.col-lg-3:nth-child(3) {
    position: relative;
}

.bottom_footer {
    background: #3D4146;
    padding: 15px;
    text-align: center;
    color: #CCCCCC;
    margin-top: 30px;
}

.scroltop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9;
    width: 40px;
    height: 40px;
    color: #fff;
    cursor: pointer;
}

.scroltop > img {
    animation: arrow 3s infinite;
    transition-delay: 1s;
}

@keyframes arrow {
    0%, 20%, 50%, 80%, 100% {
        margin-top: 18px;
    }

    40% {
        margin-top: 10px;
    }

    60% {
        margin-top: 15px;
    }
}

/**********footer************************/
@media (max-width:767px){
    .banner_right_content {
        width: auto;
        border-radius: 25% 0 25% 15%;
        height: auto;
    }
    
    .banner_right_content:before {
        border-radius: 25% 0 25% 15%;
    }
    
    .banner_right_content img {
        width: 100%;
    }
    
    .home_page_banner {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .banner_left_content h1 {
        font-size: 36px;
        text-align: center;
    }
    
    .banner_left_content {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .home_page_banner .row {
    }
    
    .our-inner-services {
        padding: 30px;
    }
    
    .testimonial_sec_1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .heading-content h2 {
        font-size: 30px;
    }
    
    .testimonial-sec {
        padding: 50px 0;
    }
    
    .card_ft_1 {
        min-height: auto;
        margin-bottom: 20px;
    }
    
    .card_ft_2 {
        min-height: auto;
        margin-bottom: 30px;
    }
    
    .Follow_Us_ft ul a {
        font-size: 24px;
    }
    
    .Follow_Us_ft ul {
        justify-content: normal;
    }
    
    .Follow_Us_ft ul li {
        margin-right: 30px;
    }
    
    .navbar-collapse.justify-content-end.collapse {
        background: linear-gradient(260deg, #44dcd1 0%, #10D7C8 40%, #126DDA 100%);
    }
    
    li.nav-item.Login-btn {
        margin-bottom: 15px;
    }
    
    li.nav-item.Register-btn {
        margin-bottom: 15px;
    }
    
    .navbar-nav li.nav-item {
        margin-right: 15px;
    }
    
    .navbar-toggler {
    }
     
}