/*
Theme Name:     Twenty Sixteen Child Theme
Description:    Simple child theme for the twentysixteen wordpress theme
Template:     twentysixteen
Version:     1.0.0
Text Domain:     twenty-sixteen-child
*/

body:not(.custom-background-image)::before,
body:not(.custom-background-image)::after {
	display: none;
}
body {
	color: #333333;
	background-color: #ffffff;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	line-height: 28px;
}

body{
	overflow-x:hidden;
}
h1, h2, h3, h5 {
	font-weight: 700;
	font-family: 'Didact Gothic', sans-serif;
	line-height: 1.1em;
}
h3 {
	color: #223a73;
	font-size: 60px;
	line-height: 1.1em;
	margin-bottom: 40px;
}
h3 span {
	color: #08253a;
}
h4 {
	color: #08253a;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 5px;
}
h5 {
	color: #08253a;
	font-size: 25px;
	line-height: 1.3em;
	margin-bottom: 30px;
}
p{
	margin-bottom: 30px;
}
p:last-of-type {
	margin-bottom: 0;
}
ul {
	list-style: none;
	margin: 0;
}
.container {
	width: 100%;
	max-width: 1480px;
	margin: 0 auto;
	clear: both;
	position: relative;
}
.container::after {
	content: "";
	display: block;
	clear: both;
}
.clear{
	clear: both; 
	display: block;
}
#content {
	padding: 0;
}
button:focus, a:focus {
	outline: initial;
}
.btn {
	font-family: 'Josefin Sans', sans-serif;
	color: #ffffff;
	font-size: 18px;
	display: block;
	text-align: center;
	padding: 25px 10px 22px;
	border-radius: 50px;
	text-transform: uppercase;
	border: 2px solid transparent;
	box-sizing: border-box;
	line-height: 1em;
	margin: 0 auto;
	max-width: 100%;
}
.btn:hover {
	color: #ffffff;
	background-color: transparent !important;
}

/* Top Header */
#top-header {
	background-color: #1c4a47;
	padding: 10px 0;
	text-align: right;
	position: relative;
	display: block;
	width: 100%;
	z-index: 9;
}
	#top-header.fixed {
		position: fixed;
		background-color: #223a73;
		
	}
#top-header ul, #top-header ul > li {
	display: inline-block;
	vertical-align: middle;
}
#top-header ul.contact-details > li {
	padding-right: 40px;
}
#top-header ul > li a {
	color: #ffffff;
	display: block;
}
#top-header ul > li i {
	width: 25px;
	text-align: center;
	border-radius: 50%;
}
#top-header ul.contact-details > li i {
		background-image: none;
		background-color: transparent;
		border: transparent;
	}
#top-header ul.social-media > li a:hover i, #top-header ul.contact-details > li i {
    border: 1px solid #223a73;
    background-color: #223a73;
    background-image: -moz-linear-gradient(top, #223a73 0%, #2862ed 100%);
    background-image: -webkit-linear-gradient(top, #223a73 0%, #2862ed 100%);
    background-image: linear-gradient(to bottom, #223a73 0%,#2862ed 100%);
}
#top-header ul.social-media > li i {
	border: 1px solid #ffffff;
}
#top-header ul > li i::before {
	font-size: 12px;
	line-height: 24px;
}

	

	#top-header .social-media {
		display: none;
	}
	
	#top-header ul.contact-details > li {
		display: none;
	}

	#top-header ul.contact-details > li:last-child {
		padding: 0;
		display: block;
	}
	
	#top-header ul > li a {
		color: #ffffff;
		display: block;
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: bold;
	}
	
	#site-navigation ul.primary-menu > .hm-btn a {
	  font-size: 16px;
	  background-image: none;
	  font-weight: normal;
	  font-family: 'Poppins', sans-serif;
	}
	
	#site-navigation ul.primary-menu > .menu-item a:hover {
		color: #1c4a47;
	}
	
	#masthead {
		padding: 30px 0;
		position: relative;
		z-index: 1;
		background-color: #fff;
		top: 0 !important;
	}

#top-header {
		background-color: #1c4a47;
	}

	#top-header ul.contact-details > li i {
		background-image: none;
		background-color: transparent;
		border: transparent;
	}

	#top-header .social-media {
		display: none;
	}
	
	#top-header ul.contact-details > li {
		display: none;
	}

	#top-header ul.contact-details > li:last-child {
		padding: 0;
		display: block;
	}
	
	#top-header ul > li a {
		color: #ffffff;
		display: block;
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: bold;
	}
	
	#site-navigation ul.primary-menu > .hm-btn a {
	  font-size: 16px;
	  background-image: none !important;
	  font-weight: normal;
	  font-family: 'Poppins', sans-serif;
	}
	
	#site-navigation ul.primary-menu > .menu-item a:hover {
		color: #1c4a47;
	}

/* Primary Header */
#masthead {
	padding: 10px 0;
}
#masthead .site-branding {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	width: 25%;
}
#masthead .site-header-main {
	display: inline-block;
	vertical-align: middle;
	width: 75%;
	margin-left: -5px;
}
#site-navigation {
	margin: 0;
}
#site-navigation ul.primary-menu {
	text-align: right;
}
#site-navigation ul.primary-menu > li {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
#site-navigation ul.primary-menu > li a {
	padding: 0 0 0 60px;
}
#site-navigation ul.primary-menu > .hm-btn a {
	font-size: 0;
	width: 25px;
	height: 25px;
	background-image: url('/wp-content/uploads/2019/05/icon-home-blue.png');
	padding: 0;
}
.hm-btn:hover a {
    opacity: 0.5;
}
.rmp-menu-additional-content {
  text-align: left !important;
}
.rmp-menu-additional-content a {
  line-height: 40px;
    font-size: 15px;
    font-family: inherit;
    color: #1c4a47;
    text-align: left;
    background-color: #ffffff;
    font-weight: 600;
    letter-spacing: 0px;
    display: block;
}
/* Fixed Header */
body.admin-bar #masthead.fixed {
	top: 32px;
}
#masthead.fixed {
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	background-color: #ffffff;
	z-index: 999;
	border-bottom: 1px solid #cccccc;
}
#top-header ul > li a:hover {
   	opacity: 0.6;
    transition: all ease 0.5s
}
.main-navigation .menu-item-has-children > a::after {
  position: absolute;
  top: 3px;
  right: -18px;
}
#site-navigation ul.primary-menu > li .sub-menu li a {
  padding: 10px;
}
/* General Section */
.page-section {
	padding: 90px 0;
	background-size: cover;
	background-position: center;
	position: relative;
}
.right, .left {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}
.left {
	margin-right: -5px;
}


/* Hero */


/* About */


/* FAQ */
#faq {
	background-color: #9eaeb2;
}
#faq h3 {
	text-align: center;
	color: #223a73;
}
#faq .content {
	width: 100%;
	max-width: 800px;
	text-align: center;
	margin: 0 auto 50px;
	color: #223a73;
}
#faq .faqs .tabs {
	width: 45%;
	display: inline-block;
	margin-right: -5px;
}
#faq .faqs .tabs .question {
	width: 100%;
	border-radius: 20px;
	background-color: transparent;
	text-align: left;
	font-size: 24px;
	text-transform: initial;
	color: #223a73;
	font-weight: 700;
	font-family: 'Nunito', sans-serif;
	letter-spacing: -0.02em;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#faq .faqs .tabs .question.active {
	background-color: #df4751;
}
#faq .faqs .tabs .question span {
	max-width: 370px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
#faq .faqs .tabs .question .normal {
    margin-left: 0 !important;
    font-weight: normal !important;
    margin-top: 5px !important;
}
#faq .faqs .contents {
	width: 55%;
	display: inline-block;
	vertical-align: top;
	padding: 80px 50px 50px;
	border-left: 5px solid #df4751;
	background-color: #fbf9f0;
	color: #223a73;
	min-height: 515px;
	border-radius: 20px;
}
#faq .faqs .contents .answer {
	font-size: 18px;
	transition: all linear 0.5s;
	visibility: hidden;
	max-height: 0px;
	opacity: 0;
	-webkit-transition: visibility 0ms linear, opacity 1000ms linear;
	-moz-transition: visibility 0ms linear, opacity 1000ms linear;
	-o-transition: visibility 0ms linear, opacity 1000ms linear;
	transition: visibility 0ms linear, opacity 1000ms linear;
}

