/*
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: 1.8.1649818949
Updated: 2022-04-13 03:02:29

*/

body{
	font-family: 'Work Sans', sans-serif;
	background:#efefee;
}
html {
	scroll-behavior: smooth;
}
h1:before,
h2:before{
	content:none !important;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto Slab', 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 .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: 215px;
}
#my-header .columns .col.nav-menu .top {
  text-align: right;
	display:flex;
	align-content:end;
	align-items:center;
	justify-content:end;
}
#my-header .columns .col.nav-menu .top a {
  color: #dbaa76;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
	transition:ease-in-out all .3s;
}
#my-header .columns .col.nav-menu .top p{
	margin:0;
}
#my-header .columns .col.nav-menu .top a:hover{
	color:#fff;
}
#my-header .columns .col.nav-menu .top .col.col2 ul {
  margin: 0;
  padding-left: 50px;
}
#my-header .columns .col.nav-menu .top .col.col2 ul li {
  list-style-type: none;
  display: inline-block;
}
#my-header .columns .col.nav-menu .top .col.col2 ul li a {
  display: block;
  padding: 15px;
  color: #070d2b;
}
#my-header .columns .col.nav-menu .top .col.col2 ul li a i {
  font-size: 17px;
	transition:ease-in-out all .3s;
}
#my-header .columns .col.nav-menu .top .col.col2 ul li a:hover i{
	color:#e0542f;
}
#my-header .columns .col.nav-menu .bottom ul {
  padding: 0;
  margin: 0;
	background:transparent;
}
#my-header .columns .col.nav-menu .bottom .main-menu-more {
  display: none;
}
#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: #fff !important;
    font-size: 15px !important;
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 500 !important;
    display: block !important;
    padding: 0 20px !important;
	transition:ease-in-out all .3s !important;
}
#my-header .columns .col.nav-menu .bottom ul li .mega-sub-menu .mega-menu-item--1{
	display:none;
}
#my-header .columns .col.nav-menu .bottom ul li a:hover{
	font-weight:600 !important;
	color:#dbaa76 !important;
}
#my-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #3a444e;
  padding: 10px 0;
	z-index:2222;
	box-shadow: 0px 1px 12px #3a444e;
}
#my-header.sticky .columns .col.logo img {
  max-width: 100px;
  transition: ease-in-out all .3s;
}
#my-header.sticky .columns .top {
  display: none !important;
  transition: ease-in-out all .3s;
}
#my-header .columns .col.mob-menu {
  display: none;
}
.h-banner {
    padding: 360px 0 410px 0 !important;
}
#hp-sec1 {
  padding: 360px 0 330px 0;
  background-size: cover;
  background-position: center;
}
#hp-sec1 h1 {
  color: #dbaa76;
  font-size: 45px;
}
#hp-sec1 .desc {
  margin: 30px 0;
}
#hp-sec1 .desc p {
  font-size: 16px;
  color: #fff;
}
.mob-feat {
  display: none;
}
.btn-wrp a {
  background: #dbaa76;
  padding: 13px 40px;
  font-size: 15px;
  color: #3a444f;
  border: 1px solid #dbaa76;
}
.btn-wrp a:hover{
	transition:ease-in-out all .3s;
	background:transparent;
	color:#dbaa76;
}
.row {
	display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
#wwa {
  padding: 150px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	overflow:hidden;
}
#wwa .row {
  align-items: start;
}
#wwa .row .col {
  width: 49%;
}
#wwa .row .desc {
  margin: 35px 0;
}
h3 {
  font-size: 30px;
  color: #dbaa76;
}
#wwa .row .desc p {
  font-size: 15px;
  color: #fff;
}
#wwa .row .desc p strong {
  font-size: 18px;
  color: #dbaa76;
}
#wwa .row a:hover {
  transition: ease-in-out all .3s;
  background: #dbaa76;
}
#wwa .row .col.col2 img.ft {
    position: absolute;
	top: 62px;
	width: 865px;
	margin-top: -194px;
	margin-left: -191px;
}
#wwa .row .col .logos {
  position: absolute;
  top: -48px;
  right: -60px;
}
#wwa .row .col .logos ul {
  margin: 0;
  padding: 0;
}
#wwa .row .col .logos ul li {
	list-style-type:none;
	margin:15px 0;
}
#wwa .row .col .logos ul li:nth-child(2) {
  margin-left: 40px;
}
#wwa .row .col .logos ul li:nth-child(3) {
  margin-left: 80px;
}
.btn-wrp-1 a {
  border: 1px solid #dbaa76;
  font-size: 14px;
  padding: 10px 25px;
  color: #fff;
	background: #3a444e;
z-index: 22;
position: relative;
}
#services {
  padding: 190px 0 204px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#services .col {
  width: 49%;
}
#services .col h3 {
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 60px;
}
#services .col .services-main .serv-inner strong {
  color: #fff;
  font-size: 18px;
}
.serv-inner .desc ul li {
  color: #fff;
  font-size: 14px;
}
.ser-sec {
    margin-left: 20px !important;
}
.ser-3{
	margin-left: 35px;
}
.ser-4{
	margin-left: 50px;
}
#services .col .services-main .serv-inner:nth-child(1) {
  margin-bottom: 60px;
  margin-left: 60px;
}
#services .col .services-main .serv-inner:nth-child(2) {
  margin-left: 180px;
}
.serv-inner .btn-wrp-1 {
  text-align: right;
}
#services .col .services-main .serv-inner {
  position: relative;
}
#services .col .services-main .serv-inner::after {
  content: '';
  position: absolute;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
