@charset "utf-8";
/***********
 Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,600,700,800,900');

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	background: #FFFFFF;
	color: #6c6a74;
}

div {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
	list-style: none;
	margin-bottom: 0px;
}

p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 2.14;
	font-weight: 500;
	color: #6c6a74;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

p a {
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

p:last-of-type {
	margin-bottom: 0;
}

a, a:hover, a:visited, a:active, a:link {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

p a:active {
	position: relative;
	color: #FF6347;
}

p a:hover {
	color: #FFFFFF;
	background: #ffa07f;
}

p a:hover::after {
	opacity: 0.2;
}

::selection {
	background: #ff8a00;
	color: #FFFFFF;
}

p::selection {
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	color: #44425a;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection {
}

.form-control {
	color: #db5246;
}

section {
	display: block;
	position: relative;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

.clearfix::before, .clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.trans_200 {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.trans_300 {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.trans_400 {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.trans_500 {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.fill_height {
	height: 100%;
}

.super_container {
	width: 100%;
	overflow: hidden;
}

.prlx_parent {
	overflow: hidden;
}

.prlx {
	height: 130% !important;
}

.parallax-window {
	min-height: 400px;
	background: transparent;
}

.parallax_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.nopadding {
	padding: 0px !important;
}

.button {
	display: inline-block;
	width: auto;
	height: 47px;
	background: #ff8a00;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.button a {
	display: block;
	position: relative;
	padding-left: 33px;
	padding-right: 77px;
	line-height: 47px;
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
	white-space: nowrap;
}

.button_arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 100%;
	background: #ff6600;
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.button_arrow i {
	font-size: 20px;
	line-height: 47px;
	color: #ffae00;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.button:hover {
	background: #ffae00;
}

.button:hover .button_arrow {
	background: #ff8a00;
}

.button:hover .button_arrow i {
	color: #ffae00;
}

.section_title h2 {
	font-weight: 600;
}

.section_subtitle {
	font-size: 14px;
	color: #6c6a74;
	text-align: center;
	margin-top: 66px;
	line-height: 2.14;
}

/*********************************
3. Header
*********************************/

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.header.scrolled {
	top: 0px;
}

/*********************************
3.2 Header Content
*********************************/

.header_container {
	width: 100%;
	background: #FFFFFF;
}

