@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

/* font-family: kepler-std, serif; */
/* font-family: aktiv-grotesk, sans-serif; */
/* font-family: 'Montserrat', sans-serif; */

:root{
    --white:#FFFFFF;
    --dark-green:#222222;
    --blue:#3D3E90;
    --monsoon:#888888;
    --yellow:#FAB239;
    --old-lace:#F9F5EA;
    --pastel-grey: #CCCCCC;
    --black: #000;
    --porcelain:#F2F2F6;
    --dark-blue:#313273;
}
a{
	color:var(--blue);
}
li:marker{
    color: var(--blue);
}


/* general */

.container{
    max-width: calc(1166px + var(--bs-gutter-x, .75rem)*2);
}
body{
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
	font-family: aktiv-grotesk, sans-serif;
}
.desktop{
    display: block;
}
.mobile,.tablet{
    display: none;
}
.s-title{
    font-weight: 600;
    font-size: 70px;
    line-height: 70px;
    color: var(--dark-green);
	font-family: kepler-std, serif;
}
.s-title span{
    color: var(--blue);
}
.lable{
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 0.3em;  
    text-transform: uppercase;
    color: var(--dark-green);
}

.social-icons li{
    margin-right: 8px;
}
.social-icons li:last-child{
    margin-right: 0;
}
.social-icons li a{
    display: block;
    color: var(--white);
    font-size: 20px;
    line-height: 44px;
    background-color: var(--pastel-grey);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
}
.social-icons li a:hover{
    background-color: var(--blue);
}

.hero-label{
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 13px;
    background-color: var(--old-lace);
    padding: 8px 27px;
    display: inline-block;
}
.btn-primary{
    background-color: var(--blue);
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    border: 0;
    border-radius: 0;
    padding: 1.188rem 2.063rem;
    text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
    min-width: 220px;
}
.btn-primary:hover{
	background-color:var(--porcelain);
	color:var(--blue);
}
.btn-secondary{
	padding:0;
	background-color: transparent;
    color: var(--dark-blue);
    border: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: var(--blue);
}
.btn-secondary:focus,
.btn-secondary:active,
.btn-primary:focus,
.btn-primary:active{
	box-shadow:none;
	background-color:transparent;
	color:var(--dark-blue);
}
.btn-primary:focus,
.btn-primary:active{
	background-color:var(--porcelain);

}

.btn-secondary i{
	margin-right:12px;
}
.btn-secondary:hover{
	background-color:unset;
	color: var(--blue);
}


/* general */


/* site-header */

.site-header .navbar-brand img{
    max-width: 421px;
}

.site-header .navbar,.site-header .navbar .navbar-brand {
    padding: 0;
}
.site-header .navbar-nav .nav-item .nav-link{
    font-weight: 600;
    font-size: 14px;
    line-height: 13px;
    text-transform: uppercase;
    color: var(--dark-green);
    padding:0 15px;
    position: relative;
}
.site-header .navbar-nav .nav-item:hover .nav-link{
    color: var(--blue);
}

.site-header .navbar-nav .nav-item .nav-link::before{
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background-color: var(--yellow);
    bottom: -9px;
    border-radius: 100px;
    display: none;
}
.site-header .navbar-nav .nav-item:hover .nav-link::before{
    display: block;
}
.site-header .navbar-nav .nav-item.active .nav-link::before{
    display: block;
}
.site-header .navbar-nav .nav-item.active .nav-link{
    color: var(--blue);
}
.site-header .btn-search i{
    color: var(--blue);
    font-size: 24px; 
}
.site-header .btn-search {
    padding-left: 17.5px;
    padding-right: 0;
}
.site-header .custom-menu-icon .bar{
    width: 40px;
    height: 3px;
    background-color: var(--blue);
    border-radius: 50px;
    transition: 0.3s all ease-in-out;
}
.site-header .custom-menu-icon .bar.middle{
    margin-top: 6px;
    margin-bottom: 6px;
}
.site-header .navbar-toggler:focus{
    box-shadow: none;
}
.site-header .custom-menu-icon.active .top{
    width: 10px;
    transform: translate(32px,5px) rotate(45deg);
}
.site-header .custom-menu-icon.active .middle{
    width: 42px;
}
.site-header .custom-menu-icon.active .bottom{
    width: 10px;
    transform: translate(32px,-5px) rotate(-45deg);
}
.site-header .mobile-toggle-logo{
    margin-top: 18px;
    text-align: center;
    margin-bottom: 50px;
}
.site-header .mobile-toggle-logo img{
    max-width: 181px;
}
.site-header .mobile-header-wrapper{
    display: flex;
    align-items: center;
    width: 100%;
}

/* site-header */

/* site-footer */

.site-footer{
    background-color: var(--white);
    padding: 100px 0 70px 0;
}
.site-footer li{
    list-style: none;
}
.site-footer ul{
    display: flex;
}
.site-footer .row-first ul{
    float: right;
}
.site-footer .row-first{
    margin-bottom: 116px;
}
.site-footer .row-first .image img{
    max-width: 426px;
}
.site-footer a{
    text-decoration: none;
}


.site-footer .secound-row {
    margin-bottom: 84px;
}

.site-footer .secound-row .city-name .title, .site-footer .secound-row .relation .title{
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: var(--dark-green);
    margin-bottom: 19px;
}
.site-footer .secound-row .adr,.site-footer .secound-row .contant{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--monsoon);
    max-width: 152px;
    margin-bottom: 30px;
}
.site-footer .secound-row .adr a,
.site-footer .secound-row .contant a{
    color: var(--monsoon);
}
.site-footer .copyright span{
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}
.site-footer .copyright span a{
    color: var(--blue);
    border-left: 1px solid var(--pastel-grey);
    padding-left: 13px;
    margin-left: 13px;
}
.site-footer .left-wrap{
    display: flex;
    justify-content: space-between;
    max-width: 635px;
}
.site-footer .right-wrap{
    display: flex;
    justify-content: space-between;
    max-width: 456px;
    margin-left: auto;
}

/* site-footer */


/* section-intro-block */
.section-intro-block{
	padding:78px 0 100px 0;
    position: relative;
    overflow: hidden;
}
.section-intro-block .left-content{
    padding: 50px 0 0 0;
}
.section-intro-block .section-inner{
    position: relative;
}
.section-intro-block .left-content .s-title{
    max-width: 288px;
    margin-bottom: 32px;
}

.section-intro-block .left-content .text{
    max-width: 470px;
    margin-bottom:30px;
}
.section-intro-block .left-content .swiper-pagination{
	margin-top:119px
}
.section-intro-block .right-content{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: auto;
}
.section-intro-block .right-content .slider-control{
    position: absolute;
    left: -40px;
    z-index: 10;
    bottom: 100px;
}
.section-intro-block .intro-slide .image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
	height:610px;
}

.slider-control .swiper-btn.swiper-button-disabled svg path{
    stroke: var(--white);
}
.slider-control .swiper-btn{
    background-color: var(--blue);
    width: fit-content;
    padding: 22px 30px;
}
.slider-control .swiper-btn:hover{
    background-color: var(--porcelain);
}
.slider-control .swiper-btn-prev{
    margin-bottom: 10px;
}
.slider-control .swiper-btn svg path{
    stroke: var(--white);
}
.slider-control .swiper-btn:hover svg path{
    stroke: var(--blue);
}
.swiper-pagination{
    position: unset;
    text-align: left;
}
.swiper-pagination-bullet{
    width: 80px;
    height: 5px;
    border-radius: 100px;
    background-color: var(--dark-blue);
    opacity: 1;
    margin: 0 20px 0 0 !important;
}
.swiper-pagination-bullet-active{
    background-color: var(--yellow);
}

/* section-intro-block */

/* section-our-team-block */
.section-our-team-block .right-content{
    margin-top: 66px;
}
.section-our-team-block{
    padding: 100px 0;
    position: relative;
}
.section-our-team-block .bg{
    position: absolute;
    width: 100%;
    height: 500px;
    left: 0;
    top: 0;
    background-color: var(--old-lace);
    z-index: -1;
}
.section-our-team-block .left-content .lable{
    margin-bottom: 60px;
}
.section-our-team-block .left-content .text{
    max-width: 350px;
/*     margin-bottom: 165px; */
}
.team-slide .image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 37px;
    position: relative;
    -webkit-filter: grayscale(100%); 
	height:385px;
}
.team-slide{
	position:relative;
}
.team-slide .whole-link-all{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.team-slide .whole-link{
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: var(--blue);
    z-index: 10;
    text-align: center;
    padding: 25px;
    right: 0;
    bottom: 0;
    display: none;
}
.team-slide .whole-link i{
    font-size: 27px;
}
.team-slide .image:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    
    /* opacity: 0.1; */
}
.team-slide:hover .image{
    -webkit-filter: unset; 
}
.team-slide:hover .image .whole-link{
    display: block;
}

