/* Bright Plus Fitout */


@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
	font-family: 'Barlow', sans-serif;
	font-family: 'Poppins', sans-serif;

*/

@import url('../css/font-awesome.css');
@import url('../css/simple-line-icons.css');
@import url('../css/animate.css');
@import url('../css/owl.css');
@import url('../css/jquery-ui.css');
@import url('../css/jquery.fancybox.min.css');



/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Barlow', sans-serif;
	font-size:16px;
	color:#393938;
	line-height:1.50em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#d4af37;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active,
button:focus{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Barlow', sans-serif;
	font-weight:700;
	margin:0 0 15px;
	background:none;
	color: #154E4D;
	line-height:1.22em;
}

input,button,select,textarea{
	font-family: 'Barlow', sans-serif;
}

textarea{
	overflow:hidden;
	resize: none;	
}

p{
	position:relative;
	margin-bottom:20px;	
}

.text{
	position:relative;
	line-height:1.50em;
	margin-bottom:0px;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1560px;
	padding:0px 20px;
	margin:0 auto;
}

.medium-container{
	position:static;
	max-width:1040px;
	padding:0px 20px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,ol,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

.btn-style-one{
	position:relative;
	display:inline-block;
	vertical-align: top;
	margin: 0;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 14px;
	padding: 8px 30px;
	line-height: 24px;
	text-align: center;
	text-transform: capitalize;
	background: #171f6e;
	box-shadow: 3px 3px 1px 0px #d4af37;
	border-radius: 0;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.btn-style-one span{
	position: relative;
	display: block;
	z-index: 1;
}

.btn-style-one i{
	position: relative;
	top: 1px;
	padding-left: 10px;
}

.btn-style-one:hover{
	color: #FFFFFF;
	background: #d4af37;
	box-shadow: 3px 3px 1px 0px #154E4D;
}

.btn-style-two{
	position:relative;
	display:inline-block;
	vertical-align: top;
	margin: 0;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 16px;
	padding: 6px 30px;
	line-height: 24px;
	text-align: center;
	text-transform: none;
	background: #154E4D;
	border: 2px solid #ffffff;
	border-radius: 20px;
	overflow: hidden;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.btn-style-two i{
	position: relative;
	top: 0px;
	font-weight: 700;
	padding-left: 10px;
}

.btn-style-two:hover{
	color: #FFFFFF;
	border-color: #154E4D;
	background: #154E4D;
}

.btn-style-three{
	position:relative;
	display:inline-block;
	vertical-align: top;
	margin: 0;
	color: #154E4D;
	font-weight: 500;
	font-size: 14px;
	padding: 8px 30px;
	line-height: 24px;
	text-align: center;
	text-transform: capitalize;
	background: #FFFFFF;
	box-shadow: 3px 3px 1px 0px #154E4D;
	border-radius: 0;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.btn-style-three span{
	position: relative;
	display: block;
	z-index: 1;
}

.btn-style-three i{
	position: relative;
	top: 1px;
	padding-left: 10px;
}

.btn-style-three:hover{
	color: #FFFFFF;
	background: #154E4D;
	box-shadow: 3px 3px 1px 0px #FFFFFF;
}

.theme-btn .icon-left{
	padding-right:10px;
}

.theme-btn .icon-right{
	padding-left:10px;
}

.theme_color{
	color:#d4af37;	
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.bold-font{
	font-weight:700;	
}

.ex-bold-font{
	font-weight:800;	
}

.heavy-font{
	font-weight:900;
}

.bg-lightgrey{
	background-color:#f6f7f8;	
}

.no-bg{
	background:none;	
}

.text-uppercase{
	text-transform:uppercase;	
}

.grey-color{
	color:#333333 !important;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.svg); display: none;}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:20px;
	right:20px;
	width:44px;
	height:52px;
	color:#ffffff;
	font-size:15px;
	text-transform:uppercase;
	line-height:52px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:4px;
	background:#231f20;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	opacity: 0.90;
	background: #d4af37;
	color:#ffffff;
}

/*** 

====================================================================
				Default Styling
====================================================================

***/

table{
	position:relative;
    border-collapse: collapse;
    width: 100%;
	margin-bottom:20px;
    border: 1px solid #ffffff;
    font-family: 'Barlow', sans-serif;
}

table tr td{
    border: none;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 10px 15px;
    line-height: 1.5em;
    text-align: center;
    font-size: 18px;
	color: #FFFFFF;
}

table tr td:last-child{
	border-right: none;
}

table tr:last-child td{
	border-bottom: none;
}

table tr:hover{background-color: #dddddd;}

table th{
	border: none;
    border-right: 1px solid #ffffff;
    padding: 12px 15px;
    text-align: center;
    line-height: 1.5em;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #ed7d31;
    color: #ffffff;
}

table th:last-child{
	border-right: none;
}

table tr td.scope,
table tr th.scope{
	width: 33.333%;
}

h1{
	font-size: 56px;
}
h2{
	font-size: 48px;
}
h3{
	font-size: 36px;
}
h4{
	font-size: 30px;
}
h5{
	font-size: 24px;
}
h6{
	font-size: 20px;
}



/*** 

====================================================================
	Default Form Style
====================================================================

***/

form{
	position:relative;
}

form .form-group{
	position:relative;
	margin-bottom:20px;
}

form .row .form-group{
	margin-bottom:30px;
}

form .form-group .field-label{
	position:relative;
	display:block;
	font-size: 14px;
	font-weight: 500;
	color: #5b5b5b;
	line-height:24px;
	margin-bottom: 10px;
}

form .form-group .field-inner{
	position: relative;
	display: block;
}

form .form-group .field-inner .icon{
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	height: 30px;
	width: 30px;
	color: #d4af37;
	text-align: center;
}

form input[type="text"],
form input[type="password"],
form input[type="tel"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="file"],
form textarea,
form select{
	position:relative;
	display:block;
	width:100%;
	color:#3C3C3B;
	line-height:24px;
	padding:10px 22px;
	height:46px;
	font-size:14px;
	font-weight: 400;
	background:#ffffff;
	font-family: 'Barlow', sans-serif;
	margin:0px;
	border-radius: 0;
	border:1px solid rgba(0,0,0,0.10);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

form input[type="file"]{
	cursor: pointer;
	height: 48px;
}

form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor: pointer;
	background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

form select option{
	text-indent: 22px;
	cursor: pointer;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form input[type="search"]:focus,
form input[type="file"]:focus,
form select:focus,
form textarea:focus{
	border-color:#d4af37;
}

form textarea{
	height:150px;
	resize:none;
}

form button,
form input[type="submit"],
form .theme-btn{
	position:relative;
	display:inline-block;
	margin: 0;
}

form button:hover,
form input[type="submit"]:hover,
form .theme-btn:hover{
	
}

form .radio-block{
    position: relative;
    display: inline-block;
	vertical-align: top;
	min-width: 280px;
    margin-right: 10px;
}

form .radio-block input{
    position: absolute;
    left: 0;
    top: 5px;
    padding: 0;
    cursor: pointer;
}

form .radio-block label{
    position: relative;
    display: block;
    padding-left: 20px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
}

form .check-block{
    position: relative;
    display: inline-block;
	vertical-align: top;
    margin-right: 30px;
}

form .check-block input{
    position: absolute;
    left: 0;
    top: 6px;
    padding: 0;
    cursor: pointer;
}

form .check-block label{
    position: relative;
    display: block;
    padding-left: 20px;
    line-height: 24px;
    font-size: 15px;
    font-weight: 400;
    color: #5b5b5b;
    text-transform: capitalize;
    cursor: pointer;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0;
	top:0;
	width:100%;
	padding:0px 0px;
	min-height: 130px;
	background:none;
	z-index:999;
}

.main-header ul,
.main-header ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-header .nav-toggler{
	position:relative;
	float:right;
	padding:0px 0px;
	margin-top: 15px;
	margin-left:30px;
	display: none;	
}

.main-header .nav-toggler button{
	position:relative;
	height:40px;
	line-height:40px;
	padding: 0px 0px;
	text-align: center;
	background:none;
	color:#ffffff;
	font-size:20px;
	margin:0px;
	border-radius:0px;
	outline: none !important;
}

.main-header .nav-toggler img{
	width: 32px;
}

.main-header .header-upper{
	position:fixed;
	left: 0;
	top: 0;
	padding:0px;
	width:100%;
	background: #d4af37 url(../images/background/dark-pattern.png) left top repeat;
}

.main-header .main-box{
	position:relative;
	padding:0px;
	width:100%;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	padding:15px 0px;
	z-index:10;	
}

.main-header .main-box .logo-box .logo{
	position:relative;
	display:block;
}

.main-header .main-box .logo-box .logo img{
	display:block;
	max-width:100%;
	height: 100px;
}

.main-header .upper-right{
	position:relative;
	display:block;
	float: right;
	padding-top: 16px;
	z-index:5;
}

.main-header .upper-right .phone{
	position: relative;
	float: right;
	padding-top: 40px;
	margin-left: 40px;
	min-height: 34px;
	line-height: 24px;
}

.main-header .upper-right .phone a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 5px 20px;
	padding-left: 52px;
	color: #ffffff;
	background: #171f6e;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

.main-header .upper-right .phone a:after{
	content: '';
	position: absolute;
	left: 100%;
	margin-left: -1px;
	top: 0;
	width: 1500px;
	height: 100%;
	background: #171f6e;
}

.main-header .upper-right .phone .icon{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 31px;
	border-right: 2px solid #d4af37;
}

.main-header .upper-right .phone .icon img{
	display: inline-block;
	vertical-align: middle;
	max-height: 20px;
}

.main-header .upper-right .phone a:hover{
	opacity: 0.70;
}

.main-header .nav-box{
	position:relative;
	float: left;
	padding: 32px 0 0;
	z-index:5;
}

.main-header .nav-outer{
	position:relative;
	display:block;
}

.main-menu{
	position:relative;
	display:block;
	padding-top: 0px;
}

.main-menu .navbar-collapse{
	padding:0px;
	margin:0px;
	border:none;
	box-shadow:none;
}

.main-menu .navigation{
	position:relative;
	z-index: 1;
}

.main-menu .navigation > li{
	position:relative;
	display: block;
	float: left;
	padding:0px 0px;
	margin-right: 5px;
	text-align:left;
}

.main-menu .navigation > li:last-child{
	margin-right: 0;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:14px;
	color:#ffffff;
	padding:10px 25px;
	font-weight:700;
	line-height:30px;
	text-transform: uppercase;
	opacity:1;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	text-decoration: none;
	color: #171f6e;
	opacity:1;
}

/*.main-menu .navigation > li.dropdown:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: 80%;
	border: 15px solid transparent;
	border-top: 15px solid #154E4D;
	opacity: 0;
	visibility: hidden;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-menu .navigation > li.dropdown:hover:after{
	top: 100%;
	opacity: 1;
	visibility: visible;
}*/

.main-menu .navigation > li:before, 
.main-menu .navigation > li:after, 
.main-menu .navigation > li a:before, 
.main-menu .navigation > li a:after{
	background: #171f6e;
    content: '';
    position: absolute;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
}

.main-menu .navigation > li:before{
	top: 0;
    left: 0;
    right: 0;
    height: 2px;
    -moz-transform: translate(0%, 0) scaleX(0);
    -o-transform: translate(0%, 0) scaleX(0);
    -ms-transform: translate(0%, 0) scaleX(0);
    -webkit-transform: translate(0%, 0) scaleX(0);
    transform: translate(0%, 0) scaleX(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.main-menu .navigation > li:after{
	bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    -moz-transform: translate(0%, 0) scaleX(0);
    -o-transform: translate(0%, 0) scaleX(0);
    -ms-transform: translate(0%, 0) scaleX(0);
    -webkit-transform: translate(0%, 0) scaleX(0);
    transform: translate(0%, 0) scaleX(0);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.main-menu .navigation > li > a:before{
	top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    -moz-transform: translate(0, 0%) scaleY(0);
    -o-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%) scaleY(0);
    -webkit-transform: translate(0, 0%) scaleY(0);
    transform: translate(0, 0%) scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

.main-menu .navigation > li > a:after{
	top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    -moz-transform: translate(0, 0%) scaleY(0);
    -o-transform: translate(0, 0%) scaleY(0);
    -ms-transform: translate(0, 0%) scaleY(0);
    -webkit-transform: translate(0, 0%) scaleY(0);
    transform: translate(0, -101%) scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

.main-menu .navigation > li:hover:before, 
.main-menu .navigation > li:hover:after, 
.main-menu .navigation > li:hover > a:before, 
.main-menu .navigation > li:hover > a:after{
	-moz-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1;
    visibility: visible;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left: 0px;
	top:100%;
	margin-top: 50px;
	width:420px;
	padding:10px 0px;
	z-index:100;
	opacity: 1;
	text-align:left;
	background:#d4af37;
	border: 1px solid rgba(0,0,0,0.0);
	border-radius:0px;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-moz-transition:all 100ms ease;
	-webkit-transition:all 100ms ease;
	-ms-transition:all 100ms ease;
	-o-transition:all 100ms ease;
	transition:all 100ms ease;
}

.main-menu .navigation > li > ul:before{
	content: '';
	position: absolute;
	left: 0;
	top: -50px;
	width: 100%;
	height: 50px;
	z-index: 1;
}

.main-menu .navigation > li > ul > li{
	position:relative;
	padding:0px 0px;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom: none;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:5px 20px 5px 40px;
	font-size:14px;
	line-height:24px;
	font-weight:700;
	color:#ffffff;
	text-decoration: none;
	text-transform:uppercase;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li.current > a{
	color:#ffffff;
	background: #171f6e;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;	
	top: 100%;
	-webkit-transform: translate(0px);
	-ms-transform: translate(0px);
	transform: translate(0px);
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}


/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

body.visible-sidebar{
  overflow-y: hidden;
}

.menu-backdrop{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9990;
    background: rgba(255,255,255,0.95);
    cursor: pointer;
    opacity:0;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: opacity 300ms ease 1500ms, transform 1200ms ease 500ms;
    -moz-transition: opacity 300ms ease 1500ms, transform 1500ms ease 500ms;
    -webkit-transition: opacity 300ms ease 1500ms, transform 1200ms ease 500ms;
    -ms-transition: opacity 300ms ease 1500ms, transform 1200ms ease 500ms;
    -o-transition: opacity 300ms ease 1500ms, transform 1200ms ease 500ms;
}

.visible-sidebar .menu-backdrop{
    opacity: 1;
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    transition: opacity 300ms ease, transform 1200ms ease;
    -moz-transition: opacity 300ms ease, transform 1200ms ease;
    -webkit-transition: opacity 300ms ease, transform 1200ms ease;
    -ms-transition: opacity 300ms ease, transform 1200ms ease;
    -o-transition: opacity 300ms ease, transform 1200ms ease;
}

.hidden-bar{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  background: rgba(255,255,255,0.0);
  color: #ffffff;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in;
  -ms-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
}

.hidden-bar.visible-sidebar{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 500ms ease-in 1000ms;
  -ms-transition: all 500ms ease-in 1000ms;
  -o-transition: all 500ms ease-in 1000ms;
  -moz-transition: all 500ms ease-in 1000ms;
}

.hidden-bar .nav-logo-box{
  position: relative;
  top: -20px;
  padding: 0px 20px;
  margin-bottom: 40px;
  opacity: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hidden-bar.visible-sidebar .nav-logo-box{
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 500ms ease-in 1000ms;
	-ms-transition: all 500ms ease-in 1000ms;
	-o-transition: all 500ms ease-in 1000ms;
	-moz-transition: all 500ms ease-in 1000ms;
}

.hidden-bar .nav-logo-box img{
  max-height: 100px;
}

.hidden-bar ol,
.hidden-bar ol li,
.hidden-bar ul,
.hidden-bar ul li{
  list-style-type:none;
  margin:0px;
}

.hidden-bar .hidden-bar-closer{
  position: absolute;
  right: 25px;
  top: 25px;
  padding: 0 0;
  line-height: 50px;
  cursor: pointer;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  z-index: 9999;
}

.hidden-bar .hidden-bar-closer img{
  height: 36px;
}

.hidden-bar-wrapper-outer{
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
  width: 100%;
  overflow-y: auto;
}

.hidden-bar-wrapper{
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 50px 0px;
}

.hidden-bar .side-nav-outer{
  position: relative;
  top: 30px;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.hidden-bar.visible-sidebar .side-nav-outer{
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 500ms ease-in 1000ms;
	-ms-transition: all 500ms ease-in 1000ms;
	-o-transition: all 500ms ease-in 1000ms;
	-moz-transition: all 500ms ease-in 1000ms;
}

.hidden-bar .side-menu{
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.hidden-bar .side-menu ul li{
  position: relative;
  display: block;
  padding: 0px 0px;
  margin-bottom: 12px;
}

.hidden-bar .side-menu ul li a{
  position: relative;
  color: #372b1d;
  display: inline-block;
  font-weight: 600;
  font-size:20px;
  line-height: 28px;
  text-transform: uppercase;
  padding: 0px 0px;
  letter-spacing: 0.03em;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a:before,
.hidden-bar .side-menu ul > li > a:before,
.hidden-bar .side-menu ul > li > ul > li > a:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  border-bottom: 2px solid #0426a0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a:hover:before,
.hidden-bar .side-menu ul > li.current > a:before,
.hidden-bar .side-menu ul > li > ul > li.current > a:before {
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a {
  color: #d4af37;
}

.hidden-bar .side-menu ul li ul li{
  border-bottom: none;
}

.hidden-bar .side-menu ul li ul li a{
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px;
}

.hidden-bar .side-menu ul li .btn-expander{
  position: absolute;
  top: 11px;
  right: 0;
  background: none;
  color: rgba(0,0,0,0.85);
  font-size: 14px;
  height: 24px;
  width: 20px;
  line-height: 24px;
  border-radius: 0px;
  outline: none;
  cursor: pointer;
  z-index: 1;
}

.hidden-bar .side-menu ul li{
  padding: 0;
}

.hidden-bar .side-menu ul li:last-child{
  margin-bottom: 0;
}

.hidden-bar .side-menu ul li a{
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  padding: 0px 0px;
}

.hidden-bar .side-menu ul li .btn-expander{
  top: 11px;
  right: -12px;
  font-weight: 700;
  font-size: 14px;
  width: 30px;
  height: 30px;
  outline: none;
  box-shadow: none;
  border: none;
}

.hidden-bar .side-menu ul li .btn.focus, .hidden-bar .side-menu ul li .btn:focus{
	outline: none;
  box-shadow: none;
  border: none;
}

.hidden-bar .side-menu ul li .btn-expander i{
  font-weight: 800;
}

.hidden-bar .side-menu ul li ul{
  padding: 10px 0px 0px;
}

.hidden-bar .side-menu ul li ul li ul{
  padding: 0px 0px;
  margin-left: 0px;
}

.hidden-bar .side-menu ul li ul li{
  margin-bottom: 5px;
}

.hidden-bar .side-menu ul li ul li:last-child{
  margin-bottom: 0;
}

.hidden-bar .links-box{
  position: relative;
  display: block;
  text-align: center;
  padding: 30px 20px 0px;
}

.hidden-bar .links-box .link{
  position: relative;
}

.hidden-bar .links-box .link .theme-btn{
  font-size: 14px;
  padding: 10px 25px;
  line-height: 24px;
}

.rounded-social-buttons {
  
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border: 2px solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 20px;
  font-weight: normal;
  line-height: 42px;
  border-radius: 50%;
  transition: all 0.5s ease;
  margin: 0 4px 10px;
}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-youtube, .fa-instagram {
  font-size: 20px;
}

.rounded-social-buttons .social-button.facebook {
  background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
  background: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
  color: #55acee;
  background: #fefefe;
  border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
  background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
  color: #007bb5;
  background: #fefefe;
  border-color: #007bb5;
}

.rounded-social-buttons .social-button.youtube {
  background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
  background: #125688;
}

.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
} 

/*** 

====================================================================
	Banner Slider Section
====================================================================

***/

.banner-section{
	position: relative;
	padding:0px 0px;
	background: #FFFFFF;
	overflow: hidden;
	z-index: 1;
}

.banner-section .banner-slider{
	position:relative;
	width:100%;	
}

.banner-section .slide-item{
	position: relative;
	width:100%;
	padding:0px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.banner-section .slide-item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
	z-index: 1;
}

.banner-section .slide-item .image-layer{
	position:absolute;
	right:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.banner-section .active .slide-item .image-layer{

}

.banner-section .slide-item .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
}

.banner-section .slide-item .content-box{
	position:relative;
	display: table;
	vertical-align: bottom;
	width: 100%;
	padding: 50px 0px 120px;
	min-height: 300px;
	height: 660px;
	z-index: 10;
}

.banner-section .slide-item .content{
	position:relative;
	display: table-cell;
	width: 100%;
	vertical-align: bottom;
}

.banner-section .slide-item .inner{
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 670px;
	padding: 30px 60px 30px 0px;
	background: rgba(255, 255, 255, 0.0);
	color: #262626;
	opacity:0;
	-webkit-transform:translateX(-80px);
	-ms-transform:translateX(-80px);
	transform:translateX(-80px);
}

.banner-section .slide-item .inner:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 2500px;
	height: 100%;
	background: rgba(255, 255, 255, 0.75);
}

.banner-section .active .slide-item .inner{
	opacity:1;
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
	-webkit-transition:all 1000ms ease 300ms;
	-ms-transition:all 1000ms ease 300ms;
	-o-transition:all 1000ms ease 300ms;
	-moz-transition:all 1000ms ease 300ms;
	transition:all 1000ms ease 300ms;
}

.banner-section .slide-item h2{
	font-size:42px;
	font-weight:700;
	line-height:1.25em;
	text-transform: capitalize;
	color: #262626;
	margin:0px;
}

.banner-section .owl-dots{
	position: absolute;
	display: none;
}

.banner-section .owl-theme .owl-nav{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -32px;
	height: 0;
}

.banner-section .owl-theme .owl-nav .owl-next,
.banner-section .owl-theme .owl-nav .owl-prev{
	position: absolute;
	top: 0;
	display: block;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 42px;
	font-weight: 700;
	background: #919297;
	color: #ffffff;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	border-radius: 50%;
}

.banner-section .owl-theme .owl-nav .owl-prev{
	left: 30px;
	padding-right: 7px !important;
}

.banner-section .owl-theme .owl-nav .owl-next{
	right: 30px;
	padding-left: 7px !important;
}

.banner-section .owl-theme .owl-nav .owl-next:hover,
.banner-section .owl-theme .owl-nav .owl-prev:hover{
	color: #ffffff;
	background: #d4af37;
}

/*** 

====================================================================
	Page Info
====================================================================

***/

.page-info{
	position:relative;
	padding: 10px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.page-info .bread-crumb{
	position: relative;
}

.page-info ul,
.page-info ul li{
	list-style: none;
	margin: 0;
}

.page-info .bread-crumb ul li{
	position: relative;
	display: block;
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #d0cdcd;
	margin-right: 24px;
}

.page-info .bread-crumb ul li:last-child{
	margin-right: 0;
}

.page-info .bread-crumb ul li:after{
	content: '>';
	position: absolute;
	left: 100%;
	top: 0;
	font-size: 16px;
	width: 24px;
	height: 24px;
	line-height: 22px;
	text-align: center;
}

.page-info .bread-crumb ul li:last-child:after{
	display: none;
}

.page-info .bread-crumb ul li a{
	position: relative;
	line-height: 20px;
	color: #d0cdcd;
}

.page-info .bread-crumb ul li a:hover,
.page-info .bread-crumb ul li.active{
	color: #171f6e;
}

/*** 

====================================================================
	Welcome Section
====================================================================

***/

.welcome-section{
	position:relative;
	padding: 90px 0 70px;
	min-height: 540px;
	background: #ffffff url(../images/background/mk-bg.png) center top no-repeat;
}

.welcome-section.alternate{
	background: none;
	padding-top: 30px;
	padding-bottom: 50px;
}

.welcome-section .title{
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}

.welcome-section .title h2{
	font-size: 42px;
	color: #d4af37;
	margin-bottom: 0;
}

.welcome-section .text-col{
	position: relative;
	margin-bottom: 50px;
}

.welcome-section .text-col .inner{
	position: relative;
	display: block;
	padding-top: 20px;
	padding-right: 40px;
}

.welcome-section .text-col .text{
	font-size: 36px;
	color: #171f6e;
	line-height: 1.25em;
}

.welcome-section .text-col .link-box{
	position: relative;
	padding-top: 40px;
}

.welcome-section .image-col{
	position: relative;
	margin-bottom: 30px;
}

.welcome-section .image-col .inner{
	position: relative;
	display: block;
}

.welcome-section .image-col .row{
	margin: 0 -9px;
}

.welcome-section .image-col .image-block{
	padding: 0 9px;
	margin-bottom: 20px;
}

.welcome-section .image-col .image-block img{
	width: 100%;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	padding: 130px 0 120px;
	min-height: 540px;
	background: #ffffff url(../images/background/dark-pattern.png) left top repeat;
}

.about-section:before{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -16px;
	top: 0;
	border: 16px solid transparent;
	border-top: 18px solid #154E4D;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.about-section .content-box{
	position: relative;
}

.about-section .content-box .inner{
	position: relative;
	display: block;
	max-width: 1020px;
}

.about-section .inner .text{
	position: relative;
	color: #154E4D;
	font-weight: 400;
	line-height: 1.30em;
	font-size: 30px;
	margin-bottom: 0;
}

.about-section .inner .link-box{
	position: relative;
	padding-top: 60px;
}

.about-section .counter-outer{
	position: absolute;
	right: 0;
	top: 60px;
	width: 320px;
}

.about-section .counter-outer .inner-box{
	position: relative;
	padding: 70px 20px 20px;
	border: 4px solid #d4af37;
	border-right: none;
	text-align: center;
}

.about-section .counter-outer .count-block{
	position: relative;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 45px;
}

.about-section .counter-outer .fact-title{
	position: relative;
	font-size: 18px;
	color: #154E4D;
	line-height: 1.5em;
	margin-bottom: 3px;
}

.about-section .counter-outer .count-box{
	position: relative;
	font-size: 72px;
	color: #d4af37;
	font-weight: 700;
	line-height: 1.2em;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding: 80px 0 60px;
	background: #d4af37 url(../images/background/dark-pattern.png) left top repeat;
}

.services-section .title-box{
	position: relative;
	margin-bottom: 65px;
}

.services-section .title-box h2{
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
}

.service-block{
	position: relative;
	margin-bottom: 30px;
}

.services-section .row{
	margin: 0 -30px;
}

.services-section .row .service-block{
	padding: 0 30px;
	margin-bottom: 60px;
}

.service-block .inner-box{
	position: relative;
	display: block;
}

.service-block .image{
	position: relative;
	display: block;
	background: #d4af37;
	overflow: hidden;
}

.service-block .image img{
	position: relative;
	display: block;
	width: 100%;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.service-block .inner-box:hover .image img{
	transform: scale(1.05);
	opacity: 0.70;
}

.service-block .title{
	position: relative;
	display: block;
	padding: 20px 0 15px;
	border-bottom: 2px solid #ffffff;
}

.service-block .title h6{
	font-weight: 700;
	text-transform: capitalize;
	color: #ffffff;
	line-height: 25px;
	min-height: 50px;
	margin-bottom: 0;
}

.service-block .title h6 a{
	color: #ffffff;
}

.service-block .title h6 a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.service-block .title .more-link{
	position: absolute;
	right: 15px;
	top: -20px;
	z-index: 1;
}

.service-block .title .more-link a{
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 10px;
	background: #171f6e;
	color: #ffffff;
	border-radius: 50%;
}

.service-block .title .more-link a:hover{
	color: #d4af37;
	background: #ffffff;
}

/*** 

====================================================================
	Projects Section
====================================================================

***/

.projects-section{
	position:relative;
	padding: 140px 0;
	background: #d4af37 url(../images/background/pattern-2.png) left top repeat;
}

.projects-section .title-box{
	position: relative;
	padding-left: 80px;
	margin-bottom: 50px;
}

.projects-section .title-box:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	width: 50px;
	border-bottom: 2px solid #e2e2e2;
}

.projects-section .title-box h2{
	color: #ffffff;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 0;
}

.projects-section .carousel-box{
	position: relative;
}

.projects-section .owl-theme .owl-stage-outer{
	overflow: visible;
}

.projects-section .project-block{
	position: relative;
}

.projects-section .owl-theme .project-block{
	opacity: 0;
	visibility: hidden;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.projects-section .owl-theme .active .project-block{
	opacity: 1;
	visibility: visible;
}

.projects-section .project-block .inner{
	position: relative;
	display: block;
	max-width: 980px;
}

.projects-section .project-block .image{
	position: relative;
	display: block;
	opacity: 0;
	visibility: hidden;
	-ms-transform: translateX(-70px);
	transform: translateX(-70px);
	-moz-transition:all 0.1s ease;
	-webkit-transition:all 0.1s ease;
	-ms-transition:all 0.1s ease;
	-o-transition:all 0.1s ease;
	transition:all 0.1s ease;
}

.projects-section .active .project-block .image{
	opacity: 1;
	visibility: visible;
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-moz-transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}

.projects-section .project-block .image img{
	position: relative;
	display: block;
	width: 100%;
}

.projects-section .project-block .count{
	position: absolute;
	right: 40px;
	top: -140px;
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	line-height: 1.8em;
	color: #ffffff;
}

.projects-section .project-block .count .s-num{
	position: relative;
	display: block;
}

.projects-section .project-block .count .slash{
	position: absolute;
	left: -25px;
	top: 60px;
	width: 70px;
	border-bottom: 3px solid #ffffff;
	transform: rotate(-25deg);
}

.projects-section .project-block .proj-title{
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -100px;
	font-size: 48px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1.3em;
	padding-top: 70px;
	padding-left: 35px;
}

.projects-section .project-block .proj-title:before{
	content: '';
	position: absolute;
	left: -110px;
	top: 0;
	width: 2000px;
	border-bottom: 6px solid #ffffff;
}

.projects-section .project-block .proj-title a{
	color: #ffffff;
}

.projects-section .owl-dots{
	position: absolute;
	display: none;
}

.projects-section .owl-theme .owl-nav{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -100px;
	height: 0;
}

.projects-section .owl-theme .owl-nav .owl-next,
.projects-section .owl-theme .owl-nav .owl-prev{
	position: relative;
	display: inline-block;
	vertical-align: top;
	top: -22px;
	margin-left: 7px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	background: #154E4D;
	padding: 0;
	color: #ffffff;
	border-radius: 50%;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.projects-section .owl-theme .owl-nav .owl-next span{
	position: relative;
	left: 3px;
}

.projects-section .owl-theme .owl-nav .owl-prev span{
	position: relative;
	right: 3px;
}

.projects-section .owl-theme .owl-nav .owl-next:hover,
.projects-section .owl-theme .owl-nav .owl-prev:hover{
	color: #d4af37;
}

/*** 

====================================================================
	Industry Section
====================================================================

***/

.industry-section{
	position:relative;
	padding: 110px 0 80px;
}

.industry-section.alternate{
	padding-top: 0;
}

.industry-section .title-box{
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}

.industry-section .title-box h2{
	color: #d4af37;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 0;
}

.industry-section.alternate .title-box h2{
	text-transform: none;
}

.industry-section .title-box h4{
	color: #393938;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 10px;
}

.industry-block{
	position: relative;
	margin-bottom: 30px;
}

.industry-section .row{
	margin: 0 -16px;
}

.industry-section.alternate .row{
	margin: 0 -8px;
}

.industry-section .row .industry-block{
	padding: 0 8px;
	margin-bottom: 30px;
}

.industry-block .inner-box{
	position: relative;
	display: block;
}

.industry-block .image{
	position: relative;
	display: block;
	background: #d4af37;
	overflow: hidden;
}

.industry-block .image img{
	position: relative;
	display: block;
	width: 100%;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.industry-block .inner-box:hover .image img{
	transform: scale(1.05);
	opacity: 0.70;
}

.industry-block .title{
	position: relative;
	display: block;
	padding: 20px 0 0;
	text-align: center;
}

.industry-block .title h4{
	font-size: 28px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 0;
}

/*** 

====================================================================
	Partners Section
====================================================================

***/

.partners-section{
	position:relative;
	padding: 80px 0 160px;
	background: #ffffff url(../images/background/dark-pattern.png) left top repeat;
}

.partners-section .title-box{
	position: relative;
	margin-bottom: 80px;
}

.partners-section .title-box h2{
	color: #154E4D;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
}

.partners-section .carousel-box{
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
}

.partners-section .partner-slider{
	position: static !important;
}

.partners-section .partner-block{
	position: relative;
	text-align: center;
}

.partners-section .partner-block .image{
	position: relative;
	display: block;
	line-height: 190px;
}

.partners-section .partner-block img{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	max-width: 100%;
	max-height: 190px;
}

.partners-section .owl-dots{
	position: absolute;
	display: none;
}

.partners-section .owl-theme .owl-nav{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -30px;
	height: 0;
}

.partners-section .owl-theme .owl-nav .owl-next,
.partners-section .owl-theme .owl-nav .owl-prev{
	position: absolute;
	top: 0;
	display: block;
	width: 42px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 42px;
	font-weight: 700;
	background: #154E4D;
	color: #ffffff;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.partners-section .owl-theme .owl-nav .owl-prev{
	left: 0px;
}

.partners-section .owl-theme .owl-nav .owl-next{
	right: 0px;
}

.partners-section .owl-theme .owl-nav .owl-next span{
	position: relative;
	left: 2px;
}

.partners-section .owl-theme .owl-nav .owl-prev span{
	position: relative;
	right: 2px;
}

.partners-section .owl-theme .owl-nav .owl-next:hover,
.partners-section .owl-theme .owl-nav .owl-prev:hover{
	color: #ffffff;
	background: #d4af37;
}

/*** 

====================================================================
	Request Quote Section
====================================================================

***/

.request-quote{
	position:relative;
	padding: 0 0;
}

.request-quote .outer-container{
	position: relative;
}

.request-quote .outer-container .row{
	margin: 0 0;
}

.request-quote .image-col{
	position: relative;
	padding: 0 0;
}

.request-quote .image-col .inner{
	position: relative;
	display: block;
	min-height: 100%;
}

.request-quote .image-col .image{
	position: relative;
	width: 100%;
	display: none;
}

.request-quote .image-col .image img{
	width: 100%;
}

.request-quote .image-col .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}

.request-quote .content-col{
	position: relative;	
	padding: 0 0;
}

.request-quote .content-col .inner{
	position: relative;
	display: block;
	width: 100%;
	max-width: 690px;
	padding: 0 20px 30px 80px;
}

.request-quote .content-col h3{
	font-size: 36px;
	text-transform: capitalize;
	color: #d4af37;
	font-weight: 700;
	margin-bottom: 30px;
}

.request-quote .content-col .text{
	position: relative;
	font-size: 16px;
	line-height: 1.5em;
	color: #393938;
	margin-bottom: 30px;
}

.request-quote .request-form{
	position: relative;
}

.request-quote .request-form .form-group{
	margin-bottom: 20px;
}

.request-quote form input{
	padding-left: 20px;
	border: 1px solid rgba(0, 0, 0, 0.10);
}

.request-quote form textarea{
	height: 100px;
	padding-left: 20px;
	border: 1px solid rgba(0, 0, 0, 0.10);
}

.request-quote form .theme-btn{
	position: relative;
	margin-top: 5px;
}

/*** 

====================================================================
	Fixed Callto
====================================================================

***/

.fixed-callto{
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999;
}

.fixed-callto .wa{
	position: relative;
	margin-bottom: 15px;
}

.fixed-callto .call{
	position: relative;
}

.fixed-callto  .btn-whatsapp-shake{
	background: #25d366;
	color: white;
	position: relative;
	font-size: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	animation-name: shake;
	animation-duration: 1.0s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

.fixed-callto  .btn-call-pulse {
	background: #25d366;
	color: white;
	position: relative;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 2s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position: relative;
	color: #ffffff;
	font-size: 14px;
	background: #363636 url(../images/background/mk-bg-two.png) 90% bottom no-repeat;
    font-family: 'Poppins', sans-serif;
}

.main-footer ul,
.main-footer ul li{
	list-style: none;
	margin: 0;
}

.main-footer .upper-section{
	position: relative;
    padding: 60px 0 50px;
}

.main-footer .upper-section .footer-column{
	position: relative;
	margin-bottom: 40px;
}

.main-footer .upper-section .inner-container{
	position: relative;
	min-height: 150px;
	padding-left: 370px;
	padding-right: 60px;
}

.main-footer .upper-section .footer-logo{
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 5;
}

.main-footer .upper-section .footer-logo img{
	max-height: 100px;
}

.main-footer .upper-section h6{
	position: relative;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	color: #ffffff;
	margin-bottom: 15px;
}

.main-footer .upper-section .links{
	position: relative;
}

.main-footer .upper-section .links li{
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 12px;
	line-height: 22px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.main-footer .upper-section .links li:last-child{
	margin-bottom: 0;
}

.main-footer .upper-section .links li a{
	position: relative;
	color: #ffffff;
	line-height: 20px;
}

.main-footer .upper-section .links li a:hover{
	text-decoration: underline;
}

.main-footer .upper-section .info{
	position: relative;
}

.main-footer .upper-section .info li{
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 20px;
	padding-left: 45px;
	max-width: 250px;
}

.main-footer .upper-section .info li:last-child{
	margin-bottom: 0;
}

.main-footer .upper-section .info li a{
	position: relative;
	color: #ffffff;
	line-height: 24px;
}

.main-footer .upper-section .info li.address,
.main-footer .upper-section .info li.address a{
	line-height: 20px;
}

.main-footer .upper-section .info li a:hover{
	text-decoration: underline;
}

.main-footer .upper-section .info li .icon{
	position: absolute;
	left: 0;
	top: -2px;
	width: 28px;
	text-align: center;
	line-height: 24px;
}

.main-footer .upper-section .social-links{
	position: absolute;
	right: 0;
	top: 30px;
}

.main-footer .social-links .social{
	position: relative;
}

.main-footer .social-links .social li{
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.main-footer .social-links .social li:last-child{
	margin-bottom: 0;
}

.main-footer .social-links .social li a{
	position: relative;
	display: inline-block;
	line-height: 40px;
	font-size: 24px;
	color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.main-footer .social-links .social li img{
	height: 38px;
}

.main-footer .social-links .social li a:hover{
	transform: scale(1.1);
}

.main-footer .f-bottom{
	position: relative;
	padding: 30px 0 50px;
	text-align: center;
}

.main-footer .copyright{
	position: relative;
	font-size: 14px;
	line-height: 24px;
}

.main-footer .copyright a{
	position: relative;
	color: #282526;
}

.main-footer .copyright a:hover{
	text-decoration: underline;
}

/*** 

====================================================================
	Inner Banner
====================================================================

***/

.inner-banner{
	position: relative;
	padding:0px 0px;
	background: #FFFFFF;
	overflow: hidden;
	z-index: 1;
}

.inner-banner .image-layer{
	position:absolute;
	right:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.inner-banner .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
}

.inner-banner .content-box{
	position:relative;
	display: table;
	vertical-align: bottom;
	width: 100%;
	padding: 50px 0px 80px;
	min-height: 100px;
	height: 350px;
	z-index: 10;
}

.inner-banner .content{
	position:relative;
	display: table-cell;
	width: 100%;
	vertical-align: bottom;
}

.inner-banner .inner{
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 550px;
	min-width: 200px;
	padding: 25px 50px 25px 0px;
	background: rgba(255, 255, 255, 0.0);
	color: #262626;
}

.inner-banner .inner:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 2500px;
	height: 100%;
	background: rgba(255, 255, 255, 0.75);
}

.inner-banner .content h2{
	font-size:42px;
	font-weight:700;
	line-height:1.25em;
	text-transform: capitalize;
	color: #262626;
	margin:0px;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-two{
	position:relative;
	padding: 0 0;
	background: #ffffff url(../images/background/dark-pattern-2.png) left top repeat;
}

.about-two .upper-content{
	position: relative;
	padding: 100px 0 50px;
}

.about-two .text-col{
	position: relative;
	margin-bottom: 10px;
}

.about-two .text-col .inner{
	position: relative;
	display: block;
	padding-right: 10px;
}

.about-two .text-col .text{
	position: relative;
	color: #154E4D;
	font-weight: 400;
	line-height: 1.50em;
	font-size: 22px;
	margin-bottom: 0;
}

.about-two .text-col .text p{
	margin-bottom: 20px;
}

.about-two .image-col{
	position: relative;
	margin-bottom: 30px;
}

.about-two .image-col .inner{
	position: relative;
	display: block;
}

.about-two .image-col .image{
	position: relative;
	display: block;
}

.about-two .image-col .image img{
	position: relative;
	display: block;
	max-width: none;
}

.about-two .mv-section{
	position: relative;
	padding: 0 0 20px;
}

.about-two .mv-block{
	position: relative;
	margin-left: 60px;
	margin-bottom: 100px;
}

.about-two .vision-block{
	margin-left: 250px;
}

.about-two .mv-block .inner{
	position: relative;
	min-height: 360px;
	padding-top: 72px;
	padding-left: 395px;
	background: url(../images/background/mv-pattern.png) left top no-repeat;
}

.about-two .mv-block h3{
	position: relative;
	text-transform: capitalize;
	color: #154E4D;
	margin-left: 95px;
	margin-bottom: 55px;
}

.about-two .mv-block .text{
	position: relative;
	max-width: 670px;
	font-size: 24px;
}


/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	padding: 100px 0px 70px;
}

.contact-section .auto-container{
	max-width: 1210px;
}

.contact-section .title-box{
	position: relative;
	max-width: 700px;
	text-align: center;
	margin: 0 auto 50px;
}

.contact-section .title-box h2{
	font-size: 40px;
	font-weight: 700;
	margin: 0 0;
		color: #154E4D;

}

.contact-section .title-box .text{
	position: relative;
	color: #154E4D;
	font-weight: 400;
	line-height: 1.30em;
	font-size: 30px;
}

.contact-section .title-box .dec{
	position: absolute;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 10px;
	text-align: center;
	bottom: 0;
}

.contact-section .title-box .dec:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	background: #99b222;
	border-radius: 50%;
}

.contact-section .title-box .dec .left{
	position: absolute;
	left: 0;
	top: 0;
}

.contact-section .title-box .dec .left:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 10px;
	background: #99b222;
	border-radius: 50%;
	transform: scale(0.5);
}

.contact-section .title-box .dec .left:after{
	content: '';
	position: absolute;
	left: 12px;
	top: 0;
	width: 10px;
	height: 10px;
	background: #99b222;
	border-radius: 50%;
	transform: scale(0.5);
}

.contact-section .title-box .dec .right{
	position: absolute;
	right: 0;
	top: 0;
}

.contact-section .title-box .dec .right:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	height: 10px;
	background: #99b222;
	border-radius: 50%;
	transform: scale(0.5);
}

.contact-section .title-box .dec .right:after{
	content: '';
	position: absolute;
	right: 12px;
	top: 0;
	width: 10px;
	height: 10px;
	background: #99b222;
	border-radius: 50%;
	transform: scale(0.5);
}

.contact-section .info{
	position: relative;
	padding-bottom: 70px;
}

.contact-section .info .info-block{
	position: relative;
	margin-bottom: 30px;
}

.contact-section .info .info-block .inner{
	position: relative;
	display: block;
	background: #ffffff;
	padding: 30px 30px;
	min-height: 100%;
	border-radius: 10px;
	box-shadow: 0 0 50px 0px rgba(0,0,0,0.10);
}

.contact-section .info .info-block .title{
	position: relative;
	padding-left: 70px;
	min-height: 55px;
	margin-bottom: 20px;
}

.contact-section .info .info-block .title .icon{
	position: absolute;
	left: 0;
	top: 0;
}

.contact-section .info .info-block .sub-title{
	position: relative;
	font-size: 20px;
	color: #d4af37;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 5px;
}

.contact-section .info .info-block .sub-text{
	position: relative;
	font-size: 20px;
	color: #154E4D;
	font-weight: 600;
	line-height: 26px;
}

.contact-section .info .info-block .text{
	font-size: 20px;
	color: #154E4D;
	line-height: 24px;
}

.contact-section .info .info-block .text a{
	color: #154E4D;
}

.contact-section .info .info-block .text a:hover{
	color: #154E4D;
}

.contact-section .lower-row{
	position: relative;
}

.contact-section .image-col{
	position: relative;
	margin-bottom: 30px;
}

.contact-section .image-col .inner{
	position: relative;
	display: block;
	text-align: center;
}

.contact-section .image-col .image,
.contact-section .image-col .image img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 5px;
}

.contact-section .image-col .over-text{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px 40px 50px;
	color: #ffffff;
	font-size: 18px;
	z-index: 1;
}

.contact-section .image-col .over-text h4{
	color: #ffffff;
	font-weight: 700;
}

.contact-section .image-col .over-text .link-box{
	position: relative;
	padding-top: 30px;
}

.contact-section .form-col{
	position: relative;
}


.contact-section .form-col .inner{
	position: relative;
	display: block;
}

.contact-section .form-col .title-box{
	max-width: none;
	text-align: left;
}

.contact-section .form-col .title-box .dec{
	left: 0;
	margin-left: 0;
}

.contact-section .form-box{
	position: relative;
}

.map-box{
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  background: #f0f0f0;
}

.map-box iframe, 
.map-box .map-frame {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
}

/*** 
/*** 

====================================================================
	Clients Two
====================================================================

***/

.clients-two{
	position:relative;
	padding: 120px 0px 90px;
}

.clients-two .client-block{
	position: relative;
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	margin-bottom: 30px;
}

.clients-two .client-block .image{
	position: relative;
	display: block;
	line-height: 140px;
}

.clients-two .client-block .image img{
	position: relative;
	display: inline-block;
	line-height: 140px;
	max-height: 140px;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-two{
	position:relative;
	padding: 0 0;
	background: #ffffff url(../images/background/dark-pattern-2.png) left top repeat;
}

.services-two .upper-content{
	position: relative;
	padding: 110px 0 50px;
}

.services-two .text-col{
	position: relative;
	margin-bottom: 10px;
}

.services-two .text-col .inner{
	position: relative;
	display: block;
	padding-right: 10px;
}

.services-two .text-col .text{
	position: relative;
	color: #154E4D;
	font-weight: 400;
	line-height: 1.40em;
	font-size: 28px;
	margin-bottom: 0;
}

.services-two .text-col .text p{
	margin-bottom: 20px;
}

.services-two .image-col{
	position: relative;
	margin-bottom: 30px;
}

.services-two .image-col .inner{
	position: relative;
	display: block;
}

.services-two .image-col .image{
	position: relative;
	display: block;
}

.services-two .image-col .image img{
	position: relative;
	display: block;
	max-width: none;
}

.services-two .lower-content{
	position: relative;
	padding: 0 0 40px;
}

.services-two .lower-content .s-block{
	position: relative;
	margin-bottom: 30px;
}

.services-two .lower-content .s-block .inner{
	position: relative;
	display: block;
}

.services-two .lower-content .s-block h5{
	font-size: 24px;
	color: #171f6e;
	font-weight: 700;
	margin-bottom: 20px;
}

.services-two .lower-content .s-block ul li{
	position: relative;
	padding-left: 32px;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 5px;
}

.services-two .lower-content .s-block ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 16px;
	height: 16px;
	background: #d4af37;
}

.services-two .lower-content .s-block ul li:last-child{
	margin-bottom: 0;
}

.services-two .lower-images{
	position: relative;
	padding: 0 0 94px;
}

.services-two .lower-images .row{
	margin: 0 -8px;
}

.services-two .lower-images .image-block{
	position: relative;
	padding: 0 8px;
	margin-bottom: 16px;
}

.services-two .lower-images .image-block .image{
	position: relative;
	display: block;
}

.services-two .lower-images .image-block .image img{
	position: relative;
	display: block;
	width: 100%;
}

/*** 

====================================================================
  Destinations Section
====================================================================

***/

.projects-two{
 	position:relative;
	padding: 80px 0 100px;
	background: #d4af37 url(../images/background/pattern-2.png) left top repeat;
}

.mixitup-gallery{
  position: relative;
}

.mixitup-gallery .mix{
  display: none;
}

.mixitup-gallery .gallery-filters{
  position: relative;
  padding-bottom: 30px;
}

.mixitup-gallery .filter-tabs{
  position: relative;
  text-align: center;
}

.mixitup-gallery .filter-tabs li{
  position: relative;
  display: inline-block;
  padding:  0 0;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
  color: #10221B;
  background: none;
  cursor: pointer;
  margin: 0 20px 10px;
}

.mixitup-gallery .filter-tabs li:after{
	content: '|';
    position: absolute;
    top: -1px;
    line-height: 24px;
    right: -43px;
    width: 43px;
  	color: #10221B;
    text-align: center;
}

.mixitup-gallery .filter-tabs li:last-child:after{
	display: none;
}

.mixitup-gallery .filter-tabs li.active{
  color: #ffffff;
}

.projects-two .load-more{
  position: relative;
  text-align: center;
  margin-top: 50px;
}

.projects-two .row{
	margin: 0 0;
}

.proj-block-one{
  position: relative;
  margin-bottom: 30px;
}

.projects-two .row .proj-block-one{
	padding: 0 0;
	margin: 0 0;
}

.proj-block-one .inner-box{
  position: relative;
  display: block;
  background: #101010;
  overflow: hidden;
}

.proj-block-one .image-box{
  position: relative;
}

.proj-block-one .image-box .image{
  position: relative;
  background: #101010;
  overflow: hidden;
}

.proj-block-one .image-box .image img{
  position: relative;
  width: 100%;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.proj-block-one .inner-box:hover .image img{
	-ms-transform: scale(1.05);
	transform: scale(1.05);
    opacity: 0.75;
}

.proj-block-one .zoom-btn{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.proj-block-one .zoom-btn .icon{
	position: absolute;
	right: 0;
	top: 20px;
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #101010;
	color: #d4af37;
	font-size: 18px;
	border-radius: 5px 0 0 5px;
	-ms-transform: translateX(100px);
	transform: translateX(100px);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.proj-block-one .zoom-btn .icon:hover{
	color: #FFFFFF;
	background: #154E4D;
}

.proj-block-one .inner-box:hover .zoom-btn .icon{
	-ms-transform: translateX(0px);
	transform: translateX(0px);
    opacity: 1;
}