/*
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: 0px;
/*     position: absolute; */
    width: 100%;
    top: 0;
    background-color: #072f64;
}
#my-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #072f64;
  z-index: 222;
	box-shadow: 0px 2px 15px #072f64;
}
#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;
border-radius: 12px;
	top: 5px;
}
#my-header.sticky img {
/*   max-width: 140px !important; */
		transition:ease-in-out all .3s;
	border-radius: 12px;
}
#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;
    overflow: hidden;
    background-color: #fcfcfc;
}
#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: #000000;
	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: 27px;
    position: absolute;
    top: 6px;
    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: #000000;
  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: 0px;
	overflow: hidden;
	position: relative;
z-index: 2;
/* 	background-color: #c3b39c14; */
    padding: 0px 0;
}
#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: #000000;
  margin-bottom: 40px;
	position: relative;
z-index: 2;
}
#hp-sec4 .row .col.col2 .desc p {
  font-size: 16px;
  color: #101010;
	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: 20px 0 70px 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: #000000;
}
#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 0px;
	}
	#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 {
		margin-right: 0 !important;
		display: block;
		margin-left: 44px;
		border-radius: 50%;
		position: relative;
		z-index: 3;
		height: auto;
		max-width: 319px;
		vertical-align: middle;
	}
	#hp-sec9 .row .col.col1 .img-wrapper::before
	 {
		content: '';
		/* background-color: #1010d721; */
		width: 96%;
		height: 58%;
		position: absolute;
		border-radius: 50%;
		top: -28px;
		left: 18px;
		z-index: 0;
		border: 2px solid #072f64;
	}
	#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;
	}
	#faq .faqs .contents {
        min-height: 280px;
        width: 90% !important;
        padding: 12px !important;
    }
    #faq .faqs .tabs button span {
        font-size: 14px !important;
    }
     #faq .faqs .contents .answer p {
                font-size: 11px !important;
        text-align: left;
    }
    #ser-accor .accor ul li .accordion i {
    right: -8px  !important;
        top: 3px;
    font-size: 14px;
    }
    #ser-accor .accor ul li .accordion img {
        width: 100%;
        max-width: 25px;
        position: absolute;
          top: -4px  !important;
        left: -44px !important;
    }
    #faq .my-container {
        width: 90% !important;
    }
    #ser-accor .accor ul li .accordion i {
        position: absolute;
        right: 0;
        top: 0px !important;
        font-size: 14px;
                display: none;
    }
    #hp-sec4 .row .col.col1 img {
        margin-left: -1px !important;
    }
    #ser-accor .accor ul li ul.inner-list {
        margin-left: -22px;
    }

    #hp-sec6 .partner-logos .logo-inner img {
/*    		 width: 81px !important;
		 height: auto;
		    max-width: 70px !important; */
		position: relative;
	}
	#hp-sec6 .partner-logos .slick-track {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: flex-start;
	}
	
	#hp-sec6 .partner-logos {
		padding: 29px 0 !important;
	}
	
	#hp-sec6 .partner-logos .slick-list {
        margin-left: -78px;
	}
    }
@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%;
  }
}


/* 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: #000000;
	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: #0755bf;
}
#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: 35px 35px 35px;
	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: 30px;
		font-family: 'Poppins', sans-serif;
		text-align: center;
		color: #000000;
		padding: 50px 0;
	}
	
	#faq p {
		font-size: 18px;
		font-family: 'Montserrat', sans-serif;
		color: #000;
	}
	
	#faq .faqs .tabs button span {
		font-size: 24px;
		font-weight: 600;
		color: #000;
	}
	
	#faq .faqs .tabs .question img {
		width: 40px;
	}
	
	#faq .faqs .tabs .question.active {
		background-color: #0755bf;
		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 #0755bf;
		background-color: #eeeeee;
	}
	
	#faq .faqs .tabs {
		margin-top: 40px;
	}
	
	#faq .faqs .contents .answer p {
		font-family: 'Montserrat', sans-serif;
		font-size: 18px;
		color: #000000;
	}
	
	#faq a.btn {
		margin: 100px auto 0 auto !important;
	}
@media screen and (max-width: 1600px) {
	#faq .faqs .tabs .question img {
		width: 50px;
	}
	#faq .faqs .tabs .question {
		font-size: 20px;
	}
	#faq .faqs .contents {
		min-height: 555px;
	}
	
	
}

@media screen and (max-width: 1400px) {
	#faq .faqs .contents {
		padding: 30px;
	}
}


@media screen and (max-width: 1200px) {
	#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;
		}
}
@media screen and (max-width: 980px) {
	#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%;
	}
}

@media screen and (max-width: 767px) {
	 #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;
	}
	
	#faq .faqs .tabs button span {
			font-size: 16px;
		}

		#faq .faqs .tabs {
			width: 30%;
		}
		#faq .faqs .contents 
			width: 70%;
		}
}
@media screen and (max-width: 640px) {
#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;
	}
	#faq .faqs .tabs .question.active {
			border-radius: 50px;
		}
}
@media screen and (max-width: 320px) {
	#faq .faqs .tabs .question span {
		max-width: 75%;
		margin-left: 5px;
	}
}

ul.inner-list {
    padding-left: 25px;
    list-style: disc !important;
	list-style-type: disc !important;
	padding-bottom : 5px !important;
}
ul.inner-list li p {
    margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #000000;
}
ul.inner-list li {
	line-height: 1.2 !important;
}
#ser-accor .accor ul li ul.inner-list li {
	list-style-type: disc !important;
    padding-bottom: 0px !important;
    position: relative;
    z-index: 2;
}
#hp-sec2 .row .col.col2 .accor ul li ul.inner-list li {
	padding-bottom: 0px !important;
	list-style-type: disc !important;
}

/*** According */
#ser-accor .accor ul {
  padding: 0 0 0 42px;
  margin: 0;
}
#ser-accor .accor ul li {
  list-style-type: none;
  padding-bottom: 20px;
	position:relative;
	z-index:2;
}
#ser-accor .accor ul li .accordion {
  position: relative;
}
#ser-accor .accor ul li .accordion img {
    width: 100%;
    max-width: 27px;
    position: absolute;
    top: 6px;
    left: -40px;
}
#ser-accor .accor ul li .accordion p {
  margin: 0;
	font-size: 19px;
	font-weight:600;
}
#ser-accor .accor ul li .panel {
  border-bottom: 1px solid #f2eeed;
	display:none;
}
#ser-accor .accor ul li .panel p {
  font-size: 15px;
  color: #000000;
  display: block;
}
#ser-accor .accor ul li .accordion i {
  position: absolute;
  right: 0;
  top: 9px;
	font-size:14px;
}
#site-header .menu-item-1235 {
	    background-color: #072f64;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 19px;
    padding: 4px 30px 4px 10px;
}