.team-slider .name,
.team-slide .name{
    font-weight: 600;
    font-size: 30px;
    line-height: 27px;
    color: var(--dark-green);
    margin-bottom: 10px;
	font-family: kepler-std, serif;
}
.team-slider .profesion,
.team-slide .profesion{
    font-size: 16px;
    line-height: 26px;
}

.team-slider .profesion{
    margin-bottom: 0;
}
.section-our-team-block .slider-control .buttons{
    display: flex;
}
.section-our-team-block .slider-control .swiper-btn-prev{
    margin-bottom: 0;
    margin-right: 10px;
}
.section-our-team-block .slider-control.desktop{
	position:absolute;
	top:460px;
}
/* section-our-team-block */

/* section-post-slider-block */

.section-post-slider-block{
    background-color: var(--blue);
    padding: 107px 0 80px 0;
    position: relative;
    overflow: hidden;
}
.section-post-slider-block .bg{
    position: absolute;
    top: 0;
    left: 0;
}
.section-post-slider-block .top-part{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 116px;
}
.section-post-slider-block .top-part .lable{
    color: var(--white);
    position: relative;
}
.section-post-slider-block  a{
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: var(--white);
    text-decoration: none;
}
.section-post-slider-block a i{
    margin-left: 10px;
}
.section-post-slider-block .post-bottom-part{
    margin-bottom: 102px;
/*     overflow: visible; */
}
.post-card{
    position: relative;
}
.post-card .whole-link{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.post-card .image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    position: relative;
    height: 350px;
}
.post-card .show-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 180px;
}
.post-card .image-icon{
    margin-bottom: 20px;
}
.post-card .image-text{
    
}
.post-card .image-text .title{
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
    text-align: left;
    color: var(--white);
    margin-bottom: 0;
}
.post-card .image .number{
    position: absolute;
    top: 20px;
    left: 20px;
}
.post-card .image .hidden-content{
    padding: 0 20px;
    opacity: 0;
}

.post-card .image:before{
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    position: absolute;
    opacity: 0;
}
.post-card:hover .image .hidden-content{
   opacity: 1;
   font-size: 14px;
   line-height: 22px;
}
.post-card.blog-post-card .image .hidden-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.post-card:hover .image-icon{
    opacity: 0;
}
.section-blog-block .post-card:hover .text p{
    color: var(--blue);
}
.post-card:hover .image:before{
    opacity: 1;
}
.post-card .image .icon{
	position: absolute;
    bottom: 30px;
    right: 30px;
    display: none;
}
.post-card:hover .image .icon{
    display: block;
}
.section-blog-block .post-card:hover .image .icon i{
    color: var(--white);
}
.post-card:hover .image .icon i{
	color:var(--blue);
}
.post-card:hover .image .number span{
    color: var(--blue);
}
.post-card .image .hidden-content .inner-text p{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--dark-green);
    margin-bottom: 0;
    max-width: 180px;
}
.post-card .image .hidden-content .hover-icon{
    position: absolute;
    top: 90px;
}
.post-card .image .hidden-content .inner-text{
    position: absolute;
    top: 190px;
    left: 20px;
}
.post-card .image .number span{
    font-weight: 600;
    font-size: 60px;
    line-height: 54px;
    color: var(--white);
	font-family: kepler-std, serif;
}
.post-card .text{
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: var(--white);
}
.section-post-slider-block .swiper-post-pagination {
    text-align: center;
}

.section-post-slider-block .swiper-pagination-bullet{
    background-color: var(--white);
    opacity: 0.1;
}
.section-post-slider-block .swiper-pagination-bullet-active{
    opacity: 1;
}

/* section-post-slider-block */


/* section-team-list-block */

.section-team-list-block {
    background-color: var(--old-lace);
    padding: 100px 0 309px 0;
    position: relative;
    overflow: hidden;
}
.section-team-list-block .slider-control{
	display:none;
}
.section-team-list-block .bg{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
}
.section-team-list-block .top-part{
    margin-bottom: 91px;
    position: relative;
}
.section-team-list-block .tab-links{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin-bottom: 100px;
}
.section-team-list-block .tab-links li{
    margin-right: 61px;
    position: relative;
}
.section-team-list-block .tab-links li:before{
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 5px;
    background-color: var(--yellow);
    bottom: -20px;
    display: none;
}
.section-team-list-block .tab-links li.active:before{
    display: block;
}
.section-team-list-block .tab-links li:last-child{
    margin-right: 0;
}
.section-team-list-block .tab-links li a{
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--dark-green);
}
.section-team-list-block .text{
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    color: var(--dark-green);
    text-align: center;
    max-width: 800px;
    margin: auto;
}

.section-team-list-block .bottom-part .team-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 28px;
    grid-row-gap: 51px;
    position: relative;
    overflow: visible;
}
.section-team-list-block .loading{
    display: none;
}

/* section-team-list-block */

/* intro-block-2 */

.section-intro-block-2{
    overflow: hidden;
    position: relative;
    padding: 78px 0 100px 0;
}
.section-intro-block-2 .section-inner{
    position: relative;
}
.section-intro-block-2 .first-row{
    position: relative;
    z-index: 10;
}
.section-intro-block-2 .right-content{
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    height: 100%;
}
.section-intro-block-2 .left-col{
    padding: 125px 0;
    min-height: 610px;
}
.section-intro-block-2 .bg{
    position: absolute;
    right: 0;
    bottom: 0;
}
.section-intro-block-2 .hero-label{
    margin-bottom: 58px;
}
.section-intro-block-2 .s-title{
    max-width: 700px;
    font-weight: 600;
    font-size:50px;
    line-height:45px;
/* 	font-size:70px;
    line-height:70px; */
    margin-bottom: 53px;
    max-width: 483px;
}
.section-intro-block-2 .wrap-text{
    border-left: 6px solid var(--yellow);
    padding-left: 44px;
}
.section-intro-block-2 .wrap-text .date{
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: var(--dark-green);
    margin-bottom: 29px;
}
.section-intro-block-2 .wrap-text .text{
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
	max-width:433px;
    margin-bottom: 41px;
}

.section-intro-block-2 .right-content .images{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}
.section-intro-block-2 .right-content .images img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    display: none;
}

/* intro-block-2 */


/* intro-block-2 */

.section-intro-block-3{
    padding: 78px 0 142px 0;
    position: relative;
    overflow: hidden;
}
.section-intro-block-3 .section-inner{
    position: relative;
    padding: 190px 0;
}
.section-intro-block-3.single-team .section-inner{
    padding: 50px 0;
}
.section-intro-block-3.single-team .left-content{
    max-width: 471px;
}
.section-intro-block-3.single-team .s-title{
	margin-bottom:10px;
}
.section-intro-block-3 .bg{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 20;
}
.section-intro-block-3 .bg-2{
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: var(--blue);
}
.section-intro-block-3 .s-title{
    font-weight: 600;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 30px;
    margin-bottom: 56px;
    max-width:483px ;
}
.section-intro-block-3 .lable{
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    color: var(--dark-green);
    margin-bottom: 38px;
    letter-spacing: unset;
}
.section-intro-block-3.single-team .lable{
    font-size: 18px;
}
.section-intro-block-3 .social-icons{
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 83px;
}
.section-intro-block-3 .text{
    padding-left: 41px;
    max-width: 433px;
    border-left: 6px solid var(--yellow);
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
}

.section-intro-block-3.single-team .text{
    font-size: 16px;
	line-height: 28px;
}
.section-intro-block-3 .image-intro-3{
    position: absolute;
    right: 0;
    max-width: 896px;
    max-height: 800px;
}
.section-intro-block-3 .right-content .images{
    position: relative;
    z-index: 30;
}
.section-intro-block-3 .right-content .images .image-wrapper{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 50px 100px rgba(0, 0, 0, 0.25));
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    z-index: 20;
    width: 600px;
    height: 537px;
}
.section-intro-block-3.single-team .right-content .images img{
    filter: drop-shadow(0px 50px 100px rgba(0, 0, 0, 0.25));
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    z-index: 20;
    max-width: 400px;
/*     height: 538px; */
}

/* intro-block-2 */

/* section-philosophy-block */

.section-philosphy-block{
    padding: 100px 0 0 0;
    position: relative;
    overflow: hidden;
}