#faq .faqs .contents .answer.active {
	opacity: 1;
	max-height: 999px;
	visibility: visible;
}
#faq .faqs .contents .answer.active .ans-quote {
	position: relative;
	margin-top: 90px;
	font-size: 16px;
	line-height: 1.4;
	display: none;
}
#faq .faqs .contents .answer .ans-quote::before,
#faq .faqs .contents .answer .ans-quote::after {
	width: 0;
	height: 0;
	transition: all linear 0.5s;
}
#faq .faqs .contents .answer.active .ans-quote::before,
#faq .faqs .contents .answer.active .ans-quote::after {
    content: '';
	width: 60px;
	height: 52px;
    display: block;
    position: absolute;
	filter: brightness(100);
	opacity: 0.1;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#faq .faqs .contents .answer.active .ans-quote::before {
    top: -20px;
    left: -20px;
    background-image: url('/wp-content/uploads/2019/01/open-quote.png');
}
#faq .faqs .contents .answer.active .ans-quote::after {
    bottom: -5px;
    right: -5px;
	background-image: url('/wp-content/uploads/2019/01/close-quote.png');
}
#faq .btn {
	width: 280px;
	margin-top: 50px;
	background-color: #df4751;
	border-color: #df4751;
}
#faq .faqs .contents .answer .ans-name {
    text-align: right;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 15px;
}
#faq .contents ul {
    padding-left: 25px;
    list-style: disc;
}
#faq .contents ul li p {
    margin-bottom: 10px;
}
#faq {
		position: relative;
  		z-index: 2;
	}
	
	#faq h2 {
		font-size: 38px;
		font-family: 'Poppins', sans-serif;
		text-align: center;
		color: #1c4a47;
		padding: 50px 0;
	}
	
	#faq p {
		font-size: 18px;
		font-family: 'Montserrat', sans-serif;
		color: #1b2e28;
	}
	
	#faq .faqs .tabs button span {
		font-size: 24px;
		font-weight: 600;
		color: #1c4a47;
	}
	
	#faq .faqs .tabs .question img {
		width: 40px;
	}
	
	#faq .faqs .tabs .question.active {
		background-color: #27e0a5;
		padding: 10px;
		border-radius: 50px 0 0 50px;
	}
	
	#faq .faqs .tabs .question.active span {
		font-weight: bold;
	}
	
	#faq .faqs .tabs .question {
		padding: 10px;
		margin: 5px 0;
	}
	
	#faq .faqs .contents {
  		border-left: 10px solid #27e0a5;
		background-color: #e8edec;
	}
	
	#faq .faqs .tabs {
		margin-top: 40px;
	}
	
	#faq .faqs .contents .answer p {
		font-family: 'Montserrat', sans-serif;
		font-size: 18px;
		color: #1b2e28;
	}
	
	#faq a.btn {
		margin: 100px auto 0 auto !important;
	}
/* Partner */
#partner {
  padding: 100px 0;
}
#partner .partners li.slick-slide {
    padding-left: 25px;
    padding-right: 25px;
}
#partner .partners li.slick-slide a {
    width: 100%;
    padding-bottom: 40%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#partner .left {
	padding: 60px 50px;
  background-color: #1c4a47;
	width: 25%;
	text-align: center;
	position: relative;
}
#partner .left::after {
	content: "";
	background-image: url(/wp-content/uploads/2023/10/green-curve.png);
  	width: 40px;
	top: 0;
	left: 100%;
	bottom: 0;
	position: absolute;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#partner h3 {
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
	margin-bottom:0;
	color:#fff;
}
#partner .right {
	width: 75%;
}
#partner .partners > li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 45px;
	max-width: 25%;
}
#partner .right {
	width: 75%;
	padding: 0 50px 0 140px;
	text-align: center;
}
#partner i.fas {
	position: absolute;
	z-index: 9;
	top: 30%;
    font-size: 30px;
    opacity: 0.3;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#partner i.fas:hover {
	opacity: 0.8;
}
#partner i.fas.fa-chevron-left {
	left: 0;
}
#partner i.fas.fa-chevron-right {
	right: 0;
}
#partner {
		padding: 100px 0;
	}

	#partner h3 {
		font-size: 30px;
		font-family: 'Poppins', sans-serif;
		font-weight: bold;
	}
	#partner .left {
  		padding: 60px 50px;
		background-color: #1c4a47;
	}
	
	#partner .left::after {
		background-image: url(/wp-content/uploads/2023/10/green-curve.png);
		width: 40px;
	}
/* Work */
#work {
	background-color: #fbf9f0;
	text-align: center;
}
#work .content {
	width: 100%;
	max-width: 950px;
	margin: 0 auto 50px;
}
#work .workbtn {
	color: #f04d68;
	margin-top: 10px;
	display: block;
}
#work .workp {
    max-height: 200px;
    overflow: hidden;
    position: relative;
	-webkit-transition: max-height 500ms ease;
	-moz-transition: max-height 500ms ease;
	-o-transition: max-height 500ms ease;
	transition: max-height 500ms ease;
}
#work .workp.expand {
	max-height: 999px;
}
#work .workp.immune:not(.expand) {
	max-height: 200px;
}
#work .workp::after {
	content: '';
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
	visibility: visible;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,fbf9f0+100&0+0,1+99 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(251,249,240,1) 99%, rgba(251,249,240,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(251,249,240,1) 99%,rgba(251,249,240,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(251,249,240,1) 99%,rgba(251,249,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fbf9f0',GradientType=0 );
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
}
#work .workp.immune:not(.expand)::after {
	opacity: 0;
	visibility: hidden;
}
#work .workp.expand::after {
	opacity: 0;
	visibility: hidden;
}
#work .works > li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding: 0 20px;
	margin-right: -5px;
	position: relative;
}
#work .works > li .details h4 {
    min-height: 65px;
}
#work .works > li:not(:last-child)::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -58px;
    top: 73px;
    border-top: 2px solid #acadb2;
    border-right: 2px solid #acadb2;
    transform: rotate(45deg);
}
#work .works > li:not(:last-child)::after {
	content: "";
	width: 110px;
	border-top: 2px dashed #acadb2;
	position: absolute;
	top: 80px;
	right: -55px;
}
#work .works > li .icon {
	width: 165px;
	height: 165px;
	border: 2px solid #f04d68;
	border-radius: 50%;
	margin: 0 auto 30px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 30px;
}
#work .btn {
    font-family: 'Josefin Sans', sans-serif;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding: 20px 10px 18px;
    border-radius: 50px;
    text-transform: uppercase;
    border: 2px solid #df4751;
    width: 35%;
    background-color: #df4751;
    box-sizing: border-box;
    margin-top: 60px;
}
#work .btn:hover {
	color: #df4751 !important;
}

/* Founder */
#founder h3 {
	text-align: center;
}
#founder h5 {
	width: 90%;
}
#founder .right{
	float: right;
}
#founder .left{
	float: left;	
}
#founder .content {
	margin-bottom: 30px;
}
#founder .achievements > li {
	display: inline-block;
	width: 32%;
	vertical-align: top;
	background-color: #ffffff;
	box-shadow: 0 8px 8px #f5f7ff;
	border-radius: 10px;
	overflow: hidden;
}
#founder .achievements > li:not(:last-child) {
	margin-right: 1%;
}
#founder .achievements > li .icon, .achievements > li .details {
	display: inline-block;
	vertical-align: middle;
}
#founder .achievements > li .icon {
	width: 30%;
}
#founder .achievements > li .icon .icon-flex {
	height: 72px;
	background-color: #223a73;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 10px;
}
#founder .achievements > li .details {
	width: 70%;
	margin-left: -5px;
	padding: 0 20px;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: 700;
}
#founder .featured {
	padding-right: 60px;
	padding-bottom: 60px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	max-width: 550px;
}
#founder .featured::before {
	content: "";
	position: absolute;
	top: 60px;
	left: 60px;
	right: 0;
	bottom: 0;
	background-color: #223a73;
	border-radius: 30px;
}
#founder .featured img {
	width: 100%;
	border-radius: 30px;
	position: relative;
}
#founder .right .btn {
    font-family: 'Josefin Sans', sans-serif;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding: 20px 10px 18px;
    border-radius: 50px;
    text-transform: uppercase;
    border: 2px solid #df4751;
    width: 40%;
    background-color: #df4751;
    box-sizing: border-box;
    margin-top: 60px;
}
#founder .right .btn:hover{
    color: #df4751;
}

/* Feature */
#feature {
	background-color: #bcbec0;
	text-align: center;
}
body #features .btn{
	color: #000 !important;
	text-transform: none !important;
	font-family: 'Nunito', sans-serif !important;
	font-size: 20px !important;
}
body #features .btn:hover {
    color: #2a3974 !important;
    text-decoration: underline !important;
}
#feature .features > li {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 0.9%;
	background-color: #ffffff;
	padding: 30px;
	margin-top: 100px;
	margin-bottom: 50px;
	/*min-height: 430px;*/
	min-height: unset;
	border-radius: 20px;
}
#feature .features > li .details p {
    min-height: 225px;
}
#feature .features > li:last-child {
	margin-right: 0;
}
#feature li {
    min-height: unset !important;
}
#feature .features > li .icon {
	width: 140px;
	height: 140px;
	background-color: #233a73;
	border-radius: 50%;
	margin: -130px auto 20px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 30px;
}
#feature .features > li .icon img {
	max-width: 80%;
}
#feature h4 {
	font-size: 20px;
	line-height: 25px;
	min-height: 50px;
}
#feature .container > h4 {
    min-height: unset;
}
#feature .featurep {
    /*min-height: 375px;*/
	min-height: unset;
	max-height: 145px;
	overflow: hidden;
	-webkit-transition: max-height 500ms ease;
	-moz-transition: max-height 500ms ease;
	-o-transition: max-height 500ms ease;
	transition: max-height 500ms ease;
}
#feature .featurep.expand {
	max-height: 999px;
}
#feature .featurebtn {
    color: #233a73;
    margin-top: 10px;
    display: block;
}
#feature .featurep {
	position: relative;
}
#feature .featurep::after {
	content: '';
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
	visibility: visible;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+99 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
}
#feature .featurep.expand::after {
	opacity: 0;
	visibility: hidden;
}
#feature .btn {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 2px solid #df4751;
	width: 30%;
	background-color: #df4751;
}
#feature .btn:hover {
    background-color: transparent;
}
/* Case */
#case {
	text-align: center;
	display: none;
}
.studies > li {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	margin-right: 2%;
	text-align: left;
	background-color: #f5f4f9;
}
.studies > li:last-child {
	margin-right: 0;
}
.studies > li .feature {
	height: 350px;
	background-size: cover;
	background-position: center;
}
.studies > li .details {
	padding: 30px;
}
.studies > li .details h4 {
	color: #2f353e;
	font-size: 32px;
	line-height: 1em;
}
.studies > li .details a {
	display: block;
	text-decoration: underline;
	color: #3a49b7;
	margin-top: 20px;
}

