/* IMME Consulting */




@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');


@import url('https://fonts.googleapis.com/css2?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: 'Poppins', sans-serif;

*/



/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color:#3c3c3b;
	line-height:1.50em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#004f9e;
}

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: 'Poppins', sans-serif;
	font-weight:400;
	margin:0 0 15px;
	background:none;
	line-height:1.22em;
}

input,button,select,textarea{
	font-family: 'Poppins', 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;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 18px;
	padding: 8px 25px;
	line-height: 24px;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: capitalize;
	background: #004f9e;
	border-radius: 0;
	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-one i{
	position: relative;
	top: 0px;
	font-weight: 400;
	padding-left: 10px;
}

.btn-style-one:hover{
	color: #FFFFFF;
	border-color: #d4af37;
	background: #d4af37;
}

.btn-style-two{
	position:relative;
	display:inline-block;
	vertical-align: top;
	margin: 0;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 16px;
	padding: 6px 30px;
	line-height: 24px;
	text-align: center;
	text-transform: none;
	background: #005f85;
	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: 400;
	padding-left: 10px;
}

.btn-style-two:hover{
	color: #FFFFFF;
	border-color: #005f85;
	background: #005f85;
}

.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:400;	
}

.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 #010101;
    font-family: 'Poppins', sans-serif;
    border-top: none;
}

table tr td{
    border: none;
    border-bottom: 1px solid #010101;
    border-right: 1px solid #010101;
    padding: 10px 15px;
    line-height: 1.5em;
    text-align: center;
    font-size: 18px;
}

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 #010101;
    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: 44px;
}
h2{
	font-size: 36px;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 24px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 18px;
}