.section-philosphy-block.left .container .row{
    flex-direction: row-reverse;
}
.section-philosphy-block.left .right-content{
    left: 0;
    padding: 100px 100px 0 0;
}
.section-philosphy-block.left .right-content .bg{
    left: unset;
    right: 0;
}
.section-philosphy-block .section-inner{
    position: relative;
    padding-bottom: 147px;
}
.section-philosphy-block .right-content{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    padding: 100px 0 0 100px;
}
.section-philosphy-block .lable{
    margin-bottom: 87px;
}
.section-philosphy-block .s-title{
    font-weight: 600;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 30px;
}
.section-philosphy-block .text{
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: var(--dark-green);
    margin-bottom: 30px;
    max-width: 450px;
}
.section-philosphy-block .btn-link{
    padding-left: 0;
    color: var(--blue);
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
}

.section-philosphy-block .right-content .bg{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.section-philosphy-block .image{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
	position:relative;
	z-index:5;
}

/* section-philosophy-block */


/* section-logos-block */

.section-logos-block{
    background-color: var(--blue);
    padding: 50px 0;
    overflow: hidden;
}
.section-logos-block .content-wrapper{
    display: flex;
    align-items: center;
}
.section-logos-block .content-wrapper .left-wrapper{
    width: 30%;
}
.section-logos-block .content-wrapper .right-wrapper{
    width: 70%;
}
.section-logos-block .left-contant{
    max-width:327px ;
}
.section-logos-block .left-contant .lable{
    color: var(--white);
    margin-bottom: 23px;
}
.section-logos-block .left-contant .text{
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: var(--white);
}
.section-logos-block .left-contant .text p{
    margin-bottom: 0;
}
.section-logos-block .logo ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding-left: 0;
}
.section-logos-block .logo li img{
    max-width: 119px;
}

/* section-logos-block */

/*  section-difference */
.section-difference-block{
    background-color: var(--old-lace);
    padding: 100px 0 78px 0;
    position: relative;
}
.section-difference-block .row{
	justify-content:center;
	align-items:center;
}
.section-difference-block .new-col{
	margin-bottom:30px;
}
.section-difference-block .bg{
    position: absolute;
    top: 0;
    right: 0;
}
.section-difference-block .bg img{
    max-width: 450px;
}
.section-difference-block .lable {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px; 
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.section-difference-block .text{
    max-width: 483px; 
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: var(--dark-green);
    margin-bottom: 67px;
}
.section-difference-block .icon{
    margin-bottom: 30px;
}
.section-difference-block .icon img{
    max-width: 120px;
}
.section-difference-block .new-col:hover .title{
    color: var(--blue);
}
.section-difference-block .title{
    font-weight: 600;
    font-size: 35px;
    max-width: 345px;
    line-height:35px;
    margin-bottom: 30px;
	font-family: kepler-std, serif;
	min-height:70px;
}
.section-difference-block .info{
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    max-width: 314px;
    padding-left: 24px;
    border-left: 6px solid var(--yellow);
    margin-bottom: 35px;
	min-height:188px;
}
/*  section-difference */

/*  section-difference 2*/

.section-difference-block.style-2::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--s-color);
}
.section-difference-block.style-2 .row{
    justify-content: unset;
}
.section-difference-block.style-2 .icon{
    border-radius: 50%;
    width: 250px;
    height: 250px;
    text-align: center;
    vertical-align: middle;
    display: table-cell; 
}
.section-difference-block.style-2 .icon img{
    max-width: unset;
}
.section-difference-block.style-2 .right-content{
    margin-top: 118px;
}
.section-difference-block.style-2 .lable{
    margin-bottom: 100px;
}
/*  section-difference 2*/

/* section-contact-block */
.section-contact-block{
    padding:150px 0 0 0; 
    position: relative;
}
.contact-form .wpcf7-list-item{
    margin-left: 0;
}

.section-contact-block .bg{
    position: absolute;
    bottom: 0;
    right: 0;
}
.section-contact-block .top-part .quotes{
    max-width: 904px;
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    margin: auto;
    position: relative;
    padding-top: 69px;
    padding-left: 102px;
    padding-right: 103px;
    padding-bottom: 36px;
    background-color: var(--white);
}
.section-contact-block .top-part .quotes::before{
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    width: 82px;
    height: 82px;
    background-color: var(--yellow);
    z-index: -1;
}
.section-contact-block .top-part .quotes::after{
    position: absolute;
    content: '';
    bottom: -5px;
    right: -5px;
    width: 82px;
    height: 82px;
    background-color: var(--yellow);
    z-index: -1;
}
.section-contact-block .top-part{
    margin-bottom: 258px;
}
.section-contact-block .middle-part{
    margin-bottom: 80px;
}
.section-contact-block .middle-part .text{
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: var(--monsoon);
    max-width: 550px;
}
.section-contact-block .bottom-part{
    background-color: var(--old-lace);
    padding: 181px 0 200px 0;
}
.section-contact-block .bottom-part .left-content .text{
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: var(--dark-green);
    max-width: 550px;
    margin-bottom: 60px;
}
.section-contact-block .bottom-part .left-content .s-title{
    max-width: 483px;
    margin-bottom: 30px;
}
.section-contact-block .bottom-part .right-content{
    float: right;
    transform: translateY(-451px);
    margin-bottom: -451px;
}



/* contact form */
.contact-form.dark{
	background-color:var(--blue);
}
.contact-form .form-control{
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-left: 0;
    border-bottom: 1px solid var(--blue);
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: var(--blue);
}
.contact-form.dark .form-control{
	background-color:transparent;
	border-bottom: 1px solid var(--white);
	color:var(--white);
}
/* .contact-form.dark .form-control::placeholder{
	color:var(--white);
} */

.contact-form.dark select option{
    color: var(--blue);
}
.contact-form{
    padding: 111px 50px;
    color: var(--blue) ;
    max-width: 583px;
    background: var(--white);
    box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.15);
    position: relative;
}
.contact-form .s-title{
    font-weight: 600;
    font-size: 60px;
    line-height: 54px;
    color: var(--blue);
    margin-bottom: 55px;
}
.contact-form.dark .s-title{
	color: var(--white);
}
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-1rem) translateX(0);
}
.form-floating>.form-select{
    padding-top: 0;
}
.contact-form.dark label{
	color:var(--white) !important;
}



