@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&amp;family=Montserrat:wght@300;400;500;600;700;900&amp;display=swap');

/* font-family: 'Lato', sans-serif;
font-family: 'Montserrat', sans-serif; */

/* html,
* {
	cursor: none;
} */

*,
*::before,
*::after {
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  outline: none;
}

@font-face {
    font-family: 'impactregular';
    src: url('../font/impact.woff2') format('woff2'),
         url('../font/impact.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body {
  font-family: 'Montserrat', sans-serif;
  font-size:18px;
  color:#0b0b0b;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  padding:0;
  margin:0;
  background:#fff !important;
}


h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, ul, li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	list-style:none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

h1, h2, h3, h4, h5, h6 {
  line-height:1.5;
  margin:0;
}

h2{
  font-size:150px;
  color:#0b0b0b;
}

h3{
  font-size:75px;
  color:#0b0b0b;
}

h4{
  font-size:45px;
  color:#0b0b0b;
}

article, p {
  font-size:18px;
  color:#0b0b0b;
  line-height:1.5;
  padding:0;
  margin:0;
}

a {
  color:#0b0b0b;
  text-decoration:none;
  transition:all .5s ease;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  display: inline-block;
}

a:hover {
  color:#0b0b0b;
}

img {
  vertical-align:middle;
  border-style:none;
  max-width:100%;
}

.btn{
  font-size:15px;
  color:#ffffff;
  text-transform:uppercase;
  display:inline-block;
  padding:20px 60px;
  background:#0b0b0b;
}

.clearfix {
  display:inline-block;
}

.clearfix::after {
  visibility:hidden;
  display:block;
  font-size:0;
  content:"";
  clear:both;
  height:0;
}

* html .clearfix {
  height:1%;
}

.clearfix {
  display:block;
}

/*******/

.o-scroll {
	background-color: #d4c9c9;
	overflow: hidden
}

html.has-scroll-smooth {
	overflow: hidden
}

html.has-scroll-dragging {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.has-scroll-smooth body {
	overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
	min-height: 100vh
}

[data-scroll-direction=horizontal] [data-scroll-container] {
	height: 100vh;
	display: inline-block;
	white-space: nowrap
}

[data-scroll-direction=horizontal] [data-scroll-section] {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	height: 100%
}
.cursor {position: fixed; width: 30px; height: 30px; border-radius: 50%;  pointer-events: none; z-index: 999999; transition: transform 0.2s; background: url(../images/cursor-icon.png) center center no-repeat; background-size: cover;}
/* .cursor {position: fixed; width: 30px; height: 30px; border-radius: 50%;  pointer-events: none; mix-blend-mode: difference; z-index: 999999; transition: transform 0.2s; background: url(../images/cursor-icon.png) center center no-repeat; background-size: cover;} */


.o-title {
  line-height:1;
	margin: 0;
	padding: 0;
	perspective: 1200px;
	-webkit-perspective: 1200px
}

.o-title_line {
  line-height:1;
	display: block;
	opacity: 0;
	transform-origin: center top;
	transform-style: preserve-3d;
	transform: translateY(100%) rotateX(-80deg);
	transition: opacity .8s cubic-bezier(.215, .61, .355, 1), transform .8s cubic-bezier(.215, .61, .355, 1);
	font-size: 0
}
.o-title.is-inview .o-title_line{
	transform: translateY(0%) rotateX(0deg);
	opacity: 1;
  transition-delay: .3s
}

.o-title.is-inview .o-title_line:nth-child(2) {
	transition-delay: .5s
}

.o-title.is-inview .o-title_line:nth-child(3) {
	transition-delay: .6s
}

.o-title.is-inview .o-title_line:nth-child(4) {
	transition-delay: .7s
}


.dl-sections{padding:100px 0 0 0;}
.container{max-width: 1290px}
header .header-left{background: #1a4870; width: 100px; position: fixed; height: 100vh; z-index: 999999}
header .header-left .logo{width: 60px; position: absolute; left: 20px; top: 20px; height: 60px}
header .header-left .logo svg{width: 100%; height: 100%; transform: rotate(22deg);}
header .header-left ul.social{margin: 0px; padding: 0px; list-style: none; width: 60px; position: absolute; bottom: 20px; left: 20px; display: inline-block;}
header .header-left ul.social li{width: 30px; float: left; height: 30px; text-align: center; line-height: 30px; font-size: 16px}
header .header-left ul.social li:nth-of-type(4n+1){border-right: #fff 1px solid; border-bottom: #fff 1px solid}
header .header-left ul.social li:nth-of-type(4n+2){border-bottom: #ffffff 1px solid}
header .header-left ul.social li:nth-of-type(4n+3){border-right: #fff 1px solid}
header .header-left ul.social li a{color: #fff}

header .header-left ul.menu-list{margin: 0px; padding: 0px; transform: rotate(-90deg); display: flex; height: 30px; position: absolute; width: 468px; left: -181px; top: 50%; margin-top: -45px;}
header .header-left ul.menu-list li{display: inline-block;}
header .header-left ul.menu-list li a{font-family: 'Montserrat', sans-serif; font-weight: 400; line-height: 30px; padding: 0 12px; font-size: 18px; color: #fff}
header .header-left ul.menu-list li:hover a{text-decoration: none}

header .header-left ul.menu-list li .dropdown {
  margin: 0;
  padding: 0;
  transform: rotate(90deg) !important;
  display: none;
  position: absolute;
  top: 250%;
  left: -40px;
  padding: 25px;
  margin-left: 20px;
  z-index: -10;
}

header .header-left ul.menu-list li .dropdown li a {
  padding-top: 5px;
}


header .header-left ul.menu-list li:hover .dropdown {
  display: flex;
  flex-direction: column;
}

.mobile-header{position: fixed; width: 100%; display: none; justify-content: space-between; z-index: 111; background: #000}
.mobile-header .logo{width: 60px; height: 60px; padding: 10px}
.mobile-header .logo svg{width:100%; height: 100%; transform: rotate(22deg);}
.mobile-header .btn-menu{ height: 60px; background: #000; color: #fff; padding: 0 15px; border:none; font-size: 28px; font-weight: 700; line-height: 60px}
.menu-block-mobile{position: fixed; top: -100%; right:0%; z-index: 11; background: #38B44A; padding: 80px 30px 30px 30px; border-radius: 0px; transition: all 1s ease; opacity: 0; width: 100%}
.menu-block-mobile.active{right: 0px; top: 0px; transition: all 1s ease; opacity: 1}
.menu-block-mobile ul{margin: 0px; padding: 0px; list-style: none;}
.menu-block-mobile ul li{font-size: 24px; font-weight: 700; line-height: 50px; text-align: right;}
.menu-block-mobile ul li a{color: #fff}


.home-section{display: flex; height: 100vh;align-items: center; justify-content: center; width: 100%; padding:0 100px 0 200px; position: relative;  }
.home-section video{position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; width: 100%; height: 100%; object-fit: cover;}
.home-section::before{content: ''; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5);opacity: 0.95; z-index: 2}
.home-section .content-area{ margin:0 auto; position: relative; z-index: 3}
.home-section .content-area h1{font-family: 'impactregular'; color: #3AB54B; text-shadow: 7px 7px 0px rgba(255, 255, 255, 0.18); font-size: 130px; font-weight: 400; line-height: normal;}
.home-section .content-area h1 span{color: #fff; text-shadow: 7px 7px 0px rgba(255, 255, 255, 0.18); font-size: 40px; display: block;}
.banner .top-left{position: absolute; z-index: 0; left: 200px; top: 100px}
.banner .top-left .top-left-heading{font-size: 40px; font-weight: 500; font-family: 'Montserrat', sans-serif; color: #ffffff; margin: 0 0px 15px 0; line-height: 40px}
.banner .top-left p{font-size: 24px; font-weight: 300; font-family: 'Montserrat', sans-serif; color: #fff}
.banner .top-left p span{margin: 0 20px}
.home-section .button-right{bottom: 100px; right: 100px; position: absolute; z-index: 3; width: 220px}
.home-section .button-right .link-block{padding: 1px; background: #fff; position: relative; margin-top: 25px}
.home-section .button-right .link-block img{width: 100%}
.home-section .button-right .link-block .name{position: absolute; bottom: 0px; left: 0px; color: #38b44a; font-weight: 700; font-family: 'Montserrat', sans-serif; font-size: 16px; background: #fff; padding: 8px 15px; width: 100%;}
.home-section .content-area ul.radio-button{margin: 0px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap; }
.home-section .content-area ul.radio-button li{padding: 0 30px 0 0; }
.home-section .content-area ul.radio-button li input[type=radio].css-radio {position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0; }
.home-section .content-area ul.radio-button li input[type=radio].css-radio + label.css-radiobtn {border-radius: 15px; border: 1px solid #D6D6D6; background: #FFF;  font-weight: 600; font-size: 22px; line-height: 42px; color: #212529; padding:12px 30px 8px 70px; position: relative; display:inline-block; cursor:pointer; width:100%; text-align:center}
.home-section .content-area ul.radio-button li input[type=radio].css-radio + label.css-radiobtn::before{width: 36px; height: 36px; border-radius: 30px; background: #ECECEC; position: absolute; content: ''; top: 13px; left: 16px}
.home-section .content-area ul.radio-button li input[type=radio].css-radio:checked + label.css-radiobtn {background: #38B44A; color: #fff; border:#38B44A 1px solid }
.home-section .content-area ul.radio-button li input[type=radio].css-radio:checked + label.css-radiobtn::before{background: #fff}
.home-section .content-area ul.radio-button li input[type=radio].css-radio:checked + label.css-radiobtn::after{width: 20px; height: 20px; border-radius: 30px; background: #38B44A; position: absolute; content: ''; top: 21px; left: 24px}
.home-section .content-area ul.radio-button li label.css-radiobtn { margin:0px;}
.home-section .wc-btn-light{width: 100px; height: 100px; margin-top: 20px}

.input-area{width: 100%; position: relative; padding-right: 120px; margin-top: 20px}
.input-area .wc-btn-light{width: 100px; height: 100px; position: absolute; right: 0px; top: 0px;}
.input-area .form-group {width: 100%; margin: 0px; border: #d6d6d6 1px solid; background: #fff; border-radius: 10px; padding: 14px 20px;}
.input-area .form-group label{color: #000; font-size: 20px;  font-weight: 700; line-height: 24px; margin: 5px 0px 10px 0px}
.input-area .form-group .form-control{border: none; padding-left: 0px; color: #000; font-size: 30px; font-weight: 300; line-height: normal; padding: 0px; height: auto;}
.input-area .form-group .form-control:focus{box-shadow: none}

#logo-icon {width: 750px; height: 750px; position: absolute; top: 50%; left: 200px; margin-top: -375px; }
#logo-icon path:nth-child(1) {stroke-dasharray: 3500; stroke-dashoffset: 3500; animation: logo-stroke 10s ease forwards}
#logo-icon path:nth-child(2){stroke-dasharray: 1120; stroke-dashoffset: 1120; animation: logo-stroke 10s ease forwards}
#logo-icon{ animation: nectar-fill 0.5s ease forwards 7s}
@keyframes nectar-fill {
		from{
			fill: transparent;
		}
		to{
				fill:#d6efda
		}
}


@keyframes logo-stroke {
		form {
				stroke-dashoffset: 50;
		}

		to {
				stroke-dashoffset: 0;
		}
}


#section-line{position: absolute; width: 100%; top: 0px; left: 0px}
#section-line line:nth-child(1){stroke-dasharray: 2100; stroke-dashoffset: 2100; }
@keyframes line-stroke {

    to{
        stroke-dashoffset: 0;
    }
}
.active #section-line line:nth-child(1){animation: line-stroke 5s ease forwards }

.wc-btn-light{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 130px; height: 130px; font-weight: 700; font-size: 18px; line-height: 1.3; text-transform: capitalize; color: #000; border: 1px solid #38B44A; border-radius: 100%; position: relative; overflow: hidden; -webkit-transition: all 0.3s; transition: all 0.3s; text-decoration: none}
.wc-btn-light .text{position: relative; z-index: 2; text-align: center;}
.wc-btn-light:hover{color: #fff; border: 1px solid #38B44A; text-decoration: none}
.wc-btn-light:hover span{width: 350px; height: 350px;}
.wc-btn-light:hover svg path{fill:#fff}
.wc-btn-light span{position: absolute; content: ""; width: 20px; height: 20px; left: 0; top: 0; background-color: #38B44A; z-index: 0; border-radius: 100%; -webkit-transition: all 0.7s; transition: all 0.7s; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}

.about-section .col-lg-8 .inner .inner-h2{ font-size: 20px;}
.about-section{width: 100%; position: relative;  padding:150px 60px 50px 160px}
.about-section h2 span{color: #38B44A; }
.about-section h2 span img{height: 42px;margin-bottom: 12px;}
.inner.innerh2 h2{ font-size: 40px;}
.about-section p{font-family: 'Lato', sans-serif; color: #000; font-size: 24px; font-weight: 400; line-height: 35px; margin: 20px 0 0 0px; text-align: justify;}
.about-section .inner{position: relative;}
.about-section .inner .btn-link{position: absolute; bottom: 30px; right: 200px; z-index: 23}
.about-section .number-block{padding: 100px 0 0 0px; display: flex; flex-wrap: wrap; align-items:flex-start;}
.about-section .number-block .inner-block{border:#E1F6B6 1px solid; background: #E1F6B6; width: 90%; margin-bottom: 40px; padding: 25px; color: #000; font-size: 18px; font-family: 'Montserrat', sans-serif;}
.about-section .number-block .inner-block span{font-weight: 700; color: #1a4870;  display: block; font-size: 36px; margin-bottom: 10px; line-height: 36px;}
.about-section .number-block .inner-block:nth-of-type(4n+2){margin-left: 10%}
.about-section .number-block .inner-block:nth-of-type(4n+4){margin-left: 10%}
.about-section .number-block .inner-block:nth-of-type(4n+1){background: #1a4870; border: #1a4870 1px solid; color: #E1F6B6;}
.about-section .number-block .inner-block:nth-of-type(4n+3){background: #1a4870; border: #1a4870 1px solid; color: #E1F6B6;}
.about-section .number-block .inner-block:nth-of-type(4n+1) span{color: #fff}
.about-section .number-block .inner-block:nth-of-type(4n+3) span{color: #fff}
.about-section .map {width: 640px; margin: 100px auto 0 auto;}
/* .about-section .number-block .inner-block:nth-of-type(4n+1){margin-top: -20px; background: #f1fff3; border: #BCEEC3 1px solid;}
.about-section .number-block .inner-block:nth-of-type(4n+3){margin-top: -20px; background: #f1f1ff; border: #C8C8EC 1px solid;}
.about-section .number-block .inner-block:nth-of-type(4n+3) span{color: #5E5EF2}
.about-section .number-block .inner-block:nth-of-type(4n+2){margin-top:20px; background: #fff6e5; border: #F0E1C3 1px solid;}
.about-section .number-block .inner-block:nth-of-type(4n+2) span{color: #ECA216}
.about-section .number-block .inner-block:nth-of-type(4n+4){margin-top:20px; background: #e5fbff; border: #BAE6EE 1px solid;}
.about-section .number-block .inner-block:nth-of-type(4n+4) span{color: #12AFCC} */

.service-section{width: 100%; position: relative;  padding:150px 60px 120px 160px}
.service-section h2{font-family: 'Montserrat', sans-serif; color: #1a4870; font-size: 56px; font-weight: 700; line-height: 70px; margin: 0}
.service-section h2 span img{height: 42px;margin-bottom: 12px;}
.service-section p{font-family: 'Lato', sans-serif; color: #000; font-size: 24px; font-weight: 400; line-height: 42px; margin: 20px 0 0 0px}
.service-section ul{margin: 50px 0px 0px 0px; width: 100%; padding: 0px;}
.service-section ul li{border:#D8D8D8 1px solid; border-radius: 105px 100px 100px 100px; position: relative; z-index: 10; margin-bottom: 20px}
.service-section ul li .wc-btn-light{position: absolute; top: 0px; right: -30px; background: #fff; width: 80px; height: 80px;}
.service-section ul li .wc-btn-light .text svg {width: 60px;}
.service-section ul li .link{display: flex; padding: 20px 0; z-index: 10; justify-content:space-between; position: relative; padding-left: 100px;  transition: all .5s ease; align-items: center;}
.service-section ul li .link .number{position: absolute; font-size: 50px; border-radius: 80px; background: #E5E5E5; color: #fff; width: 82px; height: 82px; transition: all .5s ease; left: 0px; top: 0px; text-align: center; line-height: 82px; font-family: 'Montserrat', sans-serif; font-weight: 700}
.service-section ul li .link a.btn-link{position: absolute; top: 0px; right: 0px}
.service-section ul li .link span{display: block; font-weight: 700; z-index: 10; mix-blend-mode: difference; display: inline-block; position: relative; color: #999999; font-size: 30px; line-height: 42px;  transition: all .5s ease; font-family: 'Montserrat', sans-serif; font-weight: 700}
.service-section ul li .link > img {mix-blend-mode: difference; z-index: 10;}
.service-section ul li:hover{border: #38B44A 1px solid}
.service-section ul li:hover .link{padding-left: 125px;  transition: all .5s ease;}
.service-section ul li:hover .link .number{background: #38B44A; left: -30px; top: 0px; transition: all .5s ease;}
.service-section ul li:hover .link span{color: #000; transition: all .5s ease;}
.hover-reveal{position: absolute; width: 300px; height: 300px; top: 50%; left: 50%; pointer-events: none; transform: translate(-50%, -50%); overflow: hidden; opacity: 0; transform: scale(0.8); transition: all .5s ease-out; border-radius: 50%}
.hover-reveal img {width: 100%; height: 100%; object-fit: cover; position: relative; transition: transform .4s ease-out;}

.testimonial-section{width: 100%; position: relative;  padding:150px 60px 120px 160px}
.testimonial-section h2{font-family: 'Montserrat', sans-serif; color: #1a4870; font-size: 56px; font-weight: 700; line-height: 70px; margin: 0}
.testimonial-section h2 span img{height: 42px;margin-bottom: 12px;}
.testimonial-section .swiper{margin-top: 50px}
.testimonial-section .swiper-wrapper{padding: 20px 0}
.testimonial-section .swiper-slide{width: 100%; height: 354px; border-radius: 30px; overflow: hidden;}
.testimonial-section .swiper-slide iframe{width: 100%; height: 100%}
.testimonial-section .swiper-slide video{width: 100%; height: 100%}
.testimonial-section .swiper-slide.swiper-slide-active{transform: scale(1.1); z-index: 1}
.testimonial-section .swiper-slide.swiper-slide-prev{transform: scale(0.7); opacity: 0.5; right: -250px}
.testimonial-section .swiper-slide.swiper-slide-next{transform: scale(0.7); opacity: 0.5; left: -250px}
.swiper-button-next{width: 60px !important; height: 60px !important; background: #fff; border-radius: 50%; border: #38b44a 1px solid; padding: 6px; right: 0px !important; transition: all .5s ease;}
.swiper-button-prev{width: 60px !important; height: 60px !important; background: #fff; border-radius: 50%; border: #38b44a 1px solid; padding: 6px; left: 0px !important; transition: all .5s ease;}
.swiper-button-prev:hover{transform: rotate(-45deg); transition: all .5s ease;}
.swiper-button-next:hover{transform: rotate(45deg); transition: all .5s ease;}
.swiper-button-next::after,
.swiper-button-prev::after {content: none !important}

.blog-section{width: 100%; position: relative;  padding:150px 60px 120px 160px}
.blog-section h2{font-family: 'Montserrat', sans-serif; color: #1a4870; font-size: 56px; font-weight: 700; line-height: 70px; margin: 0}
.blog-section p{font-family: 'Lato', sans-serif; color: #000; font-size: 24px; font-weight: 400; line-height: 42px; margin: 20px 0 60px 0px}
.blog-section .project-list{margin: 0px; padding: 0px; list-style: none; width: 100%; position: relative;}
.blog-section .project-list .blog-box{width: 50%; margin: 0px; color: #fff; padding: 0 30px; position: relative; margin-bottom: 80px}
.blog-section .project-list .blog-box:nth-of-type(2){margin-left: 50%; top: 350px; position: absolute;}
.blog-section .project-list .blog-box .btn-link{position: absolute; top: 50px; right: 80px; opacity: 0; background: #fff;  transition:all .5s ease;}
.blog-section .project-list .blog-box .blog-img{position: relative; height: 700px; overflow: hidden; transition:all .5s ease; }
.blog-section .project-list .blog-box .blog-img img{width: 100%;  filter: grayscale(100%); transition:all .5s ease;  height: 100%; object-fit: cover;}
.blog-section .project-list .blog-box .blog-img::before{content: ''; position: absolute; bottom: 0px; left: 0px; width: 100%; height: 570px; z-index: 1; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 10.45%, rgba(0, 0, 0, 0.70) 100%);}
.blog-section .project-list .blog-box:hover .blog-img{border-radius: 0 150px 0 0;transition:all .5s ease; }
.blog-section .project-list .blog-box:hover .blog-img img{width: 100%;  filter: grayscale(0%); transition:all .5s ease; }
.blog-section .project-list .blog-box:hover .btn-link{top: 0px; right: 30px; opacity: 1;  transition:all .5s ease;}
.blog-section .project-list .blog-box .blog-detail{position: absolute; bottom: -105px; left: 0px; padding: 30px 60px; z-index: 2;  transition: all .5s ease;}
.blog-section .project-list .blog-box:hover .blog-detail{bottom: 0px;  transition: all .5s ease;}
.blog-section .project-list .blog-box .blog-name{font-family: 'Montserrat', sans-serif; color: #FFF; font-size: 30px; font-weight: 700; line-height: 40px; margin: 0 0 15px 0}
.blog-section .project-list .blog-box .date{font-family: 'Montserrat', sans-serif; color: #65EB78; font-size: 20px; font-weight: 400; line-height: 22px; margin: 0 0 20px 0}
.blog-section .project-list .blog-box p{font-family: 'Lato', sans-serif; font-size: 18px; line-height: 26px; font-weight: 300; color: #fff; margin: 0px}

.client-section{width: 100%; position: relative; padding: 150px 60px 120px 160px; }
.client-section h2{font-family: 'Montserrat', sans-serif; color: #1a4870; font-size: 56px; font-weight: 700; line-height: 70px; margin: 0}
.client-section p{font-family: 'Lato', sans-serif; color: #000; font-size: 24px; font-weight: 400; line-height: 42px; margin: 20px 0 0px 0px}
.client-section ul.client-list{margin:20px 0px 0px 0px; padding:0px; list-style:none; display: flex; justify-content: flex-start; align-items: center; width:100%; position:relative; z-index:1; flex-wrap: wrap;  }
.client-section ul.client-list li{width: 25%; padding: 0 15px}
.client-section ul.client-list li .client-message{width:100%; position:relative;  transition:all .5s ease;  border: #e1e1e1 1px solid; background: #fff; height: 150px; overflow: hidden;}
.client-section ul.client-list li img{opacity:0.4; transition:all .5s ease; filter: grayscale(100%); object-fit: contain; margin:auto; max-width: 100%; max-height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px}
.client-section ul.client-list li:hover img{opacity:1; transition:all .5s ease; filter: grayscale(0%);}
.client-section ul.client-list li:nth-of-type(4n+2),
.client-section ul.client-list li:nth-of-type(4n+4){margin-top: 50px}


.project-section{width: 100%;text-align: center;  padding:150px 60px 120px 160px; position: relative;}
.project-section h2{font-family: 'Montserrat', sans-serif; color: #000; font-size: 56px; font-weight: 700; line-height: 70px; }
.project-section h2 span{color: #2fb850;}
.project-section .links{font-family: 'Montserrat', sans-serif; font-weight: 700; background: #1a4870; color: #fff; font-size: 24px; margin: 0 10px; padding: 20px 40px; text-decoration: none}
.project-section .links:hover{background: #2fb850}
.project-section .text-center{margin-top: 50px}
.project-section .wc-btn-light{ margin: 0px auto; }

.footer-section{ background: #000; width: 100%;padding:50px 60px 50px 160px; position: relative;}
.footer-section .logo-icon-box {position: absolute; bottom: 2px; left: 15%; width: 200px; height: 200px; opacity: 0.2; }
.footer-section .logo-icon-box svg {width: 100%; vertical-align: top; height: 100%;  transform: rotate(22deg);}
.footer-section h1{font-size: 100px; text-transform: uppercase; color:#fff; line-height: 100px; position: relative; z-index: 11; height: 100px}
.footer-section h2{font-size: 120px; line-height: 120px; color: #38B44A; font-weight: 700; }
.footer-section h2 span{font-weight: 300; color: #fff}
.footer-section .link-area{ padding-top: 0px}
.footer-section .link-area .short-title{font-size: 50px; font-weight: 700; color: #38B44A; font-style: italic; line-height: 50px; margin-bottom: 10px}
.footer-section .link-area ul.link{margin: 0px 0px 40px 0px; padding: 0px; list-style: none;}
.footer-section .link-area ul.link li a{text-decoration: none; font-size: 22px; line-height: 34px; color: #fff}
.footer-section .link-area p{text-decoration: none; font-size: 22px; line-height: 34px; margin-bottom: 40px; color: #fff}
.footer-section .link-area a.email{font-family: 'Montserrat', sans-serif; font-size: 30px; color: #38B44A; font-weight: 700;  margin-bottom: 40px}
.footer-section .link-area a.email:hover{text-decoration: none}
.footer-section .link-area a.email i{margin-right: 20px; color: #fff; font-size: 26px}
.footer-section .copyright{font-family: 'Lato', sans-serif; font-size: 18px; line-height: 34px; color: #fff}
.footer-section ul.bottom-link{text-align: left;}
.footer-section ul.bottom-link li{display: inline-block; position: relative;}
.footer-section ul.bottom-link li::before{content: '|'; color: #fff}
.footer-section ul.bottom-link li:first-child::before{content:none}
.footer-section ul.bottom-link li:first-child a{padding-left: 0px}
.footer-section ul.bottom-link li a{font-family: 'Lato', sans-serif; font-size: 18px; line-height: 34px; padding: 0 15px; color: #fff}


.agency-section{width: 100%; position: relative;  padding:0px 120px 0px 220px;  height: 40vh; align-items: center; overflow: hidden;}
.agency-section .image-right{position: absolute; right: 90px; bottom: 50%; height: 600px; width: 600px; margin-bottom: -300px}
.agency-section .image-right img{animation-name: imgopacity; animation-duration: 10000ms; animation-iteration-count: infinite; animation-timing-function: linear; width: 100% !important; height: 100%; object-fit: contain; margin: 0px; position: absolute !important;  bottom: 0px !important; top: 0px !important; right: 0px !important; left: 0px !important}
.agency-section .full-video{position: absolute; top: 0px; width: 100%; left: 0px; opacity: 0.2; filter: grayscale(1);}
.agency-section .o-title{position: relative; z-index: 3}
.agency-section .content-bottom{position: absolute; bottom: 100px; left: 200px}
.agency-section .content-bottom p {margin-top: 25px; font-family: 'Lato', sans-serif; font-size: 30px; line-height: 40px; max-width: 720px}
.agency-section .content-bottom h1{font-family: 'Montserrat', sans-serif; color: #231F20; font-size: 100px; font-weight: 700; line-height: 50px; margin: 0; position: relative; z-index: 2}
.agency-section h1 span{color: #000; }
.agency-section h1 span img{position: relative; opacity: 1; bottom: 0px; left: 0px; height: 116px; width: auto;}
.agency-section img{position: absolute; width: 100%; bottom: 0px; left: 0px; opacity: 0.3; height: 100%; object-fit: cover;}
@keyframes imgopacity {
    0% {
        opacity: 0
    }
    15% {
        opacity: 1
    }
		85% {
        opacity: 1
    }
		100% {
        opacity: 0
    }
}


.who-we-area-section{width: 100%; position: relative;  padding:150px 60px 120px 160px}
.who-we-area-section h2{font-family: 'Montserrat', sans-serif; color: #1a4870; font-size: 56px; font-weight: 700; line-height: 70px; margin: 0}
.who-we-area-section h2 span img{height: 42px;margin-bottom: 12px;}
.who-we-area-section p{font-family: 'Lato', sans-serif; color: #000; font-size: 24px; font-weight: 400; line-height: 42px; margin: 30px 0 60px 0px; text-align: justify;}
.who-we-area-section img.client-logo{width: 100%}
.who-we-area-section .number-block{margin: 0px; display: block; min-height: 500px}
.who-we-area-section .number-block .inner-block{border: #E1F6B6 1px solid; background: #E1F6B6; padding: 25px; width: 90%; font-size: 18px; color: #000;  font-family: 'Montserrat', sans-serif; margin-bottom: 40px}
.who-we-area-section .number-block .inner-block span{font-weight: 700; color: #1a4870; display: block; font-size: 36px; margin-bottom: 10px; line-height: 36px;}
.who-we-area-section .number-block .inner-block:nth-of-type(5n+2){margin-left: 10%}
.who-we-area-section .number-block .inner-block:nth-of-type(5n+4){margin-left: 10%}

.who-we-area-section .number-block .inner-block:nth-of-type(5n+1),
.who-we-area-section .number-block .inner-block:nth-of-type(5n+3),
.who-we-area-section .number-block .inner-block:nth-of-type(5n+5){background: #1a4870; border: #1a4870 1px solid; color: #E1F6B6;}

.who-we-area-section .number-block .inner-block:nth-of-type(5n+1) span,
.who-we-area-section .number-block .inner-block:nth-of-type(5n+3) span,
.who-we-area-section .number-block .inner-block:nth-of-type(5n+5) span{color: #fff}

.about-section .number-block{padding: 100px 0 0 0px; display: flex; flex-wrap: wrap; align-items:flex-start;}
.about-section .number-block .inner-block{border:#E1F6B6 1px solid; background: #E1F6B6; width: 90%; margin-bottom: 40px; padding: 25px; color: #000; font-size: 18px; font-family: 'Montserrat', sans-serif;}
.about-section .number-block .inner-block span{font-weight: 700; color: #1a4870;  display: block; font-size: 36px; margin-bottom: 10px; line-height: 36px;}
.about-section .number-block .inner-block:nth-of-type(4n+2){margin-left: 10%}
.about-section .number-block .inner-block:nth-of-type(4n+4){margin-left: 10%}
.about-section .number-block .inner-block:nth-of-type(4n+1){background: #1a4870; border: #1a4870 1px solid; color: #E1F6B6;}
.about-section .number-block .inner-block:nth-of-type(4n+1) span{color: #fff}


.process-section{width: 100%; position: relative;  padding:150px 60px 120px 160px}
.process-section h2{font-family: 'impactregular'; color: #38B44A; font-size: 150px; font-weight: 400; line-height: 170px; margin: 0}
.process-section h2 span{color: #000; }
.process-section ul{margin: 0px; width: 100%; padding: 0px;}
.process-section ul li{ position: relative; z-index: 10; background: #fff; border: #e4e4e4 1px solid; margin-top: 50px; border-radius: 100px}
.process-section ul li .link{display: flex; padding: 40px 0; z-index: 10; justify-content:space-between; position: relative; padding-left: 80px;  transition: all .5s ease; align-items: center;}
.process-section ul li .link .number{position: absolute; font-size: 160px; color: #38B44A; opacity: 0.1; font-weight: 700; line-height: 100px; top: 55px; left: 40px;  transition: all .5s ease;}
.process-section ul li .link h3{display: block; font-weight: 700; z-index: 10; mix-blend-mode: difference; display: inline-block; position: relative; color: #000; font-size: 70px; ;  transition: all .5s ease;}
.process-section ul li .link p {color: #000; width: 50%; font-size: 24px; position: absolute; right: 50px}
.process-section ul li:hover .link{padding-left: 220px;  transition: all .5s ease;}
.process-section ul li:hover .link .number{opacity: 1;  transition: all .5s ease;}
.process-section ul li:hover .link span{color: #e6ff29; transition: all .5s ease;}

.quote-section{width: 100%; position: relative;  padding:150px 60px 120px 160px}
.quote-section h2{font-family: 'Montserrat', sans-serif; color: #1a4870; font-size: 56px; font-weight: 700; line-height: 70px; margin: 0}
.quote-section h2 span{color: #1a4870; }
.quote-section p{font-family: 'Lato', sans-serif; color: #000; font-size: 24px; font-weight: 400; line-height: 42px; margin: 30px 0 60px 0px; text-align: justify;}
.quote-section .form-area{width: 100%; padding-left: 0px;}
.quote-section .form-area .form-group{border:#d6d6d6 1px solid; position: relative; padding: 15px 10px 15px 20px; border-radius: 10px;}
.quote-section .form-area .form-group label{font-family: 'Lato', sans-serif; color: #000; font-size: 20px; font-weight: 700; line-height: 24px; margin: 0px 0px 10px 0px;}
.quote-section .form-area .form-group .form-control{font-family: 'Montserrat', sans-serif; border: none; padding-left: 0px; color: #000; font-size: 20px; font-weight: 300; line-height: normal; padding: 0px; height: auto;}
.quote-section .form-area .form-group .form-control:focus{outline: none; box-shadow: none;}
.quote-section .form-area .form-group .form-control::-moz-placeholder {color: #000 !important; opacity: 1;}
.quote-section .form-area .form-group .form-control:-ms-input-placeholder {color: #000 !important;}
.quote-section .form-area .form-group .form-control::-webkit-input-placeholder {color: #000 !important;}
.quote-section .form-area a{font-family: 'Montserrat', sans-serif; margin-left: 30px; font-size: 36px; font-weight: 700; color: #000; padding-left: 50px; text-decoration: none; position: relative; transition: all .5s ease;}
.quote-section .form-area a::before{content: ''; width: 40px; height: 8px; background: #38B44A; position: absolute; left: 0px; top: 20px; transition: all .5s ease; border-radius: 8px}
.quote-section .form-area a:hover{padding-left: 90px; transition: all .5s ease;}
.quote-section .form-area a:hover::before{width: 80px; transition: all .5s ease;}
.quote-section .video-block{margin-top: 80px; width: 80%}



.consultancy-one-section{width: 100%; position: relative;  padding:150px 60px 150px 160px}
.consultancy-one-section h2{color: #000; font-size: 60px; font-weight: 700; line-height: 70px; margin: 0}
.consultancy-one-section h2 span{color: #38B44A; }
.consultancy-one-section p{font-family: 'Lato', sans-serif; color: #000; font-size: 24px; font-weight: 400; line-height: 42px;  margin: 0px 0px 60px 0px}
.consultancy-one-section p span{font-weight: 700; color: #38B44A}
.consultancy-one-section .wc-btn-light{max-width: 380px; height: 80px; border-radius: 40px; margin-left: 50px; width: auto;}
.consultancy-one-section .wc-btn-light:hover{color: #000}

.consultancy-two-section{width: 100%; position: relative;  padding:150px 60px 150px 160px}
.consultancy-two-section h2{ color: #000; font-size: 40px; font-weight: 700; line-height: 50px; margin: 0}
.consultancy-two-section h2 span{color: #38B44A; }
.consultancy-two-section p{font-family: 'Lato', sans-serif;  color: #000; font-size: 40px; font-weight: 400; line-height: 66px; margin: 60px 0px}
.consultancy-two-section p span{font-weight: 700; color: #38B44A}
.consultancy-two-section .photo-list{list-style: none; margin: 80px 0px 0px 10%; padding: 0px; display: flex; flex-wrap: wrap; width: 90%}
.consultancy-two-section .photo-list li{width: 50%; padding: 0 15px; }
.consultancy-two-section .photo-list li:nth-of-type(4n+2),
.consultancy-two-section .photo-list li:nth-of-type(4n+4){margin-top: 50px}
.consultancy-two-section .photo-list li .photo-block{width: 100%; height: 320px; overflow: hidden; position: relative;}
.consultancy-two-section .photo-list li .photo-block img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover;}
.consultancy-two-section .wc-btn-light{max-width: 420px; height: 80px; border-radius: 40px; margin-left: 50px; width: auto;}
.consultancy-two-section .wc-btn-light:hover{color: #000}


.epr-section{width: 100%; position: relative; padding: 120px 60px 120px 160px; }
.epr-section h2{font-family: 'Montserrat', sans-serif; color: #1a4870; font-size: 56px; font-weight: 700; line-height: 70px; margin: 0}
.epr-section p{font-family: 'Lato', sans-serif; color: #000; font-size: 24px; font-weight: 400; line-height: 42px; margin: 30px 0 30px 00px; text-align: justify;}
.epr-section ul.client-list{margin:50px 0px; padding:0px; list-style:none; display: flex; justify-content: flex-start; align-items: center; width:100%; position:relative; z-index:1; flex-wrap: wrap;  }
.epr-section ul.client-list li{width: 25%; padding: 0 10px}
.epr-section ul.client-list li .client-message{width:100%; position:relative;  transition:all .5s ease;  border: #e1e1e1 1px solid; background: #fff; height: 150px; overflow: hidden;}
.epr-section ul.client-list li img{opacity:0.4; transition:all .5s ease; filter: grayscale(100%); object-fit: contain; margin:auto; max-width: 100%; max-height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px}
.epr-section ul.client-list li:hover img{opacity:1; transition:all .5s ease; filter: grayscale(0%);}
.epr-section ul.client-list li:nth-of-type(4n+2),
.epr-section ul.client-list li:nth-of-type(4n+4){margin-top: 30px}
.epr-section .text-center{display: flex; justify-content: center;}
.epr-section .wc-btn-light{max-width: 420px; height: 80px; border-radius: 40px; margin:0 20px; width: auto; padding: 0 50px;}
.epr-section .wc-btn-light:hover{color: #000}




.partner-section{width: 100%; position: relative; padding: 50px 60px 50px 50px; }
.partner-section h2{font-family: 'Montserrat', sans-serif; color: #1a4870; font-size: 56px; font-weight: 700; line-height: 70px; margin: 0}
.partner-section p{font-family: 'Lato', sans-serif; color: #000; font-size: 24px; font-weight: 400; line-height: 42px; margin: 30px 0 30px 0px; text-align: justify;}
.partner-section p span{font-weight: 700; color: #38B44A}
.partner-section ul.point{margin: 0px 0px 0px 0px; padding: 0px; list-style: none;}
.partner-section ul.point li{font-family: 'Lato', sans-serif; color: #000; font-size: 24px; font-weight: 400; line-height: 42px; position: relative; padding-left: 60px;transition: all .5s ease;}
.partner-section ul.point li::before{content: ''; position: absolute; top: 15px; height: 6px; width: 40px; border-radius: 3px; background: #38b44a; left: 0px; transition: all .5s ease;}
.partner-section ul.point li:hover{padding-left: 100px; transition: all .5s ease;}
.partner-section ul.point li:hover::before{width: 80px; transition: all .5s ease;}
.partner-section .map-block{display: block;}
.partner-section .map-block .search-area {position: relative; margin: 0 0 20px 0;}
.partner-section .map-block .search-area .btn-search {position: absolute; top: 5px; right: 5px; border: none; background: #38b44a; color: #fff; padding: 0px; width: 40px; height: 40px; border-radius: 50%; line-height: 42px; }
.partner-section .map-block .search-area .form-control{border: #dbdbdb 1px solid; border-radius: 25px; height: 50px; font-size: 18px; font-weight: 500; padding: 0 25px;}
.partner-section .map-block .map-area{width: 100%; position: relative;}
.partner-section .map-block .map-area iframe{width: 100%; height: 100%}
.partner-section .map-block .map-area .icon{position: absolute; width: 24px}
.partner-section .map-block .map-area .icon img{width: 100%}
.partner-section .map-block .map-area .center-1{top: 300px; right: 188px;}
.partner-section .map-block .map-area .center-2{top: 460px; right: 378px;}
.partner-section .map-block .map-area .center-3{top: 390px; right: 448px;}
.partner-section .map-block .list-block{width: 100%; padding: 30px 0 0 0px; display: flex; }
.partner-section .map-block .inner-block{border: #5B99C2 1px solid; background: #5B99C2; padding: 25px; font-size: 18px; color: #fff;  font-family: 'Montserrat', sans-serif; margin: 0px; width: 50%; margin-right: 1.33%}
.partner-section .map-block .inner-block span{font-weight: 700; color: #1a4870; display: block; font-size: 36px; margin-bottom: 10px; line-height: 36px;}


.search-area {position: relative; margin: 0 0 20px 0;}
.search-area .btn-search {position: absolute; top: 5px; right: 5px; border: none; background: #38b44a; color: #fff; padding: 0px; width: 40px; height: 40px; border-radius: 50%; line-height: 42px; }
.search-area .form-control{border: #dbdbdb 1px solid; border-radius: 25px; height: 50px; font-size: 18px; font-weight: 500; padding: 0 25px;}



.collectioncenters-section{width: 100%; position: relative;  padding:120px 60px 120px 160px}
.collectioncenters-section h2{font-family: 'Montserrat', sans-serif; color: #1a4870; font-size: 56px; font-weight: 700; line-height: 70px; margin: 0}
.collectioncenters-section p{font-family: 'Lato', sans-serif; color: #000; font-size: 24px; font-weight: 400; line-height: 42px; margin: 30px 0 0px 0px; text-align: justify;}
.collectioncenters-section p span{font-weight: 700; color: #38B44A}
.collectioncenters-section .photo-block{width: 100%;  overflow: hidden; position: relative; margin: 40px 0 40px 0%}
.collectioncenters-section .photo-block img{width: 100%; object-fit: cover;}
.collectioncenters-section .wc-btn-light{height: 80px; border-radius: 40px; margin-right: 15px; width: auto;}
.collectioncenters-section .wc-btn-light:hover{color: #000}
.collectioncenters-section .wc-btn-light .text{padding: 0 25px}

.collectionlist-section{width: 100%; position: relative;  padding:120px 60px 120px 160px}
.collectionlist-section h2{font-family: 'Montserrat', sans-serif; color: #1a4870; font-size: 56px; font-weight: 700; line-height: 70px; margin: 0}
.collectionlist-section .location-list{margin-top: 100px}
.collectionlist-section .location-block{border: #e1e1e1 1px solid; padding: 20px; border-radius: 10px; margin-bottom: 10px}
.collectionlist-section .location-block .d-flex{justify-content: space-between; align-items: baseline;}
.collectionlist-section .location-block .name{font-size: 24px; color: #38B44A; font-weight: 700}
.collectionlist-section .location-block .name span{color: #000; font-weight: 400}
.collectionlist-section .location-block .info{font-size: 15px; color: #757373; line-height: 24px; margin: 10px 0px 0px 0px; font-weight: 400; position: relative; padding-left: 58px; margin-right: 20px}
.collectionlist-section .location-block .info .icon{width: 48px; height: 48px; position: absolute; left: 0px; top: -2px; border: #e1e1e1 1px solid; padding: 13px; border-radius: 50%}
.collectionlist-section .location-block .info .icon img{width: 100%; height: 100%; vertical-align: top;}
.collectionlist-section .location-block .info strong{display: block; color: #000}
.collectionlist-section .location-block .address{font-size: 15px; color: #757373; line-height: 24px; margin: 10px 0px 0px 0px; font-weight: 400; position: relative; padding-left: 58px}
.collectionlist-section .location-block .address .icon{width: 48px; height: 48px; position: absolute; left: 0px; top: -2px; border: #e1e1e1 1px solid; padding: 13px; border-radius: 50%}
.collectionlist-section .location-block .address .icon img{width: 100%; height: 100%; vertical-align: top;}
.collectionlist-section .location-block .address strong{display: block; color: #000}
.collectionlist-section .location-block .btn-link{border: #38b44a 1px solid; padding: 0px 20px; font-size: 15px; color: #38b44a; line-height: 48px; border-radius: 25px; text-decoration: none; width: 158px;}
.collectionlist-section .location-block .btn-link:hover{background: #38B44A; color: #fff}
.collectionlist-section .swiper-slide{width: 320px; }
.collectionlist-section .center-block{border: #e1e1e1 1px solid; padding: 30px; margin-top: 80px}
.collectionlist-section .center-block .name{font-size: 24px; color: #38B44A; font-weight: 700}
.collectionlist-section .center-block p{font-size: 15px; color: #757373; line-height: 24px; margin: 10px 0px 0px 0px; font-weight: 400}
.collectionlist-section .center-block p strong{color: #000; font-weight: 700}
.collectionlist-section .center-block p a{color: #38B44A; text-decoration: none; font-weight: 700; position: relative; padding-left: 34px; transition: all .5s ease;}
.collectionlist-section .center-block p a::before{content: ''; position: absolute; top: 10px; left: 0px; width: 24px; height: 4px; background: #000; border-radius: 4px; transition: all .5s ease;}
.collectionlist-section .center-block p a:hover::before{width: 34px; transition: all .5s ease;}
.collectionlist-section .center-block p a:hover{padding-left: 44px; transition: all .5s ease;}


.franchisepartner-section{width: 100%; position: relative;  padding:120px 60px 120px 160px}
.franchisepartner-section h2{font-family: 'Montserrat', sans-serif; color: #1a4870; font-size: 56px; font-weight: 700; line-height: 70px; margin: 0}
.franchisepartner-section p{font-family: 'Lato', sans-serif; color: #000; font-size: 24px; font-weight: 400; line-height: 42px; margin: 20px 0 60px 0px; text-align: justify;}
.franchisepartner-section p span{font-weight: 700; color: #38B44A}
.franchisepartner-section .photo-block{width: 100%;  overflow: hidden; position: relative; margin: 40px 0 40px 0}
.franchisepartner-section .photo-block img{width: 100%; object-fit: cover;}
.franchisepartner-section .wc-btn-light{max-width: 420px; height: 60px; border-radius: 40px;  width: auto; margin-top: 50px}
.franchisepartner-section .wc-btn-light:hover{color: #000}


.founder-section{width: 100%; position: relative;  padding:120px 60px 120px 160px}
.founder-section h2{font-family: 'Montserrat', sans-serif; color: #1a4870; font-size: 56px; font-weight: 700; line-height: 70px; margin: 0}
.founder-section h2 span{color: #1a4870; }
.founder-section .ceo-box{position: relative; display: flex; align-items: center; align-content: center; margin-top: 40px}
.founder-section .ceo-box .photo{width: 60%;  display: flex; align-items: center; align-content: center; }
.founder-section .ceo-box .photo img{width: 100%}
.founder-section .ceo-box .detail{width: 50%; background: #fff; padding: 30px;  display: flex; align-items: center; align-content: center; margin-left: -10%}
.founder-section .ceo-box .detail div{width: 100%}
.founder-section .ceo-box .detail h3{font-size: 40px; font-family: 'Lato', sans-serif; font-weight: 700; line-height: 40px; margin-bottom: 20px}
.founder-section .ceo-box .detail h3 span{font-size: 20px; line-height: 20px; font-family: 'Lato', sans-serif; opacity: 0.5; font-weight: 400; display: block; margin-top: 20px}
.founder-section .ceo-box .detail p{font-family: 'Lato', sans-serif; color: #000; font-size: 16px; font-weight: 300; line-height: 24px;}

.video-section{position: relative; width: 100%; height: 100vh; overflow: hidden;}
.video-section video{position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; width: 100%; height: 100%; object-fit: cover;}
.video-section .content-area{position: absolute; background: rgba(0, 0, 0, 0.5); top: 0px; left: 0px; width: 100%; height: 100%; display: flex; align-items: center; padding: 0px 200px 0px 300px}
.video-section .content-area h2{font-family: 'Montserrat', sans-serif; color: #E1F6B6; font-size: 78px; font-weight: 700; line-height: 80px; margin: 0; min-height: 80px}
.video-section .content-area h2 span{color: #fff; }

.team-section{width: 100%; position: relative;  padding:150px 60px 120px 160px}
.team-section h2{font-family: 'Montserrat', sans-serif; color: #1a4870; font-size: 56px; font-weight: 700; line-height: 70px; margin: 0}
.team-section h2 span{color: #1a4870; }
.team-section ul.team-list{margin:70px 0px 0px 0px; padding:0px; list-style:none; display: flex; justify-content: flex-start; width:100%; position:relative; z-index:1; flex-wrap: wrap}
.team-section ul.team-list li{width:33.33%; position:relative;   margin-bottom: 0px; padding: 0px 30px}
.team-section ul.team-list li:nth-of-type(3n+2){margin-top: 80px}
.team-section ul.team-list li .team-box{position: relative;}
.team-section ul.team-list li .team-box::before{background: #38B44A; width: 100%; height: 100%; content: ''; position: absolute; transform: rotate(0deg); top:0px; opacity: 0.2;  transition: transform 0.25s ease-out;}
.team-section ul.team-list li .team-box img{width: 100%; position: relative; z-index: 1; filter: grayscale(100%);   transition: all 0.25s ease-out;}
.team-section ul.team-list li:hover .team-box::before{ transform: rotate(6deg); transition: all 0.5s;}
.team-section ul.team-list li .team-box .member-name{position: absolute; bottom: 20px; left:20px; z-index: 11; color: #000; font-family: 'impactregular'; font-size: 34px; line-height: 42px; opacity: 0; transition: all 0.25s ease-out; background: #fff; padding: 14px 25px 18px 24px; width:88%}
.team-section ul.team-list li .team-box .member-name span{display: block;  font-family: 'Josefin Sans', sans-serif; color: #38B44A; font-size: 18px; line-height: 18px; text-transform:uppercase; margin-top: 10px}
.team-section ul.team-list li:hover .team-box img{filter: grayscale(0%);   transition: filter 0.25s ease-out;}
.team-section ul.team-list li:hover .team-box .member-name{opacity: 1; transition: all 0.25s ease-out;}

.team-section ul.team-list li .team-box .tag-main{position: absolute; top: 10px; right: 10px; z-index: 2; border-radius: 50%; transition: all 0.25s ease-out; opacity: 0; background: #38b44a; padding: 10px;}
.team-section ul.team-list li .team-box .tag-main .tag-icon{animation-name: spin; animation-duration: 10000ms; animation-iteration-count: infinite; animation-timing-function: linear; width: 130px; height: 130px;}
.team-section ul.team-list li .team-box .tag-main .arrow-box{ width: 80px; height: 80px; text-align: center; position: absolute; top: 35px; left: 35px}
.team-section ul.team-list li:hover .team-box .tag-main{top: -50px; right: -50px; transition: all 0.25s ease-out; opacity: 1}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}


.photoslider-section{width: 100%; position: relative;  padding:150px 60px 120px 160px}
.photoslider-section h2{font-family: 'Montserrat', sans-serif; color: #1a4870; font-size: 56px; font-weight: 700; line-height: 70px; margin: 0}
.photoslider-section p{font-family: 'Lato', sans-serif; color: #000; font-size: 24px; font-weight: 400; line-height: 42px; margin: 30px 0}
.photoslider-section .swiper {margin-top: 80px}
.photoslider-section .swiper-slide{width: auto; height: 600px; }
.photoslider-section .swiper-slide img{width: auto; height: 100%}
.photoslider-section .photo-box{width: 100%; height: 500px; overflow: hidden; margin-bottom: 30px; position: relative;}
.photoslider-section .photo-box img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover;}
.photoslider-section .rewards-photo{margin: 0 0 30px 0}
.photoslider-section  .video-box{width: 100%; margin-top: 50px; height: 350px;}
.photoslider-section .video-box iframe{width: 100%; height: 100%}

.content-section{width: 100%; position: relative;  padding:150px 60px 120px 160px}
.content-section h2{font-family: 'impactregular'; color: #38B44A; font-size: 150px; font-weight: 400; line-height: 170px; margin: 0}
.content-section h2 span{color: #000; }
.content-section ul.content-list{margin:0px; padding:0px; list-style:none; display: flex; justify-content: flex-start; width:100%; position:relative; z-index:1; flex-wrap: wrap}
.content-section ul.content-list li{width:50%; position:relative;   margin-bottom: 0px; padding: 0px 30px}
.content-section ul.content-list li:nth-of-type(2n+2){margin-top: 60px}

.box-item {position: relative; -webkit-backface-visibility: hidden; width: 100%; max-width: 100%;}
.flip-box {-ms-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform-style: preserve-3d; perspective: 1000px; -webkit-perspective: 1000px;}
.flip-box-front, .flip-box-back {min-height: 475px; background-size: cover; background-position: center; border-radius: 8px; -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1); transition: transform 0.7s cubic-bezier(.4,.2,.2,1); -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1); -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.flip-box-front {-ms-transform: rotateY(0deg); -webkit-transform: rotateY(0deg); transform: rotateY(0deg); -webkit-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d;}
.flip-box-front .inner{background: rgba(0, 0, 0, 0.4); border-radius: 8px}
.flip-box:hover .flip-box-front {-ms-transform: rotateY(-180deg); -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); -webkit-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d;}
.flip-box-back{background: #E1F6B6; position: absolute; top: 0; left: 0; width: 100%; -ms-transform: rotateY(180deg); -webkit-transform: rotateY(180deg); transform: rotateY(180deg); -webkit-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d;}
.flip-box:hover .flip-box-back {-ms-transform: rotateY(0deg); -webkit-transform: rotateY(0deg); transform: rotateY(0deg); -webkit-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d;}
.flip-box .inner {position: absolute; left: 0; width: 100%; height: 100%; padding: 40px; display: flex; align-items: flex-end; outline: 1px solid transparent; -webkit-perspective: inherit; perspective: inherit; z-index: 2; transform: translateY(-50%) translateZ(60px) scale(.94); -webkit-transform: translateY(-50%) translateZ(60px) scale(.94); -ms-transform: translateY(-50%) translateZ(60px) scale(.94); top: 50%;}
.flip-box-header {font-family: 'Montserrat', sans-serif;  line-height: 60px; font-size: 55px; color: #E1F6B6;}
.flip-box p {font-family: 'Lato', sans-serif; font-size: 26px; line-height: 1.5em; color: #000;}
.flip-box-img {margin-top: 25px;}
.flip-box-button {background-color: transparent; border: 2px solid #fff; border-radius: 2px;  color: #fff; cursor: pointer;font-size: 20px; font-weight: bold; margin-top: 25px; padding: 15px 20px; text-transform: uppercase;}


.collection-section{width: 100%; position: relative;  padding:150px 60px 120px 160px}
.collection-section h2{font-family: 'Montserrat', sans-serif; color: #1a4870; font-size: 56px; font-weight: 700; line-height: 70px; margin: 0; text-align: center;}
.collection-section .swiper-slide h3{font-size: 26px; color: #42b753; font-weight: 600; line-height: 40px; margin: 10px 0 0 0;}
.collection-section .chart-img{width: 70%; margin: 40px auto 0 auto;}
.collection-section .chart-img img{width: 100%}
.collection-section .swiper{margin-top: 20px; width: 70%}
.collection-section .swiper-wrapper{padding: 20px 0}
.collection-section .swiper-slide{width: 100%; }
.collection-section .swiper-slide a{display: block;}
.collection-section .swiper-slide img{width: 100%; border-radius: 30px; overflow: hidden;}
.collection-section .swiper-button-prev{left: 30px !important}
.collection-section .swiper-button-next{right: 30px !important}

.compliance_simplified{width: 100%; padding: 120px 60px 120px 160px}
.compliance_simplified h2 {font-family: 'Montserrat', sans-serif; color: #1a4870; font-size: 56px; font-weight: 700; line-height: 70px; margin: 0px;}
.compliance_simplified p{font-family: 'Lato', sans-serif; color: #000; font-size: 24px; font-weight: 400; line-height: 42px; margin: 30px 0 60px 0px}
.compliance_simplified .step-box{margin: 0 0 30px 0;}
.compliance_simplified .step-box h3{font-family: 'Montserrat', sans-serif; color: #1a4870; font-weight: 700; font-size: 32px; line-height: 44px;}
.compliance_simplified .step-box .number{font-family: 'Lato', sans-serif;  color: #fff; font-size: 80px; font-weight: 700; line-height: 60px; -webkit-text-stroke: 1px #1a4870; margin: 0px 0 20px 0;position: relative;}
.compliance_simplified ul.link-list{display: flex; flex-wrap: wrap; justify-content: center; margin: 0 0 40px 0}
.compliance_simplified ul.link-list li{width: 33.33%; margin-top: 30px; padding: 0 15px}
.compliance_simplified ul.link-list li .wc-btn-light{max-width: 100%; height: 60px; border-radius: 40px; width: auto; font-size: 16px}
.compliance_simplified ul.link-list li .wc-btn-light:hover{color: #000}
.compliance_simplified .download-btn{background:#1a4870; color: #fff; text-decoration: none; font-size: 24px; line-height: 30px; font-weight: 700; text-align: center; padding: 30px; width: 100%}


.common-inner-section{width: 100%; height:500px; position: relative;  padding:0px 120px 0px 220px;  align-items: center; overflow: hidden;}
.common-inner-section .content-bottom{position: absolute; bottom: 100px; left: 200px}
.common-inner-section h1{font-family: 'Montserrat', sans-serif; color: #1a4870; font-size: 78px; font-weight: 700; line-height: 80px; margin: 0; position: relative; z-index: 2}
.common-inner-section img{position: absolute; width: 100%; bottom: 0px; left: 0px; opacity: 0.3; height: 100%; object-fit: cover;}

.common-page{width: 100%; position: relative;  padding:120px 60px 120px 160px}
.common-page h2{font-family: 'Montserrat', sans-serif; color: #1a4870; font-size: 56px; font-weight: 700; line-height: 70px; margin: 0 0 20px 0}
.common-page h3{font-family: 'Montserrat', sans-serif; color: #1a4870; font-size: 30px; font-weight: 700; line-height: 40px; margin: 0 0 20px 0}
.common-page p{text-align: justify; font-family: 'Lato', sans-serif; color: #000; font-size: 24px; font-weight: 400; line-height: 42px; margin: 0px 0 20px 0px; }
.common-page ul{margin: 0px 0px 0px 0px; padding: 0px; list-style: none;}
.common-page ul li{font-family: 'Lato', sans-serif; color: #000; font-size: 24px; font-weight: 400; line-height: 42px; position: relative; padding-left: 20px;transition: all .5s ease;}
.common-page ul li::before{content: ''; position: absolute; top: 20px; height: 6px; width: 10px; border-radius: 3px; background: #38b44a; left: 0px; transition: all .5s ease;}
.service-section ul li a.full-link{display:block; text-decoration: none !important;}

.custome-container { width: calc(100vw - 55vw); padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
		.custome-card { border: 1px solid #38B44A !important; border-radius: 20px; box-shadow: 0 0 18px rgba(56, 180, 74, 0.5);}

		.radio-inline input[type="radio"] {
			appearance: none;
			-webkit-appearance: none;
			-moz-appearance: none;
			width: 28px;
			height: 28px;
			border: 2px solid #ccc;
			border-radius: 5px; 
			outline: none;
			margin-right: 5px;
			vertical-align: middle;
		}

		.radio-inline input[type="radio"]:checked {
			background-color: green; 
		}

		.radio-inline .radio {
			cursor: pointer;
			line-height: 20px;
			vertical-align: middle; 
			font-weight: bold;
		}
		.final_mt_old_com{
			background: #1a4870;
			border: #1a4870 1px solid;
			color: #E1F6B6;
/*			padding: 25px;*/
			width: 90%;
			font-family: 'Montserrat', sans-serif;
			margin-bottom: -5px;
/*			padding: 9px;*/
		}
		@media only screen and (max-width: 768px) {
			.custome-container { width: 100%;}
		}


		.banner {
            position: relative;
            overflow: hidden;
            height: 650px;
        }

        .banner img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: opacity 1s ease-in-out;
            filter: brightness(80%);
        }

        .banner img.active {
            opacity: 1;
        }


        .fade_overlay {
          height: 100%;
          opacity: 0;
      }
      
      .card:hover .fade_overlay {
        opacity: 1;
      }