/*** 

====================================================================
	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: 'Poppins', 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;
	background:none;
	min-height: 182px;
	z-index:999;
}


.main-header .auto-container{
	max-width: 1480px;
}

.main-header ul,
.main-header ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-header .nav-toggler{
	position:relative;
	float:right;
	padding:15px 0px 0px;
	margin-left:20px;
	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:absolute;
	left: 0;
	top: 0;
	padding: 0px;
	width: 100%;
	background: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.0);
}

.main-header .header-upper:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: 27px;
	border-bottom: 1px solid #3f75ae;
	width: 100%;
}

.fixed-header .header-upper{
	position: fixed;
	background: #ffffff;
	border-bottom-color: rgba(0, 0, 0, 0.10);
}

.main-header .main-box{
	position:relative;
	padding:0px;
	width:100%;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	padding:25px 0px 0;
	background: #ffffff;
	text-align: center;
	z-index: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;
}

.fixed-header .main-box .logo-box{
	padding:15px 0px 5px;
}

.main-header .main-box .logo-box .logo{
	position:relative;
	display:block;
}

.main-header .main-box .logo-box .logo img{
	vertical-align: middle;
	max-width:100%;
	height: 140px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.fixed-header .main-box .logo-box .logo img{
	height: 120px;
}

.main-header .upper-right{
	position:relative;
	display:block;
	float: right;
	padding: 30px 0 32px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	z-index:5;
}

.fixed-header .upper-right{
	padding: 20px 0 0px;
}

.main-header .top-info{
	position: relative;
	display: block;
	padding: 0px 0px;
}

.main-header .top-info ul{
	position: relative;
	float: right;
}

.main-header .top-info ul li{
	position: relative;
	float: left;
	padding-left: 64px;
	min-height: 44px;
	line-height: 24px;
	margin-left: 50px;
}

.main-header .top-info ul li:first-child{
	margin-left: 0;
}

.main-header .top-info ul li.social-links{
	padding-left: 0;
}

.main-header .top-info ul li .subtitle{
	position: relative;
	display: block;
	color: #35485e;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 24px;
}

.main-header .top-info ul .phone a,
.main-header .top-info ul .email a{
	position: relative;
	display: block;
	color: #35485e;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}

.main-header .top-info ul li .icon{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	top: 0px;
	line-height: 44px;
	margin-right: 10px;
}

.main-header .top-info ul li .icon img{
	display: inline-block;
	vertical-align: middle;
	height: 40px;
}

.main-header .top-info ul .phone a:hover,
.main-header .top-info ul .email a:hover{
	color: #004f9e;
}

.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 7px 0px 0;
}

.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;
}

.main-header .nav-box{
	position: relative;
	display: block;
	text-align: right;
}

.main-header .nav-outer{
	position:relative;
	display:inline-block;
	vertical-align: top;
	padding: 15px 20px 0;
	background: #ffffff;
	z-index:5;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.fixed-header .nav-outer{
	padding-top: 5px;
}

.main-menu{
	position:relative;
	display:block;
	font-family: 'Poppins', sans-serif;
	padding-top: 0px;
	text-align: left;
}

.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 4px;
	margin-right: 30px;
	text-align:left;
}

.main-menu .navigation > li:last-child{
	margin-right: 0;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:17px;
	color:#3c3c3b;
	padding:13px 0px;
	font-weight:600;
	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 > a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 12px;
	width: 0;
	border-bottom: 4px solid #004f9e;
	-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:before,
.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li.current-menu-item > a:before{
	width: 100%;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	text-decoration: none;
	color: #d4af37;
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left: 0;
	top:100%;
	width:240px;
	padding:0px 0px;
	z-index:100;
	opacity: 1;
	text-align:left;
	background:#ffffff;
	border: 1px solid rgba(0,0,0,0.10);
	border-top: 3px solid #0ca19b;
	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 > li{
	position:relative;
	border-bottom: 1px solid rgba(0,0,0,0.10);
	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:8px 20px;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	color:#303031;
	text-decoration: none;
	text-transform:capitalize;
	-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: #d4af37;
}

.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: hidden;
}

.menu-backdrop{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9990;
    background: rgba(0,0,0,0.70);
	opacity:0;
	visibility:hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.visible-sidebar .menu-backdrop {
    opacity: 1;
    visibility: visible;
}

.hidden-bar{
	position: fixed;
	top: 0;
	width: 300px;
	height: 100%;
	background: #ffffff;
	border-left: 2px solid #d4af37;
	color: #282526;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar ol,
.hidden-bar ol li,
.hidden-bar ul,
.hidden-bar ul li{
	list-style-type:none;
	margin:0px;
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar{
	right:0px;	
}

.hidden-bar.right-align .hidden-bar-closer {
	right: 3px;
}

.hidden-bar.left-align {
	left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
	right: 0px;
}

.hidden-bar.left-align .hidden-bar-closer {
	right: -20px;
}

.hidden-bar .hidden-bar-closer {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 3px;
	background: rgba(0,0,0,0.80);
	color: #ffffff;
	padding: 0;
	border-radius: 0px;
	text-align: center;
	line-height: 36px;
	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: 999999;
}

.hidden-bar .hidden-bar-closer:hover {
	background: #d4af37;
}

.hidden-bar .hidden-bar-closer:hover .btn{
	color: #ffffff;
}

.hidden-bar .hidden-bar-closer .btn {
	background-color: transparent;
	border: none;
	outline: none;
	display: block;
	margin: 0 0;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	padding: 5px 5px;
	line-height: 26px;
}

.hidden-bar .info{
	position:relative;
	display:block;
	width:100%;
	font-family: 'Poppins', sans-serif;
	padding: 40px 20px;
}

.hidden-bar .info ul li{
	position: relative;
	line-height: 24px;
	margin-bottom: 12px;
}

.hidden-bar .info ul li a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 24px;
	color: #3c3c3b;
	line-height: 24px;
}

.hidden-bar .info ul li .icon{
	position: relative;
	top: -1px;
	vertical-align: middle;
	display: inline-block;
	width: 30px;
	padding-right: 7px;
}

.hidden-bar .info ul li .icon img{
	display: block;
	max-height: 22px;
	max-width: 22px;
}

.hidden-bar .info ul li a:hover{
	color: #d4af37;
	text-decoration: underline;
}

.hidden-bar-wrapper{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.hidden-bar .logo {
	padding: 30px 20px;
	text-align:left;
}

.hidden-bar .logo img{
	display:inline-block;
	height: 100px;
}


.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-size:13px;
	font-family: 'Poppins', sans-serif;
	letter-spacing:0px;
}

.hidden-bar .side-menu ul li ul a {
	background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
	background: transparent;
}

.hidden-bar .side-menu li.current > a {
	color: #fff;
}

.hidden-bar .side-menu ul li a {
	position: relative;
	background: transparent;
	color: #3c3c3b;
	display: block;
	font-weight: 500;
	font-size:14px;
	line-height: 24px;
	text-transform: uppercase;
	border-top: 1px solid rgba(0,0,0,0.10);
	border-bottom: 1px solid rgba(0,0,0,0.10);
	padding: 10px 20px 10px 20px;
	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:hover > a,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a,
.hidden-bar .side-menu ul > li > a.current{
	background: #004f9e;
	color: #ffffff;
}

.hidden-bar .side-menu ul li ul li a{
	padding-left:30px;
	font-size:15px;
	text-transform:capitalize;
}

.hidden-bar .side-menu ul li a .btn.expander{
	background: none;
	color: #3c3c3b;
	border: 1px solid rgba(0,0,0,0.80);
	padding: 4px 10px;
	font-size: 14px;
	height: 32px;
	width: 34px;
	line-height: 22px;
	border-radius: 0px;
	position: absolute;
	top: 5px;
	right: 15px;
	outline: none;
}

.hidden-bar .side-menu ul li:hover .btn.expander,
.hidden-bar .side-menu ul li .current .btn.expander{
	color: #ffffff;
	border-color: #ffffff;
}

/*** 

====================================================================
	Banner Slider Section
====================================================================

***/