.contact-form input,
.contact-form textarea,
.contact-form .form-select{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid var(--blue);
    border-radius: 0;
    padding-left: 0 !important;
    padding-bottom: 12px;
    color: var(--blue);
}
.contact-form.dark input,
.contact-form.dark textarea,
.contact-form.dark .form-select{
    color: var(--white);
	border-bottom: 1px solid var(--white);
	background-color:transparent;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus
{
    border-bottom: 1px solid var(--yellow);
    box-shadow: none;
}
.contact-form .form-border{
    position: relative;
    margin-top: 40px;
}
.contact-form .form-group textarea{
    max-height: 200px;
}
.contact-form .form-group{
    margin-bottom: 23px;
}
.contact-form .bottom-content{
    display: flex;
    margin-top: 60px;
}

.contact-form .bottom-content input{
    width: 22px;
    height: 22px;
    margin-right: 16px;
}
.contact-form.dark .bottom-content .text{
	color:var(--white);
}
.contact-form .bottom-content .text{
    max-width: 200px;
    margin-right: 24px;
    font-size: 13px;
    line-height: 21px;
    color: #222222;
    
}
.contact-form.dark .bottom-content .btn{
	color:var(--blue);
	border:1px solid var(--white);
	background-color:var(--white);
}
.contact-form.dark select.form-control::placeholder{
	color:var(--white);
	opacity:0.3;
}
.contact-form .bottom-content .btn{
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    padding: 18px 86px;
    background-color: var(--blue);
	height:fit-content;
    width: 100%;
    padding-right: 0;
} 
.form-floating>.form-control, .form-floating>.form-select {
    height: calc(4.5rem + 2px);
    line-height: 1.25;
}
/* input[type="text"].form-control, input[type="email"].form-control {
    padding: 10px 15px 0; 
    font-size: 16px !important; 
    background: transparent; z-index: 2;
    position: relative;
}
.wpcf7-form-control-wrap {
    background: #fff; 
    height: 100%; 
    display: block;
} */
.contact-form label:not(.text-l){
    transform: translateY(-100%); 
    z-index: 1; 
    font-size: 18px; 
    font-weight: 400;
    color: var(--blue);
    line-height: 42px;
    position: absolute; 
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease; 
    -ms-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease; 
    transition: all 0.2s ease;
    /* padding: 0 6px 6px 0; */
    top: 42px;
    pointer-events: none;
    font-family: aktiv-grotesk, sans-serif;
}
.form-floating.active label {
    transform: translateY(-165%); 
    color: var(--blue); 
    opacity: 0.5;
    font-size: 16px; 
    padding: 0;
} 
/* contact form */


/* section-contact-block-2 */
.section-contact-block-2{
    padding: 100px 0;
    background-color: var(--old-lace);
}
.section-contact-block-2 .col-md-5 .text{
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    color: var(--dark-green);
    max-width: 483px;
    margin-bottom: 29px;
}
.section-contact-block-2 .right-content{
    float: right;
}
.section-contact-block-2 .inquities .inqu{
    font-weight: 500;
    font-size: 18px;
    line-height: 29px ;
    color: var(--dark-green);
    margin-bottom: 36px;
}
.section-contact-block-2 .inquities{
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: var(--dark-green);
    margin-bottom: 143px;
}

.section-contact-block-2 .inquities a{
    font-weight: 400;
    font-size: 30px;
    line-height: 27px;
    color: var(--blue);
    text-decoration: none;
}
.section-contact-block-2 a.number{
    font-weight: 600;
    font-size: 50px;
    line-height: 45px;
    color: var(--dark-green);
    margin-bottom: 15px;
	display:block;
}

.section-contact-block-2 .address{
    padding-left: 50px;
    border-left: 6px solid var(--yellow) ;

}
.section-contact-block-2 .address li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.section-contact-block-2 .address li{
    max-width: 300px;
    border-bottom: 1px solid #000000;
    margin-bottom: 25px;
    list-style: none;
    padding-bottom: 25px;
}
.section-contact-block-2 .address .c-name{
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    color: var(--blue);
    margin-bottom: 19px;
}
.section-contact-block-2 .address .c-add{
    max-width: 152px;
    font-size: 16px;
    line-height: 22px;
    color: var(--dark-green)
}
.section-contact-block-2 .address .c-add a{
	color: var(--dark-green);
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
}


/* section-contact-block-2 */
/* section-blog-block */
.section-blog-block{
    padding: 100px 0;
    background-color: var(--old-lace);
	overflow:hidden;
}
.section-blog-block .top-content ul li a{
    text-decoration: none;
    margin-right: 50px;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    text-transform: uppercase;
    color: #222222;
    position: relative;
}
.section-blog-block .top-content ul li.active a{
	color:var(--blue);
}
.section-blog-block .top-content ul li a::after{
    position: absolute;
    content: '';
    width: 80px;
    height: 5px;
    background: var(--yellow);
    left: 0;
    bottom: -20px;
    display: none;
}
.section-blog-block .top-content ul li.active a::after{
    display: block;
}
.section-blog-block .top-content ul{
    display: flex;
    list-style: none;
    padding-left: 0;
    text-decoration: none;
}
.section-blog-block .top-content .right-content{
    display: flex;
    float: right;
    align-items: center;
}
.section-blog-block .top-content .right-content span:last-child{
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    color: #222222;    
    font-family: kepler-std, serif; 
}
.section-blog-block .top-content .right-content span:first-child{
    padding-right: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--dark-green);
}
.section-blog-block .bottom-content .left-content {
    display: flex;
    align-items: center;
}
.section-blog-block .bottom-content .left-content span:last-child{
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--dark-green)ssss;
}
.section-blog-block .bottom-content .left-content span:first-child{
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    color: #222222;  
    padding-right: 20px;
    font-family: kepler-std, serif;
}

.section-blog-block .blog-post{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 29px;
    grid-row-gap: 100px;
    margin-bottom: 91px;
}
.section-blog-block .post-card{
    max-width: 270px;
}
.section-blog-block .post-card .image{
    height: 400px;
}
.section-blog-block .post-card .text{
	color:var(--dark-green);
}
.section-blog-block .post-card .image:before{
	background-color:var(--blue);
}
 
.section-blog-block .post-card:hover .image .number span,
.section-blog-block .post-card .image .hidden-content .inner-text p{
	color:var(--white);
}
.section-blog-block .post-card .hidden-content{
	color:var(--white);
}
.section-blog-block .post-card .hidden-content .icon i{
	color:var(--white) !important;
}
.section-blog-block .page-numbers{
    font-weight: 400;
    font-size: 18px;
    line-height: 16px;
    color: var(--blue);
    text-decoration: none;
}
.section-blog-block .pagination-area .prev{
    border-right: 1px solid var(--pastel-grey);
    padding-right: 10px;
    margin-right: 20px !important;
}
.section-blog-block .pagination-area .next{
    border-left: 1px solid var(--pastel-grey);
    padding-left: 10px;
    margin-left: 20px;
}
.section-blog-block .prev.page-numbers i{
    margin-right: 20px;
}
.section-blog-block .next.page-numbers i{
    margin-left: 20px;
}
.section-blog-block .pagination-area{
    text-align: end;
}
.section-blog-block .pagination-area ul{
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}
.section-blog-block .pagination-area ul li{
    list-style-type: none;
}
.section-blog-block .pagination-area ul li a{
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 16px;
    color: var(--blue) !important;
    text-decoration: none;
    padding-left: 20px;
    margin-right: 0 !important;
    text-transform: uppercase;
}
.section-blog-block .pagination-area ul li{
    color: var(--dark-green);
}
.section-blog-block .pagination-area ul li span.active{
    font-weight: 500;
}
.section-blog-block .pagination-area ul li i{
    color: var(--blue);
}
.section-blog-block .pagination-area ul li .next i{
    margin-left: 20px;
}
.section-blog-block .pagination-area ul li .prev i{
    margin-right: 20px;
}
.section-blog-block .pagination-area.top{
    margin-top: 60px;
    margin-bottom: 65px;
}
.section-blog-block .page-numbers.current{
    color: var(--dark-green);
    font-weight: 500;
}
/* section-blog-block */

/* team-case-study-block */

.section-team-case-study-block{
    background-color: var(--old-lace);
    padding: 205px 0 103px 0;
    position: relative;
}
.section-team-case-study-block .bg{
    position: absolute;
    left: 0;
    bottom: 0;
}
.section-team-case-study-block .first-row{
    border-bottom: 1px solid var(--pastel-grey);
    padding-bottom: 100px;
}
.section-team-case-study-block .s-title{
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
    max-width: 533px;
    color: var(--dark-green);
    margin-bottom: 50px;
}
.section-team-case-study-block .right-text{
    font-weight: 400;
    font-size: 18px;
    max-width: 700px;
    line-height: 29px;
}
.section-team-case-study-block .left-text{
    max-width: 533px;
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    color: var(--dark-green);
    
}
.section-team-case-study-block .second-row {
    padding-top: 106px;
}
.section-team-case-study-block .second-row .top-part{
    display: flex;
    justify-content: space-between;
	margin-bottom:100px;
}
.section-team-case-study-block .swiper-post-pagination{
	text-align:center;
	margin-top:101px;
	z-index:10;
}
.section-team-case-study-block .swiper-pagination-bullet{
	background-color: var(--black);
	opacity:0.1;
}
.section-team-case-study-block .swiper-pagination-bullet-active{
	background-color: var(--blue);
	opacity:1;
}
.section-team-case-study-block .second-row .btn i{
    margin-left: 10px;
}
.section-team-case-study-block .second-row .label{
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--dark-green);
}
.section-team-case-study-block.single-team-grid-block .team-slider-wrapper{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 60px;
    row-gap: 44px;
}

/* team-case-study-block */

/* section-three-column-block */
.section-three-column-block{
    padding-bottom: 144px;
}
.section-three-column-block .top-content{
    background-color: var(--old-lace);
    padding: 100px 0 118px 0;
    position: relative;
}
.section-three-column-block .top-content .bg{
    position: absolute;
    bottom: 0;
    left: 0;
}

.section-three-column-block .top-content .s-title{
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
    color: var(--dark-green);
    max-width: 700px;
    margin-bottom: 70px;
	margin-left:0;
}
.section-three-column-block .text{
    font-size: 18px;
    line-height: 29px; 
    color: var(--dark-green);
}
.section-three-column-block .left-side-text{
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    color: #222222;
    max-width: 533px;
    margin-bottom:162px;
}
.section-three-column-block .image{
    position: absolute;
    z-index: 1;
    max-width: 533px;
}
.section-three-column-block .top-content .right-side-top-text{
    max-width: 700px;
    margin-top: 170px;
    margin-bottom: 50px;
}
.section-three-column-block .top-content .bottom-side-top-text .label{
    font-weight: 500;
    font-size: 26px;
    line-height: 34px; 
    color: var(--dark-green);
    margin-bottom: 23px;
}
.section-three-column-block .top-content .bottom-side-top-text p{
    max-width: 700px;
}
.section-three-column-block .bottom-content{
    padding: 93px 0 0 0;
}
.section-three-column-block .s-title{
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
    max-width: 533px;
    margin: auto;
    margin-bottom: 92px
}
.section-three-column-block .col-title{
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    max-width: 450px;
    color: var(--dark-green);
    margin-bottom: 35px;
}
.section-three-column-block .text-bottom-content{
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    max-width: 350px;
}