/* Testimonial */
#testimonial h3 {
	text-align: center;
	color: #ffffff;
	margin-bottom: 10px;
}
#testimonial h4 {
	text-align: center;
	color: #ffffff;
	margin-bottom: 50px;
}
#testimony {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
#testimony::before, #testimony::after {
	content: "";
	width: 82px;
	height: 66px;
	display: block;
	position: absolute;
	top: -30px;
}
#testimony::before {
	background-image: url(/wp-content/uploads/2019/01/open-quote.png);
	left: 0;
}
#testimony::after {
	background-image: url(/wp-content/uploads/2019/01/close-quote.png);
	right: 0;
}
#testimony .slick-list {
	padding: 0 !important;
}
#testimony .content {
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 20px;
}
#testimony h5 {
	font-weight: 700;
	color: #fff;
}
#testimony h5 span {
	font-size: 20px;
	display: block;
	font-weight: 400;
}
#testimony .slick-dots li button::before {
	opacity: 0.3;
	content: "";
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	border-radius: 50%;
}
#testimony .slick-dots li.slick-active button::before {
	opacity: 1;
}
#testimony .slick-dots li, #testimony .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
}
/* 	Testimonials */
	#testimonial .card {
		background-size: cover;
		background-repeat: no-repeat;
		border-radius: 60px;
		padding: 100px 0;
	}

	#testimonial .card h3 {
		font-size: 38px;
		font-family: 'Poppins', sans-serif;
		text-align: center;
		color: #1c4a47;
		padding: 50px 0;
	}
	
	#testimony .content {
		color: #1c4a47;
		font-size: 16px;
		margin-bottom: 20px;
		font-family: 'Poppins', sans-serif;
		line-height: 30px;
	}

	#testimony h5 {
		font-weight: bold;
		color: #1c4a47;
		font-family: 'Poppins', sans-serif;
	}
	
	#testimony h5 span {
		font-size: 16px;
		display: block;
		font-weight: 400;
		font-style: italic;
	}
	
	#testimonial .card::before {
		content: '';
		background-image: url(/wp-content/uploads/2023/10/quote-1.png);
		height: 50px;
		width: 60px;
		position: absolute;
		background-repeat: no-repeat;
		left: 100px;
	}
	
	#testimonial .card::after {
		content: '';
		background-image: url(/wp-content/uploads/2023/10/quote-2.png);
		width: 60px;
		height: 50px;
		position: absolute;
		background-repeat: no-repeat;
		right: 100px;
		bottom: 100px;
	}

/* 	About */
	#about {
		position: relative;	
		padding: 150px 0;
	}
	
	#about h3 {
		font-size: 24px;
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		line-height: 30px;
		width: 70%;
	}

	#about p {
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-size: 18px;
		line-height: 25px;
	}
	
	#about::before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		background-size: cover;
		background-repeat: no-repeat;
		top: 0;
		right: 12%;
		border-radius: 0 50px 50px 0;
	}
	
	#about .col {
		position: relative;
	}

	#about .col .content-wrapper {
		position: relative;
		z-index: 1;
		background-color: #1c4a47;
		padding: 80px 50px;
		border-radius: 50px;
	}
	
	#about .col:nth-child(2)::before {
		content: '';
		background-color: #27e0a5;
		height: 100%;
		width: 100%;
		position: absolute;
		border-radius: 50px;
		top: -60px;
		right: -50px;
	}

/* Contact */
#contact .page-section {
    padding: 60px 0;    
}
#contact::before {
	content: "";
	width: 50%;
	top: 0;
	left: 0;
	right: auto;
	bottom: 0;
	position: absolute;
	background-position: center;
	background-size: cover;
}
#contact .form-content {
	width: 45%;
	float: right;
}
#contact h3 {
	font-size: 35px;
}
#contact .wpcf7-form-control-wrap {
	width: 50%;
	display: inline-block;
	padding-right: 20px;
	padding-bottom: 20px;
	vertical-align: top;
}
#contact span.wpcf7-not-valid-tip {
	font-size: 14px;
	line-height: 26px;
}
#contact .wpcf7-form-control-wrap.TypeMessage {
	width: 100%;
}
#contact .wpcf7-form-control-wrap .wpcf7-form-control {
	color: #666666;
	font-size: 13px;
	padding: 20px;
	border: 0;
	background-color: #ffffff;
	box-shadow: 0 5px 5px #aaaaaa;
	border-radius: 5px;
}
#contact .wpcf7-form-control-wrap .wpcf7-textarea {
	height: 150px;
}
#contact .wpcf7-form-control.wpcf7-submit {
	font-family: 'Josefin Sans', sans-serif;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	padding: 20px 10px 18px;
	border-radius: 50px;
	text-transform: uppercase;
	border: 2px solid #df4751;
	width: 160px;
	background-color: #df4751;
	box-sizing: border-box;
}
#contact .wpcf7-form-control.wpcf7-submit:hover {
	background-color: #ffffff;
	color: #f04d68;
}
#contact .wpcf7-form-control-wrap select {
    font-family: 'Nunito', sans-serif;
}
#contact .row .col .img-wrapper {
		position: relative;
		width: 540px;
	}

	#contact .row .col .img-wrapper::before {
		content: '';
		background-color: #27e0a5;
		height: 100%;
		width: 100%;
		position: absolute;
		border-radius: 50px;
	}

	#contact .row .col .img-wrapper img {
		position: relative;
		left: 40px;
		top: 50px;
		border-radius: 50px;
	}
	
	#contact .row .col h3 {
		font-size: 38px;
		font-family: 'Poppins', sans-serif;
		color: #1c4a47;
	}
	
	#contact .wpcf7-form-control-wrap {
		width: 100%;
		padding: 10px 0;
	}
	
	#contact form input, #contact form textarea {
		width: 100%;
		border: 1px solid #e8edec !important;
		border-radius: 0 !important;
		box-shadow: none !important;
	}
	
	#contact form .wpcf7-form-control.wpcf7-submit {
		width: 100% !important;
		border-radius: 50px !important;
		margin: 10px 0 !important;
	}
#contact form .wpcf7-form-control.wpcf7-submit {
		width: 250px;
		margin: 50px 0;
		background-color: #27e0a5;
		border-color: #27e0a5 !important;
		padding: 15px 50px;
		text-transform: uppercase;
		color: #1b2e28 !important;
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
	}
	
	#contact form .wpcf7-form-control.wpcf7-submit:hover {
		color: #27e0a5 !important;
	}