.banner-section{
	position: relative;
	padding:0px 0px;
	background: #FFFFFF;
	overflow: hidden;
	z-index: 1;
}

.banner-section .auto-container{
	max-width: 1480px;
}

.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 top;
	background-size: cover;
}

.banner-section .active .slide-item .image-layer{
	opacity:1;
}

.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: top;
	width: 100%;
	padding: 110px 0px;
	height: 850px;
	z-index: 10;
}

.banner-section .slide-item .content{
	position:relative;
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

.banner-section .slide-item .inner{
	position: relative;
	display: block;
	width: 100%;
	max-width: 560px;
	color: #ffffff;
	opacity:0;
	-webkit-transform:translateX(-80px);
	-ms-transform:translateX(-80px);
	transform:translateX(-80px);
}

.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 h1{
	font-size:35px;
	font-weight:600;
	line-height:1.25em;
	text-transform: capitalize;
	color: #ffffff;
	margin:0px;
}

.banner-section .slide-item .text{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.5em;
	color: #ffffff;
	padding-top: 25px;
}

.banner-section .slide-item .link-box{
	position: relative;
	display: block;
	padding-top: 30px;
}

.banner-section .owl-dots{
	position: absolute;
	right: 30px;
	bottom: 30px;
	text-align: right;
}

.banner-section .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	margin-left: 10px;
}

.banner-section .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	border: 2px solid #15a49f;
	background: #ffffff;
}

.banner-section .owl-dots .owl-dot.active span,
.banner-section .owl-dots .owl-dot:hover span{
	background: #d4af37;
	border-color: #d4af37;
}

.banner-section .owl-theme .owl-nav{
	display: none;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	padding: 0 0;
}

.about-section .upper-section{
	position:relative;
	padding: 120px 0 140px;
}

.about-section .image-layer{
	position:absolute;
	right:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center 40%;
}

.about-section .inner{
	position: relative;
	display: block;
	padding-left: 400px;
	min-height: 170px;
}

.about-section .logo-box{
	position: absolute;
	top: 50%;
	left: 0%;
	margin-top: -100px;
	line-height: 180px;
}

.about-section .inner .text{
	position: relative;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.50em;
	margin-bottom: 0;
}

.about-section .inner .text p{
	margin-bottom: 20px;
}

.about-section .inner .link-box{
	position: relative;
	padding-top: 60px;
}

.about-section .lower-section{
	position:relative;
	padding: 0px 0 10px;
}

.about-section .lower-section .row{
	margin: 0 -20px;
}

.about-block{
	position: relative;
	margin-bottom: 30px;
}

.about-section .lower-section .row .about-block{
	padding: 0 20px;
	margin-bottom: 40px;
}

.about-block .inner-box{
	position: relative;
	display: block;
	top: 0;
	min-height: 100%;
	padding: 35px 20px 60px 55px;
	background: #004f9e;
	color: #ffffff;
	-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;
}