/* section-three-column-block */

/* section-full-width-image-block */
.section-full-width-image-block{
    padding:304px 0 150px 0;
    position: relative;
    overflow: hidden;
}
.section-full-width-image-block .bg-image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 15;
}
.section-full-width-image-block .left-content{
    position: relative;
}
.section-full-width-image-block .left-content .bg{
    position: absolute;
    z-index: 10;
    right: -115px;
    bottom: -115px;
}
.section-full-width-image-block .content-block{
    padding: 130px 100px 115px 0;
    background-color: var(--old-lace);
    position: relative;
    z-index: 20;
}
.section-full-width-image-block .content-block:before{
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--old-lace);
}
.section-full-width-image-block .content-block .c-title{
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
    max-width: 483px;
    margin-bottom: 30px;
	font-family: kepler-std, serif;
}
.section-full-width-image-block .content-block .text{
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    max-width: 483px;
    margin-bottom: 38px;
}
.section-full-width-image-block .bottom-content{
    max-width: 800px;
    margin: auto;
    text-align: center;
    margin-top: 219px;
}
.section-full-width-image-block .bottom-content .b-title{
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
    color: var(--dark-green);
    margin: auto;
    margin-bottom: 30px;
    font-family: kepler-std, serif;
}
.section-full-width-image-block .bottom-content .text{
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 17px;
}
.section-full-width-image-block .bottom-content .btn{
    padding: 19px 32.5px;
    color: var(--white);
    background-color: var(--blue);
    text-transform: uppercase;
}
/* section-full-width-image-block */

/* section-bulleted-list-block */
.section-bulleted-list-block .inner-container{
    padding:150px 0;
    border-top: 1px solid #CCCCCC; 
    border-bottom: 1px solid #CCCCCC; 
}

.section-bulleted-list-block .s-title{
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
    max-width: 533px;
    margin-bottom: 30px;
}
.section-bulleted-list-block .text{
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    max-width: 533px;
}
.section-bulleted-list-block .right-content{
	margin-top:110px;
}
.section-bulleted-list-block .right-content h3{
    font-weight: 500;
    font-size: 26px;
    line-height: 24px;
    color: #222222;
    max-width: 428px;
    margin-bottom: 56px;
}
.section-bulleted-list-block ul li{
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    max-width: 420px;
    margin-bottom: 30px;
}
.section-bulleted-list-block ul li::marker{
	color:var(--blue);
}
/* section-bulleted-list-block */


 /* section-quote-block  */
.section-quote-block{
    padding: 150px 0 100px 0;
}

.section-quote-block .quote{
    max-width: 800px;
    background: #F9F5EA;
    padding: 120px 105px 89px 200px;
    margin: auto;
    position: relative;
}
.section-quote-block .quote .quote-image{
    position: absolute;
    top: -50px;
    left: -50px;
    background-image: url(images/quote.png);
    z-index: 111;
    max-width: 170px;
    max-height: 170px;
}
.section-quote-block .bg{
    position: absolute;
    right: -100px;
    bottom: -100px;
    z-index: -1;
}
.section-quote-block .quote .s-title{
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
    color: #222222;
    margin-bottom: 30px;
    max-width: 495px;
}
.section-quote-block .quote .text{
    max-width: 495px;
    font-size: 22px;
    line-height: 35px;
    color: #222222;
    margin-bottom: 30px;
}
.section-quote-block .quote .name{
    font-weight: 500;
    font-size: 22px;
    line-height: 35px;  
    color: #222222;
}
/* section-quote-block  */

/* section-count */
.section-count-block{
    background-color: var(--blue);
    padding: 100px 0 150px 0;
}
.section-count-block .new-col{
	position:relative;
	
}
.section-count-block .wrap-contant .image{
    margin-bottom: 50px;
}

.section-count-block .inner-content .icon{
	text-align:right;
	position: absolute;
    width: 100%;
    right: 12px;
    bottom: -15px;
	z-index:1;
}
.section-count-block .lable{
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;  
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 133px;
}
.section-count-block .wrap-contant .count{
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
    color: var(--white);
    margin-bottom: 29px;
}
.section-count-block .wrap-contant .text{
    font-weight: 400;
   
    font-size: 18px;
    line-height: 29px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.section-count-block .inner-content i{
    color: var(--white);
    opacity: 0.5;
}

.section-count-block .wrap-contant{
    max-width: 325px;
}
.section-count-block .new-col .whole-link{
	position:absolute;
	width:100%;
	height:calc(100% + 42px);
	left:0;
	top:0;
	z-index:2;
}
.section-count-block .new-col::after{
    position: absolute;
    content: '';
    bottom: -42px;
    left: -var(--bs-gutter-x);
    background: var(--white);
/*     width:calc(100% - var(--bs-gutter-x)); */
	width:calc(100% - 20%);
    height: 10px;
}
.section-count-block .new-col:hover::after{
    background-color: var(--yellow);
}

/* section-count */

/* post-pagination */

.post-navigation{
    padding: 104px 0;
}
.post-navigation .p-link{
    color: var(--blue);
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
    text-decoration: none;
    text-transform: uppercase;

}
.post-navigation .p-link.prev i{
    margin-right: 10px;
}
.post-navigation .p-link.next i{
    margin-left: 10px;
}




/* post-pagination */

.section-custom-wbd{
    padding: 70px 0;
}

.contact-form.dark .wpcf7 form .wpcf7-response-output{
	color:var(--blue);
}

@media only screen and (min-width: 1792px){

    /* general */

	.section-intro-block-3.single-team .right-content .images img{
        max-width: 600px;
        height: 538px;
 }
.container{
    max-width: calc(1592px + var(--bs-gutter-x, .75rem)*2);
}

.s-title{
    font-weight: 600;
    font-size: 100px;
    line-height: 90px;
}
.s-title span{
    color: var(--blue);
}


.social-icons li{
    margin-right: 8px;
}
.social-icons li:last-child{
    margin-right: 0;
}

.social-icons li a:hover{
    background-color: var(--blue);
}

.hero-label{
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 14px;
    background-color: var(--old-lace);
    padding: 13px 31px;
    display: inline-block;
}
.btn-primary{
    background-color: var(--blue);
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    border: 0;
    border-radius: 0;
    padding: 1.188rem 2.063rem;
    text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.btn-secondary{
	padding:0;
	background-color: transparent;
    color: var(--dark-blue);
    border: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: var(--blue);
}
.btn-secondary i{
	margin-right:12px;
}
.btn-secondary:hover{
	background-color:unset;
	color: var(--blue);
}


/* general */


/* site-header */

.site-header .navbar-brand img{
    max-width: 580px;
}
.site-header .navbar,.site-header .navbar .navbar-brand {
    padding: 0;
}
.site-header .navbar-nav .nav-item .nav-link{
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--dark-green);
    padding:0 17.5px;
    position: relative;
}
.site-header .navbar-nav .nav-item:hover .nav-link{
    color: var(--blue);
}

.site-header .navbar-nav .nav-item .nav-link::before{
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background-color: var(--yellow);
    bottom: -9px;
    border-radius: 100px;
    display: none;
}
.site-header .navbar-nav .nav-item:hover .nav-link::before{
    display: block;
}
.site-header .navbar-nav .nav-item.active .nav-link::before{
    display: block;
}
.site-header .btn-search i{
    color: var(--blue);
    font-size: 24px; 
}
.site-header .btn-search {
    padding-left: 17.5px;
    padding-right: 0;
}

/* site-header */

/* site-footer */

.site-footer{
    background-color: var(--white);
    padding: 100px 0 70px 0;
}
.site-footer li{
    list-style: none;
}
.site-footer ul{
    display: flex;
}
.site-footer .row-first ul{
    float: right;
}
.site-footer .row-first{
    margin-bottom: 116px;
}
.site-footer .row-first .image img{
    max-width: 512px;
}
.site-footer a{
    text-decoration: none;
}


.site-footer .secound-row {
    margin-bottom: 84px;
}

.site-footer .secound-row .city-name .title, .site-footer .secound-row .relation .title{
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    color: var(--dark-green);
    margin-bottom: 19px;
}
.site-footer .secound-row .adr,.site-footer .secound-row .contant{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--monsoon);
    max-width: 152px;
    margin-bottom: 30px;
}
.site-footer .secound-row .adr a,
.site-footer .secound-row .contant a{
    color: var(--monsoon);
}

.site-footer .copyright span{
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}


/* site-footer */


/* section-intro-block */
.section-intro-block{
	padding:97px 0 90px 0;
    margin-bottom: 90px;
}
.section-intro-block .left-content{
    padding: 77px 0 47px 0;
}
.section-intro-block .left-content .s-title{
    max-width: 410px;
    margin-bottom: 32px;
}

.section-intro-block .left-content .text{
    max-width: 550px;
    margin-bottom: 47px;
}
.section-intro-block .left-content .swiper-pagination{
	margin-top:100px
}

.section-intro-block .right-content .slider-control{
    position: absolute;
    left: -40px;
    z-index: 10;
    bottom: 100px;
}
.section-intro-block .intro-slide .image{
    height: 800px;
}

.slider-control .swiper-btn.swiper-button-disabled svg path{
    stroke: var(--white);
}
.slider-control .swiper-btn{
    background-color: var(--blue);
    width: fit-content;
    padding: 22px 30px;
}
.slider-control .swiper-btn:hover{
    background-color: var(--porcelain);
}
.slider-control .swiper-btn-prev{
    margin-bottom: 10px;
}
.slider-control .swiper-btn svg path{
    stroke: var(--white);
}
.slider-control .swiper-btn:hover svg path{
    stroke: var(--blue);
}
.swiper-pagination{
    position: unset;
    text-align: left;
}
.swiper-pagination-bullet{
    width: 80px;
    height: 5px;
    border-radius: 100px;
    background-color: var(--dark-blue);
    opacity: 1;
    margin: 0 20px 0 0 !important;
}
.swiper-pagination-bullet-active{
    background-color: var(--yellow);
}
/* section-intro-block */

/* section-our-team-block */

.section-our-team-block{
    padding: 150px 0;
    position: relative;
}
.section-our-team-block .bg{
    position: absolute;
    width: 100%;
    height: 550px;
    left: 0;
    top: 0;
    background-color: var(--old-lace);
    z-index: -1;
}
.section-our-team-block .left-content .lable{
    margin-bottom: 60px;
}
.section-our-team-block .left-content .text{
    max-width: 350px;
/*     margin-bottom: 190px; */
}
	.section-our-team-block .slider-control.desktop{
		top:510px;
	}
.team-slide .image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 37px;
    position: relative;
    -webkit-filter: grayscale(100%); 
	height:500px;
}
.team-slide{
	position:relative;
}
.team-slide .whole-link-all{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.team-slide .whole-link{
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: var(--blue);
    z-index: 10;
    text-align: center;
    padding: 25px;
    right: 0;
    bottom: 0;
    display: none;
}
.team-slide .whole-link i{
    font-size: 27px;
}
.team-slide .image:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    
    /* opacity: 0.1; */
}
.team-slide:hover .image{
    -webkit-filter: unset; 
}
.team-slide:hover .image .whole-link{
    display: block;
}