.header_content {
	height: 90px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.header.scrolled .header_content {
	height: 70px;
}

/*********************************
3.3 Logo
*********************************/

.logo,
.logo_text {
	display: inline-block;
}

.logo {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.logo_text {
	font-family: 'Montserrat', serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 0.75;
	margin-left: 1px;
	color: #464646;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

/*********************************
3.4 Main Nav
*********************************/

.main_nav_contaner {
}

.main_nav,
.search_button {
	display: inline-block;
}

.main_nav li {
	display: inline-block;
	position: relative;
	height: 31px;
}

.main_nav li a {
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	padding: 7px 18px;
	background: #FFFFFF;
	color: #2c2b31;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main_nav li a:hover,
.main_nav li.active a {
	color: #FFFFFF;
	background: #c87a29;
}

.main_nav li a:hover {
	background: #c87a29;
}

.search_button {
	margin-left: 88px;
	cursor: pointer;
}

.search_button i {
	font-size: 15px;
	color: #181818;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.search_button:hover i {
	color: #ff8a00;
}

.header_search_form {
	display: block;
	position: relative;
	width: 40%;
}

.header_search_container {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #2c2b31;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.header_search_container.active {
	bottom: -73px;
	opacity: 1;
}

.header_search_content {
	width: 100%;
	height: 73px;
}

.search_input {
	width: 100%;
	height: 40px;
	border: none;
	outline: none;
	padding-left: 20px;
	background: transparent;
	border-bottom: solid 2px #ff8a00;
	color: #FFFFFF;
}

.header_search_button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	border: none;
	outline: none;
	cursor: pointer;
}

/*********************************
3.5 Hamburger
*********************************/

.hamburger_container {
}

.hamburger {
	display: none;
	cursor: pointer;
}

.hamburger i {
	font-size: 20px;
	color: #353535;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.hamburger:hover i {
	color: #ff8a00;
}

/*********************************
4. Menu
*********************************/

.menu {
	position: fixed;
	top: 0;
	right: -400px;
	width: 400px;
	height: 100vh;
	background: #FFFFFF;
	z-index: 101;
	padding-right: 60px;
	padding-top: 87px;
	padding-left: 50px;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
}

.menu .logo a {
	color: #000000;
}

.menu.active {
	right: 0;
}

.menu_close_container {
	position: absolute;
	top: 8px;
	right: 60px;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

li.menu_mm.active {
	color: #fff;
	background: #c87a29;
}

.menu_close {
	position: relative;
	display: inline-block;
	margin-left: 25px;
	vertical-align: middle;
	background: #d68810;
	color: #fff;
	border-radius: 2px;
	line-height: 1;
	padding: 0.769230769em;
	font-size: 0.8125rem;
	margin: 0.5px 0;
	font-weight: 700;
	letter-spacing: 0.046875em;
	text-transform: uppercase;
}

.menu_close div {
	width: 100%;
	height: 2px;
	background: #232323;
	top: 8px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu_close div:last-of-type {
	-webkit-transform: rotate(90deg) translateX(-2px);
	-moz-transform: rotate(90deg) translateX(-2px);
	-ms-transform: rotate(90deg) translateX(-2px);
	-o-transform: rotate(90deg) translateX(-2px);
	transform: rotate(90deg) translateX(-2px);
	transform-origin: center;
}

.menu_close:hover div {
	background: #937c6f;
}

.menu .logo {
	margin-bottom: 60px;
}

.menu_nav ul li {
	margin-bottom: 9px;
}

.menu_nav ul li a {
	font-size: 16px;
	color: #2c2b31;
	font-weight: 700;
	letter-spacing: 0.05em;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu_nav ul li a:hover {
	color: #ff6600;
}

.menu .search {
	width: 100%;
	margin-bottom: 67px;
}

.search {
	display: inline-block;
	width: 400px;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}

.menu .header_search_form {
	width: 100%;
}

.search form {
	position: relative;
}

.menu .search_input {
	width: 100%;
	background: transparent;
	height: 42px;
	border: none;
	outline: none;
	padding-left: 20px;
	border-bottom: solid 2px #d9d9d9;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu .search_input::-webkit-input-placeholder {
	font-size: 14px !important;
	font-weight: 500 !important;
	color: rgba(0,0,0,0.15) !important;
}

.menu .search_input:-moz-placeholder {
	font-size: 14px !important;
	font-weight: 500 !important;
	color: rgba(0,0,0,0.15) !important;
}

.menu .search_input::-moz-placeholder {
	font-size: 14px !important;
	font-weight: 500 !important;
	color: rgba(0,0,0,0.15) !important;
}

.menu .search_input:-ms-input-placeholder {
	font-size: 14px !important;
	font-weight: 500 !important;
	color: rgba(0,0,0,0.15) !important;
}

.menu .search_input::input-placeholder {
	font-size: 14px !important;
	font-weight: 500 !important;
	color: rgba(0,0,0,0.15) !important;
}

.menu .search_input:focus {
	border-bottom: solid 2px #ff6600;
}

.header_search_button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	border: none;
	outline: none;
	cursor: pointer;
	background: transparent;
}

.header_search_button:focus {
	outline: none;
}

.header_search_button i {
	font-size: 16px;
	color: #d9d9d9;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.header_search_button:hover i {
	color: #ff8a00;
}

.menu_extra {
	position: absolute;
	right: 60px;
	bottom: 30px;
}

.menu_phone,
.menu_social {
	font-size: 12px;
}

.menu_social {
	margin-right: -6px;
	margin-top: 5px;
}

.menu_title {
	text-transform: uppercase;
	margin-right: 10px;
}

.menu_social ul {
	display: inline-block;
}

.menu_social ul li {
	display: inline-block;
}

.menu_social ul li a i {
	font-size: 12px;
	color: rgba(0,0,0,0.4);
	padding: 6px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu_social ul li a i:hover {
	color: #ff6600;
}

/*********************************
5. Home
*********************************/

.home {
	width: 100%;
}

.home_slider_container {
	width: 100%;
	height: 100%;
}

.home_slider_background {
	position: relative;
	top: 0px;
	left: 0;
	margin-top: 90px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.home_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home_container {
	position: absolute;
	top: 35.5%;
	left: 0;
	width: 100%;
}

.home_logo {
	width: 263px;
	height: 178px;
	margin-left: auto;
	margin-right: auto;
}

.home_logo img {
	max-width: 100%;
}

.home_text {
	margin-top: -55px;
}

.home_title {
	width: 100%;
	font-size: 72px;
	line-height: 1.2;
	font-weight: 600;
	color: #FFFFFF;
}

.home_subtitle {
	max-width: 670px;
	font-size: 15px;
	line-height: 2;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
}

.home_buttons {
	margin-top: 50px;
}

.home_button:first-child {
	margin-right: 26px;
}

.home_slider_nav_container {
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 3;
}

.home_slider_nav.home_slider_next {
	right: 35px;
}

.home_slider_nav.home_slider_prev {
	left: 35px;
}

.home_slider_nav {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	line-height: 35px;
	text-align: center;
	background: #ccc;
	cursor: pointer;
}

.home_slider_nav i {
	font-size: 18px;
	color: #000000;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

/*********************************
    About
*********************************/
.about-section {
	position: relative;
	width: 100%;
	padding: 50px 0;
	text-align: center;
}

.about-inner h3 {
	position: relative;
	font-size: 30px;
	font-weight: 400;
	color: #1d1d1d;
	text-align: center;
	margin-bottom: 25px;
	line-height: 24px;
}

.about-inner p {
	text-align: center;
	font-size: 17px;
	color: #383838;
	line-height: normal;
	font-weight: 300;
	margin-bottom: 15px;
}

.readmore {
	background: #c77a2b url(../images/arrow.png) 86% center no-repeat;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	padding: 8px 38px 8px 17px;
	border-radius: 0;
	text-shadow: none !important;
}

.readmore:hover {
	background-color: #aa3162;
	color: #fff;
}
.aboutarea-section {
    width: 100%;
    color: #777;
    float: left;
    clear: both;
    background: #eee;
    margin-bottom: 15px;
    position: relative;
    z-index: 99;
}
.aboutarea-section .titlebx {
    float: left;
    padding: 10px 60px 10px 0;
}
.aboutarea-section .titlebx h1 {
    font-weight: 600;
    line-height: 26px;
    color: #004275;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
}
.breadcrumbs {
    padding-bottom: 7px;
    line-height: 44px;
    font-size: 15px;
    float: right;
}
.breadcrumbs span:first-child {
    padding-left: 0;
}

.breadcrumbs span {
    padding: 0 3px;
}
.aboutarea-section{
    position: relative;
    width: 100%;
    padding-top: 90px;
    text-align: center;
    color: #777;
    float: left;
    clear: both;
    background: #eee;
    margin-bottom: 15px;
    position: relative;
    z-index: 99;
    }

.aboutarea-sectioncontent{
    position: relative;
    width: 100%;
    padding: 50px 0px;
   }  

.aboutarea-sectioncontent p {
    margin: 0;
    padding: 0 0 12px;
    text-align: justify;
    font-weight: 400;
    color: #333;
    font-size: 15px;
    font-style: normal;
    line-height: 20px;
}  
.aboutarea-sectioncontent h3 {
    position: relative;
    color: #44425a;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}
.aboutarea-sectioncontent ul {
	position: relative;
    list-style: disc;
    margin: 0 0 1.75em 1.25em;
    padding: 0;
}

/*********************************
    Service
*********************************/
.services-section {
	position: relative;
	background-color: rgba(0, 0, 0, 0.7);
	background: url(../images/back1.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	padding: 50px 0;
	text-align: center;
}

.services-inner h3 {
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
	line-height: 24px;
	position: relative;
}

.services-section span {
	color: #fff;
}

.services-section ul {
	margin: 0 0 1.75em -2.75em;
}

.services-section ul li {
	position: relative;
	background: #fff;
	display: inline-block;
	margin: 20px;
	font-size: 14px;
	color: #555;
	font-weight: 400;
	text-align: center;
	padding: 20px;
	vertical-align: top;
	width: 22.2%;
	min-height: 246px;
}

.services-inner ul li:first-child {
	margin-left: 0;
}

.image-icon img {
	position: relative;
	width: 45px;
	height: 45px;
}

.services-inner ul li h4 {
	margin: 10px 0px;
	font-size: 17px;
	color: #f0ab1a;
	font-weight: 600;
	text-align: center;
}

.services-inner ul li p {
	color: #555;
	font-size: 14px;
	font-weight: 400;
	height: 63px;
	margin-bottom: 14px;
	overflow: hidden;
	text-align: center;
}

.services-inner ul li a {
	position: absolute;
	background: #aa3162 url(../images/arrow.png) no-repeat scroll 86% center;
	border-radius: 0;
	bottom: -17px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	left: 50%;
	margin-left: -26%;
	padding: 6px 38px 5px 17px;
	text-shadow: none !important;
	width: 52%;
}
.services-inner  ul li a:hover {
	background-color: #b76a1b;
	color: #fff;
}

.services-inner ul li:last-child {
	margin-right: 0;
}
.servicearea-section p {
    position: relative;
    color: #333;
    margin: 0;
    padding: 0 0 12px;
    text-align: justify;
    font-weight: 400;
    font-size: 15px;
    font-style: normal;
    line-height: 20px;
}
.servicearea-section h3 {
    position: relative;
    color: #333;
    font-size: 17px;
    font-weight: 600;
}
.servicearea-section ul {
    list-style: disc;
    margin: 0 0 1.75em 1.25em;
    padding: 0;
}
.servicearea-section ul li {
	position: relative;
	color: #333;
 }
.servicearea-section {
    position: relative;
    padding: 50px 0px;
}

/*********************************
 Press
*********************************/
.pressarea-section{
	position: relative;
    padding: 50px 0px;
}
.press-img img {
    max-width: 45%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.pressarea-section p{
	position: relative;
	color: #000;
}
.pressarea-section p.it{
	position: relative;
    color: #000;
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
}

/*********************************
 careers
*********************************/
.careerarea-section{
	position: relative;
	padding: 75px 0px;
}
.careerarea-section p{
    margin: 0;
    padding: 0 0 12px;
    text-align: justify;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    color: #000;
}
.careerarea-section h3 {
	position: relative;
    margin: 0;
    padding: 0 0 12px;
    text-align: justify;
    font-weight: 600;
    font-style: normal;
    line-height: 20px;
    color: #333;
    font-size: 16px;
}
.input.form-control {
	position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 400;
    padding: 7px 10px;
    width: 100%;
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}
input.submit-bottom {
    background: #004275;
    border: medium none;
    font-size: 16px;
    padding: 5px 14px;
    float: right;
    margin-top: 0px;
    color: #fff;
    width: 100px;
    position: relative;
    border-radius: 5px;
    font-weight: 400;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #333;
}
.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #000;
    outline: 0;
    box-shadow: none!important;
}
input.submit-bottom:hover {
	background:#c87a29;
    }
label em {
    color: #ea4335;
    font-style: normal;
}
.form-control {
	 border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 400;
    padding: 7px 10px;
    width: 50%;
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}
.form-control {
    color: #000;
}
.btn-submit {
    position: relative;
    width: 50%;
}
/*********************************
 Testimonial
*********************************/
.testimonials-section {
	position: relative;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    padding: 0;
    text-align: center;
    padding-top: 38px;
    padding-bottom: 40px;
}
.testi-section h3 {
	position: relative;
    font-size: 30px;
    font-weight: 400;
    color: #1d1d1d;
    text-align: center;
    margin-bottom: 25px;
    line-height: 24px;
}
.testimonials-section  .carousel-indicators li {
    position: relative;
    background-color: #000;
}
.testimonials-section  .carousel-indicators .active {
	position: relative;
    background-color: #c87a29;
}
.testimonials-section  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -34px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.testi-section p {
    text-align: center;
    font-size: 14px;
    color: #383838;
    line-height: 26px;
    margin-bottom: 0;
    padding-bottom: 0;
}
/*********************************
 Contact Us
*********************************/
.contactusarea-section {
    position: relative;
    padding: 70px 0px;
}
.contect-rea h3 {
	position: relative;
    color: #333;
    font-size: 20px;
}
.contect-rea p {
	position: relative;
    color: #333;
}
.contect-rea {
    position: revert;
    margin-bottom: 20px;
}
.contact-form .form-control {
    width: 100%;
}
.contact-form .btn-submit {
    position: relative;
    width: 100%;
}
/*********************************
  Footer
*********************************/
.site-footer {
	position: relative;
    width: 100%;
    background: #121212;
    padding: 40px 0 0 0;
    text-align: center;
    border: none;
    margin-top: 30px;
    z-index: 9999;
}
.footerinner-area {
	position: relative;
    width: 312px;
    background: #ab3361;
    min-height: 379px;
    text-align: left;
    float: left;
    margin-top: -60px;
    margin-bottom: -72px;
 }
 .footerinner-area::before {
 	position: absolute;
    content: "";
    background: url(../images/corner_img.png) no-repeat;
    width: 20px;
    height: 20px;
    right: -20px;
    top: 0;
}
.footerinner-area h2 {
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 400;
    letter-spacing: 0 !important;
    line-height: 24px !important;
    margin-bottom: 30px !important;
    margin-top: 59px !important;
    padding-left: 16px;
    text-transform: none !important;
}
.footerinner-area .widget {
    margin-bottom: 0 !important;
}
.footerinner-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footerinner-area ul li.address {
    background: url(../images/address_icon.png) 18px 7px no-repeat;
}
.footerinner-area ul li.email {
    background: url(../images/mail_icon.png) 14px 5px no-repeat;
}
.footerinner-area ul li.phone_no {
    background: url(../images/phone_icon.png) 17px center no-repeat;
}
.footerinner-area ul li.email a {
    color: #fff;
    text-decoration: none;
}

.footerinner-area ul li {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 20px;
    padding-left: 46px;
}
.widget-area > :last-child, .widget > :last-child {
    margin-bottom: 0;
}
.footer_social {
    margin-top: 22px;
}
.footer_social ul li a i {
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.footer_social ul li {
    display: inline-block;
}
.quick_link {
    width: 22%;
    text-align: left;
    margin-left: 10%;
}
.quick_link h2 {
    font-size: 24px !important;
    font-weight: 400;
    letter-spacing: 0 !important;
    text-transform: none !important;
    margin-bottom: 10px !important;
    color: #fff !important;
    line-height: 24px !important;
}
.quick_link ul {
    padding: 10px 0 0 0px;
    margin: 0;
    list-style: none;
}
.footer
{
	width: 100%;
	padding-top: 50px;
	width: 100%;
    background: #121212;
    padding: 40px 0 0 0;
    text-align: center;
    border: none;
    position: relative;
    margin-top: 30px;
}
.textwidget p {
    color: #fff;
}

.footer_about_text
{
	padding-top: 49px;
}
.footer_social
{
	margin-top: 22px;
}
.footer_title
{
	font-size: 24px !important;
    font-weight: 400;
    letter-spacing: 0 !important;
    text-transform: none !important;
    margin-bottom: 10px !important;
    color: #fff !important;
    line-height: 24px !important;
}
.footer_list
{
	margin-top: 26px;
}
.footer_list li:not(:last-child)
{
	margin-bottom: 15px;
}
.footer_list li a
{
	 font-size: 15px;
    font-weight: 400;
    color: #fff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_list li a:hover
{
	color: #ff8a00;
}
.footer_contact_info
{
	padding-right: 70px;
	margin-top: 26px;
}
.footer_contact_item:not(:last-child)
{
	margin-bottom: 23px;
}
.footer_contact_title
{
	font-size: 14px;
	font-weight: 500;
	color: #ff6600;
}
.footer_contact_line
{
	font-size: 14px;
	font-weight: 500;
	color: #6c6a74;
	margin-top: 3px;
}
.bottom_section {
    float: left;
    width: 100%;
    background: #000000;
    text-align: center;
    padding: 10px 10px;
    color: #fff;
    padding-top: 25px;
}
.footer_links {
    padding-bottom: 30px;
    text-align: left;
}
.footer_links .textwidget{
	position: relative;
    color: #fff;
    font-size: 15px;
    margin-top: 24px !important;
    text-transform: none;
    font-weight: 400;
}
.footer_links .textwidget a {
    background: #f4b117;
    border: medium none;
    box-shadow: none;
    clear: both;
    color: #fff;
    display: table;
    font-size: 13px;
    margin-top: 16px;
    padding: 3px 10px;
}
.footer_title.tl {
    margin-top: 0px;
}
.logo_img {
    position: relative;
}
.logo_img img {
    height:70px;
}