/* Footer */
#colophon {
	padding: 0;
	background-color: #bcbec0;
	display: block;
}
#colophon .widgets {
	border-bottom: 1px solid #4e4e4e;
	padding: 60px 0 30px;
}
#colophon .widget {
	margin-bottom: 0;
	border: 0;
	display: inline-block;
	vertical-align: top;
	margin-right: -5px;
	font-size: 14px;
	color: #ffffff;
	padding-top: 0;
}
#colophon .widget:first-child {
	width: 40%;
}
#colophon .widget:nth-child(2) {
	width: 25%;
}
#colophon .widget:nth-child(3) {
	width: 20%;
}
#colophon .widget:last-child {
	width: 15%;
}
#colophon .widget p .pink {
    color: #df4751;
}
#colophon .widget h4 {
	color: #ffffff;
	font-size: 24px;
	line-height: 1.1em;
	font-weight: 400;
	margin-bottom: 30px;
}
#colophon .widget h4::after {
	content: "";
	width: 100px;
	border-top: 1px solid #4e4e4e;
	display: block;
	margin-top: 25px;
}
#colophon .widget .footer-logo {
	display: block;
	margin-bottom: 30px;
}
#colophon .widget p {
	width: 100%;
	max-width: 400px;
	position: relative;
	font-weight: 400;
}
#colophon .widget p::before,
#colophon .widget p::after {
	content: '';
	width: 60px;
	height: 52px;
	display: block;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#colophon .widget p::before {
	top: -15px;
	left: -20px;
	background-image: url('/wp-content/uploads/2019/01/open-quote.png');
}
#colophon .widget p::after {
	bottom: -10px;
	right: 0;
	background-image: url('/wp-content/uploads/2019/01/close-quote.png');
}
#colophon .widget span {
    text-align: right;
    width: 100%;
    display: block;
    max-width: 400px;
    margin-top: 10px;
	display: none;
}
#colophon .widget ul {
	margin: 0;
}
#colophon .widget ul li:not(:last-child) {
	margin-bottom: 10px;
}
#colophon .widget ul li a {
	color: #ffffff;
	font-size: 17px;
}
#colophon .widget ul li a:hover {
	color: #223a73;
}
#colophon .widget ul.text-icon i {
	margin-right: 10px;
}
#colophon .widget ul.icon li {
	margin-bottom: 0;
	display: inline-block;
	margin-right: 10px;
}
#colophon .widget ul.icon li i {
	border: 2px solid #ffffff;
	line-height: 30px;
	width: 34px;
	text-align: center;
	border-radius: 50%;
}
#colophon .widget ul.icon li a:hover i {
	border-color: #57639d;
	background-color: #57639d;
	color: #ffffff;

}
#colophon .site-credits {
	padding: 15px 0;
	color: #ffffff;
	font-size: 15px;
}
#colophon .site-credits::after {
	content: "";
	display: block;
	clear: both;
}
#colophon .site-credits .copyright {
	float: left;
}
#colophon .site-credits .copyright a{
	color:#fff;
}
#colophon .site-credits .copyright a:hover{
	transition:ease-in-out all .3s;
	color:#27e0a5;
}
#colophon .site-credits .powered {
	float: right;
}
#colophon .site-credits a {
	color: #223a73;
}
#colophon .site-credits a:hover {
	color: #ffffff;
}
.footer-navigation ul li:first-child {
    display: none;
}
#error-page .error-cont {
    text-align: center;
    display: block;
}
#error-page .error-cont h1 {
    font-size: 50px;
    line-height: 56px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 10px;
    color: #223A73;
}
#error-page .error-cont p {
    text-align: center;
    font-size: 25px;
    line-height: 32px;
    font-weight: normal;
    font-family: 'Montserrat' , sans-serif;
    display: block;
    margin-bottom: 50px;
}
#error-page .error-cont .search-form {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}
#error-page {
    padding: 100px 0;
    display: block;
}
#error-page .error-cont .search-form .search-submit {
    background-color: #4655c2;
}
#colophon {
		background-color: #e8edec;
	}
	
	#colophon p {
		color: #1b2e28;
		font-size: 16px;
		line-height: 25px;
		font-family: 'Montserrat', sans-serif;
	}
	
	.footer-navigation ul li:first-child {
		display: block;
	}
	
	#menu-quick-links li a {
		color: #1c4a47 !important;
		font-size: 16px !important;
		font-weight: 600;
	}
	
	#colophon .widget h4::after {
		display: none;
	}
	
	#colophon .widgets {
		border-bottom: transparent;
	}

	#colophon .site-credits {
		background-color: #1c4a47;
	}
	
	#colophon .site-credits .copyright {
		float: none;
		text-align: center;
	}
	
	#colophon .widget h4 {
		color: #1c4a47;
		font-size: 16px;
		line-height: 25px;
		font-weight: 600;
		margin-bottom: 0;
		font-family: 'Montserrat', sans-serif;
	}
	
	#colophon .widget ul li a {
		color: #1c4a47;
		font-size: 16px;
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
	}
	
	#colophon .widget ul.icon li i {
		border: none;
	}
