/*
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 {
  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 2px 15px #e6e6e6;
}
#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:230px;
}
#my-header.sticky img {
  max-width: 140px !important;
		transition:ease-in-out all .3s;
}
#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: 16px;
	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: #351f1f; color moved to dynamic*/
    font-size: 15px;
    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;
}
#hp-sec1 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 210px 0 80px 0;
  overflow: hidden;
}
#hp-sec1 .col {
  width: 48%;
  position: relative;
  padding: 60px;
	padding-left:0;
}
#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: 38px;
  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;
}
#hp-sec2 .row .col.col2 h3 {
  font-size: 30px;
  color: #351f1f;
	margin-bottom: 50px;
	position:relative;
	z-index:2;
}
#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: 10px;
  left: -40px;
}
#hp-sec2 .row .col.col2 .accor ul li .accordion p {
  margin: 0;
	font-size: 19px;
	font-weight:600;
}
#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: #351f1f;
  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-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: space-between;
}
#hp-sec3 .steps .steps-inner {
  width: 30%;
  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: 24px;
  line-height: 34px;
	display:block;
}
#hp-sec3 .steps .steps-inner .col2 hr {
  background: #c97f62;
}
#hp-sec3 .steps .steps-inner .col2 p {
  font-size: 15px;
  color: #351f1f;
}
#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;
}
#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;
}
#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: #351f1f;
	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: #351f1f;
  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 {
  padding: 50px 40px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
	width: 60%;
}
#hp-sec6 .row .col.col1 h3 {
  margin: 0;
    margin-bottom: 0px;
  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: #351f1f;
  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;
  color: #351f1f;
  font-size: 30px;
}
#hp-sec9 .row .col .testi .desc p {
  font-size: 14px;
}
#hp-sec9 .row .col .testi strong {
  display: block;
  font-size: 14px;
}
#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;
  color: #351f1f;
  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: 150px 0 130px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hp-sec10 h3 {
  color: #351f1f;
  font-size: 30px;
	margin-top:0px;
}
#hp-sec10 p {
  font-size: 16px;
  display: block;
  color: #351f1f;
  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:#351f1f;
}
#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 {
  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;
}
#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 .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 {
  color: #fff;
  font-size: 13px;
  color: #392423;
  background-color: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
/* #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: #c97f62;
  font-family: 'Work Sans', sans-serif;
}
/* 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;
	}
}
@media screen and (max-width: 1200px) {
  .my-container {
    width: 960px;
  }
	#hp-sec1 {
	  padding: 180px 0 60px 0;
	}
	#hp-sec1 .col {
	  width: 52%;
	  padding: 30px;
	}
	#hp-sec1 .col h1 {
	  font-size: 35px;
	  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;
	}
}
@media screen and (max-width: 980px) {
  .my-container {
    width: 747px;
  }
	#hp-sec1 .col {
	  width: 69%;
	  padding: 30px;
	}
	#hp-sec1 .col h1 {
	  font-size: 30px;
	  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 {
	  padding: 30px 0 30px 60px;
	}
	#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;
	}
}
@media screen and (max-width: 767px) {
  .my-container {
    width: 600px;
  }
	#my-header {
	  padding-top: 10px;
	  padding-bottom: 10px;
	}
	#my-header .columns {
	  font-size: 0;
	}
	#my-header .columns .col.nav-menu .d-col {
	  display: none;
	}
	#my-header .columns .col.logo img {
	  width: 100%;
	  max-width: 90px;
	}
	#hp-sec1 {
	  padding: 150px 0 60px 0;
	  background-position: 89%;
	}
	#hp-sec1 .col {
	  width: 77%;
	  padding: 25px;
	}
	#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;
	}
	#my-header .columns .col.nav-menu .rmp-container {
	  background-color: #853b2b !important;
	}
	#my-header .columns .col.nav-menu .rmp-container .rmp-menu-current-item a {
	  background: #c97f62 !important;
	color: #fff !important;
	}
	#hp-sec3 .steps {
	  justify-content: center;
	  flex-wrap: wrap;
	}
	#hp-sec3 .steps .steps-inner {
		width: 43%;
		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: 30%;
	}
	#hp-sec9 .row .col.col2 .testi .slick-arrow.right {
	  left:unset;
		right: 30%;
	}
	#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;
	}
}
@media screen and (max-width: 640px) {
  .my-container {
    width: 400px;
  }
	#hp-sec1 .col {
	  width: 100%;
	  text-align: center;
		background: #9e5949c9;
	  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;
	}
}
@media screen and (max-width: 440px) {
	  .my-container {
    width: 90%;
  }
}