/* Vista Prime */


@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&display=swap');

/*
	font-family: 'Barlow', 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:#383838;
	line-height:1.50em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

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

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;
	line-height:1.20em;
}

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:1380px;
	padding:0px 20px;
	margin:0 auto;
}

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

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

ul,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: 700;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0px;
	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 span{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 18px 10px 22px;
	background: #17954a;
	letter-spacing: 0.05em;
	z-index: 1;
}

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

.btn-style-one span:before{
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	bottom: -1px;
	right: -1px;
	z-index:-1;
	background: #010101;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right ;
	-ms-transform-origin: right;
	transform-origin: right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-one:hover span:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.btn-style-one:hover{
	color: #ffffff;
}

.btn-style-two{
	position:relative;
	display:inline-block;
	vertical-align: top;
	margin: 0;
	line-height: 24px;
	padding: 9px 35px 11px;
	color: #1a3869;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	text-transform: capitalize;
	background: #ffffff;
	border-radius: 5px;
	-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 span{
	position: relative;
	display: block;
	z-index: 1;
}

.btn-style-two:hover{
	color: #ffffff;
	background: #101010;
}

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

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

.theme_color{
	color:#17954a;	
}

.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;	
}

/****** Pagination ******/

.pagination {
	margin: 40px 0;
}

.pagination span, .pagination a, .pagination a:visited {
	color:#ffffff;
	display:block;
	float:left;
	margin: 2px 5px 2px 0px;
	padding: 8px 12px 8px 12px;
	background-color: #202020;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.pagination a:hover, .pagination .current {
	color:#ffffff;
	background-color:#009384;
}

/****** Wordpress Core ******/

.alignnone {
    margin: 15px 20px 15px 0;
}

.aligncenter, div.aligncenter {
    display: block;
	margin: 15px auto 15px auto;
}

.alignright {
    float:right;
    margin: 5px 0 10px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 10px 0;
}

.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 10px 20px;
}

a img.alignnone {
    margin: 15px 20px 15px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 10px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 7px 7px 3px 7px;
	text-align: center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption.alignnone {
    margin: 15px 20px 15px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 10px 0;
}

.wp-caption.alignright {
    margin: 5px 0 10px 20px;
}

.wp-caption img {
    border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
	line-height: 1.65;
	margin: 0;
	padding: 6px 4px 4px 4px;
	text-align: center;
	color: #777777;
}

.sticky{
	position: relative;
}

.sticky:before {
	content: "\f08d";
	font-family: 'FontAwesome';
	position: absolute;
	color: #009384;
	font-size: 24px;
	top: 10px;
}

.sticky .post-title {
	padding-left: 30px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/****** Comments ******/

#respond {
	
}
#respond ul {
	list-style-type:none;
}
#respond .logged-in {
	margin: 0 0 12px 0
}
#commentform input[type="text"], #commentform .input-comments  {
	width: 198px;
	float:left;
	margin-right:13px;
}
#commentform label {
	display:block;
}
#commentform .url-comments {
	margin-right:0px !important;
}
#commentform li.middle {
	margin-right:0px !important;
}

.comments-closed {
	margin: 40px 0 40px 0;
}