.about-block .inner-box:hover{
	top: -20px;
}

.about-block:nth-child(2) .inner-box{
	background: #d4af37;
}

.about-block:nth-child(3) .inner-box{
	background: #A2A6A1;
}

.about-block .icon-box{
	position: relative;
	display: block;
	line-height: 50px;
	margin-bottom: 25px;
}

.about-block h3{
	position: relative;
	text-transform: capitalize;
	margin-bottom: 10px;
	font-weight: 600;
}

.about-block .text{
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	max-width: 320px;
}

/*** 

====================================================================
	Expertise Section
====================================================================

***/

.expertise-section{
	position:relative;
	padding: 120px 0 60px;
}

.expertise-section.alternate{
	padding-top: 80px;
}

.expertise-section .title-box{
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 40px;
}

.expertise-section .title-box:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	border-bottom: 8px solid #d4af37;
}

.expertise-section .title-box h2{
	color: #262626;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0;
}

.expertise-block{
	position: relative;
	margin-bottom: 30px;
}

.expertise-section .row{
	margin: 0 -45px;
}

.expertise-section .row .expertise-block{
	padding: 0 45px;
	margin-bottom: 60px;
}

.expertise-block .inner-box{
	position: relative;
	display: block;
}

.expertise-block .image{
	position: relative;
	display: block;
	background: #3c3c3b;
	overflow: hidden;
}

.expertise-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;
}

.expertise-block .inner-box:hover .image img{
	transform: scale(1.05);
	opacity: 0.70;
}

.expertise-block .title{
	position: relative;
	display: block;
	text-align: center;
	padding: 35px 0 0;
}

.expertise-block .title h4{
	font-weight: 400;
	text-transform: none;
	color: #262626;
	line-height: 28px;
	margin-bottom: 0;
}

.expertise-block .title h4 a{
	color: #262626;
}

.expertise-block .title h4 a:hover{
	color: #d4af37;
	text-decoration: underline;
}

/*** 

====================================================================
	Partners Section
====================================================================

***/

.partners-section{
	position:relative;
	padding: 0px 0 140px;
}

.partners-section.alternate{
	padding-top: 80px;
}

.partners-section.alternate .auto-container{
	max-width: 1480px;
}

.partners-section .title-box{
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 40px;
}

.partners-section .title-box:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	border-bottom: 8px solid #d4af37;
}

.partners-section .title-box h2{
	color: #262626;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0;
}

.partners-section .carousel-box{
	position: relative;
	max-width: 1340px;
	padding-left: 50px;
	padding-right: 50px;
	margin: 0 auto;
}

.partner-block{
	position: relative;
	margin-bottom: 50px;
}

.owl-theme .partner-block{
	margin-bottom: 0;
}

.partner-block .image{
	position: relative;
	display: block;
	text-align: center;
	line-height: 120px;
}

.partner-block .image img{
	position: relative;
	display: inline-block;
	width: auto;
	max-width: 100%;
	opacity: 1;
	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;
}

.partner-block .image:hover img{
	opacity: 0.70;
}

.partners-section .owl-theme .owl-dots{
	display: none;
}

.partners-section .owl-theme .owl-nav{
	position: absolute;
	left: -60px;
	right: -60px;
	top: 50%;
	margin-top: -20px;
	height: 0;
}

.partners-section .owl-theme .owl-nav .owl-prev{
	position: absolute;
	left: 0px;
	top: 0;
	width: 40px;
	height: 40px;
	line-height: 38px;
	background: #f1f1f1;
	border: 1px solid rgba(0, 0, 0, 0.10);
	font-size: 18px;
	border-radius: 3px;
}

.partners-section .owl-theme .owl-nav .owl-next{
	position: absolute;
	right: 0px;
	top: 0;
	width: 40px;
	height: 40px;
	line-height: 38px;
	background: #f1f1f1;
	border: 1px solid rgba(0, 0, 0, 0.10);
	font-size: 18px;
	border-radius: 3px;
}

.partners-section .owl-theme .owl-nav .owl-prev:hover,
.partners-section .owl-theme .owl-nav .owl-next:hover{
	background: #d4af37;
	color: #ffffff;
	border-color: #d4af37;
}