/* about us page */
.inner-banner {
 position:relative;
  min-height: 30.5vw;
  display: flex;
  align-items: center;
  margin-top: 20px;
	overflow:hidden;
	z-index:0;
}
.inner-banner .main {
  width: 52%;
  position: relative;
}
.inner-banner .main::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #27e0a5;
  position: absolute;
  top: -50px;
  left: -50px;
  border-radius: 50px;
}
.inner-banner .main .inner {
  position: relative;
  z-index: 2;
  background: #1c4a47;
  padding: 75px 060px;
  border-radius: 50px;
}
.inner-banner .main h1 {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}
.row {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.ab-sec {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ab-sec .col {
  width: 48%;
}
.ab-sec h3 {
  font-size: 38px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}
.ab-sec .info {
  width: 100%;
  max-width: 520px;
}
.ab-sec p {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}
.ab-sec ul {
  padding-left: 15px;
}
.ab-sec ul li {
  padding-left: 0;
  list-style-type: disc;
}
.btn-wrp a {
  font-size: 16px;
  color: #1c4a47;
  padding: 15px 50px;
  border:2px solid #27e0a5 !important;
  text-transform: uppercase;
  color: #1b2e28 !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  background-color: #27e0a5;
  border-radius: 50px;
  display: inline-block;
  margin-top: 30px;
	line-height:1em;
}
.btn-wrp a:hover{
	color: #27e0a5 !important;
	background:transparent;
	transition:ease-in-out all .3s;
	border:2px solid #27e0a5 !important;
}
.ab-sec:nth-child(2n) h3,
.ab-sec:nth-child(2n) p,
.ab-sec:nth-child(2n) ul li{
	color:#1b2e28 !important;
}
.ab-sec:nth-child(2n+1) h3,
.ab-sec:nth-child(2n+1) p,
.ab-sec:nth-child(2n+1) ul li{
	color:#fff !important;
}
.ab-sec:nth-child(2n+1) .row{
	flex-direction: row-reverse;
}

/* Contact us page */
.contact-info {
  padding: 100px 0;
}
.contact-info .col {
  width: 45%;
}
.contact-info .col h3 {
  font-size: 38px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #1b2e28 !important;
}
.contact-info .col .info {
  color: #1b2e28 !important;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 30px;
}
.contact-info .col input {
  padding: 12px;
  font-size: 18px;
  margin-bottom: 15px;
  border: 1px solid #e8edec;
  background: #ffffff;
}
.contact-info .col textarea {
  padding: 12px;
  font-size: 18px;
  margin-bottom: 15px;
  border: 1px solid #e8edec;
  background: #fff;
  height: 150px;
}
.contact-info .col .wpcf7-submit {
  font-size: 16px;
  padding: 15px 50px;
  border: 2px solid #27e0a5 !important;
  text-transform: uppercase;
  color: #1b2e28 !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  background-color: #27e0a5;
  border-radius: 50px;
  display: block;
  line-height: 1em;
  width: 100%;
  margin-top: 0;
}
.contact-info .col .wpcf7-submit:hover{
	color: #27e0a5 !important;
	background:transparent;
	transition:ease-in-out all .3s;
	border:2px solid #27e0a5 !important;
}
.contact-info .inner {
  background: #e8edec;
  padding: 45px;
  border-radius: 40px;
	position:relative;
	z-index:2;
}
.contact-info .inner ul li {
  margin-bottom: 40px;
}
.contact-info .inner ul li:last-child {
  margin-bottom: 0;
}
.contact-info .inner ul li .col1 {
  width: 12%;
  position: relative;
  padding: 12px;
}
.contact-info .inner ul li .col1::before {
  content: '';
  width: 190%;
  height: 100%;
  background: #27e0a5;
  position: absolute;
  top: 0;
  left: -55px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.contact-info .inner ul li p {
  font-size: 16px;
  color: #1c4a47;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.contact-info .inner ul li i {
  font-size: 38px;
  position: relative;
  z-index: 2;
}
.contact-info .inner ul li p a {
  font-weight: 600;
  color: #1c4a47;
}
.contact-info .inner ul li p a:hover{
	transition:ease-in-out all .3s;
	color:#27e0a5;
}
.contact-info .inner ul li:hover i{
	transition:ease-in-out all .3s;
	transform:scale(1.1);
}
.contact-info .inner ul li .col2 {
  width: 83%;
}
.contact-info .row {
  align-items: start;
}
.contact-info .col .main {
  position: relative;
}
.contact-info .col .main::before {
  content: '';
  position: absolute;
  top: 0;
  left: -12px;
  width: 100%;
  height: 100%;
  background: #27e0a5;
  border-radius: 40px;
}
.contact-info .col .socials {
  margin-top: 20px;
}
.contact-info .col .socials .row {
  justify-content: right;
}
.contact-info .col .socials a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8edec;
  margin: 10px;
  border-radius: 50%;
}
.contact-info .col .socials a p{
	font-size:30px;
	color: #1c4a47;
	line-height:1em;
}
.contact-info .col .socials a:hover{
	transition:ease-in-out all .3s;
	background:#27e0a5;
}
.map img {
  width: 100%;
}
/* services page  */
.serv-sec .row .col .img-wrapper {
		position: relative;
	}
	
	.serv-sec .row .col .img-wrapper::before {
		content: '';
		  background-color: #e9fcf6;
		  width: 105%;
		  height: 125%;
		  position: absolute;
		  border-radius: 50%;
		  top: -76px;
		  left: -80px;
		  z-index: 0;
	}
	
	.serv-sec .row .col .img {
		border-radius: 50%;
		position: relative;
  		z-index: 3;
	}
	
	.serv-sec {
		padding: 100px 0;
		margin-bottom: -150px;
		position: relative;
	}
	
	.serv-sec .content h3,
	.serv-sec .content p {
		font-family: 'Poppins', sans-serif;
	}
	
	.serv-sec .content h3 {
		font-size: 38px;
		font-weight: bold;
		line-height: 45px;
		color: #1c4a47;
	}
	
	.serv-sec .content p {
		font-size: 16px;
		font-weight: normal;
		color: #1c4a47;
		margin-top: 30px;
	}
	.serv-sec .row .col {
	  width: 50%;
	}
.serv-sec .content a {
		width: 250px;
		margin: 50px 0;
		background-color: #27e0a5;
		border-color: #27e0a5 !important;
		padding: 15px 50px;
		text-transform: uppercase;
		color: #1b2e28 !important;
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
	}
	
	.serv-sec .content a:hover {
		color: #27e0a5 !important;
	}
.serv-sec:nth-child(even) .row{
	flex-direction:row-reverse;
}
.serv-sec:nth-child(odd) .row .col .img-wrapper::before{
	background-color: #1d5951;
}
.serv-sec:nth-child(odd) .content p,
.serv-sec:nth-child(odd) .content h3{
	color:#fff;
}
.serv-sec .row .col2 {
  position: relative;
}
.serv-sec .row .col .text-wrapper {
  width: 100%;
  max-width: 535px;
}
.testi {
  padding-top: 150px !important;
  padding-bottom: 50px;
}
/* services inner pages  */
.serv-inner-banner {
  padding: 75px 0;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.serv-inner-banner h1 {
  font-size: 38px;
  color: #fff;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
.serv-inner-banner .desc {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.serv-inner-banner p {
  font-size: 16px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}
.serv-inner-sec1 .col1 {
  order: 1;
}
.serv-inner-sec1 ul {
  padding-left: 15px;
}
.serv-inner-sec1 ul li {
  padding-left: 0;
  font-weight: 700;
  color: #1b2e28;
  list-style-type: initial;
}
.serv-inner-cta {
  padding: 130px 0;
  background: #1c4a47;
  position: relative;
}
.serv-inner-cta .main {
  text-align: center;
}
.serv-inner-cta h3,
.serv-inner-faq h3,
.serv-inner-other h3{
  font-size: 38px;
  color: #fff;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}
.serv-inner-faq h3,
.serv-inner-other h3{
	color: rgb(28, 74, 71);
	text-align:center;
}
.serv-inner-cta p{
	font-size: 16px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}
.serv-inner-cta .desc {
  margin: 35px 0;
}
.serv-inner-cta .btn {
  display: inline-block;
  background-color: #27e0a5;
  border-color: #27e0a5 !important;
  padding: 15px 50px;
  text-transform: uppercase;
  color: #1b2e28 !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.serv-inner-cta .btn:hover{
	transition:ease-in-out .3s all;
	color:#27e0a5 !important;
}
.serv-inner-faq {
  padding: 100px 0;
}
.serv-inner-faq .desc {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.serv-inner-faq .desc p {
  font-size: 16px;
  font-weight: normal;
  color: #1c4a47;
  margin-top: 30px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}
.serv-inner-faq .faq-content {
  margin-top: 80px;
}
.serv-inner-faq .faq-content ul {
  display: flex;
  align-content: center;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.serv-inner-faq .faq-content .uni {
  width: 48%;
  padding: 10px 0;
  border-bottom: 1px solid #eeee;
}
.serv-inner-faq .faq-content ul li .accordion {
  position: relative;
  padding-left: 30px;
	cursor:pointer;
}
.serv-inner-faq .faq-content ul li i {
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 23px;
  color: #27e0a5;
}
.serv-inner-faq .faq-content ul li p {
  font-size: 24px;
  font-weight: 600;
  line-height: 45px;
  color: #1c4a47;
  font-family: 'Montserrat', sans-serif;
}
.serv-inner-faq .faq-content ul li .panel {
  padding: 15px 30px;
	display:none;
}
.serv-inner-faq .faq-content ul li .panel p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
}
.serv-inner-partner {
  padding-bottom: 0 !important;
}
.serv-inner-other .other-serv {
  display: flex;
  align-content: center;
  align-items: start;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 70px;
	gap: 30px;
}
.serv-inner-other .other-serv li {
  position: relative;
}
.serv-inner-other .other-serv li::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  background: #27e0a5;
  border-radius: 30px;
  z-index: 2;
}
.serv-inner-other .other-serv li .main {
  padding: 20px 35px;
  text-align: center;
  background: #e8edec;
  border-radius: 30px;
  position: relative;
  z-index: 3;
}
.serv-inner-other .other-serv li .main .f-img {
  padding: 15px;
  border-radius: 50%;
  background: #dce3e2;
}
.serv-inner-other .other-serv li .main strong {
  font-size: 24px;
  font-weight: 600;
  line-height: 45px;
  color: #1c4a47;
  font-family: 'Montserrat', sans-serif;
  margin-top: 10px;
  display: block;
}
.serv-inner-other .other-serv li .main:hover {
  background: #1c4a47;
  transition: ease-in-out all .3s;
}
.serv-inner-other .other-serv li .main:hover strong{
	transition: ease-in-out all .3s;
	color:#fff;
}
/* Responsive */
@media screen and (max-width: 1600px) {
	.container {
		max-width: 1200px;
	}
	#hero {
		padding: 140px 0 230px;
	}
	#hero .hero-content h1 {
		font-size: 50px;
	}
	#hero .hero-content h4 {
		font-size: 18px;
	}
	.serv-sec .hero-content h1 {
		font-size: 50px;
	}
	.serv-sec .row .col .img {
			max-width: 80%;
		}
		
		.serv-sec .row .col .img-wrapper::before {
			width: 100%;
			height: 125%;
			top: -60px;
			left: -60px;
		}
	h3 {
		font-size: 50px;
		margin-bottom: 30px;
	}
	.page-section {
		padding: 70px 0;
	}
	#faq .faqs .tabs .question img {
		width: 50px;
	}
	#faq .faqs .tabs .question {
		font-size: 20px;
	}
	#faq .faqs .contents {
		min-height: 555px;
	}
	#partner .left {
		padding: 80px 20px;
		width: 22%;
	}
	#partner .left::after {
		width: 70px;
	}
	#partner .right {
		width: 78%;
		padding: 0 20px 0 90px;
	}
	#partner .partners > li {
		padding: 0 30px;
	}
	#founder .achievements > li .details {
		padding: 0px 13px;
		font-size: 18px;
	}
	#founder .achievements > li .icon img {
		max-width: 60%;
	}
	#founder .achievements > li .icon .icon-flex {
		height: 65px;
	}
	#feature .features > li {
		/*min-height: 520px;*/
	}
	#work .details h4 {
		font-size: 19px;
	}
	#work .works > li:not(:last-child)::before {
		content: '';
		display: block;
		width: 15px;
		height: 15px;
		position: absolute;
		right: -30px;
		top: 73px;
		border-top: 2px solid #acadb2;
		border-right: 2px solid #acadb2;
		transform: rotate(45deg);
	}
	#work .works > li:not(:last-child)::after {
		content: "";
		width: 60px;
		border-top: 2px dashed #acadb2;
		position: absolute;
		top: 80px;
		right: -30px;
	}
	.slick-initialized .slick-slide {
			padding: 0 50px;
		}
		
		#hero .row .col .img, 
		#story .row .col .img {
			max-width: 80%;
		}
		
		#hero .row .col .img-wrapper::before, 
		#story .row .col .img-wrapper::before {
			width: 100%;
			height: 125%;
			top: -60px;
			left: -60px;
		}

		#colophon .widget:first-child {
			width: 100%;
			text-align: center;
		}
		#colophon .widget p {
			width: 100%;
			max-width: 100%;
			text-align: center;
			margin: 0 auto;
		}

		#colophon .widget:nth-child(2), 
		#colophon .widget:nth-child(3), 
		#colophon .widget:nth-child(4), 
		#colophon .widget:nth-child(5) {
			width: 25%;
			margin-top: 30px;
			text-align: center;
		}
		
		#colophon .widget:nth-child(2) ul li, 
		#colophon .widget:nth-child(3) ul li, 
		#colophon .widget:nth-child(4) ul li, 
		#colophon .widget:nth-child(5) ul li,
		#colophon .widget:nth-child(2) h4, 
		#colophon .widget:nth-child(3) h4, 
		#colophon .widget:nth-child(4) h4, 
		#colophon .widget:nth-child(5) h4,
		#colophon .widget ul {
			text-align: left;
		}
	.contact-info .inner ul li .col1::before {
		width: 220%;
	}
}
@media screen and (max-width: 1400px) {
	.container {
		max-width: 1100px;
	}
	.page-section {
		padding: 60px 0;
	}
	#hero {
		padding: 140px 0 200px;
	}
	
	#site-navigation ul.primary-menu > li a {
		padding-left: 40px;
	}
	.inner-banner {
		min-height: 34.5vw;
	}
	.btn {
		padding: 20px 10px 15px;
	}
	h3 {
		font-size: 50px;
	}
	#about .left {
		padding-right: 50px;
	}
	h4 {
		font-size: 17px;
		line-height: 22px;
	}
	h5 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	p {
		margin-bottom: 20px;
	}
	body {
		line-height: 25px;
	}
	
	.serv-sec {
		padding: 140px 0 200px;
	}
	.serv-sec .row .col .img-wrapper::before {
			top: -50px;
			left: -50px;
		}
		 .serv-sec {
    margin-bottom: -200px;
    padding: 100px 0 180px;
  }
		.serv-sec .row .col {
  width: 47%;
}
		.serv-sec .content a{
			width: 280px; 
			font-size: 14px;
		}
	#faq .faqs .contents {
		padding: 30px;
	}
	#founder .achievements > li .icon {
		width: 24%;
	}
	#founder .achievements > li .details {
		width: 76%;
		padding: 0px 10px;
	}
	#founder .achievements > li .icon .icon-flex {
		height: 60px;
	}
	#feature .features > li .icon {
		width: 150px;
		height: 150px;
		margin-top: -110px;
	}
	#feature .features > li {
		margin-right: 0.8%;
		min-height: 540px;
		margin-top: 80px;
	}
	.studies > li .details h4 {
		font-size: 25px;
	}
	#work .details h4 {
		font-size: 17px;
		min-height: 45px;
	}
	#work .works > li .details h4 {
		min-height: 48px;
	}
	#work .works > li:not(:last-child)::after {
		width: 35px;
		right: -18px;
	}
	#work .works > li:not(:last-child)::before {
		right: -20px;
	}
	.row .col {
			width: 45%;
		}
		
		#hero .row .col .img-wrapper::before, 
		#story .row .col .img-wrapper::before {
			top: -50px;
			left: -50px;
		}
		#hero {
			margin-bottom: -130px;
		}
		
		#hero .content a, 
		#faq a.btn, 
		#story .content a,
		#about .col .btn, 
		#contact form .wpcf7-form-control.wpcf7-submit {
			width: 200px; 
			font-size: 14px;
		}

		#faq h2 {
			padding: 20px 0;
		}

		#contact .row {
			flex-direction: column;
			gap: 100px;
		}
		
		#contact .row .col .img-wrapper {
			position: relative;
			width: 540px;
			margin: 0 auto;
		}

		#about .row .col, 
		#contact .row .col {
			width: 100%;
			text-align: center;
		}

		#about h3 {
			margin: 0 auto 25px;
		}
		
		#about .col .btn {
			width: 200px;
			font-size: 14px;
			margin: 20px auto;
		}
		
		#about .col:nth-child(2)::before {
			top: -40px;
			right: -40px;
		}
		
		#story .row .col .img-wrapper {
			text-align: right;
		}
		
		#story .row .col .img-wrapper::before {
			left: 50px;
		}
		
		#story .content a {
			margin-bottom: 0;
		}

		#about::before {
			right: 0;
			border-radius: 0;
		}
	.contact-info .inner ul li .col1::before {
    width: 235%;
  }
	.contact-info .inner ul li i {
		font-size: 30px;
	}
	.serv-inner-faq .faq-content ul li p,
	.serv-inner-other .other-serv li .main strong{
		font-size: 22px;
	}
}
@media screen and (max-width: 1200px) {
	.container {
		max-width: 960px;
	}
	#site-navigation ul.primary-menu > li a {
		padding-left: 25px;
	}
	#hero .hero-content h1 {
		font-size: 40px;
	}
	#hero .hero-content h4 {
		font-size: 15px;
	}
	#hero .hero-content a {
		margin-top: 40px;
	}
	

	.serv-sec .row .col .img-wrapper::before {
		display: none;
	}
	h3 {
		font-size: 40px;
		margin-bottom: 20px;
	}
	#partner .partners > li {
		padding: 0 20px;
	}
	#partner .left {
		padding: 60px 20px;
	}
	#partner .left::after {
		width: 40px;
	}
	#partner .right {
		padding: 0 20px 0 60px;
	}
	#work .works > li {
		width: 33%;
	}
	#work .works > li:not(:last-child)::before {
		right: -64px;
	}
	#work .works > li:nth-child(3n)::before {
		display: none;
	}
	#work .works > li:nth-child(3n)::after {
		display: none;
	}
	#work .works > li:not(:last-child)::after {
		width: 120px;
		right: -60px;
	}
	#founder .left {
		width: 60%;
		padding-right: 20px;
	}
	#founder .right {
		width: 40%;
	}
	#founder .featured::before {
		top: 30px;
		left: 30px;
		border-radius: 20px;
	}
	#founder .featured {
		padding-right: 30px;
		padding-bottom: 30px;
	}
	#founder .featured img {
		border-radius: 20px;
	}
	#feature .features > li:nth-child(3n) {
		margin-right: 0;
	}
	#feature .features > li {
		width: 32.5%;
		min-height: 370px;
		margin-bottom: 20px;
	}
	.studies > li .feature {
		height: 210px;
	}
	#testimony .content {
		font-size: 18px;
	}
	#contact h3 {
		font-size: 28px;
	}
	#contact .wpcf7-form-control-wrap .wpcf7-form-control {
		padding: 15px;
	}
	#colophon .widget h4 {
		font-size: 20px;
	}
	#colophon .widget ul li a {
		font-size: 15px;
	}
	#colophon .widget ul li:not(:last-child) {
		margin-bottom: 5px;
	}
	#founder .right .btn{
		width: 60%;
	}
	#hero {
			margin-bottom: 0;
		}
		
		#hero .row .col .img-wrapper::before, 
		#story .row .col .img-wrapper::before {
			display: none;
		}
		
		#faq .faqs .tabs button span {
			font-size: 20px;
		}
		
		#faq .faqs .tabs .question img {
			width: 30px;
		}
		
		#faq .faqs .contents .answer p {
			font-size: 16px;
		}
		
		#faq .faqs .contents {
			min-height: 500px;
		}
	.inner-banner .main h1 {
		font-size: 35px;
	}
	.inner-banner .main .inner {
		padding: 60px 50px;
	}
	.inner-banner .main::before {
  		top: -30px;
		left: -30px;
	}
	.serv-sec .hero-content h3 {
		font-size: 40px;
	}
	.serv-sec {
		margin-bottom: 0;
		padding: 70px 0 70px;
	}
	.testi {
	  padding-top: 0px !important;
	}
	.ab-sec h3 {
		font-size: 30px;
	}
	.ab-sec .row .col {
		width: 48%;
	  }
	.contact-info .col h3 {
		font-size: 30px;
	}
	.contact-info .inner ul li .col1::before {
    width: 258%;
  }
	.contact-info .inner ul li i {
		font-size: 22px;
	}
	.serv-inner-banner h1 {
		font-size: 35px;
	}
	.serv-sec .content h3,
	.serv-inner-cta h3, 
	.serv-inner-faq h3, 
	.serv-inner-other h3{
		font-size: 30px;
	}
	 .serv-inner-faq .faq-content ul li p, .serv-inner-other .other-serv li .main strong {
		font-size: 18px;
	  }
	.serv-inner-other .other-serv li .main {
		padding: 20px;
	}
	.serv-inner-partner {
  padding-bottom: 100px !important;
}
}
@media screen and (max-width: 1100px) {
		#colophon .widget:nth-child(2), 
		#colophon .widget:nth-child(3), 
		#colophon .widget:nth-child(4), 
		#colophon .widget:nth-child(5) {
			width: 50%;
		}
	}
