/*
Theme Name: Twenty Nineteen Child
Theme URI: https://wordpress.org/themes/twentynineteen/
Template: twentynineteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Tags: one-column,flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,rtl-language-support,sticky-post,threaded-comments,translation-ready,block-patterns
Version: 2.2.1646481116
Updated: 2022-03-05 11:51:56

*/
body{
	font-family: 'Work Sans', sans-serif;
}
html {
	scroll-behavior: smooth;
}
h1:before,
h2:before{
	content:none !important;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Nexa Heavy, sans-serif;
}
.my-container{
	width:100%;
	max-width:1220px;
	margin:0 auto;
	display:block;
	position:relative;
}

#my-header .columns .col.nav-menu .bottom ul li:nth-last-child(2) a {
	padding-right: 0;
}

#my-header {
	padding-top: 30px;
	position: absolute;
	width: 100%;
	top: 0;
}
#my-header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 222;
	box-shadow: 0px 0px 10px #000;
}
#my-header .columns {
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
#my-header .columns .col.logo img {
	width: 100%;
	max-width: 300px;
}
#my-header.sticky img {
	max-width: 250px !important;
	transition:ease-in-out all .3s;
}

#my-header .columns .col.nav-menu .top a i {
	margin-right: 10px;
}

#my-header.sticky .columns .col.nav-menu {
	font-size: 0;
	transition:ease-in-out all .3s;
}
#my-header .columns .col.nav-menu .top {
	text-align: right;
}
#my-header .columns .col.nav-menu .top a {
	/*   color: #c97f62; */
	font-size: 18px;
	font-weight: 500;
}
#my-header .columns .col.nav-menu .bottom ul {
	padding: 0;
	margin: 0;
}
#my-header .columns .col.nav-menu .bottom ul li {
	list-style-type: none;
	display: inline-block;
}
#my-header .columns .col.nav-menu .bottom ul li a {
	/*     color: #000; color moved to dynamic*/
	font-size: 18px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	display: block;
	padding: 0 20px;
}
#my-header .columns .col.nav-menu .bottom ul li a:hover{
	transition:ease-in-out all .3s;
	font-weight:600;
}
#my-header .columns .col.nav-menu .bottom ul li:last-child a{
	padding-right:0;
}

#site-header {
	position: relative;
	z-index: 3;
}
#hp-sec1 {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 300px 0 80px 0;
	overflow: hidden;
}

#hp-sec1 {
	position: relative;
	min-height: 800px;
}

#hp-sec1 .model-wrapper {
	position: absolute;
	right: 0;
	bottom: -100px;
}
#hp-sec1 .col {
	width: 48%;
	position: relative;
	padding: 60px 60px 60px 0;
}

#hp-sec1 {
	display: flex;
	flex-direction: column;
	justify-content: end;
}
#hp-sec1 .col::after {
	content: '';
	position: absolute;
	width: 160%;
	right: 0;
	height: 100%;
	top: 0;
	z-index: 0;
	border-radius: 10px;
}
#hp-sec1 .col h1 {
	font-size: 50px;
	color: #fff;
	position: relative;
	z-index: 2;
	line-height:50px;
}
#hp-sec1 .col .desc {
	position: relative;
	z-index: 2;
}
#hp-sec1 .col .desc p {
	font-size: 16px;
	color: #fff;
}
#hp-sec1 .col .btn-wrp {
	position: relative;
	z-index: 2;
	margin-top: 50px;
}
.btn-wrp a {
	padding: 10px 35px;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 600;
}

.btn-wrp a:hover, #hp-sec10 .contact-us .row .col .wpcf7-submit:hover{
	transition:ease-in-out all .3s;
	background:transparent;
}
#hp-sec2 {
	padding: 80px 0;
}
#hp-sec2 .row {
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
#hp-sec2 .row .col {
	width: 47%;
	position:relative;
}
#hp-sec2 .row .col.col1 img {
	width: 100%;
	max-width: 655px;
	border-radius: 10px;
	z-index: 2;
}

#hp-sec2 .row .col.col1::after {
	content: '';
	background-color: #3ab1c6;
	width: 160px;
	height: 160px;
	position: absolute;
	left: -30px;
	bottom: -30px;
	border-radius: 10px;
	z-index: 1;
}
#hp-sec2 .row .col.col2 h3 {
	font-size: 30px;
	color: #3ab1c6;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}
#hp-sec2 .row .col.col2 h4 {
	font-size: 18px;
	color: #070808;
	margin: 0 0 30px 0;
	line-height: 25px;
}
#hp-sec2 .row .col.col2 .accor ul {
	padding: 0 0 0 42px;
	margin: 0;
}
#hp-sec2 .row .col.col2 .accor ul li {
	list-style-type: none;
	padding-bottom: 20px;
	position:relative;
	z-index:2;
}
#hp-sec2 .row .col.col2 .accor ul li .accordion {
	position: relative;
}
#hp-sec2 .row .col.col2 .accor ul li .accordion img {
	width: 100%;
	max-width: 20px;
	position: absolute;
	top: 5px;
	left: -40px;
}
#hp-sec2 .row .col.col2 .accor ul li .accordion p {
	margin: 0;
	font-size: 18px;
	line-height: 25px;
	font-weight:600;
	cursor: pointer;
}
#hp-sec2 .row .col.col2 .accor ul li .panel {
	border-bottom: 1px solid #f2eeed;
	display:none;
}
#hp-sec2 .row .col.col2 .accor ul li .panel p {
	font-size: 15px;
	color: #000;
	display: block;
}
#hp-sec2 .row .col.col2 .accor ul li .accordion i {
	position: absolute;
	right: 0;
	top: 9px;
	font-size:14px;
}
#hp-sec2 .row .col .btn-wrp {
	margin-top: 50px;
	position: relative;
}
#hp-sec2 .row .col.col2 .btn-wrp::after {
	content: '';
	position: absolute;
	bottom: -129px;
	right: -185px;
	z-index: 1;
	background: url('/wp-content/uploads/2022/03/services-after.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 556px;
	height: 784px;
}
#hp-sec3 {
	padding: 60px 0;
}
#hp-sec9 .row .col h3 {
	color: #3ab1c6;
}