/*** 

====================================================================
	Quote Section
====================================================================

***/

.quote-section{
	position:relative;
	padding: 70px 0px;
	background: #1c1c1c;
	color: #ffffff;
}

.quote-section .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;
	background-attachment: fixed;
}

.quote-section .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.70);
}

.quote-section .content-box{
	position: relative;
	display: block;
	max-width: 970px;
	margin: 0 auto;
	padding: 100px 90px 60px;
}

.quote-section .inner-box{
	position: relative;
	display: block;
	max-width: 580px;
	margin: 0 auto;
	text-align: center;
}

.quote-section .content-box .quote-up{
	position: absolute;
	left: 0;
	top: 0;
}

.quote-section .content-box .quote-down{
	position: absolute;
	right: 0;
	bottom: 0;
}

.quote-section .inner-box .text{
	font-size: 22px;
	line-height: 1.5em;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position: relative;
	color: #ffffff;
	font-size: 14px;
    background: #004f9e;
}

.main-footer ul,
.main-footer ul li{
	list-style: none;
	margin: 0;
}

.main-footer .upper-section{
	position: relative;
    padding: 90px 0 0px;
}

.main-footer .upper-section .footer-column{
	position: relative;
	margin-bottom: 30px;
}

.main-footer .upper-section .inner-container{
	position: relative;
	min-height: 150px;
	padding-left: 65%;
	padding-bottom: 100px;
}

.main-footer .upper-section .footer-logo{
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 5;
}

.main-footer .upper-section .footer-logo img{
	max-height: 80px;
}

.main-footer .upper-section .text{
	position: relative;
	line-height: 24px;
	max-width: 270px;
}

.main-footer .upper-section .links{
	position: relative;
}

.main-footer .upper-section .links li{
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
	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: 13px;
	line-height: 24px;
	margin-bottom: 22px;
	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;
	bottom: 80px;
}

.main-footer .upper-section .social-links:before{
	content: '';
	position: absolute;
	right: 100%;
	top: 20px;
	margin-right: 30px;
	width: 3000px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.main-footer .social-links .social{
	position: relative;
}

.main-footer .social-links .social li{
	position: relative;
	display: block;
	float: left;
	margin-left: 20px;
}

.main-footer .social-links .social li:first-child{
	margin-left: 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: 0 0 45px;
	text-align: center;
}

.main-footer .copyright{
	position: absolute;
	left: 0;
	top: 150px;
	font-size: 14px;
	line-height: 24px;
}

.main-footer .copyright a{
	position: relative;
	color: #ffffff;
}

.main-footer .copyright a:hover{
	text-decoration: underline;
}

/*** 

====================================================================
	Inner Banner Section
====================================================================

***/

.inner-banner{
	position: relative;
	padding:0px 0px;
	background: #FFFFFF;
	z-index: 1;
}

.inner-banner .auto-container{
	max-width: 1480px;
}

.inner-banner .banner-container{
	position:relative;
	width:100%;	
}

.inner-banner .image-layer{
	position:absolute;
	right:0;
	bottom: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 img{
	position: absolute;
	right: 0;
	bottom: 0;
}

.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: block;
	padding: 120px 0px 140px;
	z-index: 10;
}

.inner-banner .content-box h2{
	font-size:44px;
	font-weight:400;
	line-height:1.25em;
	text-transform: none;
	color: #d4af37;
	margin:0px;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position: relative;
	padding:150px 0px 0;
	background: #FFFFFF;
	z-index: 1;
}

.services-section .auto-container{
	max-width: 1480px;
}

.services-section .outer-container{
	position:relative;
}

.services-section .bg-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center 200px;
}

.service-block{
	position:relative;
	padding: 0px 0px;
	margin-bottom: 170px;
}

.service-block .outer-container{
	position: relative;
}

.service-block .row{
	margin: 0 0;
}

.service-block .image-col{
	position: relative;
	padding: 0 0;
	order: 0;
	margin-bottom: 30px;
	z-index: 1;
}

.service-block.alternate .image-col{
	order: 12;
}

.service-block .image-col .inner{
	position: relative;
	display: block;
	min-height: 100%;
}