.team-slider .name,
.team-slide .name{
    font-weight: 600;
    font-size: 35px;
    line-height: 31px;
    color: var(--dark-green);
    margin-bottom: 10px;
	font-family: kepler-std, serif;
}
.team-slider .profesion,
.team-slide .profesion{
    font-size: 18px;
    line-height: 29px;
}
.team-slider .profesion{
    margin-bottom: 0;
}
.section-our-team-block .slider-control .buttons{
    display: flex;
}
	.section-our-team-block .right-content{
		margin-top:0;
	}
.section-our-team-block .slider-control .swiper-btn-prev{
    margin-bottom: 0;
    margin-right: 10px;
}
/* section-our-team-block */

/* section-post-slider-block */

.section-post-slider-block{
    background-color: var(--blue);
    padding: 100px 0 124px 0;
    position: relative;
}
.section-post-slider-block .bg{
    position: absolute;
    top: 0;
    left: 0;
}
.section-post-slider-block .top-part{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 154px;
}
.section-post-slider-block .top-part .lable{
    color: var(--white);
    position: relative;
}
.section-post-slider-block  a{
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: var(--white);
    text-decoration: none;
}
.section-post-slider-block a i{
    margin-left: 10px;
}
.section-post-slider-block .post-bottom-part{
    margin-bottom: 115px;
}
.post-card{
    position: relative;
}
.post-card .whole-link{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.section-post-slider-block .post-card .image{
    height: 500px;
}
.post-card .image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 48px;
    position: relative;
}
.post-card .image .number{
    position: absolute;
    top: 40px;
    left: 40px;
}
.post-card .image-icon{
    top: 150px;
}
.post-card .image-text{
    top: 250px;
}
.post-card .image-text .title{
    max-width: 260px;
    font-size: 35px;
    line-height: 45px;
}
.post-card .show-content{
    width: 240px;
}

.post-card .image:before{
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    position: absolute;
    opacity: 0;
}
.post-card:hover .image .hidden-content{
   opacity: 1;
}.post-card:hover .image:before{
    opacity: 1;
}
.post-card .image .icon{
	position: absolute;
    bottom: 30px;
    right: 30px;
}
.post-card:hover .image .hidden-content .icon i{
	color:var(--blue);
}
.post-card:hover .image .number span{
    color: var(--blue);
}
.post-card .image .hidden-content .hover-icon{
    top: 136px;
}
.post-card .image .hidden-content .inner-text{
    top: 270px;
}
.post-card .image .hidden-content .inner-text p{
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: var(--dark-green);
    margin-bottom: 0;
    max-width: 260px;
}
.post-card .image .number span{
    font-weight: 600;
    font-size: 60px;
    line-height: 54px;
    color: var(--white);
	font-family: kepler-std, serif;
}
.post-card .text{
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
    color: var(--white);
}
.section-post-slider-block .swiper-post-pagination {
    text-align: center;
}

.section-post-slider-block .swiper-pagination-bullet{
    background-color: var(--white);
    opacity: 0.1;
}
.section-post-slider-block .swiper-pagination-bullet-active{
    opacity: 1;
}

/* section-post-slider-block */


/* section-team-list-block */

.section-team-list-block {
    background-color: var(--old-lace);
    padding: 102px 0 273px 0;
    position: relative;
}
.section-team-list-block .bg{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
}
.section-team-list-block .top-part{
    margin-bottom: 122px;
    position: relative;
}
.section-team-list-block .tab-links{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin-bottom: 133px;
}
.section-team-list-block .tab-links li{
    margin-right: 61px;
    position: relative;
}
.section-team-list-block .tab-links li:before{
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 5px;
    background-color: var(--yellow);
    bottom: -20px;
    display: none;
}
.section-team-list-block .tab-links li.active:before{
    display: block;
}
.section-team-list-block .tab-links li:last-child{
    margin-right: 0;
}
.section-team-list-block .tab-links li a{
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--dark-green);
}
.section-team-list-block .text{
    font-size: 22px;
    line-height: 35px;
    color: var(--dark-green);
    text-align: center;
    max-width: 1000px;
    margin: auto;
}

.section-team-list-block .bottom-part .team-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 64px;
    grid-row-gap: 94px;
    position: relative;
}
.section-team-list-block .loading{
    display: none;
}
/* section-team-list-block */

/* intro-block-2 */

.section-intro-block-2 {
    padding: 120px 0 140px 0;
    position: relative;
}
.section-intro-block-2 .left-col{
    padding: 200px 0 140px;
}
.section-intro-block-2 .bg{
    position: absolute;
    right: 0;
    bottom: 0;
}
.section-intro-block-2 .hero-label{
    margin-bottom: 51px;
}
.section-intro-block-2 .s-title{
    max-width: 700px;
    font-weight: 600;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 53px;
}
.section-intro-block-2 .wrap-text{
    border-left: 6px solid var(--yellow);
    padding-left: 44px;
}
.section-intro-block-2 .wrap-text .date{
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: var(--dark-green);
    margin-bottom: 29px;
}
.section-intro-block-2 .wrap-text .text{
    font-size: 22px;
    line-height: 35px;
	max-width:650px;
    margin-bottom: 45px;
}


.section-intro-block-2 .right-content .images img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}

/* intro-block-2 */


/* intro-block-2 */

.section-intro-block-3{
    padding: 120px 0 140px 0;
    position: relative;
    overflow: hidden;
}
.section-intro-block-3 .section-inner{
    padding: 100px 0;
}
	
.section-intro-block-3.single-team .section-inner{
    padding: 100px 0;
}
.section-intro-block-3.single-team .left-content{
    max-width: 600px;
}
.section-intro-block-3.single-team .s-title{
	margin-bottom:10px;
}
.section-intro-block-3 .bg{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 20;
}
.section-intro-block-3 .s-title{
    font-weight: 600;
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    margin-bottom: 106px;
}
.section-intro-block-3 .lable{
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    color: var(--dark-green);
    margin-bottom: 38px;
    letter-spacing: unset;
}
	.section-intro-block-3.single-team .lable{
    font-size: 22px;
}
.section-intro-block-3 .social-icons{
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 83px;
}
.section-intro-block-3 .text{
    padding-left: 44px;
    max-width: 650px;
    border-left: 6px solid var(--yellow);
    font-size: 22px;
    line-height: 35px;
}
	.section-intro-block-3.single-team .text{
		 font-size: 22px;
    line-height: 35px;
	}