ol.commentlist { 
	list-style: none; 
}
ol.commentlist li div.vcard cite.fn { 
	font-style: normal; 
}
ol.commentlist li div.vcard img.avatar { 
	float:left; 
	margin: 0 10px 0px 0px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
ol.commentlist li div.commentmetadata { 
	padding: 8px 0 14px 0; 
}
ol.commentlist li div.comment-meta { 
	font-size: 14px;
	color: #777777; 
}
ol.commentlist li div.comment-meta a, ol.commentlist li div.comment-meta a:visited { 
	color: #777777;
}
ol.commentlist li div.comment-meta a:hover { 
	color: #009384; 
}
ol.commentlist li div.reply { 
	font-size: 14px; 
	padding: 0px 0 40px 0; 
	font-weight: 700; 
}
ol.commentlist li ul.children { 
	list-style: none; margin: 10px 0 0; 
}
ol.commentlist li ul.children li.depth-2 {  
	margin: 0 0 0 35px; 
}
ol.commentlist li ul.children li.depth-3 { 
	margin: 0 0 0 35px; 
}
ol.commentlist li ul.children li.depth-4 { 
	margin: 0 0 0 35px; 
}
ol.commentlist li ul.children li.depth-5 {  
	margin: 0 0 0 35px; 
}
ol.commentlist li.pingback {
	margin: 0 0 40px 0;
}

/*** 

====================================================================
	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{
	color:#ffffff;
	background:#17954a;
}

/*** 

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

***/

table{
	position:relative;
    border-collapse: collapse;
    width: 100%;
	margin-bottom:20px;
    border: 1px solid #010101;
    font-family: 'Barlow', 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%;
}


ul{
	margin:0px 0px 20px 30px;	
}

ul li{
	list-style-type:disc;	
}

ol{
	margin:0px 0px 20px 30px;	
}

ol li{
	list-style-type:decimal;	
}

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



/*** 

====================================================================
	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: 16px;
	font-weight: 700;
	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: #17954a;
	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:#101010;
	line-height:24px;
	padding:9px 22px;
	height:44px;
	font-size:16px;
	font-weight: 400;
	background:#ffffff;
	margin:0px;
	border-radius: 0;
	border:1px solid rgba(0,0,0,0.20);
	-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: 42px;
}

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:#17954a;
}

form textarea{
	height:180px;
	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;
	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:25px 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: 30px;
}

.main-header .header-upper{
	position:relative;
	padding:0px;
	width:100%;
	background: #ffffff;
}

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

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	padding:32px 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: 80px;
}

.main-header .upper-right{
	position:relative;
	display:block;
	float: right;
	min-width: 50%;
	padding-top: 25px;
	z-index:5;
}

.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: 68px;
	min-height: 44px;
	line-height: 24px;
	margin-left: 40px;
}

.main-header .top-info ul li.email{
	padding-left: 70px;
}

.main-header .top-info ul li .subtitle{
	position: relative;
	display: block;
	color: #282526;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 24px;
}

.main-header .top-info ul li a{
	position: relative;
	display: block;
	color: #282526;
	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;
	max-height: 44px;
	max-width: 66px;
}

.main-header .top-info ul li a:hover{
	color: #17954a;
}

.main-header .nav-outer{
	position:relative;
	display:block;
	padding-top: 13px;
	z-index:5;
}

.main-menu{
	position:relative;
	float: right;
	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:8px 0px 0px;
	margin-right: 35px;
	text-align:left;
}

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

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:15px;
	color:#282526;
	padding:12px 0px;
	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 > a:before{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 0px;
	width: 40px;
	max-width: 40px;
	border-bottom: 5px solid #f9b233;
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-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.current > a:before,
.main-menu .navigation > li.current-menu-item > a:before,
.main-menu .navigation > li:hover > a:before{
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	text-decoration: none;
	color: #17954a;
	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: 4px solid #17954a;
	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:10px 20px;
	font-size:14px;
	line-height:24px;
	font-weight:600;
	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: #17954a;
}

.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 #17954a;
	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: #17954a;
}

.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%;
	padding: 40px 20px;
}

.hidden-bar .info ul li{
	position: relative;
	margin-bottom: 12px;
}

.hidden-bar .info ul li a{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #101010;
	line-height: 24px;
}

.hidden-bar .info ul li .icon{
	position: relative;
	top: -1px;
	vertical-align: middle;
	display: inline-block;
	width: 36px;
	padding-right: 7px;
}

.hidden-bar .info ul li .icon img{
	display: block;
	max-width: 30px;
}

.hidden-bar .info ul li a:hover{
	color: #17954a;
	text-decoration: underline;
}

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

.hidden-bar .logo {
	padding: 30px 20px;
	text-align:left;
}

.hidden-bar .logo img{
	display:inline-block;
	height: 55px;
}


.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-size:13px;
	font-family: 'Barlow', sans-serif;
	letter-spacing:1px;
}

.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: #101010;
	display: block;
	font-weight: 500;
	font-size:15px;
	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: 12px 20px 12px 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 {
	background: #17954a;
	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: #101010;
	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: 7px;
	right: 15px;
	outline: none;
}

/*** 

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

***/

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

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

.banner-section .slide-item{
	position: relative;
	width:100%;
	padding:0px;
	color: #ffffff;
	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;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(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: bottom;
	width: 100%;
	padding: 50px 0px 0px;
	height: 630px;
	min-height: 300px;
	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: block;
	width: 100%;
	max-width: 600px;
	padding: 0 0;
	opacity:0;
	-webkit-transform:translateX(-150px);
	-ms-transform:translateX(-150px);
	transform:translateX(-150px);
}

.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{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size:30px;
	font-weight:700;
	line-height:1.25em;
	text-transform: capitalize;
	color: #ffffff;
	padding: 16px 25px;
	background: rgba(249,178,51,0.80);
	margin:0px 0px;
}

.banner-section .slide-item h2 a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
}

.banner-section .owl-dots{
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -50px;
	text-align: right;
	display: none;
}

.banner-section .owl-dots .owl-dot{
	position: relative;
	display: block;
	margin: 13px 0px;
}

.banner-section .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	background: #17954a;
	border-radius: 50%;
}

