*,:before,:after{box-sizing: border-box;}
html {
	scroll-behavior: smooth;
	scroll-margin-top: 40px;
}

*,a{-webkit-tap-highlight-color: transparent;text-decoration:none;}
body{font-family: "Sora", sans-serif;}
h1,h2,h3,h4,h5,h6,p,a{ font-family: "Sora", sans-serif;}
.container{max-width: 1355px;width: 100%;padding: 0 20px;margin: 0 auto;}
.site-main{padding: 0;}
a {color :black;}

/* Header */
header.active{background:#fff;box-shadow: rgb(163 176 207 / 74%) 0px 7px 29px;z-index: 999;opacity: 1;visibility: visible;animation: fadeInDown 500ms linear;}
header.active a{color:#000!important;}
header.site-header.active .header-row .site-logo:not(.logo_transparent) {display:none;}
header.site-header:not(.active) .logo_transparent{display:none;}
.logo_transparent img{width:100%;max-width:280px;}
.site-header{padding: 13px 0;max-width: 100%;position: fixed;top: 0;width: 100%;left: 0;z-index: 33333;transition: all 500ms ease;-moz-transition: all 500ms ease;-webkit-transition: all 500ms ease;-ms-transition;z-index: 999;opacity: 1;visibility: visible;}
.site-header .header-row{display: grid;grid-template-columns: 1fr 3fr;gap: 15px;}
.site-header .header-row .site-branding{display: none;}
.site-header .header-row .social-icon {display:none;}
.site-header .header-row .social-icon .social-icon-block{display:flex;justify-content:center;gap:15px;align-items:center;}
.mobile-logo{display:none;}
.sticky-active .site-branding .site-logo {
	opacity: 0;
}


.site-header .header-row .site-logo{margin: -10px 0;z-index:999999;}

.site-header .header-row .header-right_button{display: flex;justify-content: flex-end;align-self: center;}
.site-header .header-row .header-right_button .booking_btn{background:#F48229;font-size: 22px;font-weight: 500;line-height: normal;text-transform: uppercase;text-decoration: none;color: #fff;padding: 15px 42px;text-align: center;display: inline-block;}
header.active .header-row .mobile-menu-toggle svg{background:#fff;}
.site-header .header-row .mobile-menu-toggle{display: none;background: #ededed !important;height: 30px;width: 30px;border: 0;padding: 0;}
.site-header .header-row .mobile-menu-toggle svg{height: 30px;width: 30px;background:#000;}
.site-header .header-row .mobile-menu-toggle.close-btn svg{background:#ededed!important;}
.site-header .header-row .primary-navigation{width: 100%;align-self: center;z-index:999999}
.site-header .header-row .primary-navigation .primary-menu-container{margin: 0;}
.site-header .header-row .primary-navigation .menu-wrapper{justify-content: right;}
.site-header .header-row .primary-navigation .menu-wrapper .menu-item > a{color: #ffff;font-size: 18px;font-style: normal;font-weight: 600;line-height: normal;text-transform: capitalize;padding: 10px 30px;text-decoration: none;background: transparent;transition: 0.2s;    font-family: "Sora", sans-serif;}
.site-header .header-row .primary-navigation .menu-wrapper .menu-item .sub-menu-toggle{position: absolute;top: calc(50% - 8px);right: 8px;height: auto;width: auto;margin: 0;display: flex;}
.site-header .header-row .primary-navigation .menu-wrapper .menu-item .sub-menu-toggle .icon-bottom-arrow{height: 20px;width: 20px;color: #6E282A;transition: 0.2s;}
.site-header .header-row .primary-navigation > div > .menu-wrapper > li > .sub-menu{padding: 0;min-width: 200px;}
.site-header .header-row .primary-navigation > div > .menu-wrapper > li > .sub-menu a{padding: 10px 15px;}
.site-header .header-row .primary-navigation > div > .menu-wrapper > li > .sub-menu a:hover{color: #f48229;}
.primary-navigation > div > .menu-wrapper li:hover {color: #f48229;}

.primary-navigation .social-icon{display:flex;justify-content:center;align-items:center;}

@media screen and (min-width:992px){
	.site-header .header-row .primary-navigation .menu-wrapper .menu-item:hover > a{color: #f48229;}
	.site-header .header-row .primary-navigation .menu-wrapper .menu-item .sub-menu-toggle[aria-expanded="true"] .icon-bottom-arrow{transform: rotate(180deg);color: #f48229;}
}
@media screen and (max-width:1400px){
	.site-header .header-row .header-right_button .booking_btn{font-size: 16px;padding: 15px 30px;}
	.site-header .header-row .primary-navigation .primary-menu-container .menu-wrapper .menu-item > a{padding: 9px 9px;font-size: 15px;letter-spacing: 0.5px;}
	.site-header .header-row .primary-navigation .primary-menu-container .menu-wrapper .menu-item.menu-item-has-children > a {padding-right: 30px;}
}
@media screen and (max-width:991px){
	.site-header .header-row .mobile-logo{display:inline-block;}
	.site-header .header-row .site-logo a img{width:200px;}
	.site-header .header-row .menu-logo{padding:0 7px;}
	.site-header .header-row .menu-logo img{width:200px;}
	.site-header{position:unset;background: #000;}
	.site-header .header-row{grid-template-columns: auto auto;}
	.site-header .header-row .primary-navigation .menu-wrapper{justify-content: flex-end;padding:10px;}
	.site-header .header-row .header-right_button{display: none;}
	.site-header .header-row .primary-navigation .primary-menu-container .menu-wrapper .menu-item > a{color:#5f5f79;font-size:22px;}
	.site-header .header-row .mobile-menu-toggle{display: flex;justify-content: center;align-items: center;align-self: center;justify-self: end;}
	.site-header .header-row .primary-navigation .mobile-menu-toggle{margin-left: auto;margin-top: 10px;}

	.site-header .header-row .mobile-menu-toggle:not(.close-btn).active:before{content:'';position: fixed;top: 0;left: 0;height: 100%;width: 100%;}
	.site-header .header-row .primary-navigation .mobile-menu-toggle svg{height: 20px;width: 20px;}
	.site-header .header-row .primary-navigation{position: fixed;top: 0;right: 0;height: 100%;width: 90%;max-width: 400px;background: #ededed;display: flex;flex-direction: column;transition: 0.3s;transform: translateX(100%);}
	body.primary-navigation-open .site-header .header-row .primary-navigation{transform: translateX(0);}
	.site-header .header-row .primary-navigation .primary-menu-container{height:auto;overflow-y: auto;margin-bottom:30px;}
	.site-header .header-row .primary-navigation .menu-wrapper .menu-item > a.active{color: #f48229;}
	.site-header .header-row .primary-navigation .menu-wrapper .menu-item .sub-menu-toggle.active .icon-bottom-arrow{transform: rotate(180deg);color: #f48229;}
	.site-header .header-row .primary-navigation .menu-wrapper .menu-item .sub-menu-toggle{top: 12px;}
	.primary-navigation .sub-menu{border: 0;background: #fff;margin: 0 15px;display: none;}
	.site-header .header-row .social-icon {display:inline-block;}
	.site-header .header-row .social-icon .icons {display:flex;justify-content:center;align-items:center;gap:30px;}

}

/* Header */

/* Hero section */
.hero-section {position:relative;margin-bottom:40px;}
.hero-section .banner-mobile-images{display:none;width:100%}
.hero-section .banner-images{width:100%;}
.hero-section .hero-row .hero-block{position: absolute;top: 200px;color: white;width:40%;padding:0 20px;}
.hero-section .hero-row .hero-block h2{font-weight: 700;line-height: 60px;font-size: 60px;margin: 0 0 30px;letter-spacing: -2px;}
.hero-section .hero-row .hero-block h4{font-size: 34px;font-weight: 700;letter-spacing: -1px;line-height: 45px;margin: 0 0 15px;}
.hero-section .hero-row .hero-block p{font-size: 18px;font-weight: 600;color: #eee8d7;line-height:29px}
.hero-section .hero-row .hero-block .button_learn{border-radius: 36px;background-color: #193e99;margin:30px 0;border:1px solid #193e99;padding:10px;width:30%;transition: all .5s ease;}
.hero-section .hero-row .hero-block .button_learn:hover{border:1px solid #193e99;background:#fff;}
.hero-section .hero-row .hero-block .button_learn:hover a{color:#000 !important;}
.hero-section .hero-row .hero-block .button_learn a{color:#ffff;}


@media screen and (max-width:1500px){
	.hero-section .hero-row .hero-block{top:165px;width:50%;}
	.hero-section .hero-row .hero-block h2{line-height: 50px;font-size: 50px;margin: 0 0 10px}
	.hero-section .hero-row .hero-block h4{font-size: 28px;font-weight: 700;letter-spacing: -1px;line-height:29px}
	.hero-section .hero-row .hero-block .button_learn{width:30%;}
}
@media screen and (max-width:1300px){
	.hero-section .hero-row .hero-block{top:95px;width:55%}
	.hero-section .hero-row .hero-block h2{font-size:36px}
	.hero-section .hero-row .hero-block h4{font-size:25px;line-height:normal;}
	.hero-section .hero-row .hero-block p{line-height:normal}
}
@media screen and (max-width:991px){
	.hero-section .banner-images{display:none;}
	.hero-section .banner-mobile-images{display:block;height:100%}
	.hero-section .hero-row .hero-block{width:auto;top:50%;margin-top:50px;}
	.hero-section .hero-row .hero-block h2{line-height: normal;font-size: 40px;margin: 0 0 20px}
	.hero-section .hero-row .hero-block h4{font-size: 20px;font-weight: 700;letter-spacing: -1px;line-height:10px;margin-bottom:20px;}
	.hero-section .hero-row .hero-block p{font-size:16px;margin-bottom:20px;}
	.hero-section .hero-row .hero-block .button_learn{width:30%;}
	.hero-section .hero-row .hero-block .button_learn a{font-size:18px;}
}
@media screen and (max-width:768px){
	.hero-section figure img{height:365px;}
	.hero-section .hero-row .hero-block h2{font-size: 35px;margin:0;line-height:normal;}
	.hero-section .hero-row .hero-block h4{font-size: 20px;font-weight: 700;letter-spacing: -1px;line-height:normal;}
	.hero-section .hero-row .hero-block p{font-size:14px;line-height:normal;}
	.hero-section .hero-row .hero-block .button_learn {margin:10px 0;width:50%}
}
@media screen and (max-width:540px){
	.hero-section .banner-mobile-images{height:600px;}
	.hero-section .hero-row .hero-block{margin-top:0px;top:45%;padding:0 20px;left:0;right:0}
	.hero-section .hero-row .hero-block h2{font-size:25px;margin-bottom:8px;}
	.hero-section .hero-row .hero-block h4{font-size:20px;margin-bottom:8px;}
	.hero-section .hero-row .hero-block p{margin-bottom:8px;font-size:14px}
	.hero-section .hero-row .hero-block .button_learn{margin:0;}
		.hero-section .hero-row .hero-block 
}

/*about Section */
.about-section{padding:40px 0 0;scroll-margin-top: 80px;}
.about-section .about-row {display:flex;gap:20px;}
.about-section .about-row .about-block{width:calc(50% - 15px);}
.about-section .about-row .about-block img{object-fit:cover;height:550px;width:100%;border-radius:20px;}
.about-section .about-row .about-block h2{font-size: 46px;letter-spacing: -1px;line-height: 48px;color: #121a2e;font-weight: 700;}
.about-section .about-row .about-block .text-block{font-size: 18px;line-height: 26px;color: #393939;font-weight:400;padding-top:20px;display: -webkit-box;-webkit-box-orient: vertical;transition: height 1s;font-style: normal;-webkit-line-clamp: 10;overflow: hidden;padding: 10px 0 0}
.about-section .about-row .about-block .text-block.active{height: auto;-webkit-line-clamp: unset !important;}
.about-section .about-row .about-block .text-block p{margin-top:15px;}
.about-section .about-row .about-block .about-container{margin:20px 0;}
.about-section .about-row .about-block .about-container .about-container-block{display:flex;}

.about-section .about-main-block {display:flex;gap:20px;margin-top:60px}
.about-section .about-main-block .about-container {width:calc(50% - 15px);background:#fff;padding:20px;border-radius:30px;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.about-section .about-main-block .about-container h4{font-size:25px;font-weight:700;color:#193e99}
.about-section .about-main-block .about-container .about-container-block{display:flex;gap:10px;margin-top:15px;align-items:center}
.about-section .about-main-block .about-container .about-container-block p{font-size:18px;font-weight:400}
.about-section .about-main-block .about-container .about-container-block .svg svg{width:30px;height:30px}


.rte_content{display: -webkit-box;-webkit-box-orient: vertical;transition: height 1s;font-style: normal;-webkit-line-clamp: 4;overflow: hidden;padding: 10px 0 0;}
.rte_content.active{height: 100% !important;-webkit-line-clamp: unset !important;}


@media screen and (max-width:991px){
	.about-section{padding:10px 0;}
	.about-section .about-row {flex-direction:column-reverse}
	.about-section .about-row .about-block{width:100%}
	.about-section .about-row .about-block figure{text-align:center;}
	.about-section .about-row .about-block h2{font-size:40px;line-height: 45px}
	.about-section .about-row .about-block .text-block{font-size:18px;line-height: 25px;}
	.about-section .about-main-block .about-container .about-container-block{align-items:flex-start}
	.about-section .about-main-block .about-container .about-container-block p{font-size:16px;}
}
@media screen and (max-width:768px){
	.about-section .about-row .about-block h2{font-size:30px;line-height: 35px}
	.about-section .about-row .about-block .text-block{font-size:16px;line-height: 20px;}
	.about-section .about-main-block{flex-direction:column;}
	.about-section .about-main-block .about-container{width:100%}

}

/* Team Section */
.team-section {padding: 40px 0;position:relative;clear:both;}
.team-section .team-slider .team_slider_block .team_slider_block_content .heading{margin:20px 0;}
.team-section .team-slider .team_slider_block .team_slider_block_content .heading h2{font-size: 46px;letter-spacing: -1px;line-height: 48px;color: #121a2e;font-weight: 700;text-align:center;}
.team-section .team-slider .team-slider-section{position:relative;}
.team-section .team-slider .team-slider-section .team-row-slider .team-content-block{padding:20px;}
.team-section .team-slider .team-slider-section .team-row-slider .team-content-block img{border-radius:100%;}
.team-section .team-slider .team-slider-section .team-row-slider .team-content-block h3{font-size: 20px;font-weight: 600;text-align:center;margin:10px 0;}
.team-section .team-slider .team-slider-section .team-row-slider .team-content-block p{font-size:16px;text-align:center}
.team-section .swiper-button-prev{background: #b6c3e38a;width: 45px;border-radius: 36px;color: #fff;margin: 0;height: 45px;top: 500px;left: 47%;right: 0;}
.team-section .swiper-button-next{background: #b6c3e38a;width: 45px;border-radius: 36px;color: #fff;margin: 0;height: 45px; top: 500px;left: 51%;right: 0;}
.team-section .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{font-size:15px !important;font-weight:700;color:#ffff;}
.team-section .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{font-size:15px !important;font-weight:700;color:#ffff;}

.team-section .swiper-button-prev, .swiper-button-next{background-color:#193e99 !important}

@media screen and (max-width:1200px){
	.team-section .swiper-button-prev{top:540px;left: 47%;}
	.team-section .swiper-button-next{top:540px;left: 52%;}
}
@media screen and (max-width:991px){
	.team-section .team-slider .team_slider_block .team_slider_block_content .heading h2{font-size:35px;}
	.team-section .swiper-button-prev{top:520px;left: 46%;}
	.team-section .swiper-button-next{top:520px;left: 53%;}
}
@media screen and (max-width:767px){
	.team-section .swiper-button-prev{top:570px;left:46%;}
	.team-section .swiper-button-next{top:570px;left: 55%;}
}
@media screen and (max-width:600px){
	.team-section .swiper-button-prev{top:530px;left:46%;}
	.team-section .swiper-button-next{top:530px;left: 55%;}
}
@media screen and (max-width:540px){
	.team-section .swiper-button-prev{top:600px;left:36%;}
	.team-section .swiper-button-next{top:600px;left: 51%;}
}


/* services section */
.services-section{margin:80px 0;scroll-margin-top: 130px;}
.slider-section{position:relative}
.slider-section .services-slide-left-img{position: absolute;left: 0;right: 0;bottom: 0px;top: 220px;width:12%;}
.slider-section .service-slider{display:flex;gap:20px;}
.service-slider .service_slider_block{width:35%;}
.service-slider .service_slider_block .service_slider_block_content{padding:0px 20px;}
.service-slider .service_slider_block .heading h2{font-size: 56px;letter-spacing: -1px;line-height: 64px;color: #121a2e;font-weight: 700;}
.service-slider .service_slider_block ul{padding:0 20px;}
.service-slider .service_slider_block .heading p{font-size: 18px;line-height: 26px;color: #393939;font-weight: 400;}
.service-slider .service_slider_block .service-listing .service-listing-text li{    font-size: 17px;font-weight: 600;}

.service-slider .services-slider-section{width:65%;}
.service-slider .services-slider-section .services-content-block{padding:15px 30px;background:#fff;border-radius:20px;height:400px;transition: .3s ease-in-out;}
.service-slider .services-slider-section .services-content-block h3{font-size: 18px;line-height: 26px;color: #121a2e;font-weight: 700;margin:10px 0;}
.service-slider .services-slider-section .services-content-block p{font-size: 15px;line-height: 24px;color: #767676;font-weight: 500;}
.service-slider .services-slider-section .services-content-block:hover{background:#193e99;}
.service-slider .services-slider-section .services-content-block:hover img{filter: brightness(0) invert(1);}
.service-slider .services-slider-section .services-content-block:hover h3{color:#fff;}
.service-slider .services-slider-section .services-content-block:hover p{color:#fff}
.swiper-aerrow{margin-top: 20px;display: flex;flex-direction: row-reverse;justify-content: center;gap: 20px;}
.swiper-aerrow .swiper-button-prev{background: #193e99;width: 40px;border-radius: 12px;color: #fff;margin: 0;height: 40px;position: relative;left: unset;right: unset;}
.swiper-aerrow .swiper-button-next{background: #193e99;width: 40px;border-radius: 12px;color: #fff;margin: 0;height: 40px;position: relative;left: unset;right: unset;}
.swiper-aerrow .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{font-size:15px !important;font-weight:700;}
.swiper-aerrow .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{font-size:15px !important;font-weight:700;}


.service-slider .services-slider-section .swiper-button-next {display:none !important;}
.service-slider .services-slider-section .swiper-button-prev{display:none !important;}


@media screen and (max-width:1500px){
	.service-slider .services-slider-section .services-content-block{height:auto;}
}
@media screen and (max-width:1200px){
	.service-slider .service_slider_block{width:100%;margin:0;}
	.service-slider .service_slider_block .service_slider_block_content{padding:0;}
	.service-slider .services-slider-section{width:100%}
	.slider-section .services-slide-left-img{display:none}
	.swiper-aerrow{position:absolute;left:0;right:0;bottom: -50px;}
	.service-slider .services-slider-section .services-content-block{height:auto;}
	.slider-section .service-slider{flex-direction:column;}
	.service-slider .services-slider-section{padding:20px;}
	.service-slider .service_slider_block {padding:0 40px;}
}
@media screen and (max-width:991px){
	.services-section{margin:60px 0}
	.service-slider .service_slider_block .heading h2{font-size:35px;}
}
@media screen and (max-width:768px){
	.service-slider .services-slider-section .services-content-block{height:auto;}
}

/* Booking Section */
.booking-section {scroll-margin-top: 40px;}
.booking-section .booking h2{font-size: 56px;letter-spacing: -1px;line-height: 64px;color: #121a2e;font-weight: 700;text-align:center;padding:20px;}
.booking-section figure {display:flex;justify-content:end;}
.booking-section .booking_system_block{display:flex; align-items:center;justify-content: space-between;}

@media screen and (max-width:1024px){
	.booking-section .booking h2{font-size:35px;}
	.booking-section figure{width: 40%;}
	.booking-section{padding-top:50px;}
	.booking-section .latepoint-w .latepoint-booking-form-element .latepoint-side-panel{flex: 0 0 200px;}
}

@media screen and (max-width:767px){
	.booking-section .booking h2{font-size:35px;}
	.booking-section figure{display:none;}
	.booking-section .booking_system_block{justify-content:center;}	
}


/* testimonials */
.testimonials-section{margin:40px 0 0;scroll-margin-top: 130px;}
.testimonials-section .testimonials_row {display:flex;gap:15px;align-items:center;}
.testimonials-section .testimonials_row .testimonials_block{width:calc(50% - 10px)}
.testimonials-section .testimonials_row .testimonials_block img{width:100%;}
.testimonials-section .testimonials_row .testimonials_block .title{margin-top:125px;}
.testimonials-section .testimonials_row .testimonials_block .title h2{font-size: 56px;letter-spacing: -1px;line-height: 64px;color: #121a2e;font-weight: 700;text-align:left}
.testimonials-section .swiper-pagination{position:unset !important;text-align: justify;}
.testimonials-section  .swiper-pagination-bullet-active{background: #e82301 !important;}
.testimonials-section .testimonials_row .testimonials_block .testimonals-row-slider .testimoinals-content-block .testimonials-text{font-size: 20px;line-height:30px;color: #393939;font-weight: 500;margin-top:30px}
.testimonials-section .testimonials_row .testimonials_block .testimonals-row-slider .testimoinals-content-block .author{font-size: 16px;line-height: 30px;color: #121a2e;font-weight: 600;margin: 50px 0 0px;}

@media screen and (max-width:1024px){
	.testimonials-section .testimonials_row .testimonials_block .title{margin-top:0;}
	.testimonials-section .testimonials_row .testimonials_block .title h2{font-size:40px;}

	.testimonials-section .testimonials_row .testimonials_block .testimonals-row-slider .testimoinals-content-block .testimonials-text{margin:0;font-size:16px;}
	.testimonials-section .testimonials_row .testimonials_block .testimonals-row-slider .testimoinals-content-block .author{margin:20px 0 0;}
}
@media screen and (max-width:768px){
	.testimonials-section .swiper-pagination{text-align:center}
	.testimonials-section .testimonials_row .testimonials_block figure {display:none !important;}
	.testimonials-section .testimonials_row .testimonials_block{width:100%;}
	.testimonials-section .testimonials_row .testimonals-row-slider .testimoinals-content-block{background:#fff;padding:35px;border-radius:20px}
	.testimonials-section .testimonials_row .testimonals-row-slider .testimoinals-content-block h3{margin-bottom:20px;}
	.testimonials-section .testimonials_row{gap:0;}
}


/* Price Section */
.pricing-section{scroll-margin-top: 130px;margin:55px 0 0}
.pricing-section .heading h2{font-size: 56px;letter-spacing: -1px;line-height: 64px;color: #121a2e;font-weight: 700;text-align:center;margin-bottom:30px;}
.pricing-section .heading p{font-size: 20px;line-height: 26px;color: #7a7a7a;font-weight: 600;text-align:center;margin:30px 0}
.pricing-section .plans-container {display: flex;justify-content: center;align-items:center;}
.pricing-section .plan {padding: 40px;box-sizing: border-box;text-align: center;border: 1px solid #ddd;margin-bottom: 20px;background:#fff;border-radius:40px;height:718px;flex-wrap:wrap;}
.pricing-section .plan:first-child{border-radius:40px 0 0 40px;width:33.33%;height:100%}
.pricing-section .plan:last-child{border-radius:0 40px 40px 0;width:33.33%;padding-top: 10px;height:100%}

.pricing-section .plan:last-child h3{line-height:normal}

.pricing-section .plan:nth-child(2){background-image: url(/wp-content/uploads/2024/02/background-gradint.png);height:870px;background-repeat: no-repeat;background-size: cover;background-position: center;width:33.33%;}
.pricing-section .plan h3{font-size: 24px;line-height: 64px;text-transform: uppercase;color: #121a2e;text-align:center;font-weight: 700;margin: 20px 0 0 0;}
.pricing-section .plan:nth-child(2) h3{color:#fff;margin:45px 0 0 0}
.pricing-section .plan p{font-size: 17px;line-height: 22px;color: #7a7a7a;font-weight: 400;text-align:center;margin:0 0 15px}
.pricing-section .plan:nth-child(2) p{color:#fff;}
.pricing-section .plan .pricing_text_table{font-size: 45px;line-height: 64px;text-transform: uppercase;color: #121a2e;font-weight: 600;text-align:center;margin:0}
.pricing-section .plan .one_time{font-size: 14px;text-transform: uppercase;color: #ffffff;font-weight: 600;padding: 9px;background: #000;width: 30%;text-align: center;margin: 10px auto;border-radius: 20px;}
.pricing-section .plan ul{list-style:none;padding:0;margin-top:20px;}
.pricing-section .plan ul li{display:flex;gap:10px;font-size: 15px;line-height: 22px;color: #7a7a7a;font-weight: 400;text-align: justify;margin: 10px 0;}
.pricing-section .plan:nth-child(2) ul li{color:#fff}
.pricing-section .plan ul li span svg{width:30px;height:30px;}
.pricing-section .plan .get_button{border-radius: 12px;background-color: #193e99 !important;margin: 20px 0;width: 52%;border:1px solid #193e99;transition: all .5s ease;}
.pricing-section .plan:nth-child(2) .get_button{background-color:#fff !important;color:#000 !important;border:1px solid #fff;transition: all .5s ease;}
.pricing-section .plan .get_button:hover{background:#ffff !important;color:#000 !important;border:1px solid #193e99;}
.pricing-section .plan:nth-child(2) .get_button:hover{background-color:#193e99 !important;color:#fff !important;}

@media screen and (max-width:1200px){
	.pricing-section .plan{width:50%;padding:30px;}
	.pricing-section .plan .one_time{width:50%}
	.pricing-section .plan .get_button{width:100%;}
	.pricing-section .plan:first-child{border-radius:40px;}
	.pricing-section .plan:last-child{border-radius:40px;}

}
@media screen and (max-width:991px){
	.pricing-section .plan:nth-child(2){height:auto}
	.pricing-section .heading h2{font-size:40px}
	.pricing-section .heading p{margin:10px 0}
	.pricing-section .plans-container{flex-direction:column;}
	.pricing-section .plan{width:100% !important;height:auto;}
	.pricing-section .plan h3{margin:0;}
	.pricing-section .plan:nth-child(2){height:auto;}
	.pricing-section .plan .get_button{width:30%;}
	.pricing-section .plan:last-child h3{padding-top:30px;}
}
@media screen and (max-width:768px){
	.pricing-section .plan .get_button{width:70%;}
	.pricing-section .plan .one_time{width:30%;}
}
/* newsletter section */
.news-letter_section {margin-bottom:-58px;scroll-margin-top: 40px;}
.news-letter_section .news-letter_block{display: flex;padding: 55px;gap: 15px;background: #193e99;color: #fff;align-items:center;border-radius:30px;position: relative;z-index: 14;bottom: -100px;}

.news-letter_section .news-letter_block .news_row:last-child{width:calc(40% - 10px);}
.news-letter_section .news-letter_block .news_row h3{font-size: 40px;letter-spacing: -1px;line-height: 56px;color: #ffffff;font-weight: 700;}
.news-letter_section .news-letter_block .news_row p{font-size: 22px;line-height: 30px;color: #ffffff;font-weight: 600;}
.news-letter_section .news-letter_block .news_row .wpcf7 p{display:flex;align-items:center}
.news-letter_section .news-letter_block .news_row .button_contact{background:#fff;border-radius: 36px;padding:10px 35px;border:1px solid #ffff;transition: all .5s ease;}
.news-letter_section .news-letter_block .news_row .button_contact a{color:#193e99}
.news-letter_section .news-letter_block .news_row .button_contact:hover{border:1px solid #babac2; background-image: linear-gradient(90deg, #00C0FF 0%, #FFCF00 49%, #FC4F4F 80%, #00C0FF 100%);	animation:slidebg 5s linear infinite;}
.news-letter_section .news-letter_block .news_row .button_contact:hover a{color:#fff;}
.news-letter_section .news-letter_block .news_row .wpcf7 input[type="email"]{padding: 12px 12px 12px 20px;border-radius: 50px;border:unset;width:100%;font-size:16px}
.news-letter_section .news-letter_block .news_row .wpcf7 input[type=submit]{padding: 13px;border-radius: 50px;border:unset;background:#e61701;margin-left: -52px;z-index: 99;font-size:17px;}
.news-letter_section .news-letter_block .news_row .wpcf7 input[type=submit]:hover{background-image: linear-gradient(90deg, #00C0FF 0%, #FFCF00 49%, #FC4F4F 80%, #00C0FF 100%);animation:slidebg 5s linear infinite;}

@media screen and (max-width:1200px){
	.news-letter_section .news-letter_block{flex-direction:column;padding:20px;}
	.news-letter_section .news-letter_block .news_row:last-child{width:100%}
	.news-letter_section .news-letter_block .news_row h3{font-size:30px;line-height: 29px;}
	.news-letter_section .news-letter_block .news_row p{font-size:20px;line-height:normal}
}
@media screen and (max-width:991px){
	.news-letter_section .news-letter_block .news_row{width:100%;}
	.news-letter_section .news-letter_block .news_row p{font-size:16px;}

	.news-letter_section .news-letter_block .news_row .wpcf7 input[type="email"]{width:100%;}
	.news-letter_section .news-letter_block .news_row .wpcf7 input[type=submit] {margin-left:0;}
	.news-letter_section .news-letter_block .news_row .wpcf7 p{flex-direction:column;align-items: flex-start;}
}

/* contact-section */
.contact-section{padding:80px 0 0;scroll-margin-top: 70px;margin-bottom: 60px;z-index: 1;position: relative;}
.contact-section .contact-block h3{padding:30px 0;font-size:50px;color:#121a2e;font-weight:700;}
.contact-section .contact-form{display:flex;gap:20px;}
.contact-section .contact-form .contact-block:first-child{width:calc(50% - 10px);margin-bottom:20px}
.contact-section .contact-form .contact-block:last-child{width:calc(50% - 10px);background:linear-gradient(-61deg, #e51201 0%, #fc9500 50%, #60ac0d 100%);padding:40px;border-radius:40px;color:#fff;}
.contact-section .contact-form .contact-block h2{margin-bottom:40px;font-weight:700;font-size:40px}
.contact-section p{display: flex;flex-wrap: wrap;gap: 10px}
.contact-section .wpcf7-form-control-wrap{width:100%;}
.contact-section .contact-form .contact-block [data-name="email-79"]{width:calc(50% - 5px)}
.contact-section .contact-form .contact-block [data-name="phonetext-882"]{width:calc(50% - 5px)}


.contact-section .contact-form .contact-block:first-child textarea{height:267px;}
.contact-section textarea:focus-visible {outline: 0px;}
.contact-section input[type=text], input[type=email], input[type=number], input[type=tel], .site textarea{border:1px solid #00000042;border-radius:10px;width:100%;font-size:16px;}
.contact-section textarea{margin-bottom:20px;border:1px solid #00000042;border-radius:10px;padding:10px;font-size:16px;}
.contact-section input[type=submit] {border-radius: 36px;background-color: #193e99;margin:30px 0;border:1px solid #193e99;padding:10px;width:30%;transition: all .5s ease;margin:0;color:#fff}
.contact-section input[type=submit]:hover{background:#fff;color:#000;}
.contact-section input[type=submit]:not(:hover):not(:active):not(.has-background){background-color: #193e99;}

@media screen and (max-width:1300px){
	.contact-section .contact-form input[type=submit]{width:45%;}
}
@media screen and (max-width:991px){
	.contact-section .contact-form{flex-direction:column;}
	.contact-section .contact-form .contact-block{width:100% !important;border-radius:40px !important;}

}
@media screen and (max-width:768px){
	.contact-section .contact-form .contact-block textarea{height:180px}
	.contact-section .contact-form .contact-block:first-child textarea{height:180px}
	.contact-section .contact-form input[type=submit]{width:55%}
}


.intl-tel-input .country-list .country-name, .intl-tel-input .country-list .flag-box{color:#000 !important}
.intl-tel-input ul.country-list{width:283px;border-radius:20px}
.intl-tel-input .country-list li.active{background:unset;}


/*  */
.widget-area{display:none;}

/* Footer */
 .footer-section.f-padding {padding-bottom: 170px;}
.footer-section{position:relative;background:#1d1f2e;}

.footer-section .footer-row-block{display: flex;justify-content: center;padding: 60px 0 30px;color: #fff;gap:70px;}
.footer-section .footer-row-block .widget{width:calc(25% - 10px);}
.footer-section .footer-row-block .widget h2{font-size: 20px;line-height: 24px;color: #ffffff;font-weight: 700;margin:0;padding:0;}
.footer-section .footer-row-block .widget a{text-decoration:none;font-size: 17px;line-height: 32px;color: #bbbcce !important;font-weight: 400;display:inline-block;}
.footer-section .footer-row-block .widget_block p{padding:0;margin:10px 0;font-size:17px;font-weight: 400;font-size: 17px;line-height: 32px;}
.footer-section .footer-row-block .widget_block p span{color: #f58c04 !important;}
.footer-section .footer-row-block .widget_block p span a{color: #f58c04 !important;}
.footer-section .footer-row-block .wpcf7 p{display:flex;}
.footer-section .footer-row-block .wpcf7 input[type="email"]{padding: 13px !important;border-radius: 50px !important;border:unset;width:100% !important;font-size:14px !important;}
.footer-section .footer-row-block .wpcf7 input[type=submit]{padding: 14px 30px !important;border-radius: 50px !important;border:unset !important;background:#e61701;margin-left: -52px !important;z-index: 9999;font-size:14px !important;max-height: 50px;}
.footer-section .footer-row-block .wpcf7 input[type=submit]:hover{background:#193e99;color:#fff !important;}
.footer-section .footer-row-block .widget .menu-footer-menu1-container{padding:0;margin:0;}
.footer-section .footer-row-block .widget .menu-footer-menu2-container{padding:0;margin:0;}
.footer-section .footer-row-block .widget_block p{color:#bbbcce}


.footer-section .footer-bottom {border-top: 1px solid #5f5f79;}
.footer-section .footer-bottom .footer-bottom-row{display:flex;justify-content:space-between;color:#fff;padding:20px 0;}
.footer-section .footer-bottom .footer-bottom-row p{font-size:16px;color:#bbbcce}
.footer-section .footer-bottom .footer-bottom-row p a{color:#bbbcce !important;}

.footer-section .footer-row-block .widget a:hover{color: #5c52fa !important;}


.footer-section .footer-row-block .social-icon {display:flex;gap:5px;}
.footer-section .footer-row-block .social-icon .svg{width: 45px;height: 45px;flex-shrink: 0;transition: 0.2s;border-radius:50%}
.footer-section .footer-row-block .social-icon .svg:hover{background:#fff;}

.wpcf7-spinner{margin:0 !important;}
@media screen and (max-width:1200px){
	.footer-section{background-image:unset;background-color:#1f2030;}
	.footer-section .footer-row-block{gap:20px;}
	.footer-section .footer-row-block .widget{width: calc(33.33% - 10px);}
}
@media screen and (max-width:991px){
	.footer-section .footer-row-block{flex-direction:column;gap:15px;padding-top:70px;}
	.footer-section .footer-row-block .widget{width:100%;}
	.footer-section .footer-bottom .footer-bottom-row{flex-direction:column;}
	.footer-section .footer-bottom .footer-bottom-row p{font-size:18px;margin-bottom:5px;}
}