#hp-sec4 .row .col.col1.ft-img img {
	margin-right: 0 !important;
	display: block;
	max-width: 600px;
	margin-left: -90px;
	padding: 20px;
	border-radius: 10px;
	border: 2px solid #4ce4ff;
}

#hp-sec9 .col.col1 img {
	padding: 20px;
	border: 2px solid #4ce4ff;
	border-radius: 50%;
}

#hp-sec9 .row .col.col2 .testi .slick-arrow {
	color: #3ab1c6;
	cursor: pointer;
}
#hp-sec9 .row .col.col2 .testi .slick-arrow:hover {
	opacity: 0.8;
}

#hp-sec10 .contact-us .row .col ul li strong {
	display: block;
	font-size: 18px;
	line-height: 25px;
	color: #3ab1c6;
}

#hp-sec3 h3 {
	text-align: center;
	font-size: 30px;
}
#hp-sec3 .steps {
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	align-content: start;
	align-items: start;
	justify-content: center;
	flex-wrap: wrap;
  	gap: 50px;
}
#hp-sec3 .steps .steps-inner .col2 hr {
	background: #3ab1c6;
}
#hp-sec3 .steps .steps-inner {
	width: 40%;
	display: flex;
	flex-direction: row;
	align-content: start;
	align-items: start;
	justify-content: space-between;
	flex-wrap: wrap;
}
#hp-sec3 .steps .steps-inner .col1 {
	width: 20%;
}
#hp-sec3 .steps .steps-inner img {
	width: 100%;
	max-width: 65px;
	object-fit: contain;
	max-height: 77px;
}
#hp-sec3 .steps .steps-inner .col2 {
	width: 80%;
}
#hp-sec3 .steps .steps-inner .col2 strong {
	font-size: 18px;
	line-height: 24px;
	display: block;
	min-height: 50px;
}

#hp-sec3 .steps .steps-inner .col2 p {
	font-size: 15px;
	color: #fff;
}
#hp-sec4 {
	margin-top: 100px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
#hp-sec4 .row {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
#hp-sec4 .row .col.col1 {
	width: 30%;
	position: relative;
	z-index: 2;
}
#hp-sec4 .row .col.col1::after {
	content: '';
	position: absolute;
	top: -52px;
	background: url('/wp-content/uploads/2022/03/about-img-after.png.');
	width: 100%;
	height: 127%;
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	left: -142px;
}
#hp-sec4 .row .col.col2 {
	width: 70%;
	padding: 70px 0 70px 175px;
	border-radius: 10px;
}
#hp-sec4 .row .col.col2::after {
	position: absolute;
	height: 100%;
	width: 100%;
	right: -48%;
	top: 0;
	content: '';
}
#hp-sec4 .row .col.col1 img {
	margin-right: -36px;
	display: block;
	max-width: 385px;
}
#hp-sec4 .row .col.col2 h3 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
}
#hp-sec4 .row .col.col2 .desc p {
	font-size: 16px;
	color: #fff;
	position: relative;
	z-index: 2;
}
#hp-sec4 .row .col.col2 .certificate {
	display: flex;
	flex-direction: row;
	align-content: start;
	align-items: start;
	justify-content: space-between;
	margin-top: 45px;
	position: relative;
	z-index: 2;
	flex-wrap: wrap;
	gap: 20px 0;
}
#hp-sec4 .row .col.col2 .certificate .cert-inner {
	width: 30%;
	font-size: 0;
	padding-left: 10px;
}
#hp-sec4 .row .col.col2 .certificate .cert-inner span {
	color: #fff;
	font-size: 10px;
}
#hp-sec4 .row .col.col2 .certificate .cert-inner strong {
	color: #fff;
	font-size: 14px;
	display: block;
	line-height: 16px;
	text-transform:uppercase;
}
#hp-sec4 .row .col.col2 .row {
	margin-top: 45px;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