.banner-section .owl-dots .owl-dot.active span,
.banner-section .owl-dots .owl-dot:hover span{
	background: #FFFFFF;
}

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

.banner-section .owl-theme .owl-nav .owl-prev{
	position: absolute;
	left: 40px;
	top: 0;
	width: 40px;
	height: 50px;
	background: url(../images/icons/arrow-left.png) left center no-repeat !important;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-next{
	position: absolute;
	right: 40px;
	top: 0;
	display: block;
	width: 40px;
	height: 50px;
	background: url(../images/icons/arrow-right.png) right center no-repeat !important;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.banner-section .owl-nav .owl-prev span,
.banner-section .owl-nav .owl-next span{
	display: none;
}

.banner-section .owl-theme .owl-nav .owl-next:hover,
.banner-section .owl-theme .owl-nav .owl-prev:hover{
	opacity:0.50;	
}

/*** 

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

***/

.welcome-container{
	position: relative;
	padding: 100px 0 0;
}

.welcome-container .shape{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.fluid-section{
	position:relative;
	padding: 0 0;
}

.fluid-section .outer-container{
	position: relative;
	display: block;
}

.fluid-section .row{
	margin: 0 0;
}

.fluid-section .text-col{
	position: relative;
	padding: 0 0 10px;
}

.fluid-section .text-col .inner{
	position: relative;
	float: right;
	width: 100%;
	max-width: 690px;
	padding: 0 130px 0 20px;
}

.fluid-section .text-col h2{
	font-weight: 700;
	text-transform: uppercase;
	text-align: justify;
	color: #adadad;
	line-height: 1.15em;
	margin-bottom: 30px;
}

.fluid-section .text-col h2 span{
	color: #17954a;
}

.fluid-section .text-col .text{
	position: relative;
	font-size: 18px;
	line-height: 1.40em;
	text-align: justify;
}

.fluid-section .text-col .text p{
	margin-bottom: 25px;
}

.fluid-section .text-col .link-box{
	position: relative;
	display: block;
	padding-top: 20px;
}

.fluid-section .text-col .link-box .theme-btn{
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
}

.fluid-section .text-col .link-box .theme-btn:last-child{
	margin-right: 0;
}

.fluid-section .image-col{
	position: relative;
	padding: 0 0;
}

.fluid-section .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: center center;
	background-size: cover;
}

.fluid-section .image-col .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	height: 75%;
    background: rgba(0,0,0,0.0);
}

.fluid-section .image-col .image{
	position: relative;
	display: none;
}

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

/*** 

====================================================================
	Fluid Section
====================================================================

***/

.fluid-section-two{
	position:relative;
	background: #252525;
	color: #ffffff;
}

.fluid-section-two .outer-container{
	position: relative;
	display: block;
}

.fluid-section-two .row{
	margin: 0 0;
}

.fluid-section-two .row .fluid-col{
	position: relative;
	padding: 0 0;
	overflow: hidden;
}

.fluid-section-two .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.fluid-section-two .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	height: 75%;
    background: rgba(27,245,127,0.90);
    background: -webkit-linear-gradient(bottom,rgba(27,245,127,1),rgba(27,245,127,0.80),rgba(27,245,127,0.50),rgba(27,245,127,0.0));
    background: -moz-linear-gradient(bottom,rgba(27,245,127,1),rgba(27,245,127,0.80),rgba(27,245,127,0.50),rgba(27,245,127,0.0));
    background: -ms-linear-gradient(bottom,rgba(27,245,127,1),rgba(27,245,127,0.80),rgba(27,245,127,0.50),rgba(27,245,127,0.0));
}