.section-intro-block-3 .image-intro-3{
    position: absolute;
    right: 0;
    max-width: 896px;
    max-height: 800px;
}
.section-intro-block-3 .right-content .images{
    position: relative;
}
.section-intro-block-3 .right-content .images .image-wrapper{
    left: -100px;
    width: 750px;
    height: 600px;
}

/* intro-block-2 */

/* section-philosophy-block */

.section-philosphy-block{
    padding: 165px 0 0 0;
    position: relative;
}
.section-philosphy-block .section-inner{
    padding-bottom: 316px;
}
.section-philosphy-block .lable{
    margin-bottom: 87px;
}
.section-philosphy-block .s-title{
    font-weight: 600;
    font-size: 100px;
    line-height: 98px;
    margin-bottom: 30px;
}
.section-philosphy-block .text{
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: var(--dark-green);
    margin-bottom: 30px;
    max-width: 550px;
}
.section-philosphy-block .btn-link{
    padding-left: 0;
    color: var(--blue);
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
}
.section-philosphy-block .right-content{
    padding: 104px 0 0 198px;
}
.section-philosphy-block .right-content .bg{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.section-philosphy-block .image{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
}

/* section-philosophy-block */


/* section-logos-block */

.section-logos-block{
    background-color: var(--blue);
    padding: 100px 0;
}
.section-logos-block .logo li img{
    max-width: unset;
}

/* section-logos-block */

/*  section-difference */
.section-difference-block{
    background-color: var(--old-lace);
/*     padding: 151px 0 150px 0; */
    position: relative;
}
.section-difference-block .new-col{
	margin-bottom:30px;
}
.section-difference-block .bg{
    position: absolute;
    top: 0;
    right: 0;
}
.section-difference-block .bg img{
    max-width: unset;
}
.section-difference-block .lable {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px; 
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 67px;
}
.section-difference-block .text{
    max-width: 652px; 
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: var(--dark-green);
    margin-bottom: 118px;
}
.section-difference-block .icon{
    margin-bottom: 40px;
}

.section-difference-block .new-col:hover .title{
    color: var(--blue);
}
.section-difference-block .title{
    font-weight: 600;
    font-size: 40px;
    max-width: 450px;
    line-height: 100%;
    margin-bottom: 40px;
	font-family: kepler-std, serif;
}
.section-difference-block .info{
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    max-width: 420px;
    padding-left: 24px;
    border-left: 6px solid var(--yellow);
	min-height:135px;
}
/*  section-difference */

/* section-contact-block */
.section-contact-block{
    padding:173px 0 0 0; 
    position: relative;
}
.section-contact-block .bottom-part .left-content .s-title{
    max-width: 550px;
    margin-bottom: 40px;
}
.section-contact-block .bottom-part .right-content{
    transform: translateY(-480px);
    margin-bottom: -480px;
}

.section-contact-block .top-part{
    margin-bottom: 233px;
}
.section-contact-block .middle-part{
    margin-bottom: 122px;
}

/* contact form */
.contact-form.dark{
	background-color:var(--blue);
}
.contact-form{
    padding: 111px 150px;
    color: var(--blue) ;
    max-width: 896px;
    background: var(--white);
    box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.15);
}
.contact-form .s-title{
    font-weight: 600;
    font-size: 60px;
    line-height: 54px;
    color: var(--blue);
    margin-bottom: 55px;
}
.contact-form.dark .s-title{
	color: var(--white);
}
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-1rem) translateX(0);
}
.form-floating>.form-select{
    padding-top: 0;
}

.contact-form label{
    padding-left: 0;
}
.contact-form input,
.contact-form textarea,
.contact-form .form-select{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid var(--blue);
    border-radius: 0;
    padding-left: 0 !important;
    padding-bottom: 17px;
    color: var(--blue);
}
.contact-form.dark input,
.contact-form.dark textarea,
.contact-form.dark .form-select{
    color: var(--white);
	border-bottom: 1px solid var(--white);
	background-color:transparent;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus
{
    border-bottom: 1px solid var(--yellow);
    box-shadow: none;
}
.contact-form .form-border{
    position: relative;
    margin-top: 40px;
}
/* .contact-form  .form-border::after{
    position: absolute;
    content: '';
    width: 6px;
    height: 100px;
    right: 0;
    top: 80px;    
    background: #000000;
    opacity: 0.2;
    border-radius: 100px;
} */
.contact-form .form-group textarea{
    max-height: 200px;
}
.contact-form .form-group{
    margin-bottom: 23px;
}
.contact-form .bottom-content{
    display: flex;
    margin-top: 60px;
}

.contact-form .bottom-content input{
    width: 22px;
    height: 22px;
    margin-right: 16px;
}
.contact-form.dark .bottom-content .text{
	color:var(--white);
}
.contact-form .bottom-content .text{
    max-width: 300px;
    margin-right: 38px;
}
.contact-form.dark .bottom-content .btn{
	color:var(--blue);
	border:1px solid var(--white);
	background-color:var(--white);
}
.contact-form.dark select.form-control::placeholder{
	color:var(--white);
	opacity:0.3;
}

.form-floating>.form-control, .form-floating>.form-select {
    height: calc(4.5rem + 2px);
    line-height: 1.25;
}
/* contact form */


/* section-contact-block-2 */
.section-contact-block-2{
    padding: 143px 157px;
    background-color: var(--old-lace);
}
.section-contact-block-2 .col-md-5 .text{
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    color: var(--dark-green);
    max-width: 550px;
    margin-bottom: 64px;
}

.section-contact-block-2 .inquities .inqu{
    font-weight: 500;
    font-size: 18px;
    line-height: 29px ;
    color: var(--dark-green);
    margin-bottom: 36px;
}
.section-contact-block-2 .inquities{
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: var(--dark-green);
    margin-bottom: 143px;
}

.section-contact-block-2 .inquities a{
    font-weight: 400;
    font-size: 30px;
    line-height: 27px;
    color: var(--blue);
    text-decoration: none;
}
.section-contact-block-2 a.number{
    font-weight: 600;
    font-size: 50px;
    line-height: 45px;
    color: var(--dark-green);
    margin-bottom: 15px;
	font-family: kepler-std, serif;
	display:block;
}

.section-contact-block-2 .address{
    padding-left: 50px;
    border-left: 6px solid var(--yellow) ;

}
.section-contact-block-2 .address li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.section-contact-block-2 .address li{
    max-width: 300px;
    border-bottom: 1px solid #000000;
    margin-bottom: 25px;
    list-style: none;
    padding-bottom: 25px;
}
.section-contact-block-2 .address .c-name{
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    color: var(--blue);
    margin-bottom: 19px;
}
.section-contact-block-2 .address .c-add{
    max-width: 152px;
    font-size: 16px;
    line-height: 22px;
    color: var(--dark-green)
}
.section-contact-block-2 .address .c-add a{
	color: var(--dark-green);
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
}


/* section-contact-block-2 */
/* section-blog-block */
.section-blog-block{
    padding: 100px 0;
    background-color: var(--old-lace);
}
.section-blog-block .top-content ul li a{
    text-decoration: none;
    margin-right: 50px;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    text-transform: uppercase;
    color: #222222;
    position: relative;
}
.section-blog-block .top-content ul li a::after{
    position: absolute;
    content: '';
    width: 80px;
    height: 5px;
    background: var(--yellow);
    left: 0;
    bottom: -20px;
    display: none;
}
.section-blog-block .top-content ul li.active a::after{
    display: block;
}
.section-blog-block .top-content ul{
    display: flex;
    list-style: none;
    padding-left: 0;
    text-decoration: none;
}
.section-blog-block .top-content .right-content{
    display: flex;
    float: right;
    align-items: center;
}
.section-blog-block .top-content .right-content span:last-child{
    font-weight: 600;
    font-size: 80px;
    line-height: 80px;
    color: #222222;    
}
.section-blog-block .top-content .right-content span:first-child{
    padding-right: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--dark-green);
}
.section-blog-block .bottom-content .left-content {
    display: flex;
    align-items: center;
}
.section-blog-block .bottom-content .left-content span:last-child{
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--dark-green)ssss;
}
.section-blog-block .bottom-content .left-content span:first-child{
    font-weight: 600;
    font-size: 80px;
    line-height: 80px;
    color: #222222;  
    padding-right: 20px;
}

.section-blog-block .blog-post{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 63px;
    grid-row-gap: 108px;
    margin-bottom: 91px;
}
.section-blog-block .post-card{
    max-width: unset;
}
.section-blog-block .post-card .image{
    height: 550px;
	max-width:350px;
}
.section-blog-block .post-card .text{
	color:var(--dark-green);
}
.section-blog-block .post-card .image:before{
	background-color:var(--blue);
}
 