#hp-sec4 .row .col.col2 .col.col1 {
	width: 70%;
	display: flex;
	flex-direction: row;
	align-content: start;
	justify-content: space-between;
	max-width: 360px;
	padding: 20px 40px;
	background: #ffffff1c;
	border-radius: 10px;
	position: relative;
}
#hp-sec4 .row .col.col2 .col.col1:after{
	content:none;
}
#hp-sec4 .row .col.col2 .col.col2 {
	width: 30%;
	padding: 0;
}
#hp-sec4 .row .col.col2 .col.col2:after{
	content:none;
}
#hp-sec4 .row .col.col2 .col.col1 img {
	margin: 0;
	width: 100%;
	max-width: 100px;
	object-fit: contain;
}
#hp-sec5 {
	margin-top: -230px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#hp-sec5 .wcu-main {
	position: relative;
	padding-top: 270px;
	padding-bottom: 100px;
}
#hp-sec5 .wcu-main h3 {
	text-align: center;
	font-size: 30px;
	color: #000;
	position: relative;
	z-index: 2;
}
#hp-sec5 .wcu-main .wcu {
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 65px;
	position: relative;
	z-index: 2;
}
#hp-sec5 .wcu-main::after {
	content: '';
	background: url('/wp-content/uploads/2022/03/wcu-banner.jpg');
	position: absolute;
	top: 0;
	width: 132%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	left: -30%;
	border-radius: 10px;
}
#hp-sec5 .wcu-main .wcu .wcu-inner {
	width: 19%;
	margin: 1% 3%;
	text-align: center;
}
#hp-sec5 .wcu-main .wcu .wcu-inner:nth-child(4){
	visibility: hidden;
	width: 1px;
	margin:0;
}
#hp-sec5 .wcu-main .wcu .wcu-inner img {
	display: block;
	max-width: 85px;
	margin: 0 auto;
}
#hp-sec5 .wcu-main .wcu .wcu-inner strong {
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	margin-top: 15px;
}
#hp-sec6 {
	padding: 70px 0 0 0;
	font-size:0;
}
#hp-sec6 .row {
	display: flex;
	align-content: center;
	align-items: center;
}
#hp-sec6 .row .col.col1 {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 60%;
}
#hp-sec6 .row .col.col1 h3 {
	font-size: 30px;
	margin-bottom: 20px;
}
#hp-sec6 .row .col.col1 p{
	font-size: 16px;
	color: #fff;
}
#hp-sec6 .row .col.col1 .btn-wrp {
	margin-top: 20px;
	display: block;
}
#hp-sec7 {
	overflow: hidden;
	padding-top: 112px;
}
#hp-sec7 .row {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;

}
#hp-sec7 .row .col.col1 {
	width: 60%;
	padding: 80px 70px 80px 0;
	position: relative;
}
#hp-sec7 .row .col.col1::after {
	content: '';
	width: 161%;
	position: absolute;
	left: -60%;
	top: 0;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background: url('/wp-content/uploads/2022/03/cta-bg.png');
	height: 100%;
	border-radius: 10px;
}
#hp-sec7 .row .col.col1 .content {
	position: relative;
	z-index: 2;
}
#hp-sec7 .row .col.col1 h3 {
	font-size: 37px;
	color: #fff;
	letter-spacing: 5px;
	margin: 0;
}
#hp-sec7 .row .col.col1 p {
	font-size: 16px;
	color:#fff;
}
#hp-sec7 .row .col.col2 {
	width: 36%;
}
#hp-sec7 .row .col.col2 h4 {
	color: #000;
	font-size: 24px;
	margin-bottom: 45px;
	font-weight: 700;
}
#hp-sec7 .row .col.col2 .btn-wrp{
	position:relative;
}
#hp-sec7 .row .col.col2 .btn-wrp:after{
	content: '';
	position: absolute;
	bottom: -112px;
	right: -117px;
	z-index: 1;
	background: url('/wp-content/uploads/2022/03/cta2-after.png');
	width: 455px;
	height: 440px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#hp-sec8{
	padding:90px 0;
}
#hp-sec8 .row{
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px;
}
#hp-sec8 .row .col {
	width: 50%;
}
#hp-sec8 .row .col h3 {
	font-size: 30px;
	color: #fff;
	text-align:center;
}
#hp-sec8 .row .col img {
	width: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	max-width:450px;
}
#hp-sec9 .row {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}
#hp-sec9 .row .col.col1 {
	width:45%;
}
#hp-sec9 .row .col.col2 {
	padding-left: 80px;
	width:55%;
}
#hp-sec9 .row .col h3 {
	margin: 0;
	font-size: 30px;
}
#hp-sec9 .row .col .testi .desc p {
	font-size: 14px;
}
#hp-sec9 .row .col .testi strong {
	display: block;
	font-size: 14px;
	color: #3ab1c6;
}
#hp-sec9 .row .col .testi span {
	font-size: 12px;
	display: block;
	line-height: 12px;
}
#hp-sec9 .row .col.col2 .testi .slick-arrow {
	position: absolute;
	bottom: -45px;
	font-size: 25px;
}
#hp-sec9 .row .col.col2 .testi .slick-arrow.right {
	left: 40px;
}
#hp-sec9 .row .col.col2 .testi .desc {
	margin-bottom: 25px;
}
#hp-sec10 {
	padding: 50px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#hp-sec10 h3 {
	color: #3ab1c6;
	font-size: 30px;
	margin-top:0px;
}
#hp-sec10 p {
	font-size: 16px;
	display: block;
	color: #000;
	line-height: 25px;
	margin-bottom: 50px;
	margin-top: 10px;
}
#hp-sec10 .contact-us .row {
	display: flex;
	align-content: center;
	align-items: end;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}
#hp-sec10 .contact-us .row .col.col1 {
	padding: 80px 70px 30px 0;
	position: relative;
	border-radius: 10px;
}
#hp-sec10 .contact-us .row .col.col1::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: -90%;
	top: 0;
}
#hp-sec10 .contact-us .row .col.col1 form {
	position: relative;
	z-index: 2;
}
#hp-sec10 .contact-us .row .col p {
	margin: 0;
}
#hp-sec10 .contact-us .row .col input {
	padding: 12px;
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
	font-family: 'Work Sans', sans-serif;
}
#hp-sec10 .contact-us .row .col textarea {
	padding: 12px;
	width: 100%;
	height: 150px;
	font-family: 'Work Sans', sans-serif;
}
#hp-sec10 .contact-us .row .col.col2 {
	padding-left: 70px;
}
#hp-sec10 .contact-us .row .col {
	width: 50%;
}
#hp-sec10 .contact-us .row .col.col2 ul {
	padding: 0;
	margin: 0;
}
#hp-sec10 .contact-us .row .col.col2 ul li {
	list-style-type: none;
	margin-top: 30px;
	font-size: 18px;
	color: #8e402f;
	line-height: 25px;
}
#hp-sec10 .contact-us .row .col.col2 ul li strong {
	display: block;
	font-size: 18px;
	line-height: 25px;
	color:#000;
}
#hp-sec10 .contact-us .row .col.col2 ul li a {
	font-size: 18px;
	color: #8e402f;
	line-height: 25px;
	display: block;
}
#hp-sec10 .contact-us .row .col .wpcf7-submit {
	width: 100%;
	max-width: 200px;
	/*   background: #c97f62; */
	font-size: 15px;
}
#hp-sec10 .contact-us .col2 {
	/*     background: #000; */
	padding: 50px 10px;
	position: relative;
	border-radius: 10px;
}
#hp-sec10 .contact-us .col2:after {
	position: absolute;
	height: 100%;
	width: 100%;
	right: -53%;
	top: 0;
	content: '';
	/*     background: #000; */
	z-index: -1;
}
.wpcf7-not-valid-tip {
	color: #fff;
	font-size: 15px;
}
.wpcf7-response-output {
	font-size: 14px;
	color: #fff;
}

#site-footer .content-wrapper p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	width: 70%;
	margin: 20px auto 0 auto;
}

