@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');
body{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;  
}
.manrope-font {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 1400px) {
	.container-xxl {
	  max-width: 1920px;
	}
	.container-xl {
	  max-width: 1380px;
	}
}
.main{
    margin: 0 auto;
    max-width: 1920px;
    background-color: #F5F5F5;
	/*padding: 0 10px;*/
}
.container-xxl {
	padding:0;
	position: relative;
}
.container-xl {
	padding:0;
	position: relative;
}
.main-banner-img img{
	max-width: 100%;
}
.main-banner-mob{
	display:none;
}
.main-banner-top{
	position:absolute;
	width: 100%;
	top:0px;
}
.main-banner-footer{
	position:absolute;
	width: 100%;
	bottom: 0px;
}
.main-banner-footer p{
	font-family: Manrope;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	max-width: 680px;
}
.icon-soc a{
	width: 40px;
    height: 40px;
    display: inline-block;
}
.fb_icon a{
	background-image:url("/landing/fb_icon_light.svg");
}
.fb_icon a:hover{
	background-image:url("/landing/fb_icon_hover1.svg");
}
.tg_icon a{
	background-image:url("/landing/tg_icon_light.svg");
}
.tg_icon a:hover{
	background-image:url("/landing/tg_icon_hover1.svg");
}
.ln_icon a{
	background-image:url("/landing/ln_icon_light.svg");
}
.ln_icon a:hover{
	background-image:url("/landing/ln_icon_hover1.svg");
}
.wt_icon a{
	background-image:url("/landing/wt_icon_light.svg");
}
.wt_icon a:hover{
	background-image:url("/landing/wt_icon_hover1.svg");
}
.btn{
	font-family: Manrope;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0%;
	--bs-btn-border-radius:50px;
	--bs-btn-padding-y: 12px;
    --bs-btn-padding-x: 28px;
}
.btn-outline-light,.btn-light{
    --bs-btn-hover-bg: #F5B236;
	--bs-btn-hover-border-color: #F5B236;
}
.section2title{
	font-family: Manrope;
	font-weight: 700;
	font-size: 64px;
	line-height: 80px;
	letter-spacing: 1px;
}
.section-2{
	padding-top: 235px;
}
.text-18{
	font-family: Manrope;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
}
.text-16{
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0px;
}
.text-14{
	font-family: Inter;
	font-weight: 400;
	font-size: 14px;	
	line-height: 150%;
	letter-spacing: 0px;
}
.section2buttons{
	margin-top: 60px;
}
.btn-dark{
	--bs-btn-hover-color: #000;
    --bs-btn-hover-bg: none;	
}
.btn-secondary{
	--bs-btn-color: #000;
	--bs-btn-bg: #F5B236;
	--bs-btn-border-color: #F5B236;
	--bs-btn-hover-color: #000;
    --bs-btn-hover-bg: none;
	--bs-btn-hover-border-color: #000;
}
.section-3{
	padding-top: 215px;
}
.sectab-1{
    background-color: #fff;
    padding: 20px;
    border-radius: 24px;
    width: 330px;
    right: 360px;
    position: absolute;
    bottom: 205px;
}
.sectab-2{
    background-color: #fff;
    padding: 20px;
    border-radius: 24px;
    width: 440px;
    right: 125px;
    position: absolute;
    bottom: 20px;
}
.sectab-1 h2,.sectab-2 h2{
	font-family: Manrope;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #F5B236;
}
.section-4{
	padding-top: 225px;
	padding-bottom: 235px;
}