#services .col .services-main .serv-inner:nth-child(1)::after {
  background: url(/wp-content/uploads/2022/04/after.png);
  left: -42px;
  width: 433px;
  height: 208px;
  top: -4px;
}
#services .col .services-main .serv-inner:nth-child(2)::after {
  content: '';
  background: url(/wp-content/uploads/2022/04/services-after.png);
  left: -69px;
  width: 352px;
  height: 176px;
  top: 34px;
}
#services .col .services-main a:hover {
  transition: ease-in-out all .3s;
  background: #dbaa76;
}
#wcu {
  padding: 182px 0 80px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#wcu h3 {
  color: #3a444f;
	line-height:45px;
	position: relative;
}
#wcu .wcu-inner {
  margin-top: -115px;
}
#wcu .wcu-inner ul {
  padding: 0;
  margin: 0;
  align-items: start;
  justify-content: center;
}
#wcu .wcu-inner ul li {
  width: 19%;
  width: 19%;
  margin: 1% 3%;
    margin-bottom: 1%;
  text-align: center;
  list-style-type: none;
  margin-bottom: 25px;
}
#wcu .wcu-inner ul li .main img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
#wcu .wcu-inner ul li .main strong {
  color: #3a444f;
  font-size: 16px;
  display: block;
  line-height: 26px;
}
#wcu .wcu-inner ul li .main p {
  margin: 0;
  font-size: 12px;
  color: #3a444f;
}
#wcu .wcu-inner ul li:nth-child(1) {
  width: 1px;
  margin: 0;
  visibility: hidden;
}
#brand {
  padding: 170px 0;
  background-size: cover;
  background-position: center;
margin-top: 50px;
}
#brand h3{
	line-height:43px;
}
#brand .desc p {
  font-size: 15px;
  color: #dbaa76;
}
#testi {
  padding: 35px 0 70px 0;
	position:relative;
}
#testi .my-container {
  position: unset;
}
#testi .col {
  min-height: 500px;
}
#testi .col.col1 {
  width: 30%;
  padding: 160px 0 100px 0;
}
#testi .col.col2 {
  width: 70%;
}
#testi h3 {
  color: #3a444f;
  margin-bottom: 50px;
}
#testi .testi .desc p {
  font-size: 14px;
  color: #3a444f;
}
#testi .testi strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 12px;
}
#testi .testi span {
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
}
#testi .col.col2 img {
  position: absolute;
  right: 0;
  width: 935px;
  top: 35px;
}
#testi .right:before{
	content: "\203A";
}
#testi .left:before{
	content: "\2039";
}

