@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'cambriaregular';
    src: url('../fonts/cambria-font-for-windows-webfont.woff2') format('woff2'),
         url('../fonts/cambria-font-for-windows-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root{
    --white:#fff;
    --black:#000;
    --blue:#00163C;
    --dark-blue:#000D29;
    --light-blue:#1D6FB8;
    --red:#DC2626;
    --dark-black:#191919;
    --gold: #DBAE51;
    --green: #55421A;
    --orange: #AD893E;
    --sky: #E2E7FF;
    --light-navy: #F4F6FF;
    --poppins:"Poppins", sans-serif;
    --cambriaregular: "cambriaregular", sans-serif;
}

/* general */

.container{
/*     max-width: calc(1140px + var(--bs-gutter-x, .75rem)*2); */
	max-width:80%;
}
body{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--dark-grey);
    font-family:var(--poppins);
}

.section-title{
    font-size: 40px;
    font-family: var(--cambriaregular);
    font-weight: 700;
    color: var(--blue);
    line-height: 48px;
    letter-spacing: -0.4px;
    margin-bottom: 16px;
}
p strong{
    color: var(--light-blue);
}
/* general */

/* buttons */
.btn:focus,
.btn:focus-visible,
.btn:active{
    box-shadow: none;
    outline: none;
}
.btn-primary{
    background:var(--red);
/*    border: 1px solid var(--red);*/
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--white);
    padding: 16px 32px;
    border-radius: 0;
    margin-left: 24px;
    min-width: 214px;
    transition: all 0.2s linear;
}
.btn-primary img{
    margin-left: 14px;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:focus-visible,
.btn.btn-primary:active{
	background: #B91C1C;
    border: none;
/*	border:1px solid #B91C1C;*/
    box-shadow: none;
    outline: none;
    transform: translateY(-2px);
}

.btn-secondary{
    background:var(--light-blue);
/*    border: 1px solid var(--light-blue);*/
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--white);
    padding: 16px 32px;
    border-radius: 0;
    min-width: 214px;
    transition: all 0.2s linear;
}
.btn-secondary img{
    margin-left: 14px;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:focus-visible,
.btn.btn-secondary:active{
	background: #165996;
    border: none;
/*	border:1px solid #165996;*/
    box-shadow: none;
    outline: none;
    transform: translateY(-2px);
}

.btn-third{
    background:var(--gold);
/*    border: 1px solid var(--gold);*/
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--green);
    padding: 16px 32px;
    border-radius: 0;
    transition: all 0.2s linear;
}
.btn-third svg{
    margin-left: 16px;
}
.btn.btn-third:hover,
.btn.btn-third:focus,
.btn.btn-third:focus-visible,
.btn.btn-third:active{
    background: var(--orange);
/*    border:1px solid var(--orange);*/
    border: none;
    color: var(--white);
    box-shadow: none;
    outline: none;
    transform: translateY(-2px);
}
.btn-third svg path{
    transition: all 0.2s linear;
}
.btn-third:hover svg path{
    stroke: var(--white);
}

/* buttons */

/* header */

.site-header{
    background-color: #00163C;
    padding: 52px 0;
}
.site-header .navbar{
    padding: 0;
}
.site-header .navbar .nav-link,
.site-header .navbar .menu-item .dropdown-item{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: var(--poppins);
    padding: 0 24px;
    color: var(--white);
}
.site-header .navbar .menu-item .dropdown-item{
    background-color: var(--white);
	color:var(--blue);
}
.site-header .navbar .active .nav-link,
.site-header .navbar .nav-link:hover,
.site-header .navbar .menu-item .sub-menu .dropdown-item:hover,
.site-header .navbar .menu-item .dropdown-menu .menu-item .dropdown-item:hover{
    color: var(--red);
}
/*.site-header .navbar .menu-item .dropdown-menu .menu-item{*/
/*	padding:10px 0 10px 0;*/
/*}*/
.site-header .navbar .menu-item .dropdown-menu .menu-item{
	background:#fff;
}
/*.site-header .navbar .menu-item .dropdown-item:hover{*/
/*	background:transparent;*/
/*}*/
.site-header .navbar .menu-item.dropdown:hover .dropdown-menu,
.site-header .navbar .menu-item.dropdown .dropdown-menu:hover{
	display:block !important;
}
.site-header .navbar .menu-item{
    position: relative;
}
.site-header .navbar .menu-item.dropdown .dropdown-menu.depth_0{
    padding-top: 20px;
    display:none !important;
}
.site-header .navbar .menu-item.dropdown:hover .dropdown-menu.depth_0,
.site-header .navbar .menu-item.dropdown .dropdown-menu.depth_0.active{
    display:block !important;
}
.site-header .navbar .menu-item.dropdown .dropdown-menu .menu-item.dropdown .dropdown-menu.sub-menu{
    display: none !important;
}
.site-header .navbar .menu-item.dropdown .dropdown-menu .menu-item.dropdown:hover .dropdown-menu.sub-menu{
    display: block !important;
    left: 100%;
    top: 0;
}
.site-header .navbar .menu-item.dropdown .dropdown-menu .dropdown-item{
    padding:5px 10px;
}
.site-header .navbar .menu-item.dropdown .dropdown-menu{
	background:transparent;
	border:0;
	padding: 0;
	min-width: 215px;
}
.site-header .navbar .menu-item.dropdown .dropdown-menu .sub-menu{
    padding: 0;
}
.site-header .navbar .nav-link.dropdown-toggle i,
.site-header .navbar .dropdown-item i{
	margin-left:5px;
}
.site-header .navbar .nav-link.dropdown-toggle::after{
	display:none;
}

.site-header .navbar .navbar-collapse{
    align-items: baseline;
}

/* header */

/* footer */
.whatsapp-icon{
	position:fixed;
	left:20px;
	bottom:20px;
	z-index:10;
}
.whatsapp-icon a{
    background: #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
	box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.05), 0px 1px 1px 0px rgba(0, 0, 0, 0.03), 0px 3px 5px 0px rgba(0, 0, 0, 0.03);
}
.whatsapp-icon i{
	font-size:30px;
	color:#25D366;
}
.site-footer{
    background-color: var(--blue);
}
.site-footer .top{
    padding: 160px 0 64px 0;
}
.site-footer .footer-logo{
    margin-bottom: 64px;
}
.site-footer .f-title,
.site-footer .middle .widgettitle{
    padding-bottom: 15px;
    font-weight: 600;
    color: var(--light-blue);
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid var(--light-blue);
    margin-bottom: 20px;
}
.site-footer .left .text{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 32px;
}
.site-footer .left .btn-primary{
    margin-left: 0;
}
.site-footer .footer-menu ul{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.site-footer .footer-menu ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 16px;
}
.site-footer .footer-menu ul li a{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--white);
    display: block;
    transition: all 0.2s linear;
}
.site-footer .footer-menu ul li a:hover{
    color: var(--red);
}
.site-footer .footer-menu ul li.current-menu-item a{
    font-weight: 600;
    color: var(--red);
}
.site-footer .footer-menu ul li:last-child a,
.site-footer .footer-menu ul li:nth-last-child(1) a{
    border-bottom: 0;
}
.site-footer .last .phone,
.site-footer .last .email,
.site-footer .last .time{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--white);
    text-decoration: none;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--white);
    margin-bottom: 16px;
    transition: all 0.2s linear;
}
.site-footer .last .phone:hover,
.site-footer .last .email:hover{
    color: var(--red);
}
.site-footer .last .phone svg path,
.site-footer .last .email svg path{
    transition: all 0.2s linear;
}
.site-footer .last .phone:hover svg path,
.site-footer .last .email:hover svg path{
    fill: var(--red);
}
.site-footer .last .phone svg,
.site-footer .last .email svg,
.site-footer .last .time svg{
    margin-right: 16px;
}
.site-footer .last a{
    display: block;
}
.site-footer .row.third{
    margin: 80px 0;
}
.site-footer .row.fourth{
    margin-top: 80px;
}
.site-footer .row.fourth .d-title{
    color: var(--white);
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}
.site-footer .row.fourth .text{
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}
.site-footer .row.fourth .text p:last-child{
    margin: 0;
}
.site-footer .row.fourth .text a{
    color: var(--light-blue);
    text-decoration: unset;
    transition: all 0.2s linear;
}
.site-footer .row.fourth .text a:hover{
    color: var(--red) ;
}
.site-footer .bottom{
    background-color: var(--dark-blue);
    padding: 52px 0;
}
.site-footer .bottom .text{
    color: var(--white);
    font-size: 14px;
    line-height: 24px;
}
.site-footer .bottom .social-icon{
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    list-style: none;
    column-gap: 16px;
    justify-content: end;
}
.site-footer .bottom .social-icon a{
    background-color: var(--white);
    border-radius: 50px;
    display: flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
}
.site-footer .bottom .social-icon a:hover{
    background-color: var(--red);
}
.site-footer .bottom .social-icon a:hover svg path{
    fill: var(--white);
}