#site-footer {
	padding: 70px 0 30px 0;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#site-footer .top img {
	width: 100%;
	max-width: 260px;
}
#site-footer .social ul li a img:hover {
	transition: ease-in-out all .3s;
	filter: opacity(42%);
}
#site-footer .copyright p a:hover {
	color: #fff;
	transition: ease-in-out all .3s;
	text-decoration: underline;
}
#site-footer .middle ul {
	margin: 0;
	padding: 0;
}
#site-footer .middle ul li {
	display: inline-block;
}
#site-footer .middle ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: 20px;
}

#site-footer .social ul li a {
	color: #3ab1c6;
	font-size: 14px;
	background-color: #fff;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	padding:0;
	transition:all 0.3s ease;
}
#site-footer .middle ul li a:hover {
	transition: ease-in-out all .3s;
}
#site-footer .social {
	margin-top: 20px;
}
#site-footer .social ul {
	padding: 0;
	margin: 0;
	display:flex;
	justify-content:center;
}

#site-footer .social ul li {
	list-style-type: none;
	/*   display: inline-block; */
}

/* #site-footer .social ul li a {
display: block;
padding: 8px;
} */

#site-footer .info {
	text-align: left;
	margin-top: 25px;
}
#site-footer .info p {
	font-size: 14px;
	color: #fff;
}
#site-footer .copyright {
	margin-top: 10px;
}
#site-footer .copyright p {
	color: #fff;
	font-size: 12px;
}

/* 404 page */
.error-404.not-found {
	padding: 200px 0 100px 0;
	text-align: center;
}
.error-404.not-found .search-form {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.error-404.not-found .search-form label {
	width: 100%;
	max-width: 470px;
}
.error-404.not-found .search-form label input {
	width: 100%;
	padding: 12px;
	font-size: 16px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	line-height: 26px;
	font-family: 'Work Sans', sans-serif;
}
.error-404.not-found .search-form .search-submit {
	width: 100%;
	max-width: 150px;
	text-align: center;
	padding: 12px;
	font-size: 16px;
	border-radius: 0;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	line-height: 28px;
	background: #1614c4;
	font-family: 'Work Sans', sans-serif;
}

#alternate-services h3 {
	font-size: 30px;
	color: #3ab1c6;
}

#alternate-services p {
	font-size: 15px;
	color: #000;
	display: block;
}

#alternate-services .service-item {
	padding: 100px 0;
}

#alternate-services .row {
	display: flex;
	gap: 50px;
}

#alternate-services .row .col {
	width: 50%;
}

#alternate-services .row .col img {
	border-radius: 10px;
}

#alternate-services .service-item:nth-child(2n) .row {
	flex-direction: row-reverse;
}

#alternate-services .service-item:nth-child(2n) {
	background-color: #ecf5fa;
}

#our-story h3 {
	font-size: 30px;
	color: #201dff;
}

#our-story p, #our-story li {
	font-size: 15px;
	color: #000;
	display: block;
}

#our-story .row {
	display: flex;
	gap: 50px;
}

#our-story {
	padding: 100px 0;
	margin-top: 50px;
	background-color: #ecf5fa;
}

#our-story .col {
	width: 50%;
}

#alternate-services .row .col2,
#our-story .row .col.col1 {
	position: relative;
}

#alternate-services .row .col2 img,
#our-story .row .col.col1 img {
	z-index: 2;
	border-radius: 10px;
}

#alternate-services .row .col2::after,
#our-story .row .col.col1::after {
	content: '';
	background-color: #3ab1c6;
	width: 160px;
	height: 160px;
	position: absolute;
	left: -30px;
	bottom: -30px;
	border-radius: 10px;
	z-index: 1;
}

#map iframe {
	width: 100%;
}

ul {
	margin-top: 0;
}

#my-header .menu-item-has-children {
	position: relative;
}

#my-header .menu-item-has-children::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	right: 0;
	top: 15px;
}

#my-header .menu-item-has-children::before {
	border-top: 8px solid #000;
}

#my-header.sticky .menu-item-has-children::before {
	border-top: 8px solid #070808;
}

#my-header .menu-item-has-children:hover .sub-menu {
	display: block;
}

#my-header .menu-item-has-children .sub-menu a {
	color: #070808 !important;
}

#my-header .menu-item-has-children .sub-menu {
	display: none;
	position: absolute;
	background-color: #fff;
	padding: 20px 0 !important;
	width: 300px;
	border-radius: 10px;
}

#my-header .sub-menu .menu-item {
	display: block !important;
	margin: 10px 0;
}

#my-header .columns .col.nav-menu .bottom a {
	font-size: 18px;
}

#my-header .columns .col.nav-menu .bottom a:hover {
	font-weight: 600;
}

#my-header .columns .col.nav-menu .bottom {
	display: flex;
	align-items: center;
	gap: 0 40px;
	justify-content: end;
}

#alternate-logo {
	display: none;
}

/* .page-template-template-services-inner #alternate-logo {
	display: block;
} */

/* .page-template-template-services-inner #default-logo {
	display: none;
} */

.page-template-template-services-inner #my-header.sticky #alternate-logo {
	display: none;
}

.page-template-template-services-inner #my-header.sticky #default-logo {
	display: block;
}

#hero.service-inner {
	background-color: #3ab1c6;
	padding: 250px 0 100px 0;
}

#hero.service-inner h1 {
	font-size: 38px;
	line-height: 45px;
	color: #fff;
}

#hero.service-inner p {
	font-size: 16px;
	color: #fff;
}

#hero.service-inner .row {
	text-align: center;
}

.service-inner h3 {
	margin-bottom: 0;
	color: #3ab1c6;
	font-size: 30px;
}

#hp-sec2.service-inner p,
#hp-sec2.service-inner li,
#hp-sec3.service-inner p,
#hp-sec3.service-inner li {
	font-size: 15px;
	color: #000;
}

#hp-sec3.service-inner {
	text-align: center;
}

.service-inner li {
	text-align: left;
}

.service-inner p {
	font-size: 15px;
	color: #000;
}