.swiper {
  width: 100%;
  margin-top: 75px;
}
.swiper-slide{
	background-color:#fff;
	border-radius:32px;
	/*margin-right: 25px;*/
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 40px;
	padding-left: 25px;
}
.swiper-slide h2,.sectab h2{
	font-family: Manrope;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0px;
	min-height:72px;
}
.swiper-slide img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.swiper-slide .btn{
	display:table;
	margin-left:auto;
	margin-right:auto;	
	margin-top: 30px;
}
.swiper-button-prev:after {
	display:none;
}
.swiper-button-prev {
	background-image: url("/landing/arrow_left.png") !important;
    height: 48px;
    width: 48px;
}
.swiper-button-next:after {
	display:none;
}
.swiper-button-next {
    background-image: url("/landing/arrow_right.png") !important;
    right: 40px;
    height: 48px;
    width: 48px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    display:none;
}
.btn-primary{
	--bs-btn-color: #fff;
	--bs-btn-bg: #000;	
	--bs-btn-border-color: #000;
	--bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #F5B236;
	--bs-btn-hover-border-color: #F5B236;	
}
.btn-info{
	--bs-btn-color: #000;
	--bs-btn-bg: none;
	--bs-btn-border-color: #000;
	--bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #F5B236;
	--bs-btn-hover-border-color: #F5B236;
}
.section-bg-orange{
	background: linear-gradient(184.69deg, #F5B236 -34.07%, #F07B08 172.21%);
}
.section-5{
	padding-top: 120px;
	padding-bottom: 120px;
}
.sectab{
	background-color: #fff;
    padding: 20px;
    border-radius: 24px;
	height: 100%;
	height: -moz-available;          
	height: -webkit-fill-available;  
	height: fill-available;
}
.sectab li {
  margin: 5px 0;
}
.sectab ul {
    list-style-image: url(/landing/marker.svg); 
}
.sectab .btn{
	display:table;
	margin-left:auto;
	margin-right:auto;	
	margin-top: 25px;
	margin-bottom: 25px;
}
.sectab-second .btn{
	margin-top: 85px;
}
.sectab-second{
	background-color: #FFFFFFCC;
}
.sec-5-left{
    position: absolute;
    max-width: 555px;
    bottom: -125px;
    left: 10px;
}
.sec-5-right{
    position: absolute;
    width: 970px;
    top: -255px;
    right: -205px;
    opacity: 0.1;
}
.sec-5-left img,.sec-5-right img,.sectab-icon img{
        width: 100%;
}
.sectab-icon{
	position:absolute;
	top: 22px;
    right: 32px;
}
.section-6{
	padding-top: 210px;
}
.section-form{
	max-width: 560px;
    padding-top: 10px;
}
.section-form .form-group input,.section-form .form-group textarea{
	min-height: 64px;
    margin-bottom: 20px;
	border-radius:12px;
	border:none;
}
.section-form .form-group input::placeholder,.section-form .form-group textarea::placeholder {
	color:#F5B236; 
}
.form-group-name{
	max-width: 310px;
}
.form-group-message{
    width: 440px;
    float: right;
}
.section-form .form-check{
	clear:both;
}
.section .accordion .accordion-button,.section .accordion .accordion-item{
	background-color:unset;
	border:none
}
.section .accordion button{
	font-family: Manrope;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0px;
	vertical-align: middle;
	padding: 20px 0px;
}
.section .accordion{
    padding-top: 34px;
}
.section .accordion .accordion-body{
	padding: 20px 0px;
}
.section .accordion .accordion-button::after{
	background-image: url("/landing/accordeon_icon.png");
}
.section .accordion{
	--bs-accordion-active-bg:none;
	min-height: 920px;
}
.section .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.section-7{
	padding-top: 70px;
}
.sec7-col2{
	padding-top: 140px;
}
footer{
	border-top:1px solid #2D2A2633;
}
footer .fb_icon a{
	background-image:url("/landing/fb_icon_dark.svg");
}
footer .tg_icon a{
	background-image:url("/landing/tg_icon_dark.svg");
}
footer .ln_icon a{
	background-image:url("/landing/ln_icon_dark.svg");
}
footer .wt_icon a{
	background-image:url("/landing/wt_icon_dark.svg");
}
footer .text-first{
	font-family: Manrope;
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0px;
	color:#0F131F33;
}
footer .text-second{
	font-family: Manrope;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	vertical-align: middle;
	color:#0F131F33;
}
footer .copyrght p{
	display: inline-block;
	float:right;
	    text-align: right;
}
.contact_arrow{
	min-width:240px;
}
.contact_arrow img{
    float: inline-end;
    margin-top: 3px;
}
.section-6 .sectionmobiletitle{
	display:none;
	padding-top: 100px;
}
.ft-mobile{
	    display: none !important;
}
.modal-header{
	border-bottom:none;
}
.modal-footer{
	border-top:none;
}
.modal-content{
	background-color: #F5F5F5E5;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
    border-radius: 32px;	
}
.section-form{
	max-width:100%;
}
.section-form .form-group input, .section-form .form-check{
	margin-bottom: 34px;
}
.message_send{
	display:none;
	padding: 20px;
    color: #F5B236;
    font-size: 18px;
}
@media (max-width: 767px) {
	.main{
		padding: 0 10px;
	}
	.img-div img{
		max-width:100%;
	}
	.top-logo{
		display: none;
	}
	footer,.main-banner-img{
		overflow:hidden;
	}
	.main-banner-img img{
		display:none;
	}
	.main-banner-img .main-banner-mob{
        max-width: unset;
        max-height: 100vh;
        display: block;
        min-width: 100%;
	}
	.top-social{
		flex-direction: column;
	}
	.top-social div{
		margin-right:0px!important;
		text-align: end;
		padding-top: 0px !important;
	}
	.section-1 .main_buttons a{
		margin-right: 0px !important;
		margin-bottom: 24px !important;
	}
	.section-1 .main_buttons{
		margin-bottom: 0px !important;
	}
	.section-1 .main_banner_text{
		margin-bottom: 40px;
		max-width: 82%;
	}
	.main-banner-footer p{
		font-family: Inter;
		font-weight: 400;
		font-size: 12px;
		line-height: 150%;
		letter-spacing: 0px;
	}
	.section2title {
		font-size: 32px;
		line-height: 40px;
		letter-spacing: 0px;
	}
	.text-16 {	
		font-size: 14px;
	}
	.section2buttons .btn{
        margin-right: 0px !important;
        margin-bottom: 20px !important;
	}
	.section-2 {
		padding-top: 80px;
	}	
	.section-4 .section2title{ 
		display:none;
	}
	.section-4 {
		padding-top: 0px;
		padding-bottom: 100px;
	}
	.section-6 {
		padding-top: 100px;
	}
	.form-group-name {
		max-width: unset;
	}
	.form-group-message {
		width: auto;
		float: unset;
		margin-bottom: 0px !important;
	}
	.section-form .form-group input, .section-form .form-group textarea {
		margin-bottom: 7px;
	}	
	.section-form  .form-check{
		margin-bottom: 0px !important;
	}
	.section .accordion button {
		font-size: 18px;
		line-height: 24px;
	}	
	.section-3 {
		padding-top: 80px;
	}
	.sectab-1, .sectab-2{
		width: unset;
		right: unset;
		position: relative;
		bottom: unset;
	}
	.section-2 .img-div img{
		position: absolute;
        left: -135px;
        top: 300px;
	}
	.sectab-1 h2, .sectab-2 h2 {
		font-size: 18px;
		line-height: 24px;
	}	
	.sectab-1{
		margin-bottom:20px;
	}
	.sectab-2{
		max-width: 85%;
		float: right;
		margin-bottom: 170px;
	}	
	.text-14 {
		font-size: 14px;
	}
	.section-3 .certs div{
		padding: .5rem !important;
	}
	.swiper-button-next,.swiper-button-prev{
		display:none;
	}
	.section-5 {
		padding-top: 80px;
	}
	.sec-5-right {
		width: 560px;
		top: -75px;
		right: -211px;
	}	
	.sectab {
		margin-bottom:20px;
	}	
	.sec-5-left {
		bottom: -120px;
		left: 69px;
	}	
	.section-6 .sectionmobiletitle{
		display:block;
	}
	.section .accordion {
		min-height: auto;
	}	
	.section-7{
		padding-top: 0px;
	}
	.sec7-col2{
		padding-top: 0px;
	}
	footer .text-first{
		font-size: 18px;
		line-height: 24px;
		margin-left: 0px !important;
	}
	footer .row{	
		margin-top:0px !important;
	}
	footer p.text-second{	
		margin-left:0px !important;
	}
	.ft-desktop .icon-soc{	
		display:none;
	}
	.ft-desktop div{
		margin-left: 0px !important;
		margin: 20px 0px;
	}
	.ft-mobile{
		display:flex!important;;
	}
	footer .fb_icon_big a{
		background-image:url("/landing/fb_icon_big.svg");
	}
	footer .tg_icon_big a{
		background-image:url("/landing/tg_icon_big.svg");
	}
	footer .ln_icon_big a{
		background-image:url("/landing/ln_icon_big.svg");
	}
	footer .wt_icon_big a{
		background-image:url("/landing/wt_icon_big.svg");
	}	
	.icon-soc-big a{
        width: 55px;
        height: 55px;
        display: inline-block;
        background-repeat: no-repeat;		
	}
	.modal-content {
		background-color: #F5F5F5E5;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 10px;
		padding-left: 0px;
		border-radius: 32px;
	}	
	.modal-content .section-form .btn{
		margin: 0 auto;
		display: block;
	}
	.modal-content .section-form .form-group input, .modal-content .section-form .form-check{
		margin-bottom: 12px!important
	}	
}
@media (max-width: 1599px) {
	.img-div img{
		max-width:100%; 
	}
}
@media (min-width: 768px and max-width: 1199px) {
	.container-xl {
	  padding:0px 20px;
	}
	.modal-dialog{
		min-width: 90%;
	}
}
@media ( min-width: 1200px) {
	.modal-dialog{
		min-width: 1180px; 
	}
}