.service-block .image-col .image{
	position: relative;
	width: 100%;
	display: none;
}

.service-block .image-col .image img{
	width: 100%;
}

.service-block .image-col .image-layer{
	position:absolute;
	left:0;
	top:0;
	right: -100px;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.service-block.alternate .image-col .image-layer{
	right: 0;
	left: -100px;
}

.service-block .content-col{
	position: relative;
	padding: 0 0;
	order: 12;
	margin-bottom: 30px;
}

.service-block.alternate .content-col{
	order: 0;
}

.service-block .content-col .inner{
	position: relative;
	display: block;
	width: 100%;
	max-width: 740px;
	padding: 30px 20px 20px 150px;
	min-height: 440px;
}

.service-block.alternate .content-col .inner{
	float: right;
	padding-left: 20px;
	padding-right: 150px;
}

.service-block.padd-1 .content-col .inner{
	padding-top: 110px;
}

.service-block.padd-2 .content-col .inner{
	padding-top: 130px;
}

.service-block .content-col h2{
	color: #004f9e;
	margin-bottom: 30px;
}

.service-block .content-col .text{
	position: relative;
	max-width: 740px;
	font-size: 22px;
}

.service-block .content-col ul{
	position: relative;
	margin-left: 45px;
}

.service-block .content-col ul li{
	position: relative;
	line-height: 30px;
	padding-left: 30px;
	margin-bottom: 10px;
}

.service-block .content-col ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	background: url(../images/icons/list-bullet.png) left center no-repeat;
}

.service-block .content-col .link-box{
	position: relative;
	padding-top: 30px;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	background: #ffffff;
	padding: 120px 0px 50px;
}

.contact-section .auto-container{
	max-width: 1040px;
}

.contact-section .form-col{
	position: relative;
	margin-bottom: 15px;
}

.contact-section .form-col .form-box{
	position: relative;
	margin-left: 50px;
}

.contact-section .form-col form .form-group{
	margin-bottom: 20px;
}

.contact-section .form-col form textarea{
	height: 200px;
	border-color: rgba(0,0,0,0.20);
	border-radius: 2px;
}

.contact-section .form-col form input{
	border-color: rgba(0,0,0,0.20);
	height: 44px;
	line-height: 26px;
	padding: 8px 20px;
	border-radius: 2px;
}

.contact-section .form-col form .theme-btn{
	font-size: 15px;
	text-transform: uppercase;
}

.contact-section .form-col h4{
	font-weight: 700;
	margin-bottom: 25px;
}

.contact-section .info-col{
	position: relative;
	margin-bottom: 30px;
}

.contact-section .info-col .inner{
	position: relative;
}

.contact-section .info-col .address{
	position: relative;
	font-size: 22px;
	color: #333333;
	line-height: 1.5em;
	margin-bottom: 30px;
}

.contact-section .info{
	position: relative;
}

.contact-section .info ul{
	margin-left: 0;
	margin-bottom: 0;
}

.contact-section .info li{
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 5px;
	padding-left: 40px;
}

.contact-section .info-two li.email{
	font-size: 18px;
}

.contact-section .info li:last-child{
	margin-bottom: 0;
}

.contact-section .info li a{
	position: relative;
	color: #333333;
	line-height: 30px;
}

.contact-section .info li a:hover{
	text-decoration: underline;
	color: #d4af37;
}

.contact-section .info li .icon{
	position: absolute;
	left: 0;
	top: 2px;
	width: 24px;
	text-align: center;
	line-height: 24px;
}

.contact-section .info-col .working-hours{
	position: relative;
	font-size: 16px;
	color: #333333;
	line-height: 1.8em;
	margin-top: 40px;
}

.map-box{
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  background: #f0f0f0;
}

.map-box iframe, 
.map-box .map-frame {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
}

/*** 

====================================================================
	Core Values Section
====================================================================

***/

.core-values{
	position:relative;
	padding: 0px 0 180px;
}

.core-values .title-box{
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 100px;
}

.core-values .title-box:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	border-bottom: 8px solid #d4af37;
}

.core-values .title-box h2{
	color: #262626;
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 0;
}

.core-values .image-box{
	position: relative;
	text-align: center;
}

.core-values .image{
	position: relative;
	display: block;
}