#faq .accordion p {
	margin: 0;
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
	cursor: pointer;
	width: 90%;
}

#faq .accordion i {
	position: absolute;
	right: 0;
	top: 25px;
	font-size: 14px;
}

#faq .panel {
	display: none;
}

#faq ul {
	padding: 0 0 0 42px;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#faq li {
	list-style-type: none;
	padding: 20px 0;
	position: relative;
	z-index: 2;
	width: 45%;
	border-bottom: 1px solid #f2eeed;
}

#faq .panel p {
	font-size: 15px;
	color: #000;
	display: block;
}

#faq.service-inner {
	padding: 100px 0;
	text-align: center;
	background-color: #ececec;
}

#hp-sec3.service-inner .steps {
	justify-content: space-evenly;
	gap: 20px;
}

#hp-sec3.service-inner .steps .steps-inner {
	flex-direction: column;
}

#hp-sec3.service-inner .steps .steps-inner .col1, #hp-sec3.service-inner .steps .steps-inner .col2 {
	width: 100%;
	text-align: center;
}

#hp-sec3.service-inner .steps .steps-inner .col2 strong {
	width: 100%;
}

#hp-sec3.service-inner .steps .steps-inner img {
	width: 40px;
}

#hp-sec3.service-inner .steps {
	text-align: left;
}

#services-related.service-inner {
	padding: 50px 0;
	background-color: #ecf5fa;
	text-align: center;
}

.related-services-list {
	display: flex;
	justify-content: center;
	gap: 20px;
	padding: 0;
	list-style: none;
	margin-top: 50px;
}

.service-box img {
	border-radius: 10px;
	padding: 20px;
	border: 2px solid #201dff;
}

.related-services-list h4 {
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	color: #000;
}

.related-services-list li a .service-box {
	transition: 0.2s;
}

.related-services-list li a:hover .service-box {
	transform: scale(1.03);
}

.related-services-list li a:hover .service-box h4 {
	color: #201dff;
}

.related-services-list li {
	width: 25%;
}

#hp-sec3.about {
	margin-top: 50px;
}

#hp-sec3.about .steps {
	flex-wrap: wrap;
}

#hp-sec3.about .steps .steps-inner {
	margin-bottom: 30px;
	text-align: center;
}

.count {
	font-size: 100px !important;
	margin: 0 !important;
	line-height: 80px;
}

#hp-sec1.about {
	padding: 200px 0 150px 0;
	background-position: top;
}

#hp-sec2 .row .col.col2 .accor ul li .panel .btn-wrp {
	margin-bottom: 30px;
}

#hp-sec1 .imagebox.mobile-only {
	display: none;
}

#hero.service-inner h2 {
	font-size: 30px;
	line-height: 35px;
	color: #fff;
	font-weight: normal;
}

.page-template-template-services-inner #services-related {
	display: none;
}

.privacy-policy h2, .privacy-policy h3, .privacy-policy h4, .privacy-policy h5, .privacy-policy h6, .privacy-policy p {
	width: 100%;
}

.privacy-policy p {
	margin-top: 5px;
}

.privacy-policy a {
	color: #000;
}

/* Homepage V2 */
#hero {
	padding-top: 150px;
}

#hero .box {
	width: 95%;
	margin: 0 auto;
	padding: 200px 50px 150px 50px;
	border-radius: 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

#hero .box::before {
	content: '';
	background: linear-gradient(270deg,rgba(255, 255, 255, 0) 50%, rgb(58, 177, 198) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 20px;
	z-index: 1;
}

#hero .box .content-wrapper {
	position: relative;
	z-index: 2;
}

#hero .box .heading-wrapper h1 {
	color: #fff;
}

#hero .box .description-wrapper p {
	color: #fff;
}

#hero .box .heading-wrapper h1 {
	color: #fff;
	font-size: 65px;
	line-height: 70px;
}

#hero .box .description-wrapper p {
	color: #fff;
	font-size: 25px;
	line-height: 30px;
}

#hero .box .description-wrapper p span {
	font-weight: bold;
	color: #070808;
	font-size: 28px;
}