.fluid-section-two .fluid-col.right .image-layer:before{
	background: rgba(243,170,39,0.90);
    background: -webkit-linear-gradient(bottom,rgba(243,170,39,1),rgba(243,170,39,0.80),rgba(243,170,39,0.50),rgba(243,170,39,0.0));
    background: -moz-linear-gradient(bottom,rgba(243,170,39,1),rgba(243,170,39,0.80),rgba(243,170,39,0.50),rgba(243,170,39,0.0));
    background: -ms-linear-gradient(bottom,rgba(243,170,39,1),rgba(243,170,39,0.80),rgba(243,170,39,0.50),rgba(243,170,39,0.0));
}

.fluid-section-two .fluid-col.right .image{
	position: absolute;
	right: 50px;
	bottom: 0;
}

.fluid-section-two .fluid-col .inner{
	position: relative;
	display: block;
	min-height: 100%;
	height: 520px;
}

.fluid-section-two .fluid-col.left .inner{
	float: right;
	width: 100%;
	max-width: 690px;
	padding: 0 60px 0 20px;
}

.fluid-section-two .fluid-col.right .inner{
	width: 100%;
	max-width: 700px;
	padding: 0 20px 0 60px;
}

.fluid-section-two .fluid-col .content{
	position: absolute;
	bottom: 50px;
	width: 100%;
	padding: 0 0;
	z-index: 1;
}

.fluid-section-two .fluid-col .title{
	position: relative;
}

.fluid-section-two .fluid-col .title h2{
	font-size: 36px;
	margin: 0 0;
}

.fluid-section-two .fluid-col .title h2 strong{
	font-weight: 700;
	display: block;
}

.fluid-section-two .fluid-col .title h2 span{
	font-weight: 200;
}

.fluid-section-two .fluid-col .link-box{
	position: relative;
	padding-top: 20px;
}


/*** 

====================================================================
	Equipments Section
====================================================================

***/

.equipments-section{
	position:relative;
	padding: 130px 0 100px;
	border-bottom: 1px solid rgba(0,0,0,0.07);
}

.equipments-section h2{
	font-weight: 700;
	text-transform: uppercase;
	color: #adadad;
	line-height: 1.15em;
	margin-bottom: 70px;
}

.equipments-section h2 span{
	color: #17954a;
}

.equipments-section .left-col{
	position: relative;
	margin-bottom: 30px;
}

.equipments-section .left-col .inner{
	position: relative;
	display: block;
}

.equipments-section .left-col ul{
	list-style: none;
	margin: 0 0;
}

.equipments-section .left-col ul li{
	position: relative;
	line-height: 26px;
	font-size: 18px;
	list-style: none;
	font-weight: 400;
	color: #adadad;
	text-transform: uppercase;
	padding-left: 60px;
	margin-bottom: 20px;
}

.equipments-section .left-col ul li:last-child{
	margin-bottom: 0;
}

.equipments-section .left-col ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 60px;
	height: 30px;
	background: url(../images/icons/list-icon.png) center center no-repeat;
}

.equipments-section .left-col ul li span{
	color: #17954a;
}

.equipments-section .left-col ul li .icon{
	position: absolute;
	left: 0;
	top: 0;
}

.equipments-section .right-col{
	position: relative;
	margin-bottom: 30px;
}

.equipments-section .right-col .link-box{
	position: relative;
	text-align: center;
	padding-top: 30px;
}