/* footer */
._1wkq7nf0 ._1wkq7nfd{
	right:10px !important;
	bottom:10px !important;
}
.site-footer .ssl-image{
	margin-top:20px;
	display:flex;
	align-items:center;
}
.site-footer .ssl-image img{
	max-width: 100px;
    border-radius: 50px;
}

/* .cky-btn-revisit-wrapper{
	bottom: 70px !important;
    left: 10px !important;
	width:50px !important;
	height:50px !important;
} */
.cky-consent-container .cky-consent-bar .cky-btn-reject,
.cky-consent-container .cky-consent-bar .cky-btn-accept{
	transition: all 0.2s linear;
}
.cky-consent-container .cky-consent-bar .cky-btn-reject:hover{
	background-color:#B91C1C !important;
	border-color:#B91C1C !important;
	transform: translateY(-2px);
	opacity:1;
}
.cky-consent-container .cky-consent-bar .cky-btn-accept:hover{
	background-color:#165996 !important;
	border-color:#165996 !important;
	transform: translateY(-2px);
	opacity:1;
}
.gform_confirmation_message{
	background: #41AE3A !important;
    color: #fff !important;
    padding: 20px !important;
}

/* section-home-hero */
.section-home-hero{
    padding: 160px 0;
    background-image: url('../images/sec-hero.webp');
    background-repeat: no-repeat;
    background-size: cover;
}
.section-home-hero .content-wrapper{
    padding: 48px;
    background: linear-gradient(89.46deg, rgba(255, 255, 255, 0.375) 20.75%, rgba(255, 255, 255, 0) 70.28%);
}
.section-home-hero .content-wrapper .section-title{
    max-width: 544px;
}
.section-home-hero .content-wrapper .description{
    max-width: 544px;
    margin-bottom: 32px;
}
.section-home-hero .content-wrapper .btn-primary{
    margin: 0 0 32px 0;
}
.section-home-hero .content-wrapper .img-fluid{
    margin-bottom: 8px;
}
.section-home-hero .content-wrapper .description:last-child{
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: var(--dark-black);
    margin-bottom: 0;
}
/* section-home-hero */

/* section-hero */
.section-hero{
    padding: 160px 0;
    background-image: url('../images/sec-hero-2.webp');
    background-repeat: no-repeat;
    background-size: cover;
}
.section-hero .content-wrapper{
    padding: 48px;
    background: linear-gradient(89.46deg, rgba(255, 255, 255, 0.5) 0.94%, rgba(255, 255, 255, 0) 100%);
}
.section-hero .content-wrapper .section-title{
    margin-bottom: 0;
}
/* section-hero */