/* responsive styles */
@media screen and (max-width: 1500px) {
	.my-container {
		width: 1220px;
	}
}
@media screen and (max-width: 1366px) {
	.my-container {
		width: 1100px;
	}
	#hp-sec2 .row .col.col2 .btn-wrp::after {
		width: 499px;
		height: 734px;
	}
	#hp-sec3 .steps .steps-inner .col2 strong {
		font-size: 21px;
		line-height: 28px;
	}
	#hp-sec3 .steps .steps-inner .col2 {
		padding-left: 10px;
	}
	#hp-sec4 .row .col.col2 {
		padding: 60px 0 60px 150px;
	}
	#hp-sec5 .wcu-main .wcu .wcu-inner strong {
		font-size: 16px;
		line-height: 23px;
	}
	#hp-sec7 .row .col.col1 h3 {
		font-size: 32px;
	}
	#hp-sec7 .row .col.col1 {
		padding: 70px 70px 70px 0;
	}
	#hp-sec7 .row .col.col2 h4 {
		font-size: 22px;
		margin-bottom: 40px;
	}
	#hp-sec7 .row .col.col2 .btn-wrp::after {
		width: 368px;
		height: 442px;
	}
	#hp-sec8 {
		padding: 50px 0;
	}
	#hp-sec10 {
		padding: 115px 0 90px 0;
	}
	#hp-sec8 .row .col img {
		max-width: 505px;
	}

	#hp-sec1 .model-wrapper img {
		width: 80%;
	}

	#hp-sec1 {
		padding: 200px 0 80px 0;
	}
	
	#hero .box {
		padding: 100px 50px 100px 50px;
	}

	#hero .box .heading-wrapper h1 {
		font-size: 50px;
		line-height: 55px;
	}
	
	#hero .box .description-wrapper p {
		font-size: 20px;
		line-height: 25px;
	}
	
	#hero .box .description-wrapper p span {
		font-size: 24px;
	}
}
@media screen and (max-width: 1200px) {
	.my-container {
		width: 960px;
	}
	#hp-sec1 {
		padding: 250px 0 60px 0;
	}
	#hp-sec1 .col {
		width: 52%;
		padding: 30px;
	}
	#hp-sec1 .col h1 {
		font-size: 40px;
		line-height: 45px;
	}
	#hp-sec1 .col .btn-wrp {
		margin-top: 35px;
	}
	#hp-sec2 .row .col.col2 h3 {
		font-size: 25px;
		margin-bottom: 40px;
	}
	#hp-sec2 .row .col.col2 .accor ul li .accordion p {
		font-size: 18px;
	}
	#hp-sec3 .steps .steps-inner .col2 strong {
		font-size: 18px;
		line-height: 25px;
	}
	#hp-sec3 .steps .steps-inner .col2 p {
		font-size: 14px;
	}
	#hp-sec4 {
		margin-top: 80px;
	}
	#hp-sec4 .row .col.col2 {
		padding: 45px 0 45px 135px;
	}
	#hp-sec4 .row .col.col2 .certificate {
		margin-top: 25px;
	}
	#hp-sec4 .row .col.col2 .row {
		margin-top: 30px;
	}
	#hp-sec5 .wcu-main .wcu .wcu-inner strong {
		font-size: 15px;
	}
	#hp-sec6 .row .col.col1 {
		padding: 30px 20px;
	}
	#hp-sec6 .row .col.col1 p {
		font-size: 15px;
	}
	#hp-sec7 {
		padding-top: 80px;
	}
	#hp-sec7 .row .col.col1 {
		padding: 50px 50px 50px 0;
	}
	#hp-sec7 .row .col.col1 h3 {
		font-size: 27px;
	}
	#hp-sec7 .row .col.col2 h4 {
		font-size: 20px;
		margin-bottom: 34px;
	}
	#hp-sec2 .row .col.col2 .btn-wrp::after {
		width: 434px;
		height: 673px;
	}
	#hp-sec2 .row .col.col2 .btn-wrp::after {
		bottom: -117px;
	}
	#hp-sec7 .row .col.col2 .btn-wrp::after {
		width: 318px;
		height: 420px;
	}
	#hp-sec8 .row .col h3 {
		font-size: 26px;
	}
	#hp-sec9 .row .col h3 {
		font-size: 28px;
	}
	#hp-sec10 {
		padding: 70px 0 70px 0;
	}

	#hp-sec1 .model-wrapper {
		right: -100px;
	}

	#my-header .columns .col.logo {
		width: 25%;
	}

	#my-header .columns .col.nav-menu {
		width: 75%;
	}
	
	#my-header .columns .col.nav-menu .bottom ul li a {
		font-size: 16px;
	}

	#my-header .columns .col.nav-menu .bottom a {
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px) {
	#hp-sec3 .steps .steps-inner {
		width: 45%;
	}

	#hp-sec4 .row {
		flex-direction: column;
	}

	#hp-sec4 .row .col.col2::after {
		display: none;
	}

	#hp-sec4 .row .col.col1 {
		margin-bottom: 20px;
	}

	#hp-sec4 .row .col.col2 {
		padding: 40px;
		width: 100%;
	}

	#hp-sec4 .row .col.col2 .certificate {
		justify-content: start;
		gap: 20px;
	}

	#hp-sec4 .row .row {
		align-content: start;
		justify-content: start;
		align-items: start;
	}

	#hp-sec4 .row .col.col2 .col.col2 {
		width: 100%;
	}

	#hp-sec4 .row .col.col1.ft-img img {
		margin: 0 auto !important;
	}

	#hp-sec4 .row .col.col1 {
		width: 100%;
	}

	#hero.service-inner {
		padding: 200px 0 100px 0;
	}
	
	#hero .box .heading-wrapper h1 {
		font-size: 40px;
		line-height: 45px;
	}
}
@media screen and (max-width: 980px) {
	#alternate-services .row,
	#alternate-services .service-item:nth-child(2n) .row {
		flex-direction: column-reverse;
	}

	#alternate-services .row .col {
		width: 100%;
	}

	#alternate-services .service-item {
		padding: 50px 0;
	}

	.my-container {
		width: 747px;
	}
	#hp-sec1 .col {
		width: 69%;
		padding: 30px;
	}
	#hp-sec1 .col h1 {
		font-size: 35px;
		line-height: 40px;
	}
	#hp-sec1 .col .desc p {
		font-size: 15px;
	}
	#hp-sec2 {
		padding: 60px 0;
	}
	#hp-sec2 .row .col.col2 .accor ul li .accordion p {
		font-size: 16px;
	}
	#hp-sec2 .row .col.col2 .accor ul li .panel p {
		font-size: 14px;
	}
	#hp-sec2 .row .col.col2 .btn-wrp::after {
		bottom: -102px;
		width: 300px;
		height: 600px;
		right: -151px;
	}
	#hp-sec3 .steps .steps-inner img {
		max-width: 47px;
		max-height: 56px;
	}
	#hp-sec3 h3 {
		margin: 0;
	}
	#hp-sec3 .steps {
		margin-top: 35px;
	}
	#hp-sec4 .row .col.col1 img {
		margin-right: -36px;
		display: block;
		max-width: 260px;
	}

	#hp-sec4 .row .col.col1::after {
		top: 1px;
		height: 100%;
		left: -142px;
	}

	#hp-sec4 .row .col.col2 .desc p {
		font-size: 14px;
	}
	#hp-sec4 .row .col.col2 .col.col1 {
		padding: 10px 20px;
	}
	#hp-sec4 .row .col.col2 .col.col1 {
		width: 59%;
		padding: 10px 20px;
	}
	#hp-sec4 .row .col.col2 .col.col2 {
		width: 37%;
	}
	#hp-sec5 {
		margin-top: -170px;
	}
	#hp-sec5 .wcu-main {
		padding-top: 200px;
	}
	#hp-sec5 .wcu-main .wcu {
		margin-top: 40px;
	}
	#hp-sec5 .wcu-main .wcu .wcu-inner strong {
		font-size: 14px;
	}
	#hp-sec5 .wcu-main {
		padding-bottom: 30px;
	}
	#hp-sec3 .steps .steps-inner .col2 p {
		margin-bottom: 0;
	}
	#hp-sec6 .row .col.col1 {
		width: 80%;
	}
	#hp-sec6 .row .col.col1 h3 {
		margin-bottom: 0px;
		font-size: 25px;
		margin-bottom: 10px;
	}
	#hp-sec6 .row .col.col1 p {
		font-size: 14px;
	}
	#hp-sec4 .row .col.col2 h3 {
		margin-top: 0;
		margin-bottom: 20px;
	}
	#hp-sec10 p {
		line-height: 25px;
		margin-bottom: 20px;
	}
	#hp-sec10 .contact-us .row .col.col1 {
		padding: 50px 45px 30px 0;
	}
	#hp-sec10 .contact-us .row .col {
		width: 55%;
	}
	#hp-sec10 .contact-us .row .col.col2 {
		width: 45%;
	}
	#hp-sec10 .contact-us .row .col.col2 {
		padding-left: 30px;
	}
	#hp-sec10 .contact-us .row .col.col2 ul li a {
		font-size: 15px;
	}
	#hp-sec10 p {
		font-size: 15px;
	}
	#site-footer .copyright {
		margin-top: 50px;
	}
	#hp-sec7 .row .col.col2 .btn-wrp::after {
		content:none;
	}
	#hp-sec8 .row {
		padding: 60px;
	}
	#hp-sec8 .row .col h3 {
		font-size: 20px;
	}
	#hp-sec8 .row .col img {
		max-width: 280px;
	}

	#hp-sec1 .model-wrapper {
		right: -160px;
	}

	#hp-sec2.service-inner .row {
		flex-direction: column;
		gap: 20px;
	}

	#hp-sec2.service-inner .row .col {
		width: 100%;
		text-align: center;
	}

	#hp-sec3.service-inner .steps {
		flex-wrap: wrap;
	}

	.related-services-list li {
		width: 45%;
	}

	#my-header .columns .col.logo {
		width: 30%;
	}

	#my-header .columns .col.nav-menu {
		width: 70%;
	}
	
	#my-header .columns .col.nav-menu .d-col {
		display: none;
	}

	#hero .box {
		padding: 50px 50px 50px 50px;
	}
	
	#hero .box::before {
		background: linear-gradient(270deg,rgba(255, 255, 255, 0) 25%, rgb(58, 177, 198) 100%);
	}
}