.section-blog-block .post-card:hover .image .number span,
.section-blog-block .post-card .image .hidden-content .inner-text p{
	color:var(--white);
}
.section-blog-block .post-card .hidden-content{
	color:var(--white);
}
.section-blog-block .post-card .hidden-content .icon i{
	color:var(--white) !important;
}
.section-blog-block .page-numbers{
    font-weight: 400;
    font-size: 18px;
    line-height: 16px;
    color: var(--blue);
    text-decoration: none;
}
.section-blog-block .prev{
    border-right: 1px solid var(--pastel-grey);
    padding-right: 10px;
    margin-right: 20px;
}
.section-blog-block .next{
    border-left: 1px solid var(--pastel-grey);
    padding-left: 10px;
    margin-left: 20px;
}
.section-blog-block .prev.page-numbers i{
    margin-right: 20px;
}
.section-blog-block .next.page-numbers i{
    margin-left: 20px;
}
.section-blog-block .pagination-area{
    text-align: end;
}
.section-blog-block .pagination-area.top{
    margin-top: 86px;
    margin-bottom: 85px;
}
.section-blog-block .page-numbers.current{
    color: var(--dark-green);
    font-weight: 500;
}
/* section-blog-block */

/* team-case-study-block */

.section-team-case-study-block{
    background-color: var(--old-lace);
    padding: 138px 0 103px 0;
    position: relative;
}
.section-team-case-study-block .bg{
    position: absolute;
    left: 0;
    bottom: 0;
}
.section-team-case-study-block .first-row{
    border-bottom: 1px solid var(--pastel-grey);
    padding-bottom: 180px;
}
.section-team-case-study-block .s-title{
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    max-width: 700px;
    color: var(--dark-green);
    margin-bottom: 65px;
}
.section-team-case-study-block .right-text{
    font-weight: 400;
    font-size: 18px;
    max-width: 700px;
    line-height: 29px;
}
.section-team-case-study-block .left-text{
    max-width: 700px;
    font-size: 22px;
    line-height: 35px;
    color: var(--dark-green);
    
}
.section-team-case-study-block .second-row {
    padding-top: 155px;
}
.section-team-case-study-block .second-row .top-part{
    display: flex;
    justify-content: space-between;
	margin-bottom:88px;
}
.section-team-case-study-block .swiper-post-pagination{
	text-align:center;
	margin-top:101px;
	z-index:10;
}
.section-team-case-study-block .swiper-pagination-bullet{
	background-color: var(--black);
	opacity:0.1;
}
.section-team-case-study-block .swiper-pagination-bullet-active{
	background-color: var(--blue);
	opacity:1;
}
.section-team-case-study-block .second-row .btn i{
    margin-left: 10px;
}
.section-team-case-study-block .second-row .label{
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--dark-green);
}

/* team-case-study-block */

/* section-three-column-block */
.section-three-column-block{
    padding-bottom: 201px;
}
.section-three-column-block .top-content{
    background-color: var(--old-lace);
    padding: 135px 0 154px 0;
    position: relative;
}
.section-three-column-block .top-content .bg{
    position: absolute;
    bottom: -70px;
    left: 0;
}

.section-three-column-block .top-content .s-title{
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    color: var(--dark-green);
    max-width: 700px;
    margin-bottom: 50px;
	margin-left:0;
}
.section-three-column-block .text{
    font-size: 18px;
    line-height: 29px; 
    color: var(--dark-green);
}
.section-three-column-block .left-side-text{
    font-size: 22px;
    line-height: 35px;
    color: #222222;
    max-width: 700px;
    margin-bottom: 200px;
}
.section-three-column-block .image{
    position: absolute;
    z-index: 1;
}
.section-three-column-block .top-content .right-side-top-text{
    max-width: 700px;
    margin-top: 170px;
    margin-bottom: 76px;
}
.section-three-column-block .top-content .bottom-side-top-text .label{
    font-weight: 500;
    font-size: 26px;
    line-height: 34px; 
    color: var(--dark-green);
    margin-bottom: 28px;
}
.section-three-column-block .top-content .bottom-side-top-text p{
    max-width: 700px;
}
.section-three-column-block .bottom-content{
    padding: 136px 0 0 0;
}
.section-three-column-block .s-title{
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    max-width: 700px;
    margin: auto;
    margin-bottom: 258px
}
.section-three-column-block .col-title{
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    max-width: 450px;
    color: var(--dark-green);
    margin-bottom: 42px;
}
.section-three-column-block .text-bottom-content{
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    max-width: 450px;
}
/* section-three-column-block */

/* section-full-width-image-block */
.section-full-width-image-block{
    padding:304px 0 150px 0;
    position: relative;
    overflow: hidden;
}
.section-full-width-image-block .bg-image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 15;
}
.section-full-width-image-block .left-content{
    position: relative;
}
.section-full-width-image-block .left-content .bg{
    position: absolute;
    z-index: 10;
    right: -115px;
    bottom: -115px;
}
.section-full-width-image-block .content-block{
    padding: 183px 100px 227px 0;
}
.section-full-width-image-block .content-block:before{
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--old-lace);
}
.section-full-width-image-block .content-block .c-title{
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    max-width: unset;
    margin-bottom: 50px;
	font-family: kepler-std, serif;
}
.section-full-width-image-block .content-block .text{
    font-size: 22px;
    line-height: 35px;
    max-width: unset;
    margin-bottom: 38px;
}
.section-full-width-image-block .bottom-content{
    max-width: 1000px;
    margin: auto;
    text-align: center;
    margin-top: 216px;
}
.section-full-width-image-block .bottom-content .b-title{
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    color: var(--dark-green);
    margin: auto;
    margin-bottom: 50px;
    font-family: kepler-std, serif;
}
.section-full-width-image-block .bottom-content .text{
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 50px;
}
.section-full-width-image-block .bottom-content .btn{
    padding: 19px 32.5px;
    color: var(--white);
    background-color: var(--blue);
    text-transform: uppercase;
}



/* section-full-width-image-block */

/* section-bulleted-list-block */
.section-bulleted-list-block .inner-container{
    padding: 171px 0 150px 0;
    border-top: 1px solid #CCCCCC; 
    border-bottom: 1px solid #CCCCCC; 
}

.section-bulleted-list-block .s-title{
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    max-width: 700px;
    margin-bottom: 50px;
}
.section-bulleted-list-block .text{
    font-size: 22px;
    line-height: 35px;
    max-width: 700px;
}
.section-bulleted-list-block .right-content{
	margin-top:110px;
}
.section-bulleted-list-block .right-content h3{
    font-weight: 500;
    font-size: 26px;
    line-height: 24px;
    color: #222222;
    max-width: 428px;
    margin-bottom: 56px;
}
.section-bulleted-list-block ul li{
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    max-width: 420px;
    margin-bottom: 30px;
}
.section-bulleted-list-block ul li::marker{
	color:var(--blue);
}
/* section-bulleted-list-block */


/* section-quote-block */
.section-quote-block{
    padding: 180px 0 100px 0;
}

.section-quote-block .quote{
    max-width: 1200px;
    background: #F9F5EA;
    padding: 110px 100px 110px 323px;
    margin: auto;
    position: relative;
}
.section-quote-block .quote .quote-image{
    position: absolute;
    top: -50px;
    left: -50px;
    background-image: url(images/quote.png);
    z-index: 111;
}
.section-quote-block .bg{
    position: absolute;
    right: -100px;
    bottom: -100px;
    z-index: -1;
}
.section-quote-block .quote .s-title{
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    color: #222222;
    margin-bottom: 30px;
}
.section-quote-block .quote .text{
    max-width: 776.79px;
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    color: #222222;
    margin-bottom: 30px;
}
.section-quote-block .quote .name{
    font-weight: 500;
    font-size: 22px;
    line-height: 35px;  
    color: #222222;
}
/* section-quote-block */
/* section-count */
.section-count-block{
    background-color: var(--blue);
    padding: 150px 0 177px 0;
}

.section-count-block .lable{
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;  
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 133px;
}
.section-count-block .wrap-contant .count{
    font-weight: 600;
    font-size: 80px;
    line-height: 72px;
    color: var(--white);
    margin-bottom: 29px;
}
.section-count-block .wrap-contant .text{
    font-weight: 400;
   
    font-size: 18px;
    line-height: 29px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.section-count-block .wrap-contant i{
    color: var(--white);
    opacity: 0.5;
}
.section-count-block .wrap-contant{
    max-width: 425px;
}


.section-count-block .wrap-contant:hover::after{
    background-color: var(--yellow);
}
/* section-count */




}