/* section-works */
.section-works{
    padding: 160px 0;
    background-image: url('../images/sec-how-works.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.section-works .row{
    row-gap: 30px;
}
.section-works .content-wrapper{
    margin-bottom: 80px;
}
.section-works .content-wrapper .section-title{
    color: var(--white);
}
.section-works .content-wrapper .description{
    max-width: 650px;
    margin-bottom: 32px;
    color: var(--white);
}
.section-works .content-wrapper .description strong{
    color: var(--light-blue);
}
.section-works .content-wrapper .btn-primary{
    margin: 0;
}
.section-works .content-wrapper .btn-secondary{
    margin-left: 24px;
}
.section-works .work-wrapper .work{
    background-color: var(--white);
    padding: 56px;
    height: -webkit-fill-available;
}
.section-works .work-wrapper .work .img-wrapper{
    text-align: center;
    margin-bottom: 56px;
}
.section-works .work-wrapper .work .work-name{
    font-size: 18px;
    font-family: var(--poppins);
    font-weight: 600;
    color: var(--blue);
    line-height: 24px;
    text-align: center;
    max-width: 256px;
    margin: 0 auto 8px;
}
.section-works .work-wrapper .work .description{
    text-align: center;
    max-width: 256px;
    margin: 0 auto;
}

/* section-work */

/* section-promise */
.section-promise{
    padding: 160px 0;
    background-image: url('../images/sec-promise.png');
    background-repeat: no-repeat;
    background-size: cover;   
}
.section-promise .content-wrapper{
    margin-bottom: 80px;
}
.section-promise .content-wrapper .description{
    max-width: 510px;
    margin-bottom: 32px;
}
.section-promise .content-wrapper .description strong{
    color: var(--light-blue);
}
.section-promise .content-wrapper .btn-primary{
    margin: 0;
}
.section-promise .content-wrapper .btn-secondary{
    margin-left: 24px;
}
.section-promise.style_2 .content-wrapper .btn-wrapper{
    display: none;
}
.section-promise .promise-wrapper .promise{
    background-color: var(--white);
    padding: 48px;
}
.section-promise .promise-wrapper .row{
    row-gap: 32px;
}
.section-promise .promise-wrapper .promise{
    display: grid;
    grid-template-columns: 64px auto;
    align-items: center;
    column-gap: 48px;
    height: -webkit-fill-available;
}
.section-promise.style_2 .promise-wrapper .promise{
    grid-template-columns: 48px auto;
}
.section-promise.style_3 .promise-wrapper .promise{
    grid-template-columns: auto;
}
.section-promise.style_3 .promise-wrapper .promise .promise-name,
.section-promise.style_3 .promise-wrapper .promise .description{
    max-width: 100%;
}
.section-promise .promise-wrapper .promise .promise-name{
    font-size: 16px;
    font-family: var(--poppins);
    font-weight: 600;
    color: var(--red);
    line-height: 24px;
    max-width: 336px;
}
.section-promise .promise-wrapper .promise .description{
    font-size: 12px;
    line-height: 16px;
    max-width: 336px;
}
.section-promise .promise-wrapper .promise .description p{
    margin-bottom: 0;
}
.section-promise.style_4{
    background-image: url('../images/sec-services.png');
}
/* section-promise */

/* section-service */

.section-service{
    padding: 160px 0;
    background-image: url('../images/sec-services.png');
    background-repeat: no-repeat;
    background-size: cover;
/*    background-color: var(--white);*/
    position: relative;
    overflow: hidden;
}
.section-service.left{
    background-image: url('../images/sec-faq-2.png');
}
.section-service.full-width .image-part .img-wrapper{
    background-image: unset !important;
}
.section-service.full-width .image-part{
    display: none;
}
.section-service .image-part{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-service .image-part .col-lg-6{
    padding: 0;
}
.section-service .image-part .img-wrapper{
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 0 116px;
    background-position: center center;
}
.section-service.left .image-part .img-wrapper{
    margin: 0 116px 0 0;
}
.section-service .image-part .img-wrapper .img-fluid{
    opacity: 0;
    max-width: unset;
}
.section-service.left .row,
.section-service.left .image-part .row{
    flex-direction: row-reverse;
}
.section-service .content-wrapper{
    position: relative;
    z-index: 5;
}
.section-service .content-wrapper .section-title{
    margin-bottom: 32px;
}
.section-service .content-wrapper .section-title.style_3{
    margin-bottom: 16px;
}
.section-service .content-wrapper .description{
    margin-bottom: 32px;
}
.section-service .content-wrapper .description.style_3{
    margin-bottom: 0;
}
.section-service .content-wrapper .description.style_3 p:last-child{
    margin-bottom: 0;
}
.section-service .content-wrapper .description p a{
    color: var(--light-blue);
    text-decoration: none;
}
.section-service .content-wrapper .service .description{
    margin-bottom: 0;
}
.section-service .content-wrapper .service{
    padding: 0 0 0 32px;
}
.section-service .content-wrapper .service .service-name{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    position: relative;
}
.section-service .content-wrapper .service .service-name::before{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    left: -32px;
    top: 0;
    background-image: url('../images/star.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.section-service .content-wrapper .btn-wrapper.hide{
    display: none;
}
.section-service .content-wrapper .btn-primary{
    margin-left: 0;
}
.section-service .content-wrapper .btn-secondary{
    margin-left: 32px;
}
.section-service .content-wrapper .btn-wrapper{
    margin-top: 16px;
}
.section-service.full-width .content-wrapper .accordion{
    margin-bottom: 0;
}
.section-service .content-wrapper .accordion{
    margin-bottom: 32px;
}
.section-service .content-wrapper .btn-wrapper.style_1 .btn-primary:nth-last-child(2){
    display: none;
}
.section-service .content-wrapper .btn-wrapper.style_2 .btn-primary:first-child{
    display: none;
}
.section-service .content-wrapper .btn-wrapper.style_2 .btn-primary:nth-last-child(2){
    display: inline-block;
}
.section-service .content-wrapper .btn-wrapper.style_3{
    display: none;
}
.section-service .content-wrapper .contact-btn-wrapper,
.section-service .content-wrapper .contact-btn-wrapper.hide.style_3{
    display: none;
}
.section-service .content-wrapper .contact-btn-wrapper.style_3{
    display: block;
    margin-top: 32px;
}
.section-service .content-wrapper .contact-btn-wrapper.style_3 .btn-primary:not(:last-child){
    margin-right: 32px;
}
.section-service .content-wrapper .contact-btn-wrapper.style_3 .btn-primary img{
    margin-left: 12px;
}
.section-service .content-wrapper .accordion .accordion-item{  
    border: 1px solid var(--blue);
    border-radius: 0;
    background-color: var(--white);
    margin-bottom: 16px;
}
.section-service .content-wrapper .accordion .accordion-item .accordion-header .accordion-button{
    padding: 16px 32px;
    background-color: var(--white);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--blue);
    
}
.section-service .content-wrapper .accordion .accordion-item .accordion-header .accordion-button:focus,
.section-service .content-wrapper .accordion .accordion-item .accordion-header .accordion-button:focus-visible{
    box-shadow: none;
    outline: none;
}
.section-service .content-wrapper .accordion .accordion-item .accordion-body{
    font-size: 14px;
    border-top: 1px solid var(--blue);
    border-radius: 0;
    color: var(--blue);
    padding: 16px 32px;
}
.section-service .content-wrapper .accordion .accordion-item .accordion-body p{
    margin-bottom: 0;
}
.section-service .content-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed){
    background-color: var(--sky);
}
.section-service .content-wrapper .accordion .accordion-item .accordion-header .accordion-button{
    background-color: var(--white);
}
.section-service .content-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after{
    background-image: url('../images/blue-line.svg');
    background-position: center;
}
.section-service .content-wrapper .accordion .accordion-item .accordion-header .accordion-button::after{
    background-image: url('../images/plus.svg');
    background-position: center;
}
/* section-service */

/* section-client-review */
.section-client-review{
    padding: 160px 0;
    background-image: url('../images/sec-testimonials.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.section-client-review .content-wrapper .section-title{
    color: var(--white);
    margin-bottom: 80px;
}
.section-client-review .content-wrapper .slider-outer{
    position: relative;
}
.section-client-review .content-wrapper .client-slider{
    margin-bottom: 144px;

}
.section-client-review .content-wrapper .slider-outer .slider-btn {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.section-client-review .content-wrapper .slider-outer .slider-btn .arrow{
    display: flex;
    justify-content: space-between;
}
.section-client-review .content-wrapper .slider-outer .slider-btn .arrow .swiper-button-prev{
    position: relative;
    left: -86px;
}
.section-client-review .content-wrapper .slider-outer .slider-btn .arrow .swiper-button-prev::after{
    content: unset;
}
.section-client-review .content-wrapper .slider-outer .slider-btn .arrow .swiper-button-next::after{
    content: unset;
}
.section-client-review .content-wrapper .slider-outer .slider-btn .arrow .swiper-button-next{
    position: relative;
    right: -86px;
}
.section-client-review .content-wrapper .slider-outer .swiper-pagination{
    bottom: -86px;
}
.section-client-review .content-wrapper .slider-outer .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    margin: 0 8px;
    background-color: var(--white);
}
.section-client-review .content-wrapper .slider-outer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: var(--white);
    opacity: 0.5;
}
.section-client-review .content-wrapper .client-slider .swiper-wrapper{
	align-items:stretch;
	-webkit-transition-timing-function: linear !important;
      -o-transition-timing-function: linear !important;
      transition-timing-function: linear !important;
}
.section-client-review .content-wrapper .client-slider .swiper-wrapper .swiper-slide{
    padding: 48px;
    background-color: var(--white);
	height:auto;
}
.section-client-review .content-wrapper .client-slider .swiper-wrapper .swiper-slide .rating{
    margin-bottom: 32px;
}
.section-client-review .content-wrapper .client-slider .swiper-wrapper .swiper-slide .rating .star .img-fluid{
    display: none;
}
.section-client-review .content-wrapper .client-slider .swiper-wrapper .swiper-slide .rating .star.one .img-fluid:first-child{
    display: inline-block;
}
.section-client-review .content-wrapper .client-slider .swiper-wrapper .swiper-slide .rating .star.two .img-fluid:first-child,
.section-client-review .content-wrapper .client-slider .swiper-wrapper .swiper-slide .rating .star.two .img-fluid:nth-last-child(2){
    display: inline-block;
}
.section-client-review .content-wrapper .client-slider .swiper-wrapper .swiper-slide .rating .star.three .img-fluid:first-child,
.section-client-review .content-wrapper .client-slider .swiper-wrapper .swiper-slide .rating .star.three .img-fluid:nth-last-child(2),
.section-client-review .content-wrapper .client-slider .swiper-wrapper .swiper-slide .rating .star.three .img-fluid:nth-last-child(3){
    display: inline-block;
}
.section-client-review .content-wrapper .client-slider .swiper-wrapper .swiper-slide .rating .star.four .img-fluid:first-child,
.section-client-review .content-wrapper .client-slider .swiper-wrapper .swiper-slide .rating .star.four .img-fluid:nth-last-child(2),
.section-client-review .content-wrapper .client-slider .swiper-wrapper .swiper-slide .rating .star.four .img-fluid:nth-last-child(3),
.section-client-review .content-wrapper .client-slider .swiper-wrapper .swiper-slide .rating .star.four .img-fluid:nth-last-child(4){
    display: inline-block;
}
.section-client-review .content-wrapper .client-slider .swiper-wrapper .swiper-slide .rating .star.five .img-fluid:first-child,
.section-client-review .content-wrapper .client-slider .swiper-wrapper .swiper-slide .rating .star.five .img-fluid:nth-last-child(2),
.section-client-review .content-wrapper .client-slider .swiper-wrapper .swiper-slide .rating .star.five .img-fluid:nth-last-child(3),
.section-client-review .content-wrapper .client-slider .swiper-wrapper .swiper-slide .rating .star.five .img-fluid:nth-last-child(4),
.section-client-review .content-wrapper .client-slider .swiper-wrapper .swiper-slide .rating .star.five .img-fluid:last-child{
    display: inline-block;
}
.section-client-review .content-wrapper .client-slider .swiper-wrapper .swiper-slide .img-wrapper .img-fluid{
    border-radius: 50%;
    border: 6px solid var(--light-blue);
    margin-bottom: 32px;
	width: 96px;
	height: 96px;
}
.section-client-review .content-wrapper .client-slider .swiper-wrapper .swiper-slide .description{
    margin-bottom: 24px;
}
.section-client-review .content-wrapper .client-slider .swiper-wrapper .swiper-slide .cname{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
}
.section-client-review .content-wrapper .client-slider .swiper-wrapper .swiper-slide .caddress{
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}
.section-client-review .content-wrapper .review{
    display: flex;
    align-items: end;
    column-gap: 16px;

}.section-client-review .content-wrapper .review .description,
.section-client-review .content-wrapper .review .description p{
    font-size: 12px;
    font-weight: 500;
    color: var(--white);
    line-height: 16px;
    margin-bottom: 0;
}
/* section-client-review */

/* section-cta */

.section-cta{
    padding: 160px 0;
    background-image: url('../images/sec-cta.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.section-cta .left-part .section-title{
    color: var(--white);
    max-width: 544px;
}
.section-cta .left-part .description{
    color: var(--white);
    max-width: 390px;
    margin-bottom: 24px;
}
.section-cta .left-part .btn-primary{
    background-color: var(--white);
    color: var(--red);
/*    border-color: transparent;*/
    margin-left: 0;
}
.section-cta .left-part .btn-primary:hover{
    background-color: #FEE2E2;
    color: var(--red);
/*    border-color: transparent;*/
    margin-left: 0;
}
.section-cta .left-part .btn-secondary{
    background-color: var(--white);
    color: var(--light-blue);
/*    border-color: transparent;*/
    margin-left: 32px;
}
.section-cta .left-part .btn-secondary:hover{
    background-color: #D1E0FD;
    color: #165996;
/*    border-color: transparent;*/
}
.section-cta .img-wrapper{
	text-align:end;
}
/* section-cta */

/* section-values */
.section-values{
    padding: 160px 0;
    background-image: url('../images/sec-how-works.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.section-values .content-wrapper{
    margin-bottom: 80px;
}
.section-values .content-wrapper .section-title{
    color: var(--white);
}
.section-values .content-wrapper .description{
    max-width: 650px;
    margin-bottom: 32px;
    color: var(--white);
}
.section-values .content-wrapper .description strong{
    color: var(--light-blue);
}
.section-values .value-wrapper .row{
    row-gap: 32px;
}
.section-values .value-wrapper .value{
    display: grid;
    grid-template-columns: 88px auto;
    align-items: center;
    column-gap: 48px;
    background-color: var(--white);
    padding: 48px;
    height: -webkit-fill-available;
}
.section-values.style_2 .value-wrapper .value{
    grid-template-columns: auto;
}
.section-values .value-wrapper .value .value-name{
    font-size: 16px;
    font-family: var(--poppins);
    font-weight: 600;
    color: var(--red);
    line-height: 24px;
    max-width: 336px;
}
.section-values .value-wrapper .value .description{
    font-size: 12px;
    line-height: 16px;
    max-width: 336px;
}
.section-values.style_2 .value-wrapper .value .value-name,
.section-values.style_2 .value-wrapper .value .description{
    max-width: 100%;
}
.section-values .value-wrapper .value .description p{
    margin-bottom: 0;
}

/* section-values */

/* section-online-apply */
.section-online-apply{
    padding: 160px 0;
    background-image: url('../images/sec-how-works.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.section-online-apply .content-wrapper .section-title{
    color: var(--white);
}
.section-online-apply .content-wrapper .description{
    max-width: 650px;
    margin-bottom: 32px;
    color: var(--white);
    margin-bottom: 80px;
}
.section-online-apply .content-wrapper .btn-wrapper{
    padding: 205px 0;
    background-image: url('../images/map.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: flex;
    gap: 53px;
    flex-wrap: wrap;
    justify-content: center;
}
.section-online-apply .content-wrapper .btn-wrapper .btn-third{
    min-width: 240px;
    position: relative;
    min-height: 56px;
}
.section-online-apply .content-wrapper .btn-wrapper .btn-third .c-name{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: all 0.2s linear;
    width: 100%;
}
.section-online-apply .content-wrapper .btn-wrapper .btn-third:hover .c-name{
    opacity: 0;
    transform: translate(-50%, -80%);
}
.section-online-apply .content-wrapper .btn-wrapper .btn-third .online-apply{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -30%);
    opacity: 0;
    transition: all 0.2s linear;
}
.section-online-apply .content-wrapper .btn-wrapper .btn-third:hover .online-apply{
    opacity: 1;
    transform: translate(-50%, -50%);
}
/* section-pricing */
.section-pricing{
    padding: 160px 0;
    background-image: url('../images/sec-how-works.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.section-pricing.style_2{
    background-image: url('../images/pricing_style_2_bg.png');
}
.section-pricing .content-wrapper{
    margin-bottom: 80px;
}
.section-pricing .content-wrapper .section-title{
    color: var(--white);
}
.section-pricing .content-wrapper .description{
    margin-bottom: 32px;
    color: var(--white);
}
.section-pricing .content-wrapper .description strong{
    color: var(--light-blue);
}
.section-pricing .content-wrapper .btn-primary{
    margin: 0;
}
.section-pricing .content-wrapper .btn-secondary{
    margin-left: 24px;
}
.section-pricing .btn-primary svg,
.section-pricing .btn-secondary svg{
    margin-left: 12px;
}
.section-pricing.style_1 .btn-primary svg path,
.section-pricing.style_1 .btn-secondary svg path{
    stroke: var(--white);
}
.section-pricing.style_2 .content-wrapper .btn-primary{
    background-color: var(--white);
    color: var(--red);
/*    border-color: transparent;*/
    margin-left: 0;
}
.section-pricing.style_2 .content-wrapper .btn-primary:hover{
    background-color: #FEE2E2;
    color: var(--red);
/*    border-color: transparent;*/
    margin-left: 0;
}
.section-pricing.style_2 .content-wrapper .btn-secondary{
    background-color: var(--white);
    color: var(--light-blue);
/*    border-color: transparent;*/
}
.section-pricing.style_2 .content-wrapper .btn-secondary:hover{
    background-color: #D1E0FD;
    color: #165996;
/*    border-color: transparent;*/
}
.section-pricing .price-wrapper{
    background-color: var(--white);
    padding: 80px;
}
.section-pricing .price-wrapper table{
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}
.section-pricing .price-wrapper table thead{
    background-color: var(--light-blue);
}
.section-pricing .price-wrapper table thead th{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: var(--white);
}
.section-pricing .price-wrapper table tbody{
    background-color: var(--white);
}
.section-pricing .price-wrapper table tbody td{
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: var(--blue);
}
.section-pricing .price-wrapper table tbody td p{
    margin-bottom: 0;
}
.section-pricing .price-wrapper table tbody td p strong{
    color: var(--blue);
}
.section-pricing .price-wrapper table,
.section-pricing .price-wrapper table th,
.section-pricing .price-wrapper table td{
    border: 2px solid var(--light-blue);
}
.section-pricing .price-wrapper table th,
.section-pricing .price-wrapper table td{
    padding: 24px;
}
.section-pricing .price-wrapper .description p{
    margin-bottom: 0;
}
.section-pricing .price-wrapper .description{
    font-size: 14px;
    line-height: 20px;
    color: var(--blue);
    padding: 24px;
    border: 2px solid var(--light-blue);
    border-width: 0px 2px 2px 2px;
}
.section-pricing .price-wrapper table tbody td .btn-primary{
    min-width: unset;
    margin: 0;
    padding: 8px 16px;
}
/* section-pricing */

/* section-term-and-condition */
.section-term-and-condition{
    padding: 160px 0;
    background-image: url('../images/sec-text.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.section-term-and-condition .content-wrapper{
    background-color: var(--white);
    padding: 160px;
}
.section-term-and-condition .content-wrapper .condition .condition-name{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: var(--blue);
    margin-bottom: 16px;
}
.section-term-and-condition .content-wrapper .condition .description a{
	color:var(--light-blue);
	font-weight:500;
    text-decoration: none;
}
.section-term-and-condition .content-wrapper .condition:not(:last-child){
    margin-bottom: 40px;
}
.section-term-and-condition .content-wrapper .condition .description p strong{
    color: var(--blue);
}
/* section-term-and-condition */

/* section-application-form */

.section-application-form{
    background-image: url('../images/sec-text.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0;
}
.section-application-form #chatbox{
    height: 350px;
    overflow: auto;
}
.section-application-form .top-part{
    background-image: url('../images/sec-cta.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px;
}
.section-application-form .top-part .section-title,
.section-application-form .top-part .description{
    color: var(--white);
}
.section-application-form .top-part .description p strong{
    color: var(--white);
}
.section-application-form .bottom-part{
    background-color: var(--white);
    padding: 80px;
}
.section-application-form .bottom-part .section-title{
    margin-bottom: 60px;
}
.section-application-form .bottom-part .description{
    margin-bottom: 48px;
}
.section-application-form .bottom-part .description p strong{
    color: var(--blue);
}
.section-application-form .bottom-part .form-condition{
    background-color: var(--light-blue);
    padding: 80px;
    margin-bottom: 48px;
}
.section-application-form .bottom-part:first-child{
    margin-bottom: 80px;
}
.section-application-form .bottom-part:last-child{
    margin-top: 80px;
}
.section-application-form .apply-form{
    background-color: var(--white);
    padding: 40px 80px;
    margin-top: 80px;
}
.section-application-form .apply-form .btn-wrapper{
    text-align: end;
}
.section-application-form .apply-form .btn-wrapper .btn-primary{
    margin: 0;
}
/*.section-application-form .apply-form a{
    color: var(--blue);
}*/
.section-application-form .bottom-part .form-condition .title{
    font-size: 24px;
    font-weight: 600;
    color: var(--white);
    line-height: 24px;
    margin-bottom: 32px;
}
.section-application-form .bottom-part .form-condition .description{
    color: var(--white);
    margin-bottom: 0;
}
.section-application-form .bottom-part .form-condition .description ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.section-application-form .bottom-part .form-condition .description ul li{
    position: relative;
    padding-left: 32px;
}
.section-application-form .bottom-part .form-condition .description ul li:not(:last-child){
    margin-bottom: 32px;
}
.section-application-form .bottom-part .form-condition .description ul li::before{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    left: 0;
    background-image: url('../images/white-tick.svg');
    background-size: contain;
    background-repeat: no-repeat;

}
/* section-application-form */

/* section-blog */
.section-blog{
    padding: 160px 0;
/*    background-color: var(--light-blue);*/
    background-image: url('../images/sec-services.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.section-blog .content-wrapper .section-title,
.section-blog .content-wrapper .description{
    color: var(--blue);
}
.section-blog .content-wrapper .description{
    margin-bottom: 32px;
}
.section-blog .content-wrapper{
    margin-bottom: 50px;
}
.section-blog .btn-wrapper{
    text-align: start;
}
.section-blog .blog-wrapper{
    margin-bottom: 50px;
}
.section-blog .btn-wrapper.hide{
    display: none;
}
.section-blog .btn-wrapper .btn-primary{
    margin: 0;
}
.section-blog .blog-wrapper .row{
    row-gap: 30px;
}
.section-blog .blog-wrapper .blog{
    background-color: var(--white);
    border-radius: 0;
    box-shadow: 0px 11px 48px -41px rgba(0,0,0,0.50);
}
.section-blog .blog-wrapper .blog .img-wrapper{
    overflow: hidden;
}
.section-blog .blog-wrapper .blog .img-wrapper .img-fluid{
    border-radius: 0;
/*     width: 370px; */
	width:100%;
    height: 200px;
    object-fit: cover;
}
.section-blog .blog-wrapper .blog .content{
    padding: 20px;
    min-height: 230px;
    position: relative;
}
.section-blog .blog-wrapper .blog a {
    text-decoration: none;
}
.section-blog .blog-wrapper .blog .blog-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: var(--blue);
    margin-bottom: 16px;
    text-decoration: none;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}
.section-blog .blog-wrapper .blog .description{
    color: var(--blue);
    margin-bottom: 16px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}
.section-blog .blog-wrapper .blog .description p{
    margin-bottom: 0;
}
.section-blog .blog-wrapper .blog .btn-blog{
    font-size: 14px;
    font-weight: 400;
    color: var(--red);
    line-height: 18px;
    padding: 0;
}
.section-blog .blog-wrapper .blog .btn-primary{
    padding: 10px 15px;
    min-width: unset;
    font-size: 12px;
    line-height: 18px;
    margin-left: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.section-blog .blog .btn-blog img{
    margin-left: 6px;
}
/* section-blog */

/* single-blog-content */
.section-single-blog .section-hero{
    padding: 80px 0;
}
.section-single-blog .section-hero .content-wrapper{
    padding: 32px;
}

.single-blog-content{
    padding: 80px 0;
    background-color: var(--white);
/*    background-image: url('../images/sec-text.png');
    background-repeat: no-repeat;
    background-size: cover;*/
}
.single-blog-content .content-wrapper{
    background-color: var(--white);
}
.single-blog-content .content-wrapper .img-wrapper{
    text-align: center;
    margin-bottom: 40px;
}
.single-blog-content .content-wrapper .btn-wrapper{
    margin-top: 32px;
}
.single-blog-content .content-wrapper .btn-wrapper .btn-secondary{
    text-decoration: none;
}
.single-blog-content .content-wrapper .btn-wrapper .btn-secondary img{
    margin-right: 10px;
    transform: rotate(180deg);
}
.single-blog-content h2,
.single-blog-content h3,
.single-blog-content h4,
.single-blog-content h5,
.single-blog-content h6,
.single-blog-content p,
.single-blog-content p strong,
.single-blog-content strong,
.single-blog-content b{
    color: var(--blue);
}
.single-blog-content h2,
.single-blog-content h3,
.single-blog-content h4,
.single-blog-content h5,
.single-blog-content h6{
    margin-bottom: 16px;
}
/* single-blog-content */

/*form*/
.gform_heading{
    display: none !important;
}
.section-application-form .gform_heading{
    display: block !important;
}
.form-control .gfield_label,
.form-control .ginput_container_date .gform-field-label,
.form-control.gfield--type-address .gform-field-label{
    font-size: 12px !important;
    font-weight: 500 !important;
    color: var(--blue) !important;
    line-height: 16px !important;
    margin: 0 0 12px 32px !important;
    opacity: 0.5;
}
.form-control .ginput_container_date{
    width: 33.33% !important;
    position: relative;
    --gf-icon-ctrl-number: none !important;
}
.gfield_html h4{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--blue);
}

.form-control .gfield_description{
    font-size: 12px !important;
    font-weight: 500 !important;
    color: var(--blue) !important;
    line-height: 16px !important;
    margin: 12px 0 0 32px !important;
    opacity: 0.5;
}
.wbd-parents-grandparents .form-control .gfield_description{
	margin: 12px 0 12px 32px !important;
}
.form-control.gfield--type-radio .gfield_description,
.form-control.gfield--type-product .gfield_description{
    margin: 0px 0 12px 32px !important;
}
/*.gfield input:checked ~ label,
.gfield textarea:checked ~ label,
.gfield select:checked ~ label{
    opacity: 1 !important;
}*/
.form-control input,
.form-control select,
.form-control textarea{
    background-color: var(--light-navy) !important;
    padding: 16px 32px !important;
    border: 1px solid var(--light-navy) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    border-radius: 0 !important;
    min-height: 56px !important;
    box-shadow: none !important;
}
.form-control-check .gfield-choice-input::before{
	color:#00163C !important;
}
.form-control-check .gfield-choice-input:focus{
	box-shadow:unset !important;
	outline:unset !important;
}
.wbd-grid-form-one#field_3_41{
	display:contents !important;
}
.wbd-grid-form-one#field_3_49[data-conditional-logic="visible"]{
	display:contents !important;
}
/* .wbd-grid-form-two{
	grid-column:1 !important;
} */
.wbd-grid-form-three{
	grid-column:span 7 !important;
}
.form-control .gfield_required{
    color: var(--blue) !important;
}
.form-control input:focus,
.form-control select:focus,
.form-control textarea:focus,
.form-control input:focus-visible,
.form-control select:focus-visible,
.form-control textarea:focus-visible{
    background: #E2E7FF !important;
    border: 1px solid var(--blue) !important;
    box-shadow: none !important;
    outline: none !important;
}
.form-control .gfield--type-radio .gfield_label{
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
}
.form-control .gfield_radio{
    row-gap: 32px !important;
}
.form-control .gfield_radio .gform-field-label{
    font-size: 16px !important;
    font-weight: 400 !important; 
    line-height: 24px !important;
    color: var(--blue) !important;
}
.form-control .gfield_radio .gfield-choice-input{
    border: 1px solid var(--blue) !important;
    border-radius: 50% !important;
    min-height: unset !important;
    width: 16px !important;
    height: 16px !important;
    padding: 0 !important;
    background-color: var(--white) !important;
    margin-top: 3px !important;
}
.form-control .gfield_radio .gfield-choice-input::before{
    background-color: var(--blue) !important;
    width: 8px;
    height: 8px;
}
.gform-footer .gform_button,
.gform_next_button,
.gform_previous_button{
    background:var(--red) !important;
    border: 1px solid var(--red) !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    color: var(--white) !important;
    padding: 16px 32px !important;
    border-radius: 0 !important;
    min-width: 214px !important;
    position: relative !important;
}
.gform_next_button{
    background:var(--light-blue) !important;
    border: 1px solid var(--light-blue) !important;
}
.gform-footer{
    width: fit-content !important;
    position: relative !important;
}
.gform-footer::before{
    content: '';
    position: absolute;
    width: 16px;
    height: 12px;
    top:50%;
    right: 36px;
    transform: translateY(-50%);
    background-image: url('../images/right-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 5;
}
.gform-footer .gform_button img{
    margin-left: 14px;
}
.gform-footer .gform_button:hover,
.gform-footer .gform_button:focus,
.gform-footer .gform_button:focus-visible,
.gform-footer .gform_button:active,
.gform_previous_button:hover,
.gform_previous_button:focus,
.gform_previous_button:focus-visible,
.gform_previous_button:active{
    background: #B91C1C !important;
    border:1px solid #B91C1C !important;
    box-shadow: none !important;
    outline: none !important;
}
.gform_next_button:hover,
.gform_next_button:focus,
.gform_next_button:focus-visible,
.gform_next_button:active{
    background: #165996 !important;
    border:1px solid #165996 !important;
    box-shadow: none !important;
    outline: none !important;
}
.wbd-contact-form .gform_fields{
    gap: 24px 0 !important;
}
.wbd-contact-form .form-control .address_country,
.wbd-parents-grandparents .form-control .address_country,
.wbd-parents-information .form-control .address_country{
	width: 100%;
}
.gf_progressbar_wrapper .gf_progressbar{
    background-color: var(--light-navy) !important;
    border-radius: 0 !important;
    height: 16px;
}
.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage{
    background-color: var(--red) !important;
    border-radius: 0 !important;
    height: 16px !important;
}
.gf_progressbar_wrapper .gf_progressbar_title{
    font-size: 16px !important;
    font-weight: 400 !important;
    color: var(--blue) !important;
    line-height: 24px !important;
    margin-bottom: 16px !important;
}
.wbd-form-faq .icon-wrapper{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.wbd-form-faq .icon-wrapper h6{
    margin-bottom: 0;
}
.form-control .gfield_validation_message,
.gform_submission_error{
    color: var(--red) !important;
    opacity: 1 !important;
}
.wbd-phone-no .iti__selected-country{
    min-height: 56px !important;
    box-shadow: none !important;
}
.wbd-phone-no .iti__selected-country:hover{
    background-color: var(--light-navy) !important;
}
.wbd-phone-no .iti__selected-country:focus,
.wbd-phone-no .iti__selected-country:focus-visible{
    outline: none !important;
}
.wbd-phone-no input{
    padding-left: 100px !important;
}
.wbd-phone-no .iti__selected-country .iti__selected-dial-code{
    padding-right: 10px !important;
    font-size: 14px !important;
    color: var(--blue) !important;
}
/*form*/


@media only screen and (max-width: 1330px) {
    .section-client-review .content-wrapper .slider-outer .slider-btn .arrow .swiper-button-next{
        right: -35px;
    }
    .section-client-review .content-wrapper .slider-outer .slider-btn .arrow .swiper-button-prev{
        left: -35px;
    }
    .site-header .navbar .nav-link{
        padding: 0 16px;
    }
}
@media only screen and (max-width: 1250px) {
    .section-client-review .content-wrapper .slider-outer .slider-btn .arrow .swiper-button-prev,
    .section-client-review .content-wrapper .slider-outer .slider-btn .arrow .swiper-button-next{
        display: none;
    }

    .section-cta .left-part .btn-wrapper,
    .section-service .content-wrapper .btn-wrapper{
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
    .section-cta .left-part .btn-wrapper .btn-secondary,
    .section-service .content-wrapper .btn-wrapper .btn-secondary{
        margin-left: 0;
    }
    .section-service .content-wrapper .contact-btn-wrapper.style_3 .btn-primary:not(:last-child){
        margin-bottom: 20px;
    }
    .section-cta .left-part .btn-wrapper .btn-primary,
    .section-cta .left-part .btn-wrapper .btn-secondary,
    .section-service .content-wrapper .btn-wrapper .btn-primary,
    .section-service .content-wrapper .btn-wrapper .btn-secondary{
        width: fit-content;
    }
}
@media only screen and (max-width: 1200px) {
    .site-header .navbar .nav-link{
        padding: 0 10px;
    }
    .site-header .navbar .btn-primary{
        padding: 10px 16px;
        min-width: 180px;
        margin-left: 12px;
    }
    .site-header .navbar .btn-primary img{
        margin-left: 8px;
    }
}
@media only screen and (max-width: 992px) {
	.site-footer .ssl-image{
		margin-top:0;
		margin-bottom:30px;
	}
	.site-header .navbar .menu-item.dropdown .dropdown-menu.depth_0{
	    padding: 10px 0 0 0;
	}
	.site-header .navbar .menu-item.dropdown .dropdown-menu .dropdown-item{
	    padding: 10px 0;
	}
	.site-header .navbar .menu-item .dropdown-item{
	    background-color: transparent;
	    color: var(--white);
	    width: fit-content;
	    margin: 0 auto;
	}
	.site-header .navbar .menu-item .dropdown-menu .menu-item,
	.site-header .navbar .menu-item .dropdown-menu .menu-item .dropdown-item{
	    background-color: transparent;
	    color: var(--white);
	}
	.site-header .navbar .menu-item.dropdown:hover .dropdown-menu,
	.site-header .navbar .menu-item.dropdown .dropdown-menu:hover{
		display:none;
	}
	.site-header .navbar .menu-item .dropdown-menu.active{
		width:fit-content;
		margin:auto;
    }
    .site-header .navbar .menu-item .dropdown-menu.active{
        display: block !important;
    }
    
    .site-header .navbar .menu-item .dropdown-menu.sub-menu{
        display: none !important;
        transition: all 0.3s linear;
    }
    .site-header .navbar .menu-item .dropdown-menu.sub-menu.open-menu{
        display: block !important;
    }
    .section-title{
        font-size: 32px;
        line-height: 40px;
    }
    .site-header{
        padding: 25px 0;
    }
    .site-header .navbar .nav-link{
        padding: 0 24px;
    }
    .site-header .navbar .btn-primary{
        margin-left: 0;
        padding: 16px 32px;
    }
    .site-header .navbar .navbar-collapse{
        position: absolute;
        top: 80px;
        background: var(--blue);
        width: 100%;
        left: 0px;
        padding-bottom: 50px;
        z-index: 10;
        text-align: center;
    }
    .site-header .navbar .navbar-toggler {
        border: none;
    }
    .site-header .navbar .navbar-toggler .menu {
        display: flex;
        row-gap: 5px;
        flex-direction: column;
        cursor: pointer;
    }
    .site-header .navbar .navbar-toggler .menu .bar {
        width: 25px;
        height: 3px;
        background-color: var(--white);
        transition: all 0.3s linear;
        z-index: 100;
    }
    .site-header .navbar .navbar-toggler .menu .bar-2 {
        background-color: var(--white);
    }
    .site-header .navbar .navbar-toggler .menu.open .bar-2 {
        opacity: 0;
        width: 0;
        background-color: var(--white);
    }
    .site-header .navbar .navbar-toggler .menu.open .bar-1 {
        transform: rotate(45deg) translate(6px, 6px);
        background-color: var(--white);
    }
    .site-header .navbar .navbar-toggler .menu.open .bar-3 {
        transform: rotate(-45deg) translate(5px, -5px);
        background-color: var(--white);
    }
    .site-header .navbar .navbar-toggler:focus,
    .site-header .navbar .navbar-toggler:focus-visible {
        box-shadow: none;
        outline: none;
        border: none;
    }
    .site-header .navbar .navbar-collapse .navbar-nav{
        row-gap: 20px;
        margin-bottom: 20px;
    }
    .section-blog .blog-wrapper .blog .img-wrapper .img-fluid{
        width: 465px;
    }
    .section-home-hero,
    .section-hero{
        padding: 80px 0;
    }
    .section-home-hero .content-wrapper,
    .section-hero .content-wrapper{
        padding: 25px;
    }
    .section-works{
        padding: 80px 0;
    }
    .section-works .row{
        justify-content: center;
    }
    .section-promise{
        padding: 80px 0;
    }
    .section-values .value-wrapper .value{
        grid-template-columns: 56px auto;
    }
    .section-promise .promise-wrapper .promise,
    .section-values .value-wrapper .value{
        padding: 20px;
        column-gap: 25px;
        height: -webkit-fill-available;
    }
    .section-service{
        padding: 80px 0 0;
        position: unset;
    }
    .section-service .image-part{
        position: unset;
    }
    .section-service .image-part .img-wrapper,
    .section-service.left .image-part .img-wrapper{
        margin: 0;
    }
    .section-service .image-part .img-wrapper{
        height: 500px;
    }
    .section-service .content-wrapper{
        margin-bottom: 50px;
    }
    .section-cta{
        padding: 80px 0;
    }
    .section-cta .left-part .section-title,
    .section-cta .left-part .description{
        max-width: 100%;
    }
    .section-cta .left-part{
        margin-bottom: 50px;
    }
    .section-cta .right-part .img-wrapper{
        text-align: center;
    }
    .section-client-review{
        padding: 80px 0;
    }
    .section-client-review .content-wrapper .section-title{
        margin-bottom: 50px;
    }
    .site-footer .top{
        padding: 80px 0;
    }
    .site-footer .left .btn-primary,
    .site-footer .footer-menu ul,
    .site-footer .two .last{
        margin-bottom: 50px;
    }
    .site-footer .row.fourth{
        margin: 0;
    }
    .site-footer .bottom {
        padding: 40px 0;
    }
    .site-footer .bottom .social-icon a{
        width: 40px;
        height: 40px;
    }
    .section-values{
        padding: 80px 0;
    }
    .section-online-apply{
        padding: 80px 0 30px;
    }
    .section-online-apply .content-wrapper .btn-wrapper{
        padding: 50px 0 ;
    }
    .section-online-apply .content-wrapper .description{
        margin-bottom: 0;
    }
    .section-pricing{
        padding: 80px 0;
    }
    .section-pricing .price-wrapper{
        padding: 40px;
    }
    .section-pricing .price-wrapper table th,
    .section-pricing .price-wrapper table td,
    .section-pricing .price-wrapper .description{
        padding: 10px;
    }
    .section-term-and-condition{
        padding: 80px 0;
    }
    .section-term-and-condition .content-wrapper{
        padding: 40px;
    }
    .section-client-review .col-lg-12{
        padding: 0;
    }
    .section-client-review .content-wrapper .section-title,
    .section-client-review .content-wrapper .review{
        padding: 0 12px;
    }
    .section-application-form{
        padding: 80px 0;
    }
    .section-application-form .top-part,
    .section-application-form .bottom-part,
    .section-application-form .bottom-part .form-condition{
        padding: 40px;
    }
    .section-application-form .top-part .ai-chat{
        margin-top: 50px;
    }
    .section-promise .content-wrapper,
    .section-works .content-wrapper,
    .section-values .content-wrapper,
    .section-pricing .content-wrapper{
        margin-bottom: 50px;
    }
    .section-works .work-wrapper .work .img-wrapper{
        margin-bottom: 30px;
    }
    .section-works .work-wrapper .work{
        padding: 20px;
    }
    .section-blog{
        padding: 80px 0;
    }
    .section-application-form .bottom-part:first-child,
    .section-application-form .apply-form{
        margin-bottom: 50px;
    }
    .section-application-form .bottom-part:last-child{
        margin-top: 50px;
    }
    .section-application-form .apply-form{
        padding: 40px;
    }
    .section-cta .left-part .btn-wrapper .btn-secondary,
    .section-service .content-wrapper .btn-wrapper .btn-secondary{
        margin-left: 20px;
    }
    .section-cta .left-part .btn-wrapper,
    .section-service .content-wrapper .btn-wrapper{
        display: unset;
    }
    .section-service .content-wrapper .contact-btn-wrapper.style_3 .btn-primary:not(:last-child){
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 768px) {
    .section-works .content-wrapper .btn-primary,
    .section-promise .content-wrapper .btn-primary,
    .section-cta .left-part .btn-primary,
    .section-service .content-wrapper .btn-primary,
    .section-pricing .content-wrapper .btn-primary,
    .section-service .content-wrapper .btn-wrapper.style_2 .btn-primary:nth-last-child(2){
        margin-bottom: 20px;
        display: block;
        width: fit-content;
    }
    .section-works .content-wrapper .btn-secondary,
    .section-promise .content-wrapper .btn-secondary,
    .section-cta .left-part .btn-secondary,
    .section-service .content-wrapper .btn-secondary,
    .section-pricing .content-wrapper .btn-secondary{
        margin: 0;
    }
    .section-cta .left-part .btn-wrapper .btn-secondary,
    .section-service .content-wrapper .btn-wrapper .btn-secondary{
        margin-left: 0;
    }
    .section-service .content-wrapper .contact-btn-wrapper.style_3 .btn-primary:not(:last-child){
        margin-bottom: 20px;
    }
    .section-blog .blog-wrapper .blog .img-wrapper .img-fluid{
        width: 100%;
    }
    .site-footer .bottom .text{
        margin-bottom: 30px;
    }
    .site-footer .bottom .social-icon{
        justify-content: start;
    }
    .section-works .work-wrapper .work .work-name,
    .section-works .work-wrapper .work .description{
        max-width: 100%;
    }
    .section-values .value-wrapper .value .value-name,
    .section-values .value-wrapper .value .description{
        max-width: 100%;
    }
    .section-online-apply .content-wrapper .btn-wrapper{
        gap: 20px;
    }
    .section-pricing .price-wrapper{
        padding: 20px;
    }
    .section-term-and-condition .content-wrapper{
        padding: 20px;
    }
    .section-client-review .content-wrapper .client-slider .swiper-wrapper .swiper-slide{
        padding: 25px;
    }
    .section-client-review .col-lg-12{
        padding: 0 12px;
    }
    .section-client-review .content-wrapper .section-title,
    .section-client-review .content-wrapper .review{
        padding: 0;
    }
    .section-online-apply .content-wrapper .btn-wrapper .btn-third{
        min-width: 220px;
    }
    .section-application-form .top-part,
    .section-application-form .bottom-part,
    .section-application-form .bottom-part .form-condition{
        padding: 20px;
    }
    .section-promise.style_2 .promise-wrapper .promise{
        grid-template-columns: repeat(1, 1fr);
    }
    .section-promise.style_2 .promise-wrapper .promise .img-wrapper{
        margin-bottom: 20px;
        text-align: center;
    }
    .section-promise .promise-wrapper .promise .promise-name,
    .section-promise .promise-wrapper .promise .description{
        max-width: 100%;
    }
    .section-works {
        padding: 50px 0;
    }
     .section-application-form .apply-form{
        padding: 20px;
    }
    .section-application-form .apply-form .section-title,
    .section-application-form .apply-form .btn-wrapper{
        text-align: center;
    }
    .form-control .ginput_container_date{
        width: 100% !important;
    }
    .form-control .gfield_label,
    .form-control .ginput_container_date .gform-field-label,
    .form-control.gfield--type-radio .gfield_description,
    .form-control .gfield_description,
    .form-control.gfield--type-product .gfield_description,
	.form-control.gfield--type-address .gform-field-label{
        margin-left: 0 !important;
    }
	.form-control.gfield--input-type-address .ginput_right:first-child{
		margin-bottom: 28px;
	}
	.wbd-parents-grandparents .form-control .gfield_description{
		margin-left: 0 !important;
	}
/* 	.section-client-review .content-wrapper .client-slider .swiper-wrapper .swiper-slide{
		height: fit-content;
	} */
	
}
@media only screen and (max-width: 500px) {
    .btn-primary,
    .section-works .content-wrapper .btn-primary,
    .section-promise .content-wrapper .btn-primary,
    .section-cta .left-part .btn-primary,
    .section-service .content-wrapper .btn-primary,
    .section-pricing .content-wrapper .btn-primary,
    .section-service .content-wrapper .btn-wrapper.style_2 .btn-primary:nth-last-child(2),
    .btn-secondary,
    .btn-third,
    .gform-footer .gform_button{
        width: 100%;
   }
   .section-cta .left-part .btn-wrapper .btn-primary,
    .section-cta .left-part .btn-wrapper .btn-secondary,
    .section-service .content-wrapper .btn-wrapper .btn-primary,
    .section-service .content-wrapper .btn-wrapper .btn-secondary{
        width: 100%;
    }

   .section-blog .blog-wrapper .blog .btn-primary{
        width: 90%;
   }
    .site-header .navbar .navbar-collapse .btn-primary{
        width: 90%;
        margin-left: 0;
    }
    .site-footer .footer-menu ul {
        column-gap: 16px;
    }
    .section-online-apply .content-wrapper .btn-wrapper .btn-third{
        min-width: unset;
        padding: 10px;
/*        font-size: 12px;*/
    }
    .section-online-apply .content-wrapper .btn-wrapper .btn-third svg{
        margin-left: 5px;
    }
    .section-online-apply .content-wrapper .btn-wrapper{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .gform-footer,
    .gform-footer input{
        width: 100% !important;
    }
    .gform-footer::before{
        left: 50%;
        transform: translate(225%, -50%);
    }
    .wbd-contact-form_wrapper .gform-footer::before{
        transform: translate(330%, -50%);
    }
    .section-pricing .price-wrapper table th, 
    .section-pricing .price-wrapper table td, 
    .section-pricing .price-wrapper .description{
        padding: 5px;
    }
    .section-pricing .price-wrapper{
        padding: 10px;
    }
    .section-pricing .price-wrapper table thead th{
        font-size: 12px;
    }
}
@media only screen and (max-width: 375px) {
	.section-pricing .price-wrapper table tbody td .btn-primary{
		padding: 8px 8px;
		font-size: 10px;
		line-height: 16px;
	}
	.section-pricing .price-wrapper table tbody td, 
	.section-pricing .price-wrapper table thead th,
	.section-pricing .price-wrapper .description{
		font-size: 10px;
		line-height: 16px;
	}
	.section-pricing .price-wrapper table th, .section-pricing .price-wrapper table td, .section-pricing .price-wrapper .description{
		padding: 3px;
	}
}