#testi .slick-arrow {
  position: absolute;
  bottom: -35px;
  font-size: 40px !important;
  color: #3a444f;
	cursor: pointer;
	font-style:normal !important;
}
#testi .slick-arrow.right{
	left:30px;
}
#site-footer {
  padding: 160px 0 35px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#site-footer h3 {
  margin: 0;
  text-align: center;
}
#site-footer .row {
  margin-top: 80px;
}
#site-footer .col.col1 {
  width: 89%;
}
#site-footer .col ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-content: start;
  align-items: start;
  justify-content: space-between;
}
#site-footer .col ul li {
  list-style-type: none;
  width: 33%;
  font-size: 18px;
  color: #fff;
}
#site-footer .col strong {
  font-size: 18px;
  display: block;
  color: #dbaa76;
  letter-spacing: 1px;
}
#site-footer .col ul li a {
  font-size: 18px;
  color: #fff;
}
#site-footer .col ul li a:hover{
	transition:ease-in-out all .3s;
	color:#dbaa76;
}
#site-footer .form {
  width: 100%;
}
#site-footer .form form{
	max-width: 535px;
  margin: 95px auto;
}
#site-footer .form input {
  padding: 12px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 15px;
  font-family: 'Work Sans', sans-serif;
}
#site-footer .form textarea {
  padding: 12px;
  font-size: 16px;
  width: 100%;
  font-family: 'Work Sans', sans-serif;
	height:150px;
}
#site-footer .form .wpcf7-submit {
  background: #dbaa76;
  border-radius: 0;
  border: 1px solid #dbaa76;
  font-size: 18px;
  color: #3a444f;
}
#site-footer .foot {
  text-align: center;
}
#site-footer .foot .nav {
  margin-top: 70px;
	margin-bottom: 40px;
}
#site-footer .foot .nav ul {
  padding: 0;
  margin: 0;
  color: #fff;
}
#site-footer .foot .nav ul li {
  display: inline-block;
  color: #fff;
}
#site-footer .foot .nav ul li a {
  display: block;
  padding: 15px 20px;
  color: #fff;
  font-size: 14px;
}
#site-footer .foot .nav ul li a:hover{
	transition:ease-in-out all .3s;
	color:#dbaa76;
}
#site-footer .copyright p {
  font-size: 12px;
  color: #fff;
}
#site-footer .copyright p a{
	color:#dbaa76;
}
#site-footer .copyright p a:hover {
    font-weight: bold;
}
/* inner pages */
#inner-banner {
  padding: 360px 0 210px 0;
  background-size: cover;
  background-position: bottom center;
}
#inner-banner h1 {
  font-size: 44px;
  color: #dbaa76;
}
.our-story {
  padding: 386px 0 221px 0;
  background-size: cover;
  background-position: center;
}
.our-story .col {
  width: 49%;
}
.our-story .col h3 {
  color: #3a444f;
}
.our-story .col p {
  font-size: 14px;
  color: #3a444f;
}
.our-story .col p strong {
  font-size: 18px;
  color: #dbaa76;
  margin: 30px 0;
  display: block;
  width: 100%;
  max-width: 450px;
}
.additional {
  padding: 185px 0 262px 0;
  background-size: cover;
  background-position: center;
	position:relative;
}
.additional .main ul {
  margin: 30px 0;
  padding-left: 60px;
}
.additional .main ul li {
  font-size: 14px;
  list-style-type: none;
  color: #fff;
}
.additional .main ul li strong{
	font-size: 18px;
	color:#dbaa76;
}
.additional .main ul li {
  width: 100%;
  max-width: 770px;
}
.additional .logos {
  position: absolute;
  top: 10px;
  right: -70px;
}
.additional .logos ul li {
  margin-bottom: 20px;
}
.additional .logos ul li:nth-child(2) {
  margin-left: 40px;
}
.additional .logos ul li:nth-child(3) {
  margin-left: 80px;
}
.inner-services {
  padding: 260px 0 310px 0;
  background-size: cover;
  background-position: center;
}
.inner-services .inner {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
.inner-services .inner strong {
  font-size: 30px;
  color: #3a444f;
  position: relative;
}
.inner-services .inner .desc p {
  font-size: 14px;
  color: #fff;
}
.inner-services .inner .content.list1 strong::after {
  content: '';
  position: absolute;
  right: -200px;
top: 15px;
  width: 158px;
  display: block;
  height: 8px;
  background: url(/wp-content/uploads/2022/06/after.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.inner-services .inner .content.list1 {
  margin-bottom: 130px;
}
.inner-services .inner .content.list2 strong::after {
  content: '';
  position: absolute;
  left: -182px;
top: 17px;
  width: 158px;
  display: block;
  height: 8px;
  background: url(/wp-content/uploads/2022/06/after.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
	transform: rotate(180deg);
}
.inner-services .inner .content .desc {
  width: 100%;
  max-width: 740px;
}
.inner-services .inner .content.list2 .desc {
  margin-left: auto;
}
.inner-services .inner .content.list2 {
  text-align: right;
}
.inner-services.two .inner strong {
  color: #dbaa76;
}
.inner-services.two .inner .content.list1 strong::after {
  background: url(/wp-content/uploads/2022/06/services-line.png);
	background-size: contain !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
.inner-services.two .inner .content.list2 strong::after {
  background: url(/wp-content/uploads/2022/06/services-line.png);
background-size: contain !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
.faq {
  padding: 285px 0 300px 0;
  background-size: cover;
  background-position: center;
}
.faq h3 {
  color: #3a444f;
	margin-bottom: 40px;
}
.faq .faq-content {
  width: 100%;
  max-width: 645px;
}
.faq .faq-content ul li .panel {
  display: none;
  padding-left: 25px;
}
.faq .faq-content ul {
  margin: 0;
  padding: 0;
    padding-left: 0px;
  padding-left: 50px;
}
.faq .faq-content ul {
  margin: 0;
  padding: 0;
    padding-left: 0px;
  padding-left: 50px;
}
.faq .faq-content ul li .accordion p {
  margin: 0;
  font-size: 16px;
  color: #3a444f;
  font-weight: 600;
}
.faq .faq-content ul li i {
  position: absolute;
  left: -25px;
  font-size: 16px;
  top: 6px;
  color: #dbaa76;
}
.faq .faq-content ul li .panel p {
  font-size: 15px;
  color: #3a444f;
}
.faq .faq-content ul li {
  position: relative;
  list-style-type: none;
  margin: 15px 0;
}
#inner-banner.cu-banner {
  padding: 335px 0 370px 0;
}
#mcu-page {
  padding: 120px 0 100px 0;
  background-size: cover;
  background-position: center;
}
#mcu-page .col {
  width: 49%;
}
#mcu-page h3 {
  color: #3a444f;
  margin-bottom: 40px;
}
#mcu-page .col .info ul {
  padding: 0;
}
#mcu-page .col .info ul li {
  display: flex;
  align-content: center;
  justify-content: left;
  align-items: center;
  margin-bottom: 30px;
  list-style-type: none;
}
#mcu-page .col .info ul li .col {
  width: auto;
}
#mcu-page .col .info ul li .col.col2 {
  margin-left: 15px;
  font-size: 18px;
  color: #fff;
}
#mcu-page .col .info ul li .col.col2 strong {
  display: block;
  font-size: 18px;
  color: #3a444f;
  line-height: 18px;
}
#mcu-page .col .info ul li .col.col2 a {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}
#mcu-page .col .info ul li .col.col2 a:hover{
	transition:ease-in-out all .3s;
	color:#3a444f;
}
#mcu-page .col .info ul li .col.col2 ul {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: left;
}
#mcu-page .col .info ul li .col.col2 ul li {
  margin: 0;
}
#mcu-page .col .info ul li .col.col2 ul li a {
  display: block;
  padding: 0 10px;
}
#mcu-page .col .info ul li .col.col2 ul li:first-child a{
	padding-left:0;
}
#mcu-page .col input {
  padding: 10px;
  font-size: 16px;
  font-family: 'Work Sans', sans-serif;
  width: 100%;
  margin-bottom: 15px;
}
#mcu-page .col textarea {
  padding: 10px;
  font-size: 16px;
  font-family: 'Work Sans', sans-serif;
  width: 100%;
  height: 150px;
}
#mcu-page .col .wpcf7-submit {
  border-radius: 0;
  background: #dbaa76;
  color: #3a444f;
}
.page-template-template-contact #site-footer .contact {
  display: none;
}
.page-template-template-contact #site-footer .form {
  display: none;
}
#site-footer .contact-pages {
  display: none;
}
.page-template-template-contact #site-footer {
  background: url(/wp-content/uploads/2022/06/contact-bottom-bg.png) !important;
  background-size: cover !important;
  background-position: center !important;
  padding: 40px 0 !important;
}
.page-template-template-contact #site-footer .all-pages {
  display: none;
}
.page-template-template-contact #site-footer .contact-pages {
  display: block;
	margin: 0 auto;
}
.wpcf7-not-valid-tip {
  font-size: 15px;
}
.wpcf7-response-output {
  font-size: 15px;
  color: #bb3537;
}
/* responsive */
@media screen and (max-width: 1500px) {
  .my-container {
    width: 1220px;
  }
	#hp-sec1 {
		padding: 330px 0 250px 0;
	}
	#wwa {
	  padding: 100px 0;
	}
	#wwa .row .col.col2 img.ft {
	  width: 820px;
	  margin-top: -86px;
		margin-left: -238px;
	}
	#wwa .row .col .logos {
	  right: 18px;
	}
	#services {
	  padding: 115px 0 100px 0;
	}
	#services .col .services-main .serv-inner:nth-child(1) {
	  margin-bottom: 42px;
	}
	#wcu {
		padding: 75px 0 53px 0;
	}
	#brand {
	  padding: 84px 0;
	}
	#site-footer {
		padding: 115px 0 25px 0;
	}
	#inner-banner {
	  padding: 235px 0 130px 0;
	}
	#inner-services {
		padding: 225px 0 245px 0;
	}
	#inner-services .inner .content.list1 {
	  margin-bottom: 70px;
	}
	#inner-services .inner {
	  max-width: 845px;
	}
	.faq {
		padding: 230px 0 230px 0;
	}
	.faq .faq-content ul {
	  padding-left: 90px;
	}
	.our-story {
		padding: 230px 0 125px 0;
	}
	.additional {
		padding: 105px 0 160px 0;
	}
	.additional .logos {
	  right: 37px;
	}
	#inner-banner.cu-banner {
	  padding: 269px 0 279px 0;
	}
	#mcu-page {
		padding: 85px 0 60px 0;
	}
}
@media screen and (max-width: 1366px) {
  .my-container {
    width: 1100px;
  }
	#hp-sec1 {
	  padding: 265px 0 242px 0;
	}
	#wwa {
	  padding: 62px 0;
	}
	#services {
		padding: 47px 0 102px 0;
	}
	#wcu {
		padding: 100px 0 60px 0;
	}
	#brand {
		padding: 100px 0;
	}
	#testi .col.col1 {
	  padding: 160px 0 110px 0;
	}
	#site-footer {
		padding: 90px 0 26px 0;
	}
	#site-footer .row {
	  margin-top: 65px;
	}
	#site-footer .form form {
	  margin: 70px auto;
	}
	#site-footer .foot .nav {
	  margin-top: 50px;
	}
	#wwa .row .col.col2 img.ft {
		width: 775px;
		margin-top: -75px;
		margin-left: -247px;
	}
	#services .col .services-main .serv-inner:nth-child(1) {
	  margin-bottom: 37px;
	}
	#site-footer .row {
	  margin-top: 40px;
	}
	#site-footer .form form {
	  margin: 60px auto 15px auto;
	}
	#site-footer .foot .nav {
	  margin-top: 35px;
	  margin-bottom: 20px;
	}
	.inner-services .inner .content.list1 {
		 margin-bottom: 80px;
		 margin-left: 85px;
	}
	.inner-services {
    padding: 150px 0 190px 0;
	}
	.inner-services .inner {
    max-width: 835px;
	}
	.inner-services .inner .content.list2 {
		padding-left: 220px;
	}
	.our-story {
		padding: 251px 0 125px 0;
	}
	#inner-banner {
	  padding: 237px 0 152px 0;
	}
	#inner-banner h1 {
	  font-size: 40px;
	}
	.our-story {
	  padding: 160px 0 95px 0;
	}
	.additional {
	  padding: 95px 0 115px 0;
	}
	.additional .logos {
	  right: 0px;
	}
	.our-story {
	  padding: 100px 0 80px 0;
	}
	.additional .main ul {
	  margin: 25px 0;
	  padding-left: 40px;
	}
	#inner-banner.cu-banner {
	  padding: 245px 0 255px 0;
	}
	.h-banner {
	  padding: 263px 0 250px 0 !important;
	}
	
}
@media screen and (max-width: 1200px) {
  .my-container {
    width: 960px;
  }
	#hp-sec1 {
	  padding: 255px 0 235px 0;
	}
	#hp-sec1 h1 {
	  font-size: 37px;
	}
	#hp-sec1 .desc p {
	  font-size: 15px;
	}
	#wwa .row .col.col2 img.ft {
	  width: 680px;
	  margin-top: -62px;
		margin-left: -164px;
	}
	#wwa .row .col .logos {
	  right: -45px;
	}
	#wwa .row .desc p strong {
	  font-size: 17px;
	}
	#wwa .row .desc p {
	  font-size: 14px;
	}
	#services .col h3 {
	  margin-bottom: 32px;
	}
	#wcu {
	  padding: 60px 0 40px 0;
	}
	#wcu .wcu-inner ul li .main img {
	  width: 100%;
	  max-width: 115px;
	}
	h3 {
		font-size: 28px;
	}
	#wcu .wcu-inner ul li .main strong {
	  font-size: 15px;
	  line-height: 22px;
	}
	#wcu .wcu-inner ul li .main p br{
		display:none;
	}
	#brand {
	  padding: 55px 0;
	}
	#brand h3 {
	  line-height: 35px;
	}
	#testi .col.col2 img {
	  width: 790px;
	top: 48px;
	}
	#testi .col.col1 {
	  padding: 75px 0 75px 0;
	}
	#site-footer {
	  padding: 75px 0 20px 0;
	}
	#site-footer .col ul li {
	  font-size: 15px;
	}
	#site-footer .col strong {
		font-size: 15px;
	}
	#site-footer .col ul li a {
	  font-size: 15px;
	  color: #fff;
	}
	#site-footer .form textarea {
	  padding: 10px;
	  font-size: 15px;
	  height: 130px;
	}
	#site-footer .form input {
	  padding: 10px;
	  font-size: 15px;
	  margin-bottom: 10px;
	}
	#site-footer .foot .nav {
	  margin-top: 25px;
	  margin-bottom: 15px;
	}
	#site-footer .foot .nav ul li a {
	  padding: 10px 18px;
	}
	#inner-banner h1 {
	  font-size: 32px;
	}
	.additional {
	  padding: 65px 0 80px 0;
	}
	.additional .main {
	  max-width: 723px;
	}
	.additional .logos {
	  right: -35px;
	}
	#inner-banner.cu-banner {
	  padding: 220px 0 225px 0;
	}
	#mcu-page {
	  padding: 60px 0 30px 0;
	}
	#mcu-page .col .info ul li .col.col2 a {
	  font-size: 16px;
	  line-height: 17px;
	}
	#mcu-page .col .info ul li .col.col2 {
	  font-size: 15px;
	}
}
@media screen and (max-width: 980px) {
  .my-container {
    width: 747px;
  }
	#my-header .columns .col.nav-menu {
	  display: none;
	}
	#my-header .columns .col.mob-menu {
	  display: block;
	}
	#my-header .columns .col.logo img {
	  max-width: 125px;
	}
	#my-header .columns .col.mob-menu .rmp_menu_trigger {
	  margin: 0 !important;
	}
	#my-header .columns .col.mob-menu ul li.current-menu-item a {
	  background: #dbaa76;
	}
	#hp-sec1 {
	  padding: 185px 0 110px 0;
	}
	#hp-sec1 h1 {
	  font-size: 30px;
	}
	#hp-sec1 .desc p {
	  font-size: 14px;
	}
	#wwa {
	  padding: 44px 0;
	}
	#wwa .row .desc p strong {
	  font-size: 16px;
	}
	#wwa .row .desc p br {
	  display: none;
	}
	#wwa .row .col .logos ul li img {
	  width: 100%;
	  max-width: 65px;
	}
	#wwa .row .col.col2 img.ft {
	  width: 560px;
	  margin-top: 65px;
	  margin-left: -49px;
	}
	#wwa .row .col .logos {
	  right: -94px;
	}
	#services {
	  padding: 30px 0 60px 0;
	}
	#services .col1 {
	  width: 38%;
	}
	#services .col2 {
	  width: 60%;
	}
	#services .col .services-main .serv-inner:nth-child(1)::after {
	  width: 418px;
	}
	#services .col .services-main .serv-inner:nth-child(2)::after {
		width: 347px;
	}
	#wcu h3 {
	  text-align: center;
	  font-size: 27px;
	  line-height: 37px;
	  margin: 0;
		margin-bottom: 0px;
	  margin-bottom: 30px;
	}
	#wcu .wcu-inner ul li .main strong {
	  font-size: 14px;
	  line-height: 22px;
	}
	#brand {
	  padding: 35px 0;
	}
	#brand h3 {
	  font-size: 21px;
	  line-height: 32px;
	}
	#wcu .wcu-inner {
	  margin-top: 0;
	}
	#brand .desc p {
	  font-size: 14px;
	}
	#brand .col.col1 .desc {
	  width: 100%;
	  max-width: 370px;
	}
	#brand .desc p br {
	  display: none;
	}
	#brand {
	  margin-top: 0;
	}
	#testi .col.col1 {
	  padding: 30px 0 30px 0;
	}
	#testi h3 {
	  margin-bottom: 30px;
	}
	#testi .col.col1 {
	  width: 40%;
	}
	#testi .col {
	  min-height: unset;
	}
	#testi .col.col2 img {
	  width: 560px;
	  top: 70px;
	}
	#site-footer {
	  padding: 60px 0 20px 0;
	}
	#site-footer .foot .nav {
	  margin-top: 10px;
	  margin-bottom: 10px;
	}
	#inner-banner {
	  padding: 170px 0 95px 0;
	}
	#inner-banner h1 {
	  font-size: 30px;
	}
	.inner-services {
	  padding: 120px 0 120px 0;
	}
	.inner-services .inner .content.list1 {
	  margin-bottom: 40px;
	}
	.inner-services .inner strong {
	  font-size: 25px;
	}
	.faq {
	  padding: 130px 0 140px 0;
	}
	h3 {
	  font-size: 25px;
	}
	.faq .faq-content ul {
	  padding-left: 35px;
	}
	.faq .faq-content ul li .accordion p {
	  font-size: 15px;
	}
	.faq .faq-content {
	  max-width: 472px;
	}
	.faq .faq-content ul li .panel p {
	  font-size: 14px;
	}
	.our-story .col p strong {
	  font-size: 15px;
		max-width: 355px;
	}
	.additional .main ul li strong {
	  font-size: 16px;
	}
	.additional .main {
	  max-width: 635px;
	}
	.additional .logos {
	  right: -101px;
	  top: -74px;
	}
	#inner-banner.cu-banner {
	  padding: 190px 0 165px 0;
	}
	#mcu-page {
	  padding: 50px 0 0px 0;
	  background: #efefee !important;
	  margin-bottom: -2px;
	  position: relative;
	}
	#mcu-page .col .info ul li .col.col2 a {
	  color: #dbaa76;
	}
	#mcu-page .col .info ul li .col.col2 {
	  color: #dbaa76;
	}
}
@media screen and (max-width: 767px) {
  .my-container {
    width: 600px;
  }
	.mob-feat {
	  display: block;
	}
	.web-feat{
		display: none;
	}
	.h-banner {
	  padding: 85px 0 85px 0 !important;
	}
	#hp-sec1 {
	  padding: 130px 0 80px 0;
	  background-image: none !important;
	  background: #3a444e;
	  text-align: center;
	}
	#hp-sec1 .col {
	  width: 100%;
	}
	#hp-sec1 .col2 {
	  margin-top: 40px;
	}
	#hp-sec1 .col2 .mob-feat {
	  width: 100%;
	  max-width: 450px;
	  margin: 0 auto;
	}
	#hp-sec1 h1 {
	  font-size: 25px;
	}
	#wwa {
	  padding: 50px 0;
	  background-image: none !important;
	  background: #efefee;
		background-image: none;
	}
	#wwa .col {
	  width: 100% !important;
	  text-align: center;
	}
	#wwa .col1 {
	  margin-bottom: 40px;
	}
	#wwa .col .logos {
	  position: relative !important;
	  top: unset !important;
	  right: unset !important;
	  margin-top: 30px;
	}
	#wwa .col .logos ul li {
	  display: inline-block;
	  margin: 0 !important;
	  padding: 0 30px;
	}
	#wwa .row .desc p {
	  color: #000;
	}
	#services {
	  padding: 70px 0 70px 0;
	  background-image: none !important;
	  background: #3a444e !important;
	}
	.mob-feat {
	  width: 100%;
	  max-width: 450px;
	  margin: 0 auto;
	}
	#services .col .serv-inner:after{
		content:none !important;
	}
	.serv-inner .btn-wrp-1 {
	  text-align: center;
	}
	#services {
	  padding: 70px 0 70px 0;
	  background-image: none !important;
	  background: #3a444e !important;
	  text-align: center;
	}
	#services .col {
  		width: 100%;
	}
	#services .col.col1 {
	  order: 2 !important;
	  margin-top: 40px;
	}
	#services .col .serv-inner {
	  margin-left: 0 !important;
	}
	#wcu .wcu-inner ul li {
	  width: 29%;
		margin: 1% 2%;
	}
	#brand {
	  margin-top: 0;
	  background-image: none !important;
	  background: #3a444e;
		padding: 60px 0;
		text-align: center;
	}
	#brand .col.col1 .desc {
	  width: 100%;
	  max-width: 100%;
	  margin-bottom: 40px;
	}
	#brand h3 br {
	  display: none;
	}
	#brand .col {
	  width: 100%;
	}
	#testi {
	  padding: 60px 0 60px 0;
	  position: relative;
	  text-align: center;
	}
	#testi .col.col1 {
	  padding: 0;
	}
	#testi .my-container {
	  position: relative;
	}
	#testi .slick-arrow.right {
	  left: unset;
	  right: 0 !important;
	}
	#testi .col img {
	  position: relative !important;
	  top: unset !important;
	  right: unset;
	  margin: 0 auto;
		margin-top: 0px;
	  margin-top: 50px;
	}
	#testi .col {
	  width: 100% !important;
	}
	#testi .slick-arrow {
		bottom: 100px;
	}
	#site-footer .col {
	  width: 100% !important;
	  text-align: center;
	}
	#site-footer .col {
	  width: 100% !important;
	  text-align: center;
	  margin-bottom: 20px;
	}
	#site-footer .col.col2 ul{
		justify-content:center;
	}
	#site-footer .col ul li {
		width: auto;
	}
	#site-footer .col.col2 ul a {
	  display: block;
	  padding: 10px 20px;
	}
	#site-footer .col.col2 {
	  margin: 0;
	}
	#services .col .services-main .serv-inner ul {
		padding: 0;
		list-style: none;
	}
	#inner-banner {
	  padding: 80px 0 60px 0;
	  background: #3a444e !important;
	  text-align: center;
	}
	#inner-banner .col {
	  width: 100%;
	}
	.inner-services {
	  padding: 45px 0 45px 0;
	  background: #dcaa77 !important;
	  text-align: center !important;
	}
	.inner-services .inner .content.list1 {
	  margin-left: 0;
	}
	.inner-services .inner .content strong::after{
		content:none !important;
	}
	.inner-services .inner .content.list2 {
	  padding-left: 0;
	  text-align: center;
	}
	.faq {
	  padding: 60px 0 60px 0;
	  background: #fff !important;
	  text-align: center;
	}
	.faq .faq-content {
	  max-width: 100%;
	  text-align: left;
	}
	.inner-services.two .inner strong {
	  color: #3a444e;
	}
	.inner-services.one {
	  padding-bottom: 5px;
	}
	.our-story {
	  padding: 50px 0 50px 0;
	  background: #fff !important;
	}
	.our-story .col {
	  width: 100%;
	  text-align: center;
	}
	.our-story .col p strong {
	  max-width: 100%;
	}
	.additional {
	  padding: 50px 0 50px 0;
	  background: #3a444e !important;
	}
	.additional .main ul {
	  padding-left: 0;
	  text-align: center;
	}
	.additional .logos {
	  right: unset;
	  top: unset;
	  position: relative;
	  margin-top: 50px;
	}
	.additional .logos ul li {
	  margin-bottom: 20px;
	  display: inline-block;
	  width: auto !important;
	  margin: 0 !important;
	  padding: 0 15px;
	  vertical-align: middle;
	}
	#inner-banner.cu-banner {
	  padding: 100px 0px 60px 0;
	}
	#mcu-page .col {
	  width: 100%;
	  text-align: center;
	}
	#mcu-page .col .info ul li {
	  justify-content: center;
	}
	.page-template-template-contact #site-footer {
	  padding: 0 0 2px 0 !important;
	}
}
@media screen and (max-width: 640px) {
  .my-container {
    width: 400px;
  }
	#wcu h3 {
  		font-size: 23px;
		line-height: 33px
	}
	#wcu .wcu-inner ul li {
	  width: 44%;
	  margin: 2% 2%;
	}
	#site-footer .col ul{
		display:block;
	}
	#site-footer .col ul li {
	  width: 100%;
	  margin-bottom: 15px;
	}
	#site-footer .col.col2 ul {
	  display: flex;
	  justify-content: center;
	}
	#site-footer .col.col2 ul li {
	  width: auto;
	  margin-bottom: 0;
	}
	#site-footer .foot .nav ul li a {
	  padding: 10px 7px;
	}
	#inner-banner h1 {
	  font-size: 25px;
	}
	.inner-services .inner strong {
	  font-size: 21px;
		line-height:26px;
		display: block;
	}
	.page-template-template-contact #site-footer {
	  padding: 0 0 0px 0 !important;
	}
}
@media screen and (max-width: 440px) {
  .my-container {
    width: 90%;
  }
	#hp-sec1 {
		padding: 110px 0 50px 0;
	}
	.h-banner {
    padding: 110px 0 50px 0 !important;
	}
	#wwa h3 {
	  margin-top: 0;
	}
	#wwa .row .desc {
	  margin: 25px 0;
	}
	#hp-sec1 .desc p br {
	  display: none;
	}
	#services {
		padding: 55px 0 55px 0;
	}
	#services .col h3 {
	  margin-bottom: 15px;
	}
	#wcu {
	  padding: 50px 0 50px 0;
	}
	#brand {
		padding: 50px 0;
	}
	#brand h3 {
	  margin-top: 0;
	}
	#brand h3 p {
	  margin-top: 0;
	}
	#testi {
		padding: 50px 0 50px 0;
	}
	#testi h3 {
	  margin-top: 0;
		margin-bottom:15px;
	}
	#site-footer .foot .nav ul li {
	  display: block;
	}
	#site-footer .foot .nav ul{
		font-size:0;
	}
	.serv-inner .desc ul li {
    margin: 0 !important;
}
}