.equipments-section .right-col .link-box .theme-btn{
	min-width: 170px;
}

.equipments-section .equip-block{
	position: relative;
	margin-bottom: 70px;
}

.equipments-section .equip-block .inner{
	position: relative;
	display: block;
	text-align: center;
}

.equipments-section .equip-block .image{
	position: relative;
	display: block;
	line-height: 132px;
	margin-bottom: 35px;
}

.equipments-section .equip-block .image img{
	position: relative;
	max-height: 132px;
}

.equipments-section .equip-block h5{
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
}

.equipments-section .equip-block h5 a{
	color: #010101;
}

/*** 

====================================================================
	Brands Section
====================================================================

***/

.brands-section{
	position:relative;
	padding: 150px 0 0px;
}

.brands-section h2{
	font-weight: 700;
	text-transform: uppercase;
	color: #adadad;
	line-height: 1.15em;
	margin-bottom: 20px;
}

.brands-section.brands-page{
	padding-top: 80px;
}

.brands-section.brands-page h2{
	text-align: center;
	margin-bottom: 70px;
}

.brands-section h2 span{
	color: #17954a;
}

.brands-section .left-col{
	position: relative;
	margin-bottom: 30px;
}

.brands-section .left-col .inner{
	position: relative;
	display: block;
}

.brands-section .right-col{
	position: relative;
	margin-bottom: 30px;
}

.brands-section .brand-block{
	position: relative;
	margin-bottom: 100px;
}

.brands-section .brand-block .inner{
	position: relative;
	display: block;
	text-align: center;
}

.brands-section .brand-block .image{
	position: relative;
	display: block;
	line-height: 110px;
}

.brands-section .brand-block .image img{
	position: relative;
	max-height: 110px;
}

/*** 

====================================================================
	About Page 
====================================================================

***/

.about-page{
	position: relative;
	padding: 100px 0 0;
}

.about-page .shape{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.about-page .fluid-section h2{
	font-weight: 700;
	text-transform: uppercase;
	text-align: justify;
	color: #adadad;
	line-height: 1.15em;
	max-width: 1020px;
	margin-bottom: 30px;
}

.about-page .fluid-section h2 span{
	color: #17954a;
}

.about-page .text-content{
	position: relative;
	font-size: 18px;
	padding: 40px 0 10px;
}

.about-page .text-content p{
	margin-bottom: 25px;
}

.about-page .fluid-section .text-col .inner{
	padding-right: 100px;
	padding-bottom: 0;
}

.about-page .fluid-section.alternate .text-col .inner{
	padding-top: 35px;
	padding-bottom: 100px;
}

.about-page .fluid-section .text-col p:last-child{
	margin-bottom: 0;
}

.about-page .fluid-section .image-col .link-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px 20px;
}

.about-page .fluid-section .image-col .link-box .theme-btn{
	margin-right: 20px;
	margin-bottom: 20px;
}

.mvv-section{
	position: relative;
	padding: 140px 0 100px;
}

.mvv-section .auto-container{
	max-width: 1180px;
}

.mvv-section .row{
	margin: 0 -40px;
}

.mvv-section .mvv-block{
	position: relative;
	padding: 0 40px;
	margin-bottom: 40px;
}

.mvv-section .mvv-block .inner{
	position: relative;
	display: block;
}

.mvv-section .mvv-block h2{
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #adadad;
	line-height: 1.15em;
	max-width: 1020px;
	margin-bottom: 30px;
}

.mvv-section .mvv-block h2 span{
	color: #17954a;
}

.mvv-section .mvv-block .image{
	position: relative;
	display: block;
	line-height: 130px;
	text-align: center;
	margin-bottom: 25px;
}

.mvv-section .mvv-block .image img{
	max-height: 124px;
}

.mvv-section .mvv-block .text{
	position: relative;
	display: block;
	font-size: 18px;
	text-align: justify;
}


/*** 

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

***/

.main-footer{
	position: relative;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	background: #323131 url(../images/background/scav-shape-2.png) center bottom no-repeat;
}

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

.main-footer .auto-container{
	max-width: 880px;
}

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