@media screen and (max-width: 800px) {
	#alternate-services .row .col2::after, #our-story .row .col.col1::after {
		left: -15px;
	}

	#hp-sec1 .model-wrapper img {
		width: 65%;
	}

	#hp-sec4 .row .col.col2 {
		text-align: center;
	}

	#hp-sec4 .row .col.col2 .certificate .cert-inner {
		border-left: none !important;
	}

	#hp-sec4 .row .col.col2 .certificate {
		justify-content: center;
	}

	#hp-sec4 .row .col.col2 .row {
		align-content: center;
		justify-content: center;
		align-items: center;
	}

	#hp-sec4 .row .col.col2 .col.col2 {
		width: 100%;
	}

	#faq li {
		width: 90%;
	}

	#faq ul {
		padding: 0;
		justify-content: center;
	}

	#hp-sec2 .row .col.col1::after {
		left: 15px;
	}
}

.mobile-only {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.mobile-only {
		display: block !important;
	}
	
	.desktop-only {
		display: none;
	}
	
	#my-header .columns .col.logo {
		width: 50%;
		text-align: left;
	}

	#my-header .columns .col.nav-menu {
		width: 50%;
	}

	#hp-sec10 .contact-us .row .col.col1 {
		margin-bottom: 20px;
	}
	#hp-sec1 .imagebox.mobile-only {
		display: block !important;
	}
	#hp-sec1 {
		background: none !important;
	}
	#hp-sec1 .col::after {
		display: none;
	}
	#hp-sec1 .col h1,
	#hp-sec1 .col .desc p {
		color: var(--button-bg-color);
	}

	#hp-sec1 .col {
		width: 100%;
		padding: 0;
	}
	.my-container {
		width: 600px;
	}
	#my-header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#my-header .columns {
		font-size: 0;
	}
	#my-header .columns .col.logo img {
		width: 100%;
		max-width: 90px;
	}
	#hp-sec1 {
		padding: 150px 0 60px 0;
		background-position: 89%;
	}

	#hp-sec1 .col .desc p {
		font-size: 14px;
	}
	#hp-sec1 .col h1 {
		font-size: 28px;
		line-height: 37px;
	}
	#hp-sec2 {
		padding: 50px 0;
	}
	#hp-sec2 .row .col.col2 h3 {
		font-size: 23px;
		margin-bottom: 35px;
	}
	#hp-sec2 .row .col.col2 .btn-wrp::after{
		content:none;
	}
	#hp-sec2 .row .col .btn-wrp {
		margin-top: 25px;
	}

	#hp-sec3 .steps {
		justify-content: center;
		flex-wrap: wrap;
	}
	#hp-sec3 .steps .steps-inner {
		margin: 0 15px 30px 15px;
		text-align: center;
	}
	#hp-sec3 .steps .steps-inner .col1 {
		width: 100%;
	}
	#hp-sec3 .steps .steps-inner .col2 {
		width: 100%;
		padding: 0 !important;
	}
	#hp-sec3 .steps .steps-inner .col2 strong {
		font-size: 16px;
	}
	#hp-sec4 .row .col.col1 {
		width: 100%;
		text-align: center;
	}
	#hp-sec4 .row .col.col1 img {
		margin: 0 auto;
	}
	#hp-sec4 .row .col.col1::after {
		content: none;
	}
	#hp-sec4 .row .col.col2 {
		padding: 30px;
	}
	#hp-sec4 .row .col.col2::after{
		content:none;
	}
	#hp-sec4 .row .col.col2 {
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
	#hp-sec4 .row .col.col2 .certificate {
		flex-wrap: wrap;
		justify-content: center;	
	}
	#hp-sec4 .row .col.col2 .certificate .cert-inner {
		width: 100%;
		margin-bottom: 25px;
		border-left: 0;
		padding-left: 0;
	}
	#hp-sec4 .row .col.col2 .row {
		margin-top: 15px;
		flex-wrap:wrap;
		align-content: center;
		align-items: center;
		justify-content: center;
	}
	#hp-sec4 .row .col.col2 .col.col1 {
		width: 100%;
	}
	#hp-sec4 .row .col.col2 .col.col2 {
		width: 100%;
	}
	#hp-sec5 .wcu-main .wcu .wcu-inner {
		width: 43%;
		margin: 3% 3%;
	}
	#hp-sec5 {
		margin-top: 50px;
	}
	#hp-sec5 .wcu-main {
		padding-top: 50px;
	}
	#hp-sec5 .wcu-main::after {
		width: 143%;
	}
	#hp-sec5 .wcu-main h3 {
		margin-top: 0;
	}
	#hp-sec7 .row .col.col1 {
		width: 100%;
		text-align: center;
		padding:40px;
	}
	#hp-sec7 .row .col.col1::after {
		width: 175%;
	}
	#hp-sec7 .row .col.col2 {
		width: 100%;
		margin-top: 30px;
		text-align: center;
	}
	#hp-sec8 .row .col h3 {
		font-size: 18px;
	}
	#hp-sec9 .row .col.col1 {
		width: 100%;
	}
	#hp-sec9 .row .col.col1 img {
		width: 400px;
		margin: 0 auto;
	}
	#hp-sec9 .row .col.col1 {
		width: 100%;
		text-align: center;
	}
	#hp-sec9 .row .col.col2 {
		padding-left: 0;
		width: 100%;
		text-align: center;
	}
	#hp-sec9 .row .col.col2 .testi .slick-arrow.left {
		left: 45%;
	}
	#hp-sec9 .row .col.col2 .testi .slick-arrow.right {
		left:unset;
		right: 45%;
	}
	#hp-sec10 .contact-us .row .col {
		width: 100%;
		padding: 40px !important;
	}	
	#hp-sec10 .contact-us .row .col.col1::after{
		content:none;
	}
	#hp-sec10 {
		padding: 100px 0 70px 0;
		text-align: center;
		background-image: none !important;
	}
	#hp-sec10 .contact-us .row .col .wpcf7-submit {
		margin: 0;
		display: block;
		margin: 0 auto;
	}
	#hp-sec10 .contact-us .row .col.col2 {
		width: 100%;
		padding: 0 !important;
	}
	body .rmp_menu_trigger {
		position: relative !important;
		margin-top: 0 !important;
		top: unset !important;
		left: unset !important;
		right: unset !important;
	}
	.admin-bar .rmp-container, .admin-bar .rmp_menu_trigger {
		margin-top: 0px !important;
	}

	#hp-sec3 .steps .steps-inner .col2 strong {
		width: 100% !important;
	}

	#hp-sec2 .row .col.col2 .accor ul li .accordion p {
		text-align: left;
	}

	#hp-sec1 {
		background-position: right !important;
	}

	#hp-sec2 .row .col.col1::after {
		left: -15px;
		bottom: -15px;
	}

	.btn-wrp a, #hp-sec10 .contact-us .row .col .wpcf7-submit {
		display: block;
	}

	#hero.service-inner {
		padding: 100px 0 50px 0;
	}

	#hero.service-inner h1 {
		font-size: 35px;
		line-height: 40px;
	}

	#my-header .columns .col.logo img {
		max-width: 200px !important;
	}
	
	#hp-sec2 .row {
		flex-direction: column;
	}
	
	#hp-sec2 .row .col {
		width: 100%;
	}
	
	#hp-sec3 .steps .steps-inner {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {

	#hp-sec4 .row .col.col2 .certificate {
		flex-direction: column;
	}

	#hp-sec4 .row .col.col2 .certificate .cert-inner {
		width: 100% !important;
	}

	#hp-sec4 .row .col.col1.ft-img img {
		max-width: 100%;
	}

	.my-container {
		width: 400px;
	}
	#hp-sec1 .col {
		width: 100%;
		text-align: center;
		border-radius: 10px;
	}
	#hp-sec1 .col::after{
		content:none;
	}
	#hp-sec2 .row .col {
		width: 100%;
		text-align: center;
	}
	#hp-sec3 .steps .steps-inner {
		width: 97%;
	}
	#hp-sec5 .wcu-main::after {
		width: 158%;
		border-radius: 0;
	}
	#hp-sec7 .row .col.col1::after {
		width: 251%;
	}
	#hp-sec8 .row .col {
		width: 100%;
		text-align: center;
	}
	#site-footer .info p {
		text-align: center;
	}
	#site-footer .middle ul li {
		display: block;
	}
	#hp-sec6 .row {
		display: flex;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		text-align: center;
	}
	#hp-sec6 .row .col.col1 {
		width: 100%;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	#hp-sec7 .row .col.col1 {
		width: 100%;
		text-align: center;
		padding: 40px 0;
	}
	#hp-sec2 .row .col.col2 .accor ul li .accordion {
		text-align: left;
	}
	#hp-sec2 .row .col.col2 .accor ul li .panel p {
		text-align: left;
	}
	#hp-sec1 .col .desc p br {
		display: none;
	}

	#hp-sec2 .row .col.col1::after {
		left: -20px;
		bottom: -5px;
	}

	#hp-sec1 .model-wrapper img {
		display: none;
	}

	.related-services-list li {
		width: 100%;
	}

	.related-services-list {
		flex-direction: column;
	}

	.related-services-list h4 {
		margin-top: 0;
	}
}
@media screen and (max-width: 440px) {
	.my-container {
		width: 90%;
	}

	.rmp_menu_trigger {
		width: 40px !important;
		height: 40px !important;
	}
}

@media screen and (max-width: 400px) {
	.rmp-container {
		min-width: 0 !important;
	}
}
    