/*CSS Document */

input[type="file"]::-webkit-file-upload-button {cursor:pointer; }
input[type="file"]::-moz-file-upload-button {cursor:pointer; }
input[type="file"]::-ms-file-upload-button {cursor:pointer; }
input[type="file"]::-o-file-upload-button {cursor:pointer; }
input[type="file"] {cursor:pointer; }
html body{font-family: LuzSans-Book;margin:0;overflow-x: hidden;}
html {overflow-x: hidden;}
*::-moz-selection {color: #fff;background:#000;}
*::-webkit-selection {color: #fff;background:#000;}
*::-webkit-input-placeholder { color: #333333;opacity:1;}
*:-moz-placeholder { color: #333333;opacity:1;}
*::-moz-placeholder { color: #333333;opacity:1;}
*:-ms-input-placeholder { color: #333333;opacity:1;}
a,div a:hover, div a:active, div a:focus, button {text-decoration: none;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s; }
a, span,div a:hover, div a:active, button {text-decoration: none;}
*::after, *::before, * {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;}
body ul {margin:0;padding:0;}
a {outline: none;color:#555;}
a:hover {color:#000;}
body .clearfix, body .clear {clear:both;line-height:100%;}
body .clearfix{height:auto;}
*{outline:none!important;}
table {border-collapse: collapse;border-spacing: 0;}
.clr:after, ul:after, .clearfix:after, li:after,.grve-container:after {clear:both;display:block;content:"";}

div input, div select, div textarea, div button, a, button, ul, ul li, ol, li {
	font-family:LuzSans-Book;
	list-style:none;
}
html.show-menu, html.show-menu body {
    overflow: hidden;
}
body p {
	font-family:LuzSans-Book;
	font-size:100%;
	color:#000;
	line-height:200%;
	font-style:normal;
	font-weight:normal;
}
body h1, body h2, body h3, body h4, body h5, body h6{
	font-family: Gotham;
	line-height:120%;
	color:#333;
	font-weight: bold;
	margin:0 0 15px;
}
body h1 { font-size: 24px;}
body h2 { font-size: 22px;}
body h3 { font-size: 18px;}
body h4 { font-size: 16px;}
body h5 { font-size: 12px;}
body h6 { font-size: 10px;}
body h1:last-child, 
body h2:last-child, 
body h3:last-child, 
body h4:last-child, 
body h5:last-child, 
body h6:last-child{
	margin-bottom:0;
}
input { background:none; border:0 none; outline:none; }
table {border:0 none;border-collapse:collapse;border-spacing:0;}
* {box-sizing: border-box;}
td { vertical-align:top; }
img	{ border:0 none; max-width:100%; }
a	{ outline:none; cursor:pointer; }
.left	{ float:left; }
.right	{ float:right; }
.clear { clear:both; }
.text_right { text-align:right; }
.text_left { text-align:left; }
.text_center { text-align:center; }
.text_justify { text-align:justify; }
.clearfix {clear:both;display:block;font-size:inherit;height:0;line-height:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display:block;}

.margin-top{margin-top:30px;}
.margin-left{margin-left:30px;}
.margin-right{margin-right:30px;}
.margin-bottom{margin-bottom:30px;}

.padding-top{padding-top:20px;}
.padding-left{padding-left:20px;}
.padding-right{padding-right:20px;}
.padding-bottom{padding-bottom:20px;}

/* For desktop: */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row::after, .row::before {
    clear: both;
    content: "";
    display: table;
}
.colamu-1, .colamu-2, .colamu-3, .colamu-4, .colamu-5, .colamu-6, .colamu-7, .colamu-8, .colamu-9, .colamu-10, .colamu-11, .colamu-12 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
 position: relative;
}
.colamu-1 {width: 8.33%;}
.colamu-2 {width: 16.66%;}
.colamu-3 {width: 25%;}
.colamu-4 {width: 33.33%;}
.colamu-5 {width: 41.66%;}
.colamu-6 {width: 50%;}
.colamu-7 {width: 58.33%;}
.colamu-8 {width: 66.66%;}
.colamu-9 {width: 75%;}
.colamu-10 {width: 83.33%;}
.colamu-11 {width: 91.66%;}
.colamu-12 {width: 100%;}
.box-center {
    clear: both;
    display: table;
    float: none;
    margin: 0 auto;
}
.border-radius-4 {border-radius:4px;}
.border-circle {border-radius:50%;}
.border-solid{border:1px solid #000;}
.border-dotted{border:1px dotted #000}
.border-dashed {border:1px dashed  #000;}

/*fixed-menu*/
/*
header.fixed {background:#ffffff;box-shadow: 0 0 4px #404040;left: 0;position: fixed;top: 0;width: 100%;height: 70px;z-index: 999;}
*/
/*responsive menu*/
.menu {color: #333333;cursor: pointer;display: none;float: left;font-family: 'Lato',sans-serif;font-size: 22px;line-height: 31px;position: fixed;right: 0;top: 0;}
.menu .menu-trigger { float: left; margin: 8px 20px 0 25px;}
.menu .line:nth-child(1):after { transition: all 0.6s linear 0.1s;}
.menu .line:after { background: #FFFFFF; content: ""; display: block; height: 3px; width: 0;}
.menu .line { background: #333333; display: block; height: 3px; margin-bottom: 5px; width: 33px;}
.header-sec .menu-wrap .menu:hover .line:after { transform: rotate(360deg); width: 100%;}
.show-menu nav.menu-act { transition: all 1.4s ease 0s; right: 0;}
#wrapper { background: #FFFFFF; position: relative; transition: all 0.3s ease 0s; z-index: 99;}
html body.show-menu {overflow: hidden;}
nav.menu-act .close-button {display:none;}
/*responsive menu -Close*/
/* menu */
nav.menu-act ul li {float: left;padding-bottom:15px;position: relative;}
nav.menu-act ul li a {float: left;padding:5px;}
.dropdown-menu {background-clip: padding-box;background-color: #fff;border: 1px solid rgba(0, 0, 0, 0.15);border-radius: 4px;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);display: none;float: left;font-size: 14px;left: 0;min-width: 160px;padding: 5px 0;position: absolute;text-align: left;top: 100%;z-index: 1000;}
.dropdown-submenu {position: relative;}
.dropdown-submenu > a::after {border-color: transparent transparent transparent #333;border-style: solid;border-width: 5px 0 5px 5px;content: " ";display: block;float: right;height: 0;margin-right: -10px;margin-top: 5px;width: 0;}
.dropdown-submenu > .dropdown-menu {border-radius: 0 6px 6px;left: 100%;margin-left: -1px;margin-top: -6px;top: 0;}
.caret {border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 4px solid;display: inline-block;height: 0;margin-left: 2px;vertical-align: middle;width: 0;}
nav.menu-act ul li:hover > ul.dropdown-menu {display: block;}
.dropdown-menu > li > a {clear: both;color: #333;display: block;font-weight: 400;line-height: 1.42857;padding: 3px 20px;white-space: nowrap;}
.dropdown-menu > li {clear:both;}
nav.menu-act .dropdown-menu > li {clear: both;float: none;padding: 0;}
nav.menu-act .dropdown-menu > li a {padding: 4px 14px;float: none;}
nav.menu-act li.active > a, nav.menu-act li:hover > a:hover {background-color: #428bca;color: #fff;outline: 0 none;text-decoration: none;}
footer .footer-menu ul li a:hover, footer .footer-menu ul li.active > a {color:#FFF}
/* menu - Close */
@media screen and (max-width:767px) {
nav.menu-act .close-button, nav.menu-act ul {display: none;}
.menu, .show-menu nav.menu-act .close-button, .show-menu nav.menu-act ul {display:block;}
nav.menu-act {
  background: #333333;
  bottom: 0;
  height: 100%;
  right: -275px;
  overflow: hidden;
  padding: 50px 0;
  position: fixed;
  left: auto;
  top: 0;
  transition: all 0.4s ease 0s;
  width: 275px;
  z-index: 999;
}
} 
/*Button */
a.button, .button, form input[type="submit"] {
	background: #DE2112;
	border:0;
	display: inline-block;
	color: #ffffff;
	font-weight: normal;
	height: 40px;
	cursor: pointer;
	line-height: 40px;
	padding: 0 23px;
	font-size: 15px;
	text-decoration: none;
}
a.button:hover, .button:hover, button:hover, form input[type="submit"]:hover {background: #181818; }
/*Button -close*/
/*form -close*/
form input, form textarea {
    border-bottom: 1px solid #666666;
    box-shadow: none !important;
    border-radius: 0;
    color: #854442;
    font-size: 18px;
    height: auto;
    margin-bottom: 24px;
    padding: 0 2px 20px;
    width: 100%;
}
form textarea {height:150px;}
/*form -close*/
/* main- Slider */
.slider,.bx-wrapper,.bx-wrapper .bx-viewport, .slidermain,.slidermain li, .images-slider{height:100% !important;}
.slidermain li {background-repeat: no-repeat;background-size: cover;min-height: 365px;}
/* main- Slider Close */

#myBtn {
  background-image: url("../images/top.png");
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 10px;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 40px;
  position: fixed;
  right: 10px;
  width: 40px;
  z-index: 99;
}
#myBtn:hover {
  opacity: 0.7;
}

@font-face {
    font-family: 'LuzSans-Book';
    src: url('../fonts/LuzSans-Book.eot');
    src: url('../fonts/LuzSans-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LuzSans-Book.woff2') format('woff2'),
        url('../fonts/LuzSans-Book.woff') format('woff'),
        url('../fonts/LuzSans-Book.ttf') format('truetype'),
        url('../fonts/LuzSans-Book.svg#LuzSans-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype'),
        url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype'),
        url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

.container{
	max-width:1330px;
}
.navbar-expand-lg ul.navbar-nav li a.nav-link {
	padding: 0;
	margin-left: 52px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.5px;
	color: #ffffff;
}
.navbar.navbar-expand-lg {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 21px;
}
.navbar-brand {
	padding-bottom: 0;
}
.carousel-item {
	background-image: url("../images/banner-img.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 1028px;
	width: 100%;
}
.carousel-item.banner2 {
	background-image: url("../images/banner-img2.jpg");
}
.carousel-item.banner3 {
	background-image: url("../images/banner-img3.jpg");
}
.carousel-item.banner4 {
	background-image: url("../images/banner-img4.jpg");
}
.carousel-item.banner5 {
	background-image: url("../images/banner-img5.jpg");
}
.carousel-control-next, .carousel-control-prev {
  bottom: 0;
  height: 46px;
  margin: auto;
  opacity: 1;
  top: 0;
  width: 46px;
}
#header.header {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9;
}
.carousel-caption {
  bottom: auto;
  color: #fff;
  left: 0;
  margin: auto;
  max-width: 1260px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}
.carousel-caption .carousel-content h1 {
  color: #fff;
  font-size: 30px;
  letter-spacing: 52px;
  margin-left: 50px;
  margin-top: 7px;
  text-indent: 0;
}
.carousel-caption .carousel-content p {
	font-size: 20px;
	color: #fff;
	line-height: 1.8;
	margin-top: 27px;
}
.more-btn {
	width: 236px;
	height: 70px;
	background-color: #854442;
	line-height: 70px;
	margin: 0 auto;
	cursor: pointer;
	padding: 0;
	position: relative;
	margin-top: 45px;
}
.carousel-content .more-btn::after {
  background-color: rgba(60, 47, 47, 0.77);
  bottom: -6px;
  content: "";
  display: block;
  height: 6px;
  left: -27px;
  margin: auto;
  position: absolute;
  right: 0;
  width: 263px;
  z-index: -1;
}
.carousel-content .more-btn a::after {
  background-image: url("../images/sprite.png");
  background-position: 0 -308px;
  background-repeat: no-repeat;
  bottom: -115px;
  content: "";
  display: block;
  height: 137px;
  left: -57px;
  margin: auto;
  position: absolute;
  right: 0;
  width: 325px;
  z-index: -1;
}

.more-btn a {
   color: #ffffff;
   font-size: 25px;
	font-family: Gotham;
	font-weight: bold;
	color: #fff;
	display: block;
}
.more-btn::before {
	position: absolute;
	content: "";
	background-image: url("../images/sprite.png");
    background-position: 0 0;
    background-repeat: no-repeat;
	width: 67px;
	height: 70px;
	left: -67px;
	right: auto;
	top: 0px;
	bottom: 0;
	margin: 0 auto;
}
.more-btn:hover::before{
  background-position:0 -80px;
}
.more-btn:hover{
  background-color: #3C2F2F;
}
.footer {
	background-color: #3C2F2F;
	background-image: url("../images/footer-bottom-bg.png");
    background-position: 0 0;
    background-repeat: no-repeat;
	width: 100%;
	height: auto;
}
.footer-menu.text-center.navbar-nav {
	flex-direction: row;
	justify-content: center;
}
.footer-menu {
	text-align: center;
}
.footer-menu li {
	font-size: 18px;
	margin-left: 95px;
	font-weight: bold;
	line-height: 1.2;
	display: inline-block;
}
.footer-menu li > a {
	color: #fff;
	letter-spacing: 0.5px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer-menu.text-center.navbar-nav {
	flex-direction: row;
	justify-content: center;
	padding: 55px 0;
	border-bottom: 1px solid #854442;
}
.footer-menu li > a:hover, .copyright p > a:hover, .copyright p > a:focus, .footer-menu li > a:focus, .footer-menu li.active > a,
.left-approach-section > ul li p > a:hover, .left-approach-section > ul li p > a:focus {
	color: #854442 !important;
}
.social-link.navbar-nav {
	flex-direction: row;
	justify-content: flex-end;
}
.footer-bottom {
	padding: 34px 0;
}
.copyright p {
	font-size: 18px;
	color: #fff;
	line-height: 59px;
	margin-bottom: 0;
}
.copyright p > a {
	color: #fff;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.social-link.navbar-nav li > a {
	margin-left: 15px;
	font-size: 0;
	position: relative;
}
.social-link.navbar-nav li a::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	width: 50px;
	height: 59px;
	background-image: url("../images/sprite.png");
    background-position: -79px 0;
    background-repeat: no-repeat;
	-moz-transition: all 0.5s ease-in-out 1s;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.social-link.navbar-nav {
	text-align: right;
}
.social-link.navbar-nav li {
	font-size: 0;
	position: relative;
	width: 50px;
	height: 59px;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
}
.footer-bottom .col-md-5 {
   display: inline-block;
   float: right;
}
.footer-bottom .social {
	line-height: normal;
}
.social-link.navbar-nav li a.twt::before {
	background-position: -145px 0px;
}
.social-link.navbar-nav li a.linkd::before {
	background-position: -211px 0px;
}
.social-link.navbar-nav li a.insta::before {
	background-position: -277px 0px;
}
.social-link.navbar-nav li > a {
	font-size: 0;
	position: relative;
	display: block;
	width: inherit;
	height: inherit;
	margin-left: 0;
}
.social-link.navbar-nav li > a:hover::before {	
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.our-company-section {
	position: relative;
	background-image: url("../images/our-company-after-bg.png");
    background-position: right 80px;
    background-repeat: no-repeat;
    background-size: 725px auto;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 180px;
	padding-bottom: 90px;
}
.our-company-section::before {
  background-image: url("../images/our-company-before-bg.png");
  background-position: left top;
  background-repeat: no-repeat;
  bottom: auto;
  content: "";
  display: block;
  height: 808px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: auto;
  top: -238px;
  width: 100%;
  z-index: 0;
}
.section-title {
	font-size: 45px;
	color: #3C2F2F;
	margin-bottom: 20px;
	letter-spacing: 0.5px;
}
.our-company-section .our-company-content p {
	font-size: 20px;
	color: #854442;
	line-height: 180%;
}
.our-company-section .our-company-content .more-btn a, .contact-btn a {
	font-size: 18px;
	text-align: center;
}
.our-company-content {
	position: relative;
}
.left-approach-section > ul {
  display: flex;
  margin-bottom: 70px;
  margin-top: 25px;
  padding-right: 60px;
}
.our-approach-section {
	position: relative;
	width: 100%;
	background-image: url("../images/our-approach-bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	height: 956px;
	padding-top: 170px;
	padding-bottom: 70px;
}
.our-approach-section::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 50%;
	bottom: 0;
	margin: 0 auto;
	display: block;
	background-image: url("../images/our-approach-bg-after.png");
	background-position: 0 0;
	background-repeat: repeat-x;
	width: 100%;
	height: 335px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background-position: center center;
}
.left-approach-section, .right-approach-section {
	position: relative;
	z-index: 1;
}
.left-approach-section > ul li h3 {
	font-size: 21.71px;
	color: #3C2F2F;
	margin-bottom: 6px;
}
.left-approach-section > ul li p, .our-approach-section .right-approach-section p {
  color: #666;
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 0;
  max-width: 360px;
  display: inline-block;
}
.left-approach-section > ul li p > a {
	color: #666;
}
.left-approach-section > ul li.text-right {
  float: left;
  margin-right: 25px;
  max-width: 330px;
}
.left-approach-section > ul li:last-child {
  float: right;
}
.our-approach-section .right-approach-section h3 {
	font-size: 18px;
	font-family: Luzsans-book;
	color: #854442;
	letter-spacing: 0.1px;
	margin-bottom: 20px;
}
.our-approach-section .right-approach-section p, .our-focus-section .our-focus-content p {
  font-size: 18px;
  color: #666;
  max-width: 100%;
}
.our-approach-section .right-approach-section p {
  line-height: 220%;
}
.right-approach-section {
  margin: 60px 0;
}
.right-approach-section h1.section-title {
	margin-bottom: 28px;
}
.our-focus-content {
    border-left: 1px solid #854442;
    margin-top: -35px;
    padding-left: 35px;
    padding-top: 170px;
    position: relative;
    z-index: 1;
}
.our-focus-section {
    background-image: url("../images/our-focus-bg.png");
	background-position: 0 0;
	background-repeat: no-repeat;
    height: auto;
    margin-bottom: 120px;
    padding-bottom: 340px;
    padding-top: 0;
    position: relative;
    width: 100%;
}
.our-focus-section::before {
  background-image: url("../images/our-focus-bg-after.png");
  background-position: right 75px;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100%;
  left: auto;
  margin: auto;
  position: absolute;
  right: -110px;
  top: 70px;
  width: 100%;
}
.contact-us-section {
	width: 100%;
	height: auto;
	background-color: #fff4e6;
	background-image: url("../images/contactus-bg.png");
    background-position: center bottom;
    background-repeat: repeat-x;
	position: relative;
	padding-top: 160px;
	padding-bottom: 145px;
}
.our-focus-section .our-focus-content p {
    margin-bottom: 13px;
}
.contact-btn {
  background-color: #3c2f2f;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  margin-left: 49px;
  margin-top: 29px;
  text-align: center;
  width: 250px;
}
.contact-btn:hover {
  background-color: #854442;
}
.contact-btn::before {
  background-position: -267px -97px !important;
  background-size: auto auto !important;
  height: 51px !important;
  left: -61px !important;
  top: -1px !important;
  width: 67px !important;
}
.contact-btn:hover::before {
	background-position: -267px -157px !important;
}
.navbar-expand-lg ul.navbar-nav li a.active,
.navbar-expand-lg ul.navbar-nav li a:hover{
	color: #b57472 !important;
}
.our-focus-content::before, .our-focus-content::after,
.our-company-content::before, .our-company-content::after,
.contact-us-left::before, .contact-us-left::after {
	position: absolute;
	content: "";
	left: -8px;
	top: -1px;
	bottom: auto;
	right: auto;
	margin: 0 auto;
	width: 15px;
	height: 14px;
	background-image: url("../images/sprite.png");
    background-position: 0px -160px;
    background-repeat: no-repeat;
	display: block;
	/* z-index: 999; */
}
.our-focus-content::after, .our-company-content::after, .contact-us-left::after {
	bottom: -1px;
	top: auto;
}
#header.header.fixed {
	background-color: rgba(60, 47, 47, 0.8);
}
#header.header.fixed .navbar.navbar-expand-lg {
	padding-top: 5px;
	padding-bottom: 10px;
}
#header.header.fixed .navbar-expand-lg .navbar-nav {
    padding-top: 6px;
}
.our-company-content {
	position: relative;
	padding-left: 35px;
	padding-top: 120px;
	border-left: 1px solid #854442;
	padding-bottom: 100px;
	width: 56%;
}
.contact-us-right ul li:first-child {
	width: 0;
	height: 0;
	position: relative;
}
.contact-us-right ul {
	display: flex;
	margin-bottom: 45px;
}
.contact-us-right ul > li:first-child::before {
	position: absolute;
	content: "";
	width: 53px;
	height: 62px;
	left: 0;
	right: 0;
	top: 5px;
	bottom: 0;
	margin: 0 auto;
	display: block;
	background-image: url("../images/sprite.png");
    background-position: -77px -90px;
    background-repeat: no-repeat;
}
.contact-us-right ul > li:last-child {
	margin-left: 72px;
}
.contact-us-right ul.phone > li:first-child::before {
	background-position:-145px -90px;
}
.contact-us-right ul.email > li:first-child::before {
	background-position:-214px -90px;
}
.contact-us-right ul > li h4 {
	font-size: 20px;
	font-weight: normal;
	font-family: Luzsans-book;
	color: #3C2F2F;
	line-height: 180%;
	margin-bottom: 0;
}
.contact-us-right ul > li p, .contact-us-right ul > li a {
	font-size: 20px;
	color: #666;
	margin-bottom: 0;
}
.contact-us-right ul:nth-child(2) {
	margin-bottom: 47px;
}
.contact-us-right ul:last-child {
	margin-bottom: 0;
}
.footer-menu > li:first-child {
	margin-left: 0;
}
.contact-us-left {
	padding-right: 100px;
	margin-right: 30px;
	position: relative;
	border-right: 1px solid #854442;
}
form textarea {
	height: 60px;
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: transparent;
	resize: none;
}
form .more-btn > input[type="submit"] {
	background-color: transparent;
	border: unset !important;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 0;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 0;
}
form .more-btn {
	margin-left: auto;
	margin-right: 0;
}
form .more-btn {
    left: 80px;
    margin: 0 !important;
    position: relative;
}
.contact-us-left::before, .contact-us-left::after {
    left: auto;
    right: -8px;
}
.con_form {
	margin-top: 46px;
}
.contact-us-right {
	padding-left: 45px;
	padding-top: 78px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  background: transparent none repeat scroll 0 0;
  height: 100%;
  position: relative;
  width: 100%;
  display: block;
}
.carousel-control-next-icon::before, .carousel-control-prev-icon::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin:auto;
	background-image: url("../images/sprite.png");
    background-position: -71px -182px;
    background-repeat: no-repeat;
	width: 46px;
	height: 47px;
	text-align: center;
	line-height: 46px;
}
.carousel-control-prev-icon::before {
	background-position:-1px -182px;
}
.carousel-control-next-icon:hover::before {
  background-position:-71px -242px;
}
.carousel-control-prev-icon:hover::before {
	background-position:-1px -242px;
}
.carousel-control-prev {
    left: 20px;
}
.carousel-control-next {
    right: 20px;
}
.contact-us-section::before {
  background-image: url("../images/contactus-top.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: auto;
  content: "";
  height: 500px;
  left: 0;
  position: absolute;
  right: 0;
  top: -500px;
  width: 100%;
}
.contact-us-section::after {
  background-image: url("../images/footer_logo.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 217px;
  left: 390px;
  margin: auto;
  position: absolute;
  right: 0;
  top: -116px;
  width: 209px;
}
#error, #result {
    background-color: #fff;
    border: 1px solid #f00;
    color: #ff0000;
    margin-top: 20px;
    padding: 5px;
    text-align: center;
    width: 100%;
}
#result {
    border-color: green;
    color: green;
}    
#carouselExampleIndicators::after {
  background-image: url("../images/banner-after-img.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: -150px;
  content: "";
  display: block;
  height: 422px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
}
.close-button {
  background-color: #844341;
  height: 40px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
  cursor: pointer;
  display: none;
}
.close-button::after, .close-button::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 22px;
}
.close-button::after {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.our-focus-content .col-sm-12 {
    padding: 0;
}
.error-404 #wrapper {
    background: #ffffff none repeat scroll 0 0;
    padding-top: 80px;
    position: relative;
    transition: all 0.5s ease 0s;
    z-index: 99;
}
.error-404-header-text h3 {
  color: #854442;
  font-size: 190px;
  font-weight: 600;
  letter-spacing: 10px;
  line-height: 120%;
  margin: -44px 0 5px;
  text-shadow: 5px 5px 0 rgba(133, 68, 66, 0.2);
}
.section-wrapper-404 h2 {
  font-size: 30px;
}
.section-wrapper-404 p {
  font-size: 18px;
  line-height: 170%;
  margin-bottom: 19px;
  margin-top: -3px;
}
.section-wrapper-404 {
  padding-bottom: 75px;
  text-align: center;
}
.section-wrapper-404 .more-btn {
    display: inline-block;
    left: 20px;
    position: relative;
    width: auto;
}
.conatct_btn {
  display: table;
  margin: 0;
  position: relative;
}
.conatct_btn > div#ajaxLoader img {
    background-color: #fff;
    border-radius: 50px;
    bottom: 0;
    height: 20px;
    line-height: normal;
    margin: auto !important;
    padding: 2px;
    position: absolute;
    right: -110px;
    top: 0;
    width: 20px;
}
.container .row {
    display: block;
}
.con_form .col-md-6 {
  display: block;
  float: left;
  width: 50%;
}
.order-last, .contact-us-section .col-lg-4 {
  float: right;
}
.order-first, .contact-us-section .col-lg-8 {
  float: left;
}
.footer-bottom > div[class*="col-sm"] {
  float: left;
}
.navbar-nav.ml-auto {
	text-align: right;
	width: 100%;
	display: block;
}
.nav-item {
	display: inline-block;
}
.contact-form .form-group:nth-child(5) {
  clear: both;
}
.worng_email {
  bottom: 0;
  color: #ff0000;
  display: none;
  left: 16px;
  position: absolute;
}