.main-footer .upper-section .links{
	position: relative;
	padding-bottom: 15px;
}

.main-footer .upper-section .links li{
	position: relative;
	display: inline-block;
	margin: 0 10px 5px;
	font-weight: 400;
}

.main-footer .upper-section .links li.address{
	display: block;
	margin: 0 0 5px;
}

.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 .links li span{
	font-weight: 500;
}

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

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

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

.main-footer .upper-section .social-links a img{
	width: 24px;
	height: 24px;
}

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

.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: #aaabad;
	overflow: hidden;
}

.inner-banner .image-layer{
	position:absolute;
	left: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: block;
	text-align: center;
	width: 100%;
	padding: 250px 0px 100px;
	z-index: 10;
}

.inner-banner h1{
	font-size:48px;
	font-weight:700;
	line-height:1.25em;
	text-transform: uppercase;
	color: #ffffff;
	margin:0px 0px;
}

.page-title-box{
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 80px;
}

.page-title-box h2{
	font-weight: 700;
	text-transform: uppercase;
	color: #282526;
	margin: 0 0;
}

.page-title-box h2:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -12px;
	width: 100px;
	margin-left: -50px;
	border-bottom: 6px solid #17954a;
}

/*** 

====================================================================
	Equipments Section
====================================================================

***/

.equipments-range{
	position:relative;
	padding: 80px 0 50px;
}

.equipments-range .equip-cat{
	position: relative;
	padding-bottom: 30px;
}

.equipments-range h2{
	font-weight: 700;
	text-transform: uppercase;
	color: #adadad;
	line-height: 1.15em;
	text-align: center;
	margin-bottom: 80px;
}

.equipments-range h2 span{
	color: #17954a;
}

.equipments-range .equip-block{
	position: relative;
	margin-bottom: 60px;
}

.equipments-range .equip-block .inner{
	position: relative;
	display: block;
	text-align: center;
}

.equipments-range .equip-block .image{
	position: relative;
	display: block;
	line-height: 132px;
	margin-bottom: 35px;
}

.equipments-range .equip-block .image img{
	position: relative;
	max-height: 132px;
}

.equipments-range .equip-block h5{
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
}

.equipments-range .equip-block h5 a{
	color: #010101;
}

.equip-block h5 a:hover{
	text-decoration: underline;
}

/*** 

====================================================================
	Clients Section
====================================================================

***/

.clients-section{
	position:relative;
	padding: 80px 0px 70px;
}

.clients-section h2{
	font-weight: 700;
	text-transform: uppercase;
	color: #adadad;
	line-height: 1.15em;
	text-align: center;
	margin-bottom: 70px;
}

.clients-section h2 span{
	color: #17954a;
}

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

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

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

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

.clients-section .image img{
	position: relative;
	display: inline-block;
	width: auto;
	line-height: 140px;
	max-height: 140px;
	max-width: 100%;
}

/*** 

====================================================================
	Book Section
====================================================================

***/

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

.book-section h2{
	font-weight: 700;
	text-transform: uppercase;
	color: #adadad;
	line-height: 1.15em;
	text-align: center;
	margin-bottom: 70px;
}

.book-section h2 span{
	color: #17954a;
}

.book-section .form-box{
	position: relative;
	max-width: 450px;
	margin: 0 auto;
}

/*** 

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

***/

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

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

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

.contact-section .title-box h2{
	text-transform: capitalize;
	font-weight: 700;
	margin: 0 0;
}

.contact-section .title-box .text{
	position: relative;
	font-size: 20px;
	padding-top: 20px;
}

.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: #17954a;
	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: #17954a;
	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: #17954a;
	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: #17954a;
	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: #17954a;
	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: 16px;
	color: #17954a;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 5px;
}

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

.contact-section .info .info-block .text{
	font-size: 18px;
	color: #0d2958;
	line-height: 24px;
}

.contact-section .info .info-block .text a{
	color: #0d2957;
}

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

.contact-section .lower-row{
	position: relative;
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
}

.contact-section .lower-row .text{
	font-size: 24px;
	line-height: 1.4em;
	margin-bottom: 50px;
}