.core-values .image-box img{
	position: relative;
	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;
}

/*** 

====================================================================
	CEO Message Section
====================================================================

***/

.ceo-message{
	position:relative;
	padding: 100px 0 120px;
}

.ceo-message .image-col{
	position: relative;
}

.ceo-message .text-col{
	position: relative;
}

.ceo-message .text-col .inner{
	position: relative;
	padding-top: 30px;
}

.ceo-message .text-col h5{
	line-height: 1.6em;
}

.ceo-message .title-box{
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 70px;
}

.ceo-message .title-box:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	border-bottom: 8px solid #d4af37;
}

.ceo-message .title-box h2{
	color: #262626;
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 0;
}

.ceo-message .content-box{
	position: relative;
	display: block;
	max-width: 710px;
	padding: 95px 130px 20px 110px;
}

.ceo-message .inner-box{
	position: relative;
	display: block;
	max-width: 460px;
	margin: 0 auto;
	padding: 60px 0 90px;
	text-align: center;
}

.ceo-message .content-box .quote-up{
	position: absolute;
	left: 0;
	top: 0;
}

.ceo-message .content-box .quote-down{
	position: absolute;
	right: 30px;
	bottom: 0;
}

.ceo-message .content-box .quote-center{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
}

.ceo-message .inner-box .text{
	color: #3c3c3b;
	font-size: 18px;
	line-height: 1.6em;
	font-family: 'Poppins', sans-serif;
}

.ceo-message .content-box .image-box{
	position: absolute;
	left: 100%;
	bottom: 35px;
	text-align: left;
	width: 1220px;
}

.ceo-message .content-box .image-box .rounded-layer{
	position: absolute;
	left: 0;
	bottom: 0;
}

.ceo-message .content-box .image-box .image{
	position: absolute;
	left: 90px;
	bottom: 85px;
	width: 344px;
	height: 344px;
	border: 5px solid #d4af37;
	border-radius: 50%;
	z-index: 1;
}

.ceo-message .content-box .image-box .image img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 50%;
}

/*** 

====================================================================
	Why Middle East Section
====================================================================

***/

.why-middle-east{
	position:relative;
	padding: 80px 0 50px;
}

.why-middle-east .auto-container{
	max-width: 1480px;
}

.why-middle-east .title-box{
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.why-middle-east .title-box h3{
	color: #262626;
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 0;
}

.why-middle-east .upper-image-box{
	position: relative;
	text-align: center;
	margin-bottom: 70px;
}

.why-middle-east .upper-image-box .image{
	position: relative;
	display: block;
}

.why-middle-east .upper-image-box .image img{
	position: relative;
	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;
}

.why-middle-east .mid-content{
	position: relative;
}

.why-block{
	position: relative;
	margin-bottom: 30px;
}

.why-middle-east .mid-content .row{
	margin: 0 -25px;
}

.why-middle-east .mid-content .why-block{
	padding: 0 25px;
	margin-bottom: 50px;
}

 .why-block .inner-box{
	position: relative;
	display: block;
	min-height: 100%;
	background: #ededed;
}

.why-block .title{
	position: relative;
	display: block;
	padding: 20px 30px 20px 20px;
	text-align: center;
	background: #f0901f;
	line-height: 30px;
	color: #ffffff;
}

.why-block .title h4{
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 0;
}

.why-block .content{
	position: relative;
	display: block;
	padding: 40px 20px 40px 55px;
}

.why-block .content .text{
	position: relative;
	max-width: 550px;
	font-size: 22px;
	color: #333333;
}

.why-block .content ul{
	position: relative;
	margin-left: 0;
}

.why-block .content ul li{
	position: relative;
	line-height: 30px;
	padding-left: 30px;
	margin-bottom: 10px;
}

.why-block .content ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	background: url(../images/icons/list-bullet.png) left center no-repeat;
}

.why-middle-east .lower-content{
	position: relative;
}

.why-middle-east .lower-content h3{
	position: relative;
	text-align: center;
	margin-bottom: 70px;
}

.why-middle-east .lower-content ul li{
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #929292;
	margin-bottom: 10px;
}

/*** 

====================================================================
	Media Section
====================================================================

***/

.media-section{
	position:relative;
	padding: 80px 0;
}