@media screen and (max-width: 980px) {
	.rmp_menu_trigger {
  right: 0 !important;
}
	.container {
		max-width: 747px;
	}

	body {
		line-height: 22px;
		font-size: 14px;
	}
	#top-header {
		display: none;
	}
	#masthead.fixed {
		position: relative;
	}
	#masthead .site-branding {
		width: 100%;
		text-align: center;
	}
	#masthead .site-branding img {
		width: 200px;
	}
	body.admin-bar #masthead.fixed {
		top: 0;
	}
	button#responsive-menu-button {
		width: 50px !important;
		height: 50px !important;
		position: fixed !important;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}
	body.admin-bar button#responsive-menu-button {
		top: 6px !important;
		position: fixed !important;
	}
	#masthead.fixed {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	#hero {
		padding: 100px 0;
	}
	#hero .hero-content h1 {
		font-size: 30px;
	}
	#hero .hero-content h4 {
		font-size: 12px;
	}
	#hero .hero-content a {
		margin-top: 20px;
		width: 270px;
		margin-left: 0;
		font-size: 12px;
	}
	.serv-sec .row .col .img {
			max-width: 60%;
			margin: 30px 0;
		}
		
		.serv-sec .content h3 {
			margin-top: 50px;
		}
		
		.serv-sec .content a {
			font-size: 14px;
			margin: 20px auto;
		}
	.btn {
		padding: 15px 10px 10px;
		font-size: 14px;
	}
	.right, .left {
		width: 100%;
	}
	.left {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.page-section {
		padding: 40px 0;
	}
	h3 {
		font-size: 30px;
	}
	#about .left {
		padding-right: 0;
	}
	#about img {
		width: 500px;
		margin: 0 auto;
		display: block;
	}
	#work .content, #faq .content {
		margin-bottom: 20px;
	}
	#faq .faqs .tabs {
		width: 49%;
	}
	#faq .faqs .tabs .question {
		font-size: 18px;
		padding: 10px;
	}
	#faq .faqs .contents {
		min-height: 280px;
		width: 50%;
	}
	#partner .partners > li:last-child {
		padding-right: 0;
		max-width: 20%;
	}
	#partner .left {
		padding: 40px 20px;
		margin-bottom: 0;
	}
	#partner .right {
		width: 76%;
	}
	#partner .partners > li img {
		max-height: 70px;
	}
	#work .works > li .icon {
		width: 100px;
		height: 100px;
		padding: 20px;
		margin-bottom: 10px;
	}
	#work .works > li:not(:last-child)::before {
		right: -64px;
		top: 43px;
	}
	#work .works > li:not(:last-child)::after {
		top: 50px;
	}
	h4 {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	#founder .left {
		width: 100%;
		padding-right: 0;
	}
	#founder h5 {
		width: 100%;
	}
	h5 {
		font-size: 16px;
	}
	#founder .achievements > li .details {
		font-size: 16px;
	}
	#founder .right {
		width: 100%;
	}
	#feature .features > li {
		width: 32.4%;
		min-height: 330px;
		margin-top: 50px;
		padding: 20px;
	}
	#feature .features > li .icon {
		width: 100px;
		height: 100px;
		margin-top: -70px;
		padding: 15px;
	}
	.studies > li .feature {
		height: 150px;
	}
	.studies > li .details {
		padding: 20px;
	}
	.studies > li .details h4 {
		font-size: 20px;
	}
	.studies > li .details a {
		margin-top: 10px;
	}
	#testimony .content {
		font-size: 16px;
		line-height: 25px;
	}
	#testimony h5 span {
		font-size: 16px;
	}
	#partner {
		overflow: hidden;
	}
	#contact::before {
		width: 100%;
		right: 0;
		opacity: 0.5;
	}
	#contact .form-content {
		width: 100%;
		float: none;
	}
	#contact .wpcf7-form-control-wrap {
		padding-right: 10px;
		padding-bottom: 10px;
	}
	#contact .wpcf7-form-control.wpcf7-submit {
		padding: 15px 10px 13px;
	}
	#colophon .widgets {
		border-bottom: 1px solid #4e4e4e;
		padding: 40px 0 20px;
		text-align: center;
	}
	#colophon .widget:first-child {
		width: 100%;
		margin-bottom: 20px;
	}
	#colophon .widget:nth-child(2) {
		width: 230px;
		text-align: left;
	}
	#colophon .widget:nth-child(3), #colophon .widget:last-child {
		width: 125px;
		text-align: left;
	}
	#colophon .widget .footer-logo {
		margin-bottom: 10px;
	}
	#colophon .widget p {
		width: 100%;
		max-width: 100%;
	}
	#colophon .widget h4::after {
		width: 50px;
		margin-top: 15px;
	}
	#colophon .widget h4 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#colophon .widget ul li a {
		font-size: 13px;
	}
	#colophon .site-credits {
		padding: 10px 0;
		font-size: 13px;
	}
	#founder .right .btn{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#work .btn{
		width: 50%;
	}
	.row {
			flex-direction: column;
		}

		.row .col {
			width: 100%;
			text-align: center;
		}

		#hero .row .col .img, 
		#story .row .col .img {
			max-width: 60%;
			margin: 30px 0;
		}
		
		#hero .content h1, 
		#story .content h2 {
			margin-top: 50px;
		}
		
		#hero .content a, 
		#faq a.btn, 
		#story .content a, 
		#about .col .btn, 
		#contact form .wpcf7-form-control.wpcf7-submit {
			width: 200px;
			font-size: 14px;
			margin: 20px auto;
		}
		
		#story .row .col .img-wrapper {
			text-align: center;
		}
		
		#partner .left {
			padding: 30px 50px;
			width: 100%;
		}
		
		#partner .right {
			width: 100%;
			margin-top: 50px;
		}
		
		#about {
			padding: 100px 0;
		}
		
		#testimonial .card {
			padding: 50px 0;
		}
		
		#colophon .widget:nth-child(2) {
			width: 100%;
		}
		
		#menu-quick-links {
			display: flex;
			justify-content: space-between;
		}
		#colophon .widget:nth-child(3), 
		#colophon .widget:nth-child(4), 
		#colophon .widget:nth-child(5) {
			width: 33%;
		}
	.inner-banner .main h1 {
    font-size: 28px;
  }
	 .inner-banner .main .inner {
    padding: 35px 35px;
    border-radius: 30px;
  }
	 .inner-banner .main::before {
    top: -20px;
    left: -20px;
    border-radius: 30px;
  }
	  .serv-sec .content h3 {
    margin-top: 0;
    margin-bottom: 0px !important;
  }
	.serv-sec:nth-child(2n) .row {
	  flex-direction: column;
	}
	.serv-sec .row .col {
	  width: 100%;
	}
	.serv-sec .row .col .img {
    max-width: 300px;
    margin: 0 0 20px 0;
    width: 100%;
  }
	.serv-sec .row .col .text-wrapper {
  width: 100%;
  max-width: 100%;
}
	  .serv-sec .content a {
    width: 400px;
  }
	.serv-sec {
    margin-bottom: 0;
    padding: 50px 0 50px;
  }
	.serv-sec .content h3 {
		font-size: 25px;
	}
	.ab-sec .row {
	  flex-direction: column-reverse;
	}
	.ab-sec .row img {
  width: 100%;
  max-width: 350px;
  margin-bottom: 25px;
}
	.ab-sec h3 {
		font-size: 25px;
	}
	.ab-sec .info {
  max-width: 100%;
}
	.ab-sec ul li {
  font-size: 16px;
  text-align: left;
}
	.ab-sec {
		padding: 70px 0;
	}
	.ab-sec:nth-child(2n+1) .row {
  flex-direction: column-reverse;
}
	.contact-info .inner ul li.row {
  flex-direction: row;
}
	.contact-info .col .main {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
	.contact-info .col .socials .row {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
	.contact-info .inner ul li p {
  text-align: left;
}
	.contact-info .inner ul li .col1::before {
    width: 268%;
  }
	.contact-info .inner ul li .col2 {
  width: 78%;
}
	.ab-sec .row .col {
    width: 100%;
  }
	.serv-inner-banner {
		padding: 35px 0;
	}
	.serv-inner-banner h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
	 .serv-sec .content h3 {
    font-size: 22px;
  }
	.serv-inner-sec1 ul li {
  text-align: left;
}
	.serv-inner-cta {
  padding: 60px 0;
}
	.serv-inner-cta .desc {
  margin: 15px 0;
}
	 .serv-sec .content h3, 
	.serv-inner-cta h3, 
	.serv-inner-faq h3, 
	.serv-inner-other h3 {
    font-size: 25px;
  }
	.serv-inner-faq {
  padding: 60px 0;
}
	.serv-inner-faq .faq-content {
  margin-top: 30px;
}
	.serv-inner-faq .faq-content .uni {
		width: 100%;
	}
	 .serv-inner-faq .faq-content ul li p, 
	.serv-inner-other .other-serv li .main strong {
    font-size: 16px;
  }
	.serv-inner-other .other-serv {
	  margin-top: 30px;
	}
	.serv-inner-other .other-serv li .main .f-img {
	  display: inline-block;
	}
	.serv-inner-other .other-serv {
	  flex-wrap: wrap;
	}
	.serv-inner-other .other-serv li {
  width: 46%;
}
	.serv-inner-sec1 ul li {
  font-size: 16px;
}
	.serv-inner-partner {
  padding: 60px 0 !important;
}
}
@media screen and (max-width: 767px) {
	.container {
		max-width: 600px;
	}
	h3 {
		font-size: 25px;
		margin-bottom: 10px;
	}
	p {
		margin-bottom: 10px;
	}
	#hero {
		padding: 80px 0 40%;
		position: relative;
		background-position-x: 180%;
		background-position-y: bottom;
		background-size: 85%;
		background-repeat: no-repeat;
		background-color: #223a73;
	}
	/*#hero::before {
		content: "";
		background-color: rgba(48,58,94,0.5);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}*/
	#hero .hero-content {
		width: 100%;
		text-align: center;
	}
	#hero .hero-content a {
		margin-top: 20px;
		width: 300px;
		margin-left: auto;
	}
	#hero .hero-content h1 {
		font-size: 30px;
	}
	#work .content, #faq .content {
		margin-bottom: 10px;
	}
	#faq .faqs .tabs .question img {
		width: 30px;
	}
	#faq .faqs .tabs .question {
		font-size: 16px;
		padding: 15px 10px;
	}
	#faq .faqs .contents {
		min-height: 262px;
		padding: 20px;
	}
	.contents .answer.active ul {
		list-style: disc !important;
		margin: 0 !important;
		padding-left: 20px !important;
	}
	.contents .answer.active ul li {
		list-style: disc !important;
	}
	#work .works > li {
		width: 50%;
	}
	#work .works > li:nth-child(3n)::after {
		display: block;
	}
	#work .works > li:nth-child(3n)::before {
		display: block;
	}
	#work .works > li:nth-child(2n)::after {
		display: none;
	}
	#work .works > li:nth-child(2n)::before {
		display: none;
	}
	#feature .features > li:nth-child(3n) {
		margin-right: 1%;
	}
	#feature .features > li:nth-child(2n) {
		margin-right: 0;
	}
	#feature .features > li {
		width: 49%;
		min-height: 270px;
		margin-right: 1%;
	}
	#feature .features > li .icon {
		margin-bottom: 10px;
	}
	#feature h4 {
		font-size: 16px;
		line-height: 22px;
	}
	.studies > li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.studies > li .feature {
		height: 280px;
	}
	.studies > li .details h4 {
		font-size: 16px;
	}
	#work .btn{
		width: 60%;
	}
	#colophon .widget:nth-child(3), 
		#colophon .widget:nth-child(4), 
		#colophon .widget:nth-child(5) {
			width: 100%;
		}

		#colophon .widget p {
			width: 100%;
		}
		#about h3 {
			width: 100%;
		}

		#faq .faqs .tabs button span {
			font-size: 16px;
		}

		#faq .faqs .tabs {
			width: 30%;
		}
	#faq .faqs .contents {
			width: 70%;
		}
	.inner-banner::before {
	  left: 0 !important; 
	  border-radius: 0 !important;
	}
	.inner-banner .main::before {
		top: -10px;
		left: 0;
	}
	#testimonial .card h3 {
		font-size: 30px;
	}
	#contact .row .col .img-wrapper::before {
		width: 93%;
	}
	#testimonial {
    padding: 0px 0 50px 0 !important;
  }
	.contact-info {
  padding: 50px 0;
}
	  .serv-inner-other {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
		#masthead.fixed {
			top: 97px;
		}
	.container {
		max-width: 90%;
		width:100%;
	}
	#top-header ul {
		display: block;
	}
	#top-header ul:last-child {
		width: 14%;
		display: inline-block;
		float: left;
	}
	#top-header ul:first-child li:last-child {
		width: 45%;
		display: inline-block;
		float: left;
		margin-left: 79px;
	}
	#top-header ul.contact-details > li {
		padding-right: 0;
		display: block;
	}
	button#responsive-menu-button {
		width: 50px !important;
		height: 50px !important;
		position: fixed !important;
	}
	.btn {
		padding: 10px 10px 6px;
	}
	h3 {
		font-size: 20px;
	}
	#hero {
		padding: 80px 0 40%;
		background-position-x: 180%;
		background-position-y: bottom;
		background-size: 85%;
	}
	#faq .faqs .tabs {
		width: 100%;
		margin-right: 0;
	}
	#faq .faqs .contents {
		min-height: auto;
		padding: 20px;
		width: 100%;
	}
	#faq .faqs .tabs .question {
		font-size: 14px;
		padding: 10px;
	}
	#faq .btn {
		margin-top: 30px;
	}
	#work .works > li:not(:last-child)::after {
		display: block;
		height: 60px;
		width: 1px;
		border-top: none;
		border-left: 2px dashed #acadb2;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 105%;
	}
	#work .works > li:not(:last-child)::before {
		display: block;
		margin: 0 auto;
		right: 0;
		left: 0;
		transform: rotate(135deg);
		top: 122%;
	}
	#work .content {
		margin-bottom: 40px;
	}
	#work .works > li {
		width: 100%;
		margin-top: 20px;
	}
	#work .works > li:not(:last-child) {
		margin-bottom: 80px !important;
	}
	#founder .achievements > li {
		width: 100%;
		margin-bottom: 10px;
	}
	#founder .achievements > li:not(:last-child) {
		margin-right: 0;
	}
	#feature .features > li {
		width: 100%;
		min-height: auto;
		margin-right: 0;
	}
	.studies > li .feature {
		height: 200px;
	}
	#testimony .content {
		font-size: 14px;
		line-height: 22px;
	}
	#contact h3 {
		font-size: 20px;
	}
	h5 {
		margin-bottom: 10px;
	}
	#partner .left {
		width: 100%;
		padding: 20px;
	}
	#partner .right {
		width: 100%;
		padding: 0 20px;
	}
	#partner .partners > li, #partner .partners > li:last-child {
		max-width: 100%;
		width: 100%;
		padding: 20px 0;
	}
	#partner .partners > li img {
		max-height: 100%;
	}
	#partner .partners li.slick-slide a{
		padding-bottom: 100%;
	}
	#colophon .widget h4::after {
		text-align: center;
		margin: 15px auto 0;
	}
	#colophon .widget:first-child {
		width: 100%;
		margin-bottom: 20px;
	}
	#colophon .widget:nth-child(2) {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	#colophon .widget:nth-child(3), 
	#colophon .widget:last-child {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	#founder .right .btn {
		padding: 10px 10px 6px;
	}
	#work .btn{
		padding: 10px 10px 6px;
		width: 80%;
	}
	#feature .btn{
		width: 100%;
	}
	#faq .faqs .tabs .question.active {
			border-radius: 50px;
		}
	.inner-banner .main {
  width: 100%;
  position: relative;
}
	.inner-banner .main h1 {
    font-size: 25px;
  }
	.contact-info .col h3 {
    font-size: 25px;
  }
	 .inner-banner {
    min-height: 40.5vw;
  }
}
@media screen and (max-width: 440px) {
	.container {
		max-width:90%;
	}
	#top-header ul:last-child {
		width: 24%;
	}
	#top-header ul:first-child li:last-child {
		width: 55%;
		margin-left: 36px;
	}
	#hero {
		padding: 80px 0 55%;
		background-position-x: -70%;
		background-position-y: bottom;
		background-size: 125%;
	}
	#partner .partners li.slick-slide {
		padding-left: 10px;
		padding-right: 10px;
	}
	#contact .wpcf7-form-control-wrap {
		padding-right: 0;
		width: 100%;
	}
	#contact .wpcf7-form-control-wrap .wpcf7-form-control {
		padding: 10px;
	}
	#colophon .widget:nth-child(2) {
		width: 100%;
		margin-bottom: 20px;
	}
	#colophon .widget:nth-child(3), #colophon .widget:last-child {
		width: 50%;
	}
	#colophon .site-credits {
		font-size: 10px;
		text-align: center;
	}
	#colophon .site-credits .powered,
	#colophon .site-credits .copyright {
		float: none;
	}
	#contact .wpcf7-form-control-wrap .wpcf7-textarea {
		height: 100px;
	}
	#colophon .widget h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	#colophon .widget p, #colophon .widget ul li a {
		font-size: 12px;
		line-height: 20px;
	}
	#colophon .widget:nth-child(3) {
		display: none;
	}
	#colophon .widget:nth-child(2), #colophon .widget:last-child {
		display: inline-block;
		width: 50%;
	}
	#colophon .widget:last-child {
		padding-left: 50px;
	}
	#founder .right .btn{
		width: 100%;
	}
	#work .btn{
		width: 100%;
	}
	 #contact .row .col .img-wrapper {
    width: 100% !important;
  }
  #testimonial .card::before {
    height: 25px !important;
    width: 30px !important;
	}
	.contact-info .inner ul li .col1::before {
    width: 297%;
  }
	 .serv-inner-banner h1 {
    font-size: 25px;
    margin-bottom: 10px;
  }
	.serv-inner-banner p {
		font-size: 15px;
	}
	.serv-sec .content h3, 
	.serv-inner-cta h3, 
	.serv-inner-faq h3, 
	.serv-inner-other h3 {
    font-size: 22px;
  }
	.serv-sec .content p {
	  margin-top: 15px;
	}
	.serv-sec .content p {
		font-size: 15px;
	}
	.serv-inner-sec1 ul li {
	  font-size: 15px;
	}
	.serv-inner-cta p {
		font-size: 15px;
	}
	.serv-inner-faq .desc p {
		font-size: 15px;
	}
	.serv-inner-faq .faq-content ul li .panel p {
		font-size: 15px;
	}
	 .serv-inner-other .other-serv li {
    width: 48%;
    margin-bottom: 30px;
  }
	 .serv-inner-other .other-serv {
    gap: 0;
  }
	body #partner.serv-inner-partner {
  padding-top: 0 !important;
		 padding-bottom: 0 !important;
    
}
}
@media screen and (max-width: 320px) {
	.container {
		max-width: 90%;
	}
	#top-header ul:first-child li:last-child {
		width: 69%;
		margin-left: 9px;
	}
	#top-header ul:last-child {
		width: 24%;
	}
	#hero {
		padding: 80px 0 63%;
		background-position-x: -35%;
		background-position-y: bottom;
		background-size: 140%;
	}
	#colophon .widget:nth-child(3) {
		width: 100%;
		margin-bottom: 20px;
	}
	#colophon .widget:last-child {
		width: 100%;
	}
	#faq .faqs .tabs .question span {
		max-width: 75%;
		margin-left: 5px;
	}
}