@import url("owl.carousel.css");
@import url("font-awesome.css");
@import url("shortcodes.css");
/* 29LTBukra */
@font-face {
	font-family: '29ltbukra';
	src: url(../fonts/bukra/29lt-bukra-hairline.OTF) format('opentype');
	font-weight: 100;
	font-style: normal
}
@font-face {
	font-family: '29ltbukra';
	src: url(../fonts/bukra/29lt-bukra-thin.OTF) format('opentype');
	font-weight: 200;
	font-style: normal
}
@font-face {
	font-family: '29ltbukra';
	src: url(../fonts/bukra/29lt-bukra-extra-light.OTF) format('opentype');
	font-weight: 300;
	font-style: normal
}
@font-face {
	font-family: '29ltbukra';
	src: url(../fonts/bukra/29lt-bukra-light.OTF) format('opentype');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: '29ltbukra';
	src: url(../fonts/bukra/29lt-bukra-regular.OTF) format('opentype');
	font-weight: 500;
	font-style: normal
}
@font-face {
	font-family: '29ltbukra';
	src: url(../fonts/bukra/29lt-bukra-medium.OTF) format('opentype');
	font-weight: 600;
	font-style: normal
}
@font-face {
	font-family: '29ltbukra';
	src: url(../fonts/bukra/29lt-bukra-semi-bold.OTF) format('opentype');
	font-weight: 700;
	font-style: normal
}
@font-face {
	font-family: '29ltbukra';
	src: url(../fonts/bukra/29lt-bukra-bold.OTF) format('opentype');
	font-weight: 800;
	font-style: normal
}
@font-face {
	font-family: '29ltbukra';
	src: url(../fonts/bukra/29lt-bukra-black.OTF) format('opentype');
	font-weight: 900;
	font-style: normal
}
body{
	font-family: '29ltbukra', sans-serif;
	font-weight: 500;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
b, strong{
	font-weight: 700;
}
ul li,  ol li{
	line-height: 1.5;
}

/**
  *	Reset
  *	Repeatable Patterns
  * Boxed
  *	Top
  *	Top Style1
  *	Top Style2
  * Header Top
  * Header Top Style1
  * Header
  * Header Style1
  * Header Style2
  * Main Menu
  * Page Title
  * Main Content
  * Blog Pagination
  * Footer Top
  * Footer
  * Footer Bottom
  * Blog
  * Parallax
  * Mobile Navigation
  * Go top
  * Switcher
  * Preload
*/

/* Reset
-------------------------------------------------------------- */
	html {
		overflow-y: scroll;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	body {
		text-align: right;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
	dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 

		font-size: 100%; 
		/*font-weight: inherit; */
		font-style: inherit; 
		vertical-align: baseline; 
		margin: 0; 
		padding: 0; 
		border: 0; 
		outline: 0;
		background: transparent;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
		display: block;
	}
	                          
	ol, ul {
		list-style: none;
	}

	blockquote, q { 
		-webkit-hyphens: none;
		  -moz-hyphens: none;
		   -ms-hyphens: none;
		       hyphens: none;
		        quotes: none;
	}

	figure {
		margin: 0;
	}

	:focus {
		outline: 0;
	}

	table { 
		border-collapse: collapse; 
		border-spacing: 0;
	}

	img {
		border: 0;
		-ms-interpolation-mode: bicubic;
		vertical-align: middle;
	}

	legend {
		white-space: normal;
	}

	button,
	input,
	select,
	textarea {
		font-size: 100%;
		margin: 0;
		max-width: 100%;
		vertical-align: baseline;
		-webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		       box-sizing: border-box;
	}

	button,
	input {
		line-height: normal;
	}

	input,
	textarea {
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		line-height: 1;
		cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
		-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
		border: none;
	}

	input[type="checkbox"],
	input[type="radio"] {
		padding: 0; /* Addresses excess padding in IE8/9 */
	}

	input[type="search"] {
		-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	}

	input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
		-webkit-appearance: none;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
		border: 0;
		padding: 0;
	}

	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}	

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
* {
	-webkit-font-smoothing: antialiased !important;
  }
body {
	background-color: #fff;		
	color: #555555;
}

a {		
	text-decoration: none;
	color: #979797;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: #28bf6b;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

ul, ol {
	padding: 0;
}

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

button {
	border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {		
    display: inline-block;
    color: #fff;
    padding: 0px 29px 0 30px;
    height: 45px;
    line-height: 44px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    background: #0b894a;
    border: 1px solid #fff;
    /*font-family: "29LTBukra-Bold", sans-serif;*/
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button.search-submit-form {
	position: absolute;
    right: 2px;
    top: 7px;
    padding: 0px 10px;
    color: #999999;
    background-color: transparent;
    display: inline-block;
    height: 29px;
    line-height: 31px;
    font-size: 12px;
    border-color: transparent;
    border-left: 1px solid #d0d0d0; 
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="email"] {	
	position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 8px 15px;
    color: #222222;
    border: 1px solid #d0d0d0;
    height: 45px;
    background-color: #d8e7ef;
    border-radius: 3px;   
    margin-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

input[type="search"] {
    width: 250px;  
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: #ffffff;
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border: 1px solid #18ba60;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

textarea {
	width: 100%;
	padding: 10px 15px;    
    height: 170px;
}

input[type="checkbox"] {
	display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {		
	color: #555;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #555;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #555;
	opacity: 1;
}

/* bootstrap resetting elements */

textarea, 
input[type="text"],
input[type="submit"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
	color: #000;
}

blockquote {
	padding-left: 71px;
	position: relative;
	margin-bottom: 24px;
}

blockquote span {
	position: absolute;
    font-size: 135px;
    line-height: 24px;
    /*font-family: 'Poppins';*/
    color: #999999;
    top: 48px;
    left: 0px;
}

blockquote p {
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #5e646b;
}

h1, h2, h3, h4, h5, h6 {
	/*font-family: '29LTBukra-Bold', sans-serif;*/
	color: #66666A;
}

h1 { font-size: 56px;line-height: 80px;}
h2 { font-size: 46px; line-height: 70px;}
h3 { font-size: 18px;}
h4 { font-size: 16px;}
h5 { font-size: 14px;}

.container {
	width: 1200px;
	max-width: 100%;
}

.clearfix {
	clear: both;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.one-half {
	width: 50%;
	float: left;
}

.one-half.v3 {
	padding-right: 15px;
}

.one-half.v4 {
	padding-left: 15px;
}

.one-three {
	width: 33.33%;
	float: left;
}

.one-four {
	width: 25%;
	float: left;
}

.one-five {
	width: 20%;
}

.divider43 {
	height: 43px;
}

.bg-white {
	background-color: #fff !important;
}


/* Boxed
-------------------------------------------------------------- */
.home-boxed .boxed {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 16px 1px #7f7f7f;
    overflow: hidden;
}

/* Top
-------------------------------------------------------------- */
.top {
	background-color: #222222;
	font-size: 12px;
	padding: 12px 0 13px;
}

.flat-infomation {
	float: left;
	padding-left: 15px;
	line-height: 25px;
}

.flat-infomation li {
	display: inline-block;
	position: relative;
	font-size: 12px;
	padding-right: 15px;
	line-height: 1;
	color: #fff;
	line-height: 24px;
}
.flat-infomation li:first-child a{
font-size: 14px;
}
.flat-infomation li a {
	color: #fff;
}

.flat-infomation li a:hover {
	color: #ffc427;
}

.flat-infomation li:last-child {
	margin-right: 15px;
	border-right: 1px solid #fff;
}



/* Flat Social */
ul.flat-social {
	float: left;
}

ul.flat-social li {
	display: inline-block;
	margin-right: 14px;
	font-size: 14px;
}

.tp-bannertimer {
	display: none;
}

/* Top Style1
-------------------------------------------------------------- */
.top.style1 {
	background-color: #18ba60;
	padding: 13px 0 12px;
}

.top.style1 .flat-infomation li {
	border-color: #fff;
	border-left: 1px solid #fff;
}

.top.style1 .flat-infomation li,
.top.style1 .flat-infomation li a {
	color: #fff;
}

.top.style1 ul.flat-social li a {
	color: #fff;
}

.top.style1 .flat-infomation li a:hover,
.top.style1 ul.flat-social li a:hover {
	color: #252525;
}

.top.style1 .flat-infomation li.phone:before {
	top: 1px;
	left: 0;
}

.top.style1 .flat-infomation li.phone {
	border-left: none;
	padding-left: 20px;
}

/* Top Style1 V1 */
.top.style1.v1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Top Style2
-------------------------------------------------------------- */
.top.style2 {
	background-color: #797a7e;
	padding: 13px 0 13px;
	font-size: 14px;
}
.top-message.style2 {
	background-color: #f8a725;
    display: block;
    color: #000;
    text-align: right;	
}
.top-message.style2 .fa-exclamation-triangle {
    color: #000;
    font-size: 40px;
    float: right;
}
.top-message.style2 h4 {
    font-weight: bold;
    color: #000;
    background: none;
    -webkit-text-fill-color: initial;
}
.top-message.style2 p {
    color: #000;
    line-height: 20px;
}
.top-message.style2 .close-alert {
    border: 2px solid #000;
    margin-top: 15px;
}
.close-alert i {
    margin-left: 10px;
    font-size: 20px;
}
/*.top-message.style2 p{
	font-size: 18px;
	color: #fff;
	padding-left: 80px;
	float: right;
}*/
.top-message.style2 p i{
	margin-left: 10px;
	color: #000;
	
	
}
.top-message.style2 .close-alert{ top:0; left:30px; cursor: pointer;}
.top-message.style2 .close-alert:hover{color:#e54725;}
.top-message.style2 .close-alert i{margin-right: 10px;
    font-size: 20px;}


.title-page {
	float: left;
	color: #fff;
}

.top.style2 ul.flat-social li {
	padding-right: 7px;
	padding-left: 7px;
	margin-right: 0;
	line-height: 24px;
}

.top.style2 ul.flat-social li:last-child {
	border-left: 1px solid #f2f2f2;
	padding-left: 12px;
}

.top.style2 ul.flat-social li a {
	color: #fff;
}

.top.style2 ul.flat-social li a:hover {
	color: #ffc427;
}

.top.style2 ~ .header-top {
	padding-bottom: 0px;
}

/* Header Top
---------------------------------------------------------------*/
.header-top {
	background-color: #fff;
	min-height:130px;
}

.iconbox-wrap{margin-top:20px;text-align: left;}

.iconbox.style2 {
	padding: 10px 15px;
	border: none;
	text-align: right;
	margin-bottom: 0px;
	border-right: 1px solid #f2f2f2;
	display:inline-block;
}
.iconbox.style2:first-child{border-right: 0;}
.iconbox.style2:hover {
	box-shadow: none;
}

.iconbox.style2 .iconbox-icon {
	float: right;
	margin-right: 15px;
	font-size: 35px;
	padding-top:6px;
}
.main{
	margin-bottom: 50px; 
}
.iconbox.style2 .iconbox-content {
	overflow: hidden;
}

.iconbox.style2 .iconbox-content h4 {
}

.iconbox.style2 .iconbox-content p {
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}

.header-top .logo {
	margin-top: auto;
	margin-bottom:20px;
	margin-top:20px;
}

.header-top .btn-contact {
	padding: 35px 0;
}

.header-top .btn-contact a {
	display: block;
	height: 50px;
	line-height: 47px;
	text-align: center;
	border:2px solid #18ba60;
	border-radius: 25px;
	color: #252525;
	font-weight: 600;
}

.header-top .btn-contact a:hover {
	background-color: #18ba60;
	color: #fff;
}

/* Iconbox Style2 V2 */
.iconbox.style2.v2 .iconbox-icon i {
	color: #02af60;
	background: -webkit-linear-gradient(#02af60, #03a3d1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
}

.iconbox.style2.v2 .iconbox-content h4 {
	color: #000;
	background: none;
	-webkit-text-fill-color: #000;
	-webkit-background-clip: unset;
}

.iconbox.style2.v2 .iconbox-content p {
	color: #252525;
}

/* Header Top Style1
---------------------------------------------------------------*/
.header-top.style1 {
	background-color: #1c4671;
}

.header-top.style1 .iconbox.style2 .iconbox-content h4,
.header-top.style1 .btn-contact a {
	color: #fff;
}

.header-top.style1 .btn-contact a {
	border-color: #fff;
}

.header-top.style1 .iconbox.style2 .iconbox-content p {
	color: #e0e0e0;
}

.header-top.style1 .iconbox.style2 .iconbox-icon {
	color: #18ba60;
}


/* Header 
---------------------------------------------------------------*/
.header {
	position: relative;
	background-color: #ffffff;	
	-webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
         -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#header.fixed-header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1005;
	background-color: #ffffff;
	width: 100%;
}

#header.fixed-header.style1 {
	background-color: #18ba60;
}

#header.fixed-header.style2.v1 {
	background-color: rgba(0, 0, 0, 0.8);
}

#header.fixed-header.header.style1.v1 .flat-header-wrap {
	top: 0;
}

.logo {
	margin-top: 21px;
	float: right;
}

/*top search*/
.flat-show-search {
	position: relative;
	float: left;
}

.show-search {
    float: right;
    margin-right: 38px;
    position: relative;
    /*margin: 27px 0 30px;*/
}

.show-search i {
    position: relative;
    display: block;
    width: 15px;
    text-align: center;
    line-height: 35px;
    width: 33px;
    height: 33px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.05);
    margin: 28px 0;
    cursor: pointer;
}

.top-search {
    position: absolute;
    left: 26px;
    top: 22px;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    z-index: 12;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.top-search #searchform-all {
    position: relative;
}

.top-search #searchform-all input[type='text'] {
	height: 46px;
	background-color: #fff;
	border-radius: 0;
	border:1px solid #f2f2f2;
	margin-bottom: 0px;
}

.top-search #searchform-all #searchsubmit {
    margin-bottom: 0;
    height: 45px;
    font-size: 14px;
    color: rgba(21, 65, 110, 0.65);
    background-color: #fff;
}

.top-search #searchform-all #searchsubmit {
    /*padding: 3px;*/
    position: absolute;
    left: -20px;
    top: 6px;
    font-family: "FontAwesome";
    color: #fff;
	background-color: #02af60;
	background: -webkit-linear-gradient(60deg, #02af60 30%, #03a3d1 70%);
	background: -moz-linear-gradient(60deg, #02af60 30%, #03a3d1 70%);
	background: -ms-linear-gradient(60deg, #02af60 30%, #03a3d1 70%);
	background: -o-linear-gradient(60deg, #02af60 30%, #03a3d1 70%);
	background: linear-gradient(60deg, #02af60 30%, #03a3d1 70%);
    border: none;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.top-search #searchform-all #searchsubmit:hover {
	background-color: #555555;
}

.top-search.show {
    visibility: visible;
    opacity: 1;
   left: 19px;
}


.show-search.active .fa-search::before {
    content: "\f00d";
}

/* Header Style1
---------------------------------------------------------------*/
.header.style1 {
	background-color: #18ba60;
}

.header.style1 .nav-wrap {
	float: right;
}

.header.style1 #mainnav .menu > li {
	display: block;
	float: right;
}

 #mainnav .menu > li > a {
	line-height: 60px;
	color: #fff;
	padding: 0 26px;
}

.header.style1 #mainnav .menu > li > a:before {
	background-color: #fff;
}

.header.style1 #mainnav .menu > li:hover > .sub-menu {
	top: 60px;
}

.header.style1 .flat-show-search .show-search i {
	display: block;
	height: 30px;
	width: 35px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #797a7e;
	border-radius: 50%;
	margin: 13px 0 12px;
}

.header.style1 .flat-show-search .top-search {
	top: 7px;
}

/* Header Style1 V1 */
.header.style1.v1 {
	background-color: transparent;
	height: 0;
}

.header.style1.v1 .flat-header-wrap {
	position: absolute;
	top: -30px;
	left: 0px;
	width: 100%;
	max-width: 100%;
	background-color: #797a7e;
	z-index: 99;
	width: 1170px;
}

.header.style1.v1 .flat-header-wrap .flat-show-search .show-search {
	margin-left: 15px;
}

.header.style1.v1 .flat-header-wrap .flat-show-search .show-search i {
	color: #fff;
}

.header.style1.v1 .flat-show-search .top-search.show {
	left: 34px;
}

/* Header Style2
---------------------------------------------------------------*/
.header.style2 #mainnav .menu > li > a {
	line-height: 90px;
	padding: 0 14px;
}

.header.style2 #mainnav .menu > li > a:before {
	background-color: #18ba60;
}

.header.style2 #mainnav .menu > li:hover > .sub-menu {
	top: 90px;
}

.header.style2 .flat-show-search .show-search i {
	width: 33px;
	height: 33px;
	text-align: center;
	border-radius: 50%;
	margin: 28px 0;
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

/* Header Style2 V1 */
.header.style2.v1 {
	background-color: transparent;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 99;
	box-shadow: none;
}

.header.style2.v1 #mainnav .menu > li {
	margin: 0 17px;
}

.header.style2.v1 #mainnav .menu > li > a {
	color: #fff;
	padding:0;
}

.header.style1 #mainnav .menu > li.active > a {
	color: #ffc427;
}

.header.style2.v1 .flat-show-search .show-search i {
	background-color: #1c4671;
}

/* Main Menu
---------------------------------------------------------------*/
.header-wrap {
	width: 100%;
	padding: 0 15px;
}

.nav-wrap {
	float: right;
}

.one-half {
	width: 50%;
	float: left;
}

.one-third {
	width: 33.33%;
	float: left;
}

.one-four {
	width: 25%;
	float: left;
}
/* Main Navigation */
#mainnav {
	margin-left: 101px;
}

#mainnav ul.menu > li {
	display: inline-block;
	margin-left: 21px;
	text-align: left;
}

#mainnav ul.menu > li:first-child {
	margin-left: 0px;
}

#mainnav ul.menu > li.has-submenu {
	position: relative;
}

#mainnav ul.menu > li > a {
	line-height: 60px;
	display: block;
	padding: 0 12px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	font-size:18px;
}

#mainnav ul.menu > li.active > a,
#mainnav ul.menu > li > a:hover,
#header.style1.v1 #mainnav > ul.menu > li.active > a {
	color: #ffc427;
}

#mainnav.style1 {
	margin-right: 210px;
}

/* Mobile navigation
---------------------------------------------------------------*/
#mainnav-mobi {
	display: block;
	margin: 0 auto;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 1000;
	background-color: #222222;
}

#mainnav-mobi > ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainnav-mobi ul li {
	margin:0;
	position: relative;
	text-align: left;
	border-top: 1px solid #333333;
	cursor: pointer
}

#mainnav-mobi ul > li > a {
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 20px;
	color: #fff;
	display: block;
}

#mainnav-mobi ul > li > .menu-mega li.title {
	color: #fff;
	line-height: 50px;
	padding-left: 30px;
	font-weight: 600;
}

#mainnav-mobi ul.menu > li.active > a,
#mainnav-mobi ul.menu > li > a:hover,
#mainnav-mobi ul > li > .menu-mega li.active > a,
#mainnav-mobi ul > li > .menu-mega li.hover > a,
#mainnav-mobi ul > li > .submenu li.active > a,
#mainnav-mobi ul > li > .submenu li.hover > a {
	color: #adadad;
}

#mainnav-mobi ul.sub-menu {
	top: 100%;
	left: 0;
	z-index: 2000;
	position: relative;
	background-color: #222222;
}

#mainnav-mobi > ul > li > ul > li {
	position: relative;
	border-top: 1px solid #333333;
}

#mainnav-mobi ul.sub-menu > li > a {
	display: block;
	text-decoration: none;
	padding: 0 50px;
	border-top-color: rgba(255,255,255,.1);
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
		 -o-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}

/* btn Menu */
.btn-menu {
	display: none;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 32px 30px 32px 0px;
	width: 26px;
	height: 16px;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after, 
.btn-menu span {
	background-color: #1e1e27;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
	content: "";
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.btn-menu span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
	transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu,
.btn-submenu-child {
   position: absolute;
   right: 0px;
   top: 0;
   font: 20px/50px 'FontAwesome';
   text-align: center;
   cursor: pointer;
   width: 50px;
   height: 50px;
}

.btn-submenu:before,
.btn-submenu-child:before {
   content: "\f107";
   color: #ffffff;
}

.btn-submenu.active:before,
.btn-submenu-child.active:before {
   content: "\f106"
}

.btn-submenu-child {
	right: 30px;
}

.rev_slider .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
	opacity: 0.8;
/* 	background-image: -webkit-linear-gradient(rgba(2, 175, 96, 0.7), rgba(3, 163, 209, 0.7));
	background-image: -webkit-linear-gradient(center top, rgba(2, 175, 96, 0.7), rgba(3, 163, 209, 0.7));
	background-image: -moz-linear-gradient(center top, rgba(2, 175, 96, 0.7), rgba(3, 163, 209, 0.7));
	background-image: -ms-linear-gradient(center top, rgba(2, 175, 96, 0.7), rgba(3, 163, 209, 0.7));
	background-image: -o-linear-gradient(center top, rgba(2, 175, 96, 0.7), rgba(3, 163, 209, 0.7));
	background-image: linear-gradient(center top, rgba(2, 175, 96, 0.7), rgba(3, 163, 209, 0.7));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(12, 109, 176, 0.7)', endColorStr='rgba(27, 181, 128, 0.7)', gradientType='1'); */
}
/* -----------------------------------------------------
		Section Title
   ----------------------------------------------------- */
.sec-title {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.sec-title .separator {
    position: relative;
    width: 150px;
    height: 23px;
    margin: 0 auto;
        margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 10px;
    background: url(../images/seperator.png) center center no-repeat;
}
.sec-title .text {
    position: relative;
    font-size: 20px;
    color: #555555;
    line-height: 1.5em;

    padding-top: 5px;
}
.section-block-title
{
	text-align: right;
}
.section-block-title h3{
	font-size: 35px;
	line-height: 45px;
}
.section-block-title .separator {
	margin: 0 0;
}
.section-block-title .text{
	font-size: 16px;
}
/* -----------------------------------------------------
		Search Tabs
   ----------------------------------------------------- */

.search-tabs{
	margin-top: -36px;
	left:0px;
	width:100%;
}
.tab-content{margin-top: 20px;}
.search-tabs .nav-tabs{
	text-align:center;
	font-size:0px;
	margin-top: -3px;
	display: block;
	height: 36px;
	border-bottom: 1px solid #797a7e;
}

.center-tabs li{
	display:inline-block;
	float:none;
	margin-top: -28px;
}

.search-tabs .nav-tabs li{
	/*font-family: '29LTBukra-Bold', Arial, Helvetica, sans-serif;*/
	font-size:20px;
}

.search-tabs .nav-tabs li a{
	padding:20px 30px;
}

.search-tabs .nav-tabs li.active a{
	padding:11px 25px 11px;
}

.search-tabs .nav-tabs li .fa{
	margin-right:7px;
	font-size:15px;
}

.search-tabs .tab-content .tab-pane{
	padding:0px 30px 20px;
}


/************* SEARCH-TABS-3 *************/

#search-tabs-3.search-tabs{
	bottom:148px;
}

#search-tabs-3 .nav-tabs li{
	font-size:13px;
	margin-bottom:1px;
}

#search-tabs-3 .nav-tabs li a,
#search-tabs-3 .nav-tabs li.active a{
	padding:10px 15px;
	border:0px;
}

#search-tabs-3 .tab-content .tab-pane{
	padding:35px 30px;
}


	
.welcome-message{
	padding:43px 55px;
	margin-top:38px;
}

.welcome-message h2{
	font-weight:bold;
	font-size:28px;
	margin-bottom:15px;
}

.welcome-message p{
	font-weight:bold;
	font-size:15px;
	margin-bottom:22px;
}

.welcome-message p:nth-child(odd){
	font-weight:normal;
}

.welcome-message .btn{
	margin-top:10px;
	padding:8px 27px 9px;
}

/************* SEARCH-TABS-4 *************/

#search-tabs-4.search-tabs{
	bottom:0px;
}

/************* SEARCH-TABS-5 *************/

#search-tabs-5.search-tabs{
	bottom:0px;
}
.search-tabs .nav-tabs li a{
	background:#a7a9aa;
	border-radius:0px;
	border:0;
	color:white;
}
.search-tabs .nav-tabs li a span:first-child{
	margin-left: 10px;
}

.search-tabs .nav-tabs li:hover a{
	border-color:transparent;
}

.search-tabs .nav-tabs li a.active{
	background:#797a7e;
	border-radius:0px;
	color:#fff;
	border:0;
	border-bottom:0px;
}

.search-tabs .nav-tabs li .fa{
	color:#faa61a;
}

.search-tabs .tab-content .tab-pane{
	background:white;
}



/* Page Title 
---------------------------------------------------------------*/
.page-title {
	height: 333px;
	position: relative;
	background-image: url('../images/parallax/03.jpg');
}

.page-title.style1 {
	background-image: url('../images/parallax/04.jpg');
}

.page-title .title-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.page-title .page-title-heading .h1-title {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 1px;
}

.page-title .breadcrumbs li {
	display: inline-block;
	line-height: 28px;
	color: #fff;
}

/* Breadcrumbs on hero: white for readability on background image */
.page-title .breadcrumbs,
.page-title .breadcrumbs li,
.page-title .breadcrumbs li a,
.page-title .breadcrumbs a {
	color: #ffffff !important;
}
.page-title .breadcrumbs li a:hover,
.page-title .breadcrumbs a:hover {
	color: #ffffff !important;
	opacity: 0.9;
}

.page-title .breadcrumbs li a {
	color: #ffffff !important;
}

.page-title .breadcrumbs li a i {
	padding: 0 3px 0 7px;
}

/* Main Content 
---------------------------------------------------------------*/
.main-content {
	padding: 100px 0 100px;
}

.main-content.style1 {
	padding: 76px 0 104px;
}

.main-content .post-wrap.style1 {
	padding-top: 21px;
}

.main-content .post-wrap.style2 {
	margin: 0px;
}

/* Blog Pagination 
---------------------------------------------------------------*/
.blog-single-pagination {
	text-align: center;
}

.flat-pagination li {
	display: inline-block;
}

.flat-pagination li a {
	background-color: #f7f7f7;
	padding: 0 15px;
    display: block;
    line-height: 34px;
    text-align: center;
    border-radius: 3px;
	color: #222222;
}

.flat-pagination li a:hover,
.flat-pagination li a.active {
	background-color: #18ba60;
	color: #ffffff;
}

.flat-pagination li a i {
	padding-left: 3px;
}

/* Footer Top
---------------------------------------------------------------*/
.footer-top {
	background-color: #29282e;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
	padding: 34px 0;
	position: relative;
	z-index: 9;
}

.footer-top #logo-ft {
	margin-bottom: 0;
}

/* Iconbox Style2 v1 */
.iconbox.style2.v1 {
	padding: 6px 0;
}

.iconbox.style2.v1 .iconbox-icon {
	color: #18ba60;
}

.iconbox.style2.v1 .iconbox-content h4,
.iconbox.style2.v1 .iconbox-content p {
	color: #868686;
}

/* Footer 
---------------------------------------------------------------*/
#footer {
	background-color: #29282e;
	padding: 97px 0 0px;
	color: #fff;
}

#footer.style1 {
	padding-top: 67px;
}

.widget-ft h3.title {
	/*font-family: '29LTBukra-Bold', sans-serif;*/
	color: #ffc500;
	background: none;
	text-transform: uppercase;
    background-clip: border-box;
	-webkit-text-fill-color: #ffc500;
	-webkit-background-clip: unset;
	font-size: 16px;
	padding-bottom: 10px;
	position: relative;
	
}
.widget-about h3.title {
	width:124%;
}

/* Widget About */
#logo-ft {
	margin-bottom: 32px;
}

.widget-about ul.social {
	margin-top: 0;
}

.widget-about ul.social li {
	position: relative;
    display: block;
    float: right;
    margin: 0 5px 0;
    text-align: center;
	transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
	margin-bottom: 40px;

}
.widget-about ul.social li:first-child{
	margin-left: 0;
}
.widget-about ul.social li a i{
    position: relative;
    top: -2px;
    left: 0;
    font-size: 16px;
}
.widget-about ul.social li a {
	font-size: .9em;
	line-height: 45px !important;
	position: relative;
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 0 0;
	text-align: center;
	color: #ffffff;
	transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
	-webkit-backface-visibility: hidden;
}

.widget-about1 ul.social li a::before {
    font-size: 1.5em;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #ffffff;
    border-radius: 4px;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transform: rotate(45deg);
}
.widget-about ul.social li a:hover::before {
    border: 1px solid #fff;
    background: #0b894a;
    transform: rotate(135deg);
}


/* Widget Services */
.widget-services {
	margin-left: -1px;
}

.widget-services .one-half {
	width: 41%;
	float: left;
	margin-top: 2px;
}

.widget-services .one-half li {
	position: relative;
}

.widget-services .one-half li a:before  {
	content: "\f0da";
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	 -o-transform: translateY(-50%);
    	 	transform: translateY(-50%);
}

.widget-services .one-half li a {
	color: #fff;
	line-height: 40px;
	display: inline-block;
	position: relative;
	padding-left: 18px;
	/*font-family: 'Lato';*/
}

.widget-services .one-half li a:hover {
	color: #18ba60;
}

/* Widget Lastest */
.widget-lastest {
	margin-left: -31px;
}


.widget-lastest ul {
	margin-top: 10px;
}

.widget-lastest ul li {
	margin-bottom: 16px;
    line-height: 26px;
	padding-left: 10px;
	color:rgba(255,255,255,0.5);
}

.widget-lastest ul li a {
	/*font-family: "Lato";*/
}

.widget-lastest ul li a:not(:hover) {
	color: #fff;
}

/* Widget-subscribe */
.widget-subscribe {
	margin-left: -2px;
}

.widget-ft.widget-subscribe h3.title {
	margin-bottom: 40px;
}

.widget-subscribe form label {
	color: #ffffff;
	margin-bottom: 9px;
}

#subscribe-email {
	width: 352px;
	border-radius: 0;
	background-color: #343339;
	color: #fff;
	    border: 1px solid #2e363a;
}

#subscribe-email::placeholder {
	color: #fff;
}

#subscribe-email:focus {
	border-color: #18ba60;
}

.widget-subscribe form .button-subscribe:hover {
	background-color: #252525;
	border-color: #252525
}

.widget-subscribe button {
	border-radius: 25px;
	padding: 0 36px;
	height: 47px;
}

.notification_error {
    padding-top: 10px;
    color: #18ba60;
}

.notification_ok {
    text-align: center;
    color: #18ba60;
}

/* Footer Bottom
---------------------------------------------------------------*/
.footer-bottom {
	margin-top: 30px;
	padding: 0 0 0;
	background: rgba(0,0,0,0);
}

.footer-bottom .copyright p {
	float: right;
	color: #fff;
	font-size: 12px;
	/*font-family: '29LTBukra-Regular', sans-serif;*/
}

.footer-bottom .copyright a {
	color: #18ba60;
	/*font-family: 'Lato';*/
}

.footer-bottom .copyright a:hover {
	color: #fff;
}

/* BLog
-------------------------------------------------------------- */

/* Main Post */
.post-wrap {
	margin-left: -14.5px;
	margin-right: -43px;
}

.post-wrap .one-half {
	padding: 0 14.5px;
}

.post-wrap .fullwidth {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

article.main-post {
	border-radius: 0px;
	overflow: hidden;
}

article.main-post {
	margin-bottom: 48px;
	position: relative;
	bottom: 0;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
           box-shadow: 2px 2px 10px 0px rgba(18, 110, 175, 0.15);
}

article.main-post:hover {
	position: relative;
	bottom: 5px;
}

article.main-post .featured-post {
	overflow: hidden;
}

article.main-post .featured-post a img {
	width: 100%;
	height:190px;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}



article.main-post .entry-content {
	padding: 30px 35px 25px 29px;
	position: relative;
	 min-height: 170px
}

article.main-post .entry-content .date {
	position: absolute;
	right: 20px;
	top: -32px;
	z-index: 1;
	text-align: center;
	color: #000;
	font-size: 24px;
	width: 60px;
	height: 60px;
	padding: 7px 6px;
	border-left:4px solid #fff;
	border-top:4px solid #fff;
	background-color: #fab822;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
		   transition: all 0.3s ease-in-out;
		   -webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
article.main-post .entry-content .date span{
	display: block;
	margin-left: -15px;
	margin-top: 5px;
	text-align: center;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);

}
article.main-post .entry-content .date .month {
    font-size: 12px;
	margin-left: 20px;
	margin-top: -9px;
	text-transform: uppercase;
}
article.main-post:hover .entry-content .date {
	background-color: #797a7e;
}

article.main-post .entry-content h3 {
	margin: 21px 0 18px;
	line-height:24px;
}
article.main-post .entry-content h3 a {
	font-size: 16px;
	color: #1a3263;
	background: none;
    background-clip: border-box;
	-webkit-text-fill-color: #1a3263;
	-webkit-background-clip: unset;
}

article.main-post .entry-content h3 a:not(:hover) {
	color: #000002;
}

article.main-post .entry-content p {
	line-height: 27px;
}

article.main-post.style1 {
	border-radius: 0px;
	margin-bottom: 60px;
}

article.main-post.style1:hover {
	box-shadow: none;
}

article.main-post.style1 .entry-title h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 22px;
	padding-bottom: 16px;
	border-bottom: 1px solid #f2f2f2;
}

article.main-post.style1 .entry-title h3 a:not(:hover) {
	color: #252525;
}

article.main-post.style1 .entry-title ul {
	padding: 15px 0 22px;
}

article.main-post.style1 .entry-title ul li {
	display: inline-block;
	margin-right: 35px;
}

article.main-post.style1 .entry-title ul li i {
	color: #18ba60;
	padding-right: 7px;
}

article.main-post.style1 .entry-title ul li a {
	/*font-family: 'Lato';*/
}

article.main-post.style1 .entry-title ul li a:not(:hover) {
	color: #999999;
}

article.main-post.style1 .entry-content {
	padding: 0;
	margin-top: 16px;
}

/* Comment Respond */
.comment-respond h3 {
	font-size: 20px;
	color: #333333;
	margin-bottom: 31px;
}

.comment-respond form div.comment-form-name,
.comment-respond form div.comment-form-email {
	float: left;
	width: 50%;
	margin-bottom: 23px;
}

.comment-respond form div.comment-form-name {
	padding-right: 15px;
}

.comment-respond form div.comment-form-email {
	padding-left: 15px;
}

.comment-respond form div input,
.comment-respond form div textarea {
	background-color: transparent;
	border: none;
	height: 41px;
	border-bottom: 1px solid #d7d7d7;
	padding-left: 0px;
	color: #979797;
	border-radius: 0px;
	margin-bottom: 0px;
}

.comment-respond form div input:focus,
.comment-respond form div textarea:focus {
	border: none;
	border-bottom: 1px solid #18ba60;
}

.comment-respond form div textarea {
	height: 88px;
}

.comment-respond form div.comment-form-submit {
	margin-top: 21px;
}

.comment-respond form div.comment-form-submit p {
	float: left;
	font-size: 13px;
	line-height: 46px;
}

.comment-respond form div.comment-form-submit button {
	float: right;
	height: 46px;
	line-height: 46px;
	border: none;
}

.comment-respond form div.comment-form-submit button:hover {
	background-color: #555555;
}

/* Comment Area */
.comment-area  {
	margin-top: 71px;
}

.comment-area h3 {
	margin-bottom: 46px;
	font-size: 20px;
}

.comment-list {
	box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
}

.comment-list li.comment article.comment-body {
	background-color: #f7f7f7;
	border-bottom: 1px solid #e5e5e5;
	padding: 32px 35px 23px 30px;
}

.comment-list li.comment article.comment-body .comment-image {
	float: left;
	margin-right: 30px;
}

.comment-list li.comment article.comment-body .comment-image img {
	border-radius: 50%;
}

.comment-list li.comment article.comment-body .comment-text {
	overflow: hidden;
	margin-top: -3px;
}

.comment-list li.comment article.comment-body .comment-text .comment-metadata .name {
	font-weight: 500;
	color: #1e1e1e;
	line-height: 1;
	margin-bottom: 8px;
	/*font-family: 'Montserrat';*/
}

.comment-list li.comment article.comment-body .comment-text .comment-metadata .date {
	font-size: 13px;
	color: #999999;
}

.comment-list li.comment article.comment-body .comment-text .comment-metadata .date span.reply {
	margin-left: 35px;
}

.comment-list li.comment article.comment-body .comment-text .comment-metadata .date span.reply a {
	color: #18ba60;
	/*font-family: "Lato";*/
}

.comment-list li.comment article.comment-body .comment-text .comment-content {
	margin-top: 12px;
}



.comment-list li.comment .children li.comment article.comment-body {
	padding-left: 130px;
}

/* Blog Pagination */
.blog-pagination {
	text-align: center;
}

/* Side Bar Blog */
.sidebar.right {
	padding-left: 69px;
}

.sidebar .widget {
	margin-bottom: 48px;
	overflow: hidden;
}

.sidebar .widget.widget-search {
	margin-bottom: 66px;
}

/* Widget Title */
.widget .widget-title {
	font-size: 20px;
	margin-bottom: 22px;
	color: #0e0e0e;
	position: relative;
	font-weight: 500;
}

/* Widget Search */
.widget-search form .input-search {
	position: relative;
	padding-right: 30px;
}

.widget-search form .input-search input {
	height: 50px;
	background-color: transparent;
	border-radius: 25px;
	padding-right: 30px;
	margin-bottom: 0px;
	color: #999;
}

.widget-search form .input-search input::placeholder {
	color: #999;
}

.widget-search form .input-search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	padding: 0;
	border: none;
	color: #fff;
	background-color: #18ba60;
}

.widget-search form .input-search button:hover {
	background-color: #444444;
	color: #fff;
}

/* Widget Categories */
.widget-categories ul li {
	padding: 13px 0 12px 30px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.widget-categories ul li:last-child {
	border-bottom: none;
}

.widget-categories ul li a:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: transparent;
	border: 1px solid #979797;
	border-radius: 50%;
	/* margin-top: -6.5px; */
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	 -o-transform: translateY(-50%);
    	 	transform: translateY(-50%);
}

.widget-categories ul li a:hover,
.widget-categories ul li.active a {
	color: #28bf6b;
}

.widget-categories ul li a:after {
	content: '';
	position: absolute;
	height: 6px;
	width: 6px;
	background-color: #28bf6b;
	border-radius: 50%;
	top: 50%;
	margin-top: -3px;
	left: 3px;
	opacity: 0;
}

.widget-categories ul li a:hover:before,
.widget-categories ul li.active a:before {
	border-color: #28bf6b;
}

.widget-categories ul li a:hover:after,
.widget-categories ul li.active a:after {
	opacity: 1;
}

.widget-categories ul li a {
    display: block;
    /*font-family: 'Lato';*/
    font-size: 16px;
}

.widget-categories ul li a span {
	float: right;
}

.widget-post ul.post-list > li {
	border-bottom: 1px solid #f2f2f2;
	padding: 18px 0 10px;
	overflow: hidden;
}

.widget-post ul.post-list > li:last-child {
	border-bottom: none;
}

.widget-post ul.post-list li .post-image {
	float: left;
	margin-right: 17px;
}

.widget-post ul.post-list li .post-content h6 {
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 7.5px;
    margin-top: -3px;
}

.widget-post ul.post-list li .post-content h6 a:not(:hover) {
	color: #252525;
}

.widget-post ul.post-list li .post-content ul li {
	display: inline-block;
	color: #999999;
	font-size: 12px;
	
}

.widget-post ul.post-list li .post-content ul li span {
	padding: 0 7px;
}

/* Widget Tag */
.sidebar .widget.widget-tags .widget-title {
	margin-bottom: 25px;
}

.widget-tags .tag-cloud a {
	display: inline-block;
	position: relative;
	font-size: 16px;
	line-height: 40px;
	margin-right: 28px;
	/*font-family: 'Lato';*/
}

.widget-tags .tag-cloud a:before {
	content: '/';
	position: absolute;
	right: -12px;
}
.widget-tags .tag-cloud a:last-child:before {
	content: '';
}

/* Main Single */
article.main-single {
	padding-bottom: 40px;
	margin-bottom: 71px;
	margin-right: -30px;
	border-bottom: 1px solid #f2f2f2;
}

article.main-single .entry-title ul {
	padding: 17px 0;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 22px;
}

article.main-single .entry-title ul li {
	display: inline-block;
	margin-right: 35px;
}

article.main-single .entry-title ul li i {
	padding-right: 6px;
}

article.main-single .entry-title ul li a {
	/*font-family: 'Lato';*/
}

article.main-single .entry-title h3 {
	margin-bottom: 22px;
	text-transform: uppercase;
	color: #252525;
}

article.main-single .entry-content > p {
	color: #777777;
	line-height: 27px;
	margin-bottom: 23px;
	padding-right: 35px;
}

article.main-single .entry-content h4 {
	margin-bottom: 14px;
    /*font-family: 'Lato';*/
    margin-top: 29px;
}

article.main-single .direction {
	float: right;
    margin-top: 8px;
    padding-right: 28px;
}

article.main-single .direction span,
article.main-single .direction ul,
article.main-single .direction ul li {
	display: inline-block;
}

article.main-single .direction span {
	font-style: italic;
	color: #252525;
	font-weight: 500;
	margin-right: 13px;
}

article.main-single .direction ul li {
	margin-left: 3px;
}

article.main-single .direction ul li a {
	height: 35px;
	width: 35px;
	line-height: 35px;
	display: inline-block;
	background-color: #18ba60;
	border-radius: 50%;
	color: #fff;
	font-size: 16.5px;
	text-align: center;
}

article.main-single .direction ul li a:hover {
	background-color: #555555;
}

/* sidebar services */
.sidebar.left .widget {
    margin-bottom: 50px;
    overflow: hidden;
}

.sidebar .widget.widget_nav_menu ul li {
	cursor: pointer;
    display: block;
    padding: 12px 0 11px 25px;
    margin-bottom: 2px;
    color: #222222;
    font-weight: 700;
    font-size: 13px;
    /*font-family: "Montserrat", sans-serif;*/
    background-color: #f1f1f1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 35px;
}

.sidebar .widget.widget_nav_menu ul li.active, 
.sidebar .widget.widget_nav_menu ul li:hover {
    background-color: #3a526a;
    color: #fff;
}

.sidebar .widget.widget_nav_menu ul li.active a,
.sidebar .widget.widget_nav_menu ul li:hover a {
	color: #fff;
}

.widget-brochure.services {
	padding: 28px 24px 13px 24px;
	border: 1px solid #999999;
}

.widget-brochure.services .brochure-box-title p {
    margin-right: -5px;
}

/* Parallax
-------------------------------------------------------------- */
.parallax {
	width: 100%;
	background-attachment: fixed;
	background-position: 50% 0;
	position: relative;
	z-index: 9;
}

.parallax1 { background-image: url(../images/parallax/01.jpg); background-repeat: no-repeat;}
.parallax2 { background-image: url(../images/parallax/03.jpg);}
.parallax4 { background-image: url(../images/parallax/04.jpg);}
.parallax3 { background-image: url(../images/parallax/02.jpg);}
.parallax5 { background-image: url(../images/parallax/55.png);}
.parallax6 { background-image: url(../images/parallax/06.jpg);}
.parallax7 { background-image: url(../images/parallax/07.jpg);}
.parallax9 { background-image: url(../images/parallax/09.jpg);}

.parallax3 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent 30%, rgba(28, 70, 133, 0.9) 70%);
	z-index: -1;
}

.parallax4 .overlay {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(28, 70, 113, 0.9);
}

.parallax7 .overlay {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/parallax/08.png);
	
	z-index: -1;
}

.parallax7 .overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -5;
	background-color: rgba(28, 70, 113, 0.9);
}

.overlay-gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(28, 70, 133, 0.9) 40%, transparent 60%);
	z-index: 1;
}

/* padding section */
.pd-imagebox-s3 {
	padding: 100px 0; 
}

.flat-imagebox.style2 {
    padding: 50px 0 50px;
}

.pd-portfolio-s1 {
	padding: 49px 0 74px;
}

.pd-portfolio-s2 {
	padding: 49px 0 72px;
}

.pd-portfolio-s3 {
    padding: 49px 0 70px;
}

.pd-services-post {
	padding: 60px 0 41px;
}

.pd-services-widget {
	padding: 50px 0 49px;
}

.pd-about-post {
	padding: 50px 0 113px;
}

.pd-aboutv3 {
	padding: 50px 0 49px;
}

.pd-about-team {
	padding: 59px 0 90px;
}

.pd-contact-v1 {
	padding: 100px 0 90px;
}

.pd-contact-v2 {
	padding: 40px 0 58px;
}

.pd-title-section {
	padding: 59px 0 0;
}

.dividers {
	width: 100%;
	height: 50px;
	overflow: hidden;
}

.blog-single-post {
	margin: 50px 0 39px;
}

.dividers-pagination {
	height: 40px;
}

.dividers.portfolio {
	height: 42px;
}

.dividers.dividers-imagebox {
	height: 79px;
}

.dividers.dividers-imagebox.v1 {
	height: 81px;
}

.dividers.dividers-bc-v1 {
	height: 24px;
}

.dividers.dividers-bc-v2 {
	height: 44px;
}

.dividers.dividers-bc-v3 {
	height: 20px;
}

.dividers.dividers-bc-v4 {
	height: 50px;
}

.dividers.dividers-about-post {
	height: 115px;
}

.dividers.dividers-about-team {
	height: 61px;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
   	display: block;
   	margin: 0 auto;
   	width: 100%;
   	background-color: #1d2738;
   	z-index: 1000;
   	position: absolute;
}

#mainnav-mobi ul {
   	display: block;
   	list-style: none;
   	margin: 0;
   	padding: 0;
}

#mainnav-mobi ul li {
   	margin:0;
   	position: relative;
   	text-align: left;
   	border-top: 1px solid #2d374a;
   	cursor: pointer;
   	clear: both;
}

#mainnav-mobi ul > li > a {
   	text-decoration: none;
   	height: 50px;
   	line-height: 50px;
   	padding: 0 15px;
   	color: #fff;
	text-transform: uppercase;
	text-align: right;
}

#mainnav-mobi ul.sub-menu {
   	top: 100%;
   	left: 0;
   	z-index: 2000;
   	position: relative;
   	background-color: #1d2738;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
    border-top: 1px solid #2d374a;
    background-color: #1d2738;
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
   	padding-left: 45px !important;
}

#mainnav-mobi ul.sub-menu > li > a {
   	display: block;
   	text-decoration: none;
   	padding: 0 30px;
   	border-top-color: rgba(255,255,255,.1);
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}

.btn-menu {
	display: none;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 38px 0px 38px 0px;
	width: 26px;
	height: 16px;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after, 
.btn-menu span {
	background-color: #18ba60;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
	content: "";
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}

.btn-menu span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	        transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
   position: absolute;
   left: 0px;
   right:auto;
   top: 0;
   font: 20px/50px 'FontAwesome';
   text-align: center;
   cursor: pointer;
   width: 50px;
   height: 50px;
}

.btn-submenu:before {
   content: "\f107";
   color: #fff;
}

.btn-submenu.active:before {
   content: "\f106";
}

.btn-menu {
   display: none; 
}

/* GoTop
-------------------------------------------------------------- */
.go-top {
   	position: fixed !important;
   	left: 15px;
	bottom: 15px;   
   	width: 40px;
   	height: 40px;
	z-index: 9999;
	display: none;
   	-webkit-border-radius: 50%;
       -moz-border-radius: 50%;
        -ms-border-radius: 50%;
         -o-border-radius: 50%;
    		border-radius: 50%;
   	cursor: pointer;   
	background-color: #02af60;
	background: -webkit-linear-gradient(60deg, #02af60 30%, #03a3d1 70%);
	background: -moz-linear-gradient(60deg, #02af60 30%, #03a3d1 70%);
	background: -ms-linear-gradient(60deg, #02af60 30%, #03a3d1 70%);
	background: -o-linear-gradient(60deg, #02af60 30%, #03a3d1 70%);
	background: linear-gradient(60deg, #02af60 30%, #03a3d1 70%);
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
   	line-height: 40px;
   	text-align: center;   	
   	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
    
}

.go-top i {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.go-top:hover  {
    margin-bottom: 10px;
}
.go-top.show{display: block;}

/* Switcher
-------------------------------------------------------------- */
.switcher-container {
   position: fixed;
   right: -220px;
   top: 137px;
   width: 220px;
   background-color: #000;
   z-index: 99999999;
}

.switcher-container h2 {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
    text-transform: uppercase;
	height: 45px;
	line-height: 45px;
	padding-left: 45px;
    padding-right: 0;
	margin: 0;
}

.switcher-container h2 a {
   background-color: #000;
   display: block;
   position: absolute;
   left: -45px;
   top: 0;
   width: 45px;
   height: 45px;
   line-height: 45px;
   text-align: center;
   outline: 0;
   color: #fff;
   -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.switcher-container h2 a.active {
	left: 0;
}

.switcher-container h2 a.active:after {
	position: absolute;
	right: 21px;
	top: 0;
	content: "\f105";
	font-family: "FontAwesome";
	color: #18ba60;
	font-size: 22px;
}

.switcher-container h2 a.active i {
	display: none;
}

.switcher-container h2 a:hover,
.switcher-container h2 a:focus {
   text-decoration: none;
}

.switcher-container h2 i {
   	margin-top: 10px;
   	font-size: 25px;
   	color: #18ba60;
    -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear; 
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.switcher-container h2 i:hover {
	color: #fff;
}

.switcher-container h3 {
   font-size: 12px;
   font-weight: 700;
   color: #fff;
   margin: 0;
   line-height: 22px;
   margin-bottom: 10px;
}

.switcher-container .selector-box {   
   color: #fff;
   overflow: hidden;
}

.switcher-container .layout-switcher {
   margin: 0 0 10px 0;
   overflow: hidden;
}

.switcher-container .layout-switcher a.layout {
   float: left;
   display: block;
   cursor: pointer;
   text-align: center;
   font-weight: 700;
   padding: 10px 20px;
   margin-left: 10px;
}

.switcher-container .layout-switcher a.layout:first-child {
   margin-left: 0;
}

.switcher-container .layout-switcher a.layout:hover {
   color: #fff;
   cursor: pointer;
}

.switcher-container .color-box {
   height: auto;
   overflow: hidden;
   margin-bottom: 6px;
}

.switcher-container .styleswitch {
    margin-bottom: 10px;
}

.sw-odd {
	background-color: #272727;
	padding: 21px 0 30px 20px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

.sw-even {
	background-color: #191919;
	padding: 21px 0 25px 20px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

.sw-even a {	
	/*font-family: "Karla", sans-serif;*/
    text-transform: uppercase;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px 10px 20px;
	margin-right: 10px;
}

.sw-even a:hover {
	background-color: #32bfc0;
	border: 1px solid #32bfc0;
	color: #fff !important;
}

.sw-light {
	background-color: #fff;
	color: #000 !important;
}

.sw-odd a {	
	font-size: 16px;
	color: #fff;
	width: 100%;
	display: inline-block;
	line-height: 17px;
	width: 100%;
	position: relative;
	padding-left: 47px;
}

.sw-odd .ws-colors a:before {
	background: none;
}

.sw-odd .ws-colors a {
	position: relative;
	width: auto;
	padding: 0;	
	width: 30px;
	height: 30px;
	background-color: #333;	
	display: inline-block;
	margin-right: 5px;	
	overflow: hidden;
}

.sw-odd .ws-colors a.current:before {
	position: absolute;
    left: 8px;
    top: 6px;
	font-family: FontAwesome;
	content: "\f00c";
	color: #fff;
	z-index: 999;
	text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
}


.sw-odd .ws-colors #color1 {
	background-color: #18ba60;
}

.sw-odd .ws-colors #color2 {
	background-color: #247fe1;
}

.sw-odd .ws-colors #color3 {
	background-color: #f87b27;
}

.sw-odd .ws-colors #color4 {
	background-color: #e33062;
}

.sw-odd .ws-colors #color5 {
	background-color: #29c2e1;
}

.sw-odd .ws-colors #color6 {
	background-color: #9b23ea;
}

.sw-odd #color2 {
	background-color: #333;
}

.sw-odd .ws-colors a#color2:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #ff5f2e;
}

.sw-odd #color3 {
	background-color: #333;
}

.sw-odd .ws-colors a#color3:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #30a9de;
}

.sw-odd #color4 {
	background-color: #333;
}

.sw-odd .ws-colors a#color4:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #d9e1e8;
}

.sw-odd #color5 {
	background-color: #333;
}

.sw-odd .ws-colors a#color5:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #090707;
}

.sw-odd #color6 {
	background-color: #333;
}

.sw-odd .ws-colors a#color6:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #79bd9a;
}

.sw-even h3 {
	margin-bottom: 6px;
}

/* Pattern */
.sw-pattern.pattern {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   	filter: alpha(opacity=0);
	   opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	position: absolute;
	left: 0;
	top: 98%;
	background-color: #000000;
	width: 100%;
	z-index: -1;
	padding: 20px 0 30px 20px;
}

.sw-pattern.pattern a {	
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}

.sw-pattern.pattern a.current:before {
	position: absolute;
    left: 12px;
    top: 6px;
	font-family: FontAwesome;
	content: "\f00c";
	color: #fff;
	text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
}

/*switcher image*/
.sw-odd .sw-image {
	 padding: 0 20px 15px 0;
}

.sw-odd .sw-image a{
	padding: 0;
	margin-bottom: 5px;
}

.sw-odd .sw-image .sw-buy {
	width: 100%;	
    border: none;
    background: #6f9a37; 
    position: relative;	
    height: 35px;
    line-height: 37px;
    border-radius: 0;
}

.sw-odd .sw-image .sw-buy:before {
	content: "\f07a";
	font-family: "FontAwesome";
	color: #fff;
	position: absolute;
	left: 20%;
	top: -1px;
}

.sw-odd .sw-image .sw-buy:hover {
	background: #2e363a;
}

/* Preload

-------------------------------------------------------------- */
#loading-overlay {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}

.loader:before,
.loader:after {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    content: "";
    -webkit-animation: preloader-wave 1.6s linear infinite;
        animation: preloader-wave 1.6s linear infinite; 
    border-radius: 50%;
    background: #18ba60;
}

.loader:after {
    -webkit-animation-delay: -.8s;
       animation-delay: -.8s;
}

@-webkit-keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
        opacity: .5;
    }
    100% {
        -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
        opacity: .5;
    }
    100% {
        -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        opacity: 0;
    }
}

.menu-footer {
	float: left;
}

.menu-footer li {
	display: inline-block;
	margin-left: 10px;
}
.menu-footer li a {
	/*font-family: '29LTBukra-Regular', sans-serif;*/
	font-size:12px;
	color:#ffffff;
}
.widget_newsletter {
	padding-right: 10px;
}
.widget_newsletter p {
	color:rgba(255,255,255,0.5);
	margin-top: 0;
	padding-left: 15px;
}
.widget_newsletter .input-group {
	margin-bottom: 0;
    margin-top: 10px;
    margin-right: 3px;
}
.widget_newsletter .form-control {
	border-radius: 0;
	box-shadow: none;
	border: none;
	min-height: 44px;
	padding-left: 23px;
	color: #000000;
	background-color: #fff;
	font-size: 14px;
	line-height: 24px;
	z-index: 1;
}
.widget_newsletter .input-group-btn .btn {
	background-color: #feca16;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 0;
	color: #fff;
	line-height: 24px;
	min-height: 44px;
	position: relative;
}
.widget_newsletter .input-group-btn .btn::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(41,54,62,1);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	z-index: -1;
}
.footer-links li a,.flat-information  li a {color:rgba(255,255,255,1);}
.footer-links li a:hover {
    color: rgba(0,255,66,1);
}
.widget_newsletter .input-group-btn .btn:hover::before{
	width: 100%;
}
.banner-search-wrap{position: relative;}
.banner-search{
	position: absolute;
	bottom: 250px;
	left: 15px;
	padding: 25px;
	width:400px;
	background-color: #38c046;
	opacity: 0.9;
	z-index: 10;
	display: none !important;
}
.banner-search .search-title{
	/*font-family: '29LTBukra-Bold', sans-serif;*/
	color: #fff;
	font-size: 25px;
	margin-bottom: 15px;
}

.banner-search .input-group {
	padding-bottom: 17px;
	margin-bottom: 17px;
	margin-top: 25px;
	margin-right: 3px;
	border-bottom: 1px solid #9eddb2;
}
.banner-search .form-control {
	border-radius: 0;
	box-shadow: none;
	border: none;
	min-height: 44px;
	padding-left: 23px;
	color: #000000;
	background-color: #fff;
	font-size: 14px;
	line-height: 24px;
	z-index: 1;
}
.banner-search .input-group-btn .btn {
	background-color: #feca16;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 0;
	color: #fff;
	line-height: 24px;
	min-height: 44px;
	position: relative;
}
.banner-search .input-group-btn .btn i{
	line-height: 24px;
	margin-left: 10px;
}
.banner-search .input-group-btn .btn::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(41,54,62,1);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	z-index: -1;
}
.banner-search .input-group-btn .btn:hover::before{
	width: 100%;
}
.banner-search .link-block{
	display: block;

}
.banner-search .link-block a{
	display: inline-block;
	padding: 7px 15px;
	min-width: 165px;
	background-color: #153d23;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-left: 15px;
}
.banner-search .link-block a:first-child{

	margin-left: 0px;
}
.banner-search .link-block a:hover{
	background-color: #ffc427;
}
#banner-tab {
    height: 100vh;
    position: absolute;
	right:0;
	bottom: 0px;
    z-index: 2;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#banner-tab {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#banner-tab ul li {
    background-position: right 18px center;
    background-repeat: no-repeat;
    background-size: 35px;
    height: 70px;
    width: 70px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}
#banner-tab ul li span {
    color: #fff;
    height: 70px;
    line-height: 70px;
    /*font-family: '29LTBukra-Bold',sans-serif;*/
    padding-left: 30px;
    padding-right: 90px;
    font-size: 20px;
    display: none;
}
#banner-tab ul li.parking {
    background-image: url("../images/icons/icon-parking.png");
}
#banner-tab ul li.flights {
    background-image: url("../images/icons/icon-flights.png");
}
#banner-tab ul li.security {
    background-image: url("../images/icons/icon-fasttrack.png");
}
#banner-tab ul li.lounge {
    background-image: url("../images/icons/icon-lounge.png");
}
#banner-tab ul li.taxi {
    background-image: url("../images/icons/icon-taxi.png");
}
#banner-tab ul li:hover, #banner-tab ul li.experiment1 {
    background-color: #fdbb30;
    width: auto;
}

#banner-tab ul li:hover span, #banner-tab ul li.experiment1 span {
    display: inline-block;
}
button.close {
  float:right;
  color:#ffc427;
  font-size: 25px;
}
.modal-title {
text-align: left;
font-size: 26px;
line-height: 36px;
}

.modal-body input,
.modal-body select{
	text-transform:uppercase;
	font-size:13px;
	background-color: #fff;
}

.modal-body .form-group,
.modal-body .form-group{
	position:relative;
}

.modal-body .form-group.left-icon input{
	padding-left:38px;
}

.modal-body .form-group.left-icon .fa{
	left:15px;
}

.modal-body .form-group.right-icon .fa{
	left:11px;
}

.modal-body .form-group.left-icon .fa,
.modal-body .form-group.right-icon .fa{
	position:absolute;
	pointer-events:none;
}

.modal-body .btn{
	padding:8px 45px;
}
.modal-body .btn{
	margin-top:15px;
}

.modal-body .form-group label{
	text-transform:uppercase;
}

.modal-body form input,
.modal-body form input::placeholder,
.modal-body form select{
	text-transform: none;
}
.modal-body .form-group .fa{
	color:#faa61a;
}

.modal-body input,
.modal-body select{
	border-radius:0px;
	color:#000;
	border-color:#e2e3e4;
	box-shadow:none;
}

.modal-body input::placeholder{
	color:#000;
}

.modal-body select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.modal-body .form-group.left-icon .fa {

    top: 38px;

}
.modal-body .form-group.right-icon .fa {
    top: 36px;
}
.modal-body .form-group label {
    text-transform: uppercase;

}
.dropdown-menu{
	z-index: 9999;
}
.btn-submit{
background-color: #feca16;
font-size: 14px;
text-transform: uppercase;
border: 0;
border-radius: 0;
min-width:200px;
color: #fff;
line-height: 24px;
min-height: 44px;
position: relative;
}
.btn-submit:hover{
	background-color: #0b894a;
}
.submenu h3,.has-menu-mega h3{margin-right: 27px;font-size:20px;text-align:right;

	padding:10px 0;}
#mainnav-mobi .submenu h3,#mainnav-mobi .has-menu-mega h3{margin-right: 17px;} 
.has-menu-mega h3{margin-right: 37px;}

.menu{margin-right: 15px;}
.modal-content {
    border-radius: 0;
}
.sub-page-banner::before {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 0;
    width: 100%;
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.6) 80%);
    background: -moz-linear-gradient(60deg, rgba(0, 0, 0,  0.6) 20%, rgba(0, 0, 0,  0.6) 80%);
    background: -ms-linear-gradient(60deg, rgba(0, 0, 0,  0.6) 20%, rgba(0, 0, 0, 0.6) 80%);
    background: -o-linear-gradient(60deg, rgba(0, 0, 0,  0.6) 20%, rgba(0, 0, 0, 0.6) 80%);
    background: linear-gradient(60deg, rgba(0, 0, 0,  0.6) 20%, rgba(0, 0, 0,  0.6) 80%);
        background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
}
/* .top-message{
display:none;
} */
#banner-tab
{
display:none;
}
/* Page Content Style */
.procedures-box {
	    margin: 25px 0;
    float: right;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.card-body{
	overflow: scroll;
}
.procedures-box h3 {
	/*font-weight:600;*/
	color:#797a7e;
	margin-bottom:10px;
	margin-top:10px;
	padding: 10px 0;
}
.procedures-box h4 {
	font-size:19px;
	/*font-weight:600;*/
	color:#797a7e;
	margin-bottom:10px;
	padding: 10px 0;
}
.procedures-box p u {
	font-size:17px;
	font-weight:600;
	color:#797a7e;
	margin-top:10px;
}
.procedures-box p {
	font-size:15px;

	/*font-weight:400;*/
	margin-bottom: 10px;
	margin-top: 10px;
	line-height:28px;
	width:100%;
}
.procedures-box ul {
	padding:0 75px;
}
ul.arrival_depart {
	padding:0;
}
.procedures-box ul li {
	list-style-type: disc;
}
.procedures-box table {
	width:100%;
	margin-top:10px;
}
.procedures-box table tbody tr td {
	text-align:center;
	padding:15px;
}
.feedback-form {
	display: inline-block;
    margin: 25px auto;
    padding: 15px;
    box-shadow: 0 1px 10px #ccc;
    border-radius: 4px;
}
.feedback_title {
	background-color:#797a7e;
	padding:10px;
	margin: -15px;
}
.feedback_title h3 {
	color:#ffffff !important;
	-webkit-text-fill-color: #fff !important;
	text-align: center;
}
.procedures-box h5 {
	margin-top:10px;
}
/* Page Content Style */
.table-bordered td, .table-bordered th {
    border: 1px solid #555;
}
 .table-bordered thead th {
	border-bottom: 2px solid #555;
    text-align: center;
    color: #000;
}
.parent_child {
	color:#333 !important;
}
/* #logo img {
	width: 75%;
} */
.right-side-bar {
	box-shadow:0 3px 10px #dbdbdb;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	background-color: #fff;
}
.right-side-bar ul li {
	padding-left:20px;
}
.right-side-bar li {
	padding:10px;
}
.right-side-bar li a {
	font-size:14px;
	color:#333;
}
.right-side-bar li a:hover {
	color:#018244;
}
.right-side-bar h4 {
	padding: 10px;
}
.mb-5 {
	margin-bottom:5rem;
}
.right-side-bar ul li.active:hover  {
	background-color: #797a7e;
	color:#ffffff;
	transition:all .6s ease-out;
}
.right-side-bar ul li.active:hover a {
	color:#ffffff;
}
.right-side-heading p {
	background-color:#ffc410;
	color:#ffffff;
	padding:10px;
	width:100%;
	box-shadow:0 0 10px #f1f1f1;
	text-align:center;
	font-weight:600;
	font-size:24px;
}
.banner-descp{margin-top:35px}.banner-descp p{line-height:30px}.flat-button-slider{margin-top:150px}
.fixed-right {
	position:fixed;
	bottom:425px;
	width:20%;
	z-index:999;
}
.experience .one-third::after{
	content: '';
    position: absolute;
    height: 175px;
    width: 1px;
    background-color: #dfdfe2; 
    top: 50px;
}
.card-header {
	padding:0.35rem 1.25rem;
	background-color:#797a7e;
	/*font-family: '29LTBukra-Regular', sans-serif;*/
	color:#ffffff !important;
    font-size: 16px;
    font-weight: bold;	
}

#accordion .card-header::after {
font-family: 'FontAwesome'; 
    content: "\f077"; 
	color:#ffffff;
    float: left; 
} 
#accordion .card-header.collapsed::after {
font-family: 'FontAwesome'; 
    content: "\f078"; 
	color:#ffffff;
    float:left; 
}

/* Accordion arrows: dark color on Arabic (RTL) pages where header is light grey - make arrows visible */
[dir="rtl"] .procedures-box .card-header::after,
[dir="rtl"] .procedures-box #accordion .card-header::after,
[dir="rtl"] .procedures-box .card-header.collapsed::after,
[dir="rtl"] .procedures-box #accordion .card-header.collapsed::after,
[dir="rtl"] .procedures-box .accordion .card-header .fa,
[dir="rtl"] .procedures-box .accordion .card-header [class*="chevron"],
[dir="rtl"] .procedures-box .accordion .card-header [class*="angle-down"],
[dir="rtl"] .procedures-box .accordion .card-header [class*="angle-up"] {
	color: #333333 !important;
}
[dir="rtl"] .procedures-box .card-header {
	background-color: #e9ecef;
	color: #333 !important;
}
[dir="rtl"] .procedures-box .card-header::after,
[dir="rtl"] .procedures-box .card-header.collapsed::after {
	color: #333333 !important;
} 

.arrival_depart.nav-tabs > li.active1 > a, .arrival_depart.nav-tabs > li.active1 > a:hover, .arrival_depart.nav-tabs > li.active1 > a:focus {
	color: #fff;
    background: #b2b0b0;
    float: left;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.center-tabs .nav-link span img {
	width:25px;
}
.shop-dinning-box {
	float:left;
	width:100%;
}
#accordion {
	margin-bottom:10px;
	margin-top: 10px;
}
.card-body {
	padding:10px 20px;
	color: #333 !important;
	background-color: #fff;
}
.card-body p,
.card-body span,
.card-body div,
.card-body li,
.card-body td,
.card-body th {
	color: #333 !important;
}
.card-body a {
	color: #f1912d !important;
}
/* Remove underlines from specific areas */
.breadcrumbs a,
.breadcrumbs li a,
.page-title .breadcrumbs a,
.right-side-bar a,
.right-side-heading a,
.menu_right_bar a,
.procedures-box a,
.sidebar a {
	text-decoration: none !important;
}
.procedures-box p a,
.procedures-box a:hover {
	text-decoration: none !important;
	color: #f1912d;
}
.table-responsive table thead:first-child {
    background-color: #797a7e;
    color: #ffffff !important;
}
.table-bordered thead th {
    border-bottom: 1px solid #555;
    text-align: center;
    color: #fff;
	padding:15px;
}
.paddr0 {
	padding-right:0;
}
.paddl0 {
	padding-left:0;
}
.bg_color {
    background-color: #797a7e !important;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 15px;
}
.rev_slider li.tp-revslider-slidesli .overlay-black {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
 /*   background-image: -webkit-linear-gradient(rgba(2, 175, 96, 0.7), rgba(3, 163, 209, 0.7));
    background-image: -webkit-linear-gradient(center top, rgba(2, 175, 96, 0.7), rgba(3, 163, 209, 0.7));
    background-image: -moz-linear-gradient(center top, rgba(2, 175, 96, 0.7), rgba(3, 163, 209, 0.7));
    background-image: -ms-linear-gradient(center top, rgba(2, 175, 96, 0.7), rgba(3, 163, 209, 0.7));
    background-image: -o-linear-gradient(center top, rgba(2, 175, 96, 0.7), rgba(3, 163, 209, 0.7));
    background-image: linear-gradient(center top, rgba(2, 175, 96, 0.7), rgba(3, 163, 209, 0.7));
	*/
}
.rev_slider li.tp-revslider-slidesli .overlay-black1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-image: -webkit-linear-gradient(rgba(2, 175, 96, 0.7), rgba(3, 163, 209, 0.7));
    background-image: -webkit-linear-gradient(center top, rgba(2, 175, 96, 0.7), rgba(3, 163, 209, 0.7));
    background-image: -moz-linear-gradient(center top, rgba(2, 175, 96, 0.7), rgba(3, 163, 209, 0.7));
    background-image: -ms-linear-gradient(center top, rgba(2, 175, 96, 0.7), rgba(3, 163, 209, 0.7));
    background-image: -o-linear-gradient(center top, rgba(2, 175, 96, 0.7), rgba(3, 163, 209, 0.7));
    background-image: linear-gradient(center top, rgba(2, 175, 96, 0.7), rgba(3, 163, 209, 0.7));
}

ul.insta_feeds li {
	float: left;
    width: 23%;
    margin-left: 6px;
    height: 75px;
    list-style: none;	
	margin-bottom:15px;
} 
ul.insta_feeds li img {
	border:2px solid #ffffff;
	height:85px;
}
.footer-site-logo p {
	font-size:12px;
	margin-bottom:5px;
	color:#ffffff;
	/*font-family: '29LTBukra-Regular', sans-serif;*/
}
.logo_oman1::before {
	content:'';
	position:absolute;
	background-color:#fff;
	height:100px;
	top:0;
	right: -30px;
	width:2px;
}
.footer-site-logo h3.title {
	/*font-family: '29LTBukra-Bold', sans-serif;*/
    color: #ffc500;
    background: 0 0;
    background-clip: border-box;
    -webkit-text-fill-color: #ffc500;
    -webkit-background-clip: unset;
    font-size: 14px;
    padding-bottom: 10px;
    position: relative;
}
.mt_3 {
	margin-top:3rem;
	width: 100%;
}
.mt_1 {
	margin-top:1rem;
}
.mb_1 {
	margin-bottom:1rem;
}
.padd0 {
	padding:0;
}
.logo_oman1 ul li {
	float:right; 
	list-style:none;
	width: 40%;
    color: #fff;
	font-size:16px;
	-webkit-text-fill-color: #fff;
    -webkit-background-clip: unset;
	/*font-family: '29LTBukra-Regular', sans-serif;*/
}
.d-box {
	background-color:#ffc500;
	padding:5px 10px;
	width:100px;
	min-height:75px;
	text-align:center;
	position: absolute;
	right: 0px;
	top: 40px;
}
.d-box h4 {
	color:#ffffff;
	-webkit-text-fill-color: #ffffff;
	font-size:28px !important;
	font-weight:700;
}
.d-box p {
	color:#ffffff;
	font-size:16px;
	/*font-family: '29LTBukra-Regular', sans-serif;*/
}
.news-headline p {
	font-size:15px;
	line-height:30px;
	margin-bottom:10px;
}
.popular_listing {
	padding:2px;
	background-color:#f1f1f1;
}
.popular_listing img {
	height: 65px;
}
.active-news h2 {
	font-size:30px;
}
.carousel-item img {
	width:100%;
	height: 450px;
}
.menu-footer ul li a {
	color:#ffffff;
	-webkit-text-fill-color: #ffffff;
}
.sec-title h2 {
	padding-bottom:20px;
}
.logo_oman1 {
    width: 60%;
}
ul.social li a:hover {
	color:#ffffff;
}
.active_class{
	background-color:#797a7e;
	color:#fff;
}
.active_class a{
	color: #fff !important;
	font-weight: bold;
}
#media-section {
	margin:25px 0 75px;
}
#media-section h2 {
	margin:45px 0 0;
	font-size:30px;
	text-align:center;
}
.all-airline{
    text-align: center;
}
.all-origin{
    text-align: center;
}
.square_icon {
    min-height: 265px;
    background-position: center;
    background-size: 86%;
    padding: 20px;
    background-repeat: no-repeat;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
.square_icon img {
	position: absolute;
    top: 50%;
    left: 50%;
	width:75px;
	transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.square_icon p {
	position: absolute;
    top: 75%;
	font-size:24px;
	/*font-family: '29LTBukra-Bold', sans-serif;*/
	transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
	text-align:center;
	color:#ffffff;
	left:50%;
}
.square_icon p i {
	font-size:8px;
	color:#ffffff;
}
.btn-more1 a { 
    color: #000;
    font-size: 16px;
    padding: 9px 10px; 
    height: 46px;
    line-height: 46px;
    text-transform: uppercase;
    border-radius: 0;
    background-color: #ffc427;
}
.btn-more1 {
	margin: 25px 0;
    text-align: center;
    width: 100%;
}
.sec-title {
	text-align:center;
	width:100%;
}
.flat-infomation li:last-child {
	font-size:16px;
}
.pop_news h3 {
	margin-top: 25px;
    font-size: 24px;
    padding-bottom: 10px;
}
.date_news {
	font-size:12px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #797a7e;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > .active > a
{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #797a7e;
    border-color: #797a7e;
}
#photo_folder {
    margin: 25px 0;
}
.folder_gallery {
    background-color: #ffffff;
    box-shadow: 0 0 5px #cccccc;
    margin-bottom: 20px;
    border-radius: 5px;
}
#photo_folder h3 {
    /*font-family: '29LTBukra-Bold', sans-serif;*/
    margin: 15px 15px 25px 15px;
    width: 100%;
    font-size: 26px;
}
.photo_content_gallery a img {
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 0 15px #ccc;
    height: 180px;
}

.shop_dine h3 {
    font-size: 23px;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.shop_dine .rest {
    margin: 40px 0px;
    padding: 20px;
   box-shadow: 8px 0px 8px -5px rgba(0,0,0,0.35);
}
.shop_dine .icon-spoon {
    float: left;
}
.shop_dine .dinning {
    color: #797a7e;
    /*font-family: '29LTBukra-normal', sans-serif;*/
}
.shop_dine h4 {
    padding-top: 5px;
    padding-bottom: 25px;
    line-height: 20px;
    color: #000;
    font-weight: normal;
    background: none;
    -webkit-text-fill-color: initial;
    /*font-family: '29LTBukra-Bold', sans-serif;*/
    font-size: 25px;
}
.shop_dine p {
    font-size: 14px;
    margin-top: 5px;
    line-height: 24px;
    text-align: justify;
}
.tp-mask-wrap h3 {
	font-size:30px !important;
}
#search-tabs-1 h2, #at_the_airport h2, #destinations h3, #latest_happenings h2 {
	/*font-family: '29LTBukra-Bold', sans-serif;*/
	color: #02af60;
	background: -webkit-linear-gradient(#02af60, #03a3d1);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 15px 0;
}
#destinations h3 {
	text-align:right;
}
._yeararchives {
	padding:0;
	margin:0;
	list-style:none;
	margin-left: 10px;
}
._yeararchives li {
	padding-bottom:8px;
	padding-top:8px;
	border-bottom: 1px solid #f1f1f1;
}
._yeararchives li:last-child {
	border-bottom: none;;
}
._yearname i {
	color:#797a7e;
	font-weight:bold;
	font-size:18px;
}
._yearname span {
	font-size:15px;
	padding:0 5px;
	/*font-family: '29LTBukra-Regular', sans-serif;*/
}
._yearname a {
	font-size:15px;
	padding:0 5px;
	color:#797a7e;
	font-weight:bold;
}
.card-body{
	overflow: scroll;
}
.rev_slider h1 {
    color: #fff;
    background: none;
    -webkit-text-fill-color: unset;
}
@media only screen and (max-width: 549px){
.tp-mask-wrap h1 {
    font-size: 30px;
}
}
@media (max-width: 384px) and (min-width: 360px){
.tp-bullets {
    top: 140% !important;
}
}
@media only screen and (max-width: 990px) and (min-width: 768px){
.logo img {
    max-width: 100%;
    min-width: 50%;
    max-width: 50%;
}
}
.note_bg{
    background-color: #797a7e;
    padding: 1.5rem;
}
.warning_icon img{
    width: 40px;
}
.note_content h2{
    color: #ffffff;
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 300;
}
.note_cross img{
    width: 25px;
}
.gp-1{
    column-gap: 13px;
}
.top_head {
    padding: 0.7rem 0;
    background-color: #fab416;
}
.top_head ul{
    padding: 0;
}
.head_links{
    padding: 0.5rem 0.8rem;
}
.head_links a{
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    /*font-weight: 400;*/
}
.head_links a:hover{
    color: #000000;
}
.head_links a:focus{
    color: #000000;
}
.weather img{
    width: 35px;
    margin-right: 0.7rem;
    vertical-align: sub;
    filter: brightness(20);
}
.top_head{
    padding: 0.7rem 0;
    background-color: #fab416;
}
.search_group{
    border-bottom: 1px solid #ffffff;
}
.head_search i{
    color: #ffffff;
}
.head_search_input{
    color: #ffffff !important;
    caret-color: #ffffff;
    border: 0 !important;
    box-shadow: unset !important;
    background-color: transparent !important;
}
.head_options a{
    color: #ffffff;
    text-decoration: none;
}
.head_icon img{
    width: 35px;
    height: 35px;
    object-fit: contain;
    margin-left: .75rem;
	vertical-align: baseline;
}
.head_content h4{
    font-size: 14px;
    margin-bottom: 10px;
	color: #ffffff;
}
.head_content p{
    font-size: 13px;
    margin-bottom: 0;
	direction: ltr;
}
.nav_link{
    padding: 0 1rem !important;
    font-size: 14px;
    /*font-weight: 400;*/
    color: #000000 !important;
}
.nav_link span{
    color: #f2552a;
}
.header{
    background-color: #ffffff !important; 
    padding: 0 !important;
    direction: ltr;
}
.event_logo img{
    width: 240px;
}
.dropdown_menu{
    border-radius: 0;
    min-width: 280px;
    width: max-content;
    padding: 0.75rem 1rem 0.75rem 1rem;
}
.col_dropdown{
    padding: 0 1rem;
}
.dropdown_menu h3{
    color: #fab416;
    font-size: 15px;
    font-weight: 700;
}
.dropdown_menu a{
    font-size: 14px;
	font-weight: 600;
}
.dropdown_item:hover{
    background-color: transparent !important;
    color: #000000;
}
.dropdown_item:focus{
    background-color: transparent !important;
    color: #000000;
}
.dropdown_item{
    color: #797a7e;
    line-height: 1.8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.dropdown_item:hover{
    color: #1db14c !important;
    padding-left: 27px;
}
.head_search{
	background-color: transparent !important;
}
.footer_top{
    padding: 10px;
    background-color: #fab416;
}
.social_media h3{
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 0;
} 
.social_media li{
    width: 60px; 
}
.social_media a{
    text-decoration: none !important;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 20px;
    font-size: 25px;
    overflow: hidden;
    position: relative;
    color: #797a7e;
    border: 2px solid #797a7e;
    transition: all 0.2s linear 0s;
}
.social_media a i{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 3;
}
.social_media a:after {
    content: "";
    display: block;
    width: 90%;
    height: 90%;
    top: -110%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-color: #797a7e;
    border-radius: 50%;
}
.social_media a i{
    color: #797a7e;
}
.social_media a:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.social_media a:hover i{
    color: #fab416;
}
.social_media a:hover:after {
    top: 5%;
    transition: all 0.2s linear 0s;
}
footer {
    background-color: #797a7e;
    padding: 90px 0;
}
.footer_heading h4{
    color: #fab416;
    font-size: 20px;
    /*font-weight: 500;*/
}
.footer_heading h3{
    color: #ffffff;
    font-size: 20px;
    /*font-weight: 500;*/
}
.footer_widget a {
    text-decoration: none;
    color: #ffffff;
    line-height: 1.7;
}
.footer_bottom {
    background-color: #797a7e;
    padding: 20px 0;
}
.footer_logo {
    width: 150px;
    object-fit: contain;
    margin-left: 1rem;
}
.footer_bottom p {
    color: #ffffff;
}
.footer_bottom p {
    margin-bottom: 0;
    font-size: 15px;
}
.footer_bottom li {
    color: #ffffff;
    font-size: 15px;
}
.footer_bottom li:not(:last-child) {
    margin-left: 0;
}
.footer_bottom a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
}
.list-inline-item:not(:last-child){
    margin-left: 0.5rem;
    margin-right: unset;
}
.footer_widget ul{
    padding: 0;
}
@media only screen and (max-width: 768px){
    .note_bg{
        padding: 1.5rem 0.7rem;
    }
    .note_content h2{
        font-size: 15px;
    }
    .top_head_search{
        display: block;
    }
    .social_media h3 {
        display: none;
    }
    .social_media ul {
        text-align: center;
    }
    .list-inline-item:not(:last-child) {
        margin-left: unset;
    }
    .social_media a {
        text-decoration: none !important;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .social_media li {
        width: 40px;
    }
    .event_logo img {
        width: 250px;
    }
    .nav_link{
        padding: 1rem !important;
    }
	.tab_options .nav{
		padding: 0;
	}
}
@media only screen and (max-width: 767px){
	.dropdown_menu{
		width: 100%;
	}
	.dropdown_menu a {
		text-align: end;
	}
    .note_bg{
        padding: 1.5rem 0.7rem;
    }
    .note_content h2{
        font-size: 15px;
		line-height: unset;
    }
	.header{
		padding: 15px !important;
	}
	.logo{
		margin-top: 0 !important;
	}
	.note_cross img {
		width: 35px;
	}
    .top_head_search{
        display: block;
    }
    .social_media h3 {
        display: none;
    }
    .social_media ul {
        text-align: center;
    }
    .list-inline-item:not(:last-child) {
        margin-left: unset;
    }
    .social_media a {
        text-decoration: none !important;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .social_media li {
        width: 40px;
    }
    .event_logo img {
        width: 250px;
    }
    .nav_link{
        padding: 1rem !important;
    }
	footer {
		padding: 50px 10px;
	}
	.footer_widget {
		margin-bottom: 1rem;
	}
	.tab_options .nav{
		padding: 0;
	}
}
@media only screen and (min-device-width : 768px) and (max-width: 1024px){
    .social_media h3{
        font-size: 20px;
    }
    .social_media li {
        width: 40px;
    }
    .social_media a{
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

/* ====================================
   FIX: Accordion text visibility & Link underlines 
   ==================================== */
/* Force visible text color in accordion/card bodies */
#accordion .card-body,
#accordion .card-body *,
.accordion .card-body,
.accordion .card-body *,
.collapse .card-body,
.collapse .card-body * {
    color: #333 !important;
    background-color: #fff;
}

/* Remove ALL underlines from content page navigation */
.right-side-bar a,
.right-side-bar ul li a,
.right-side-heading a,
.right-side-heading p a,
.menu_right_bar a,
.menu_right_bar ul li a,
.sidebar a,
.sidebar ul li a,
.breadcrumbs a,
.breadcrumbs li a,
ul.breadcrumbs a,
ul.breadcrumbs li a,
.page-title .breadcrumbs a,
.page-title .breadcrumbs li a,
.procedures-box a,
.procedures-box p a,
section a:not(.btn),
.parent_child {
    text-decoration: none !important;
}

/* Ensure link colors are correct */
.right-side-bar a:hover,
.menu_right_bar a:hover,
.sidebar a:hover,
.breadcrumbs a:hover,
.procedures-box a:hover {
    text-decoration: none !important;
    color: #f1912d !important;
}

/* ====================================
   AGGRESSIVE FIX: Force visible text in ALL content areas
   This overrides inline styles from CMS content
   ==================================== */
.procedures-box *,
.procedures-box p,
.procedures-box span,
.procedures-box div,
.procedures-box td,
.procedures-box th,
.procedures-box li,
.procedures-box h1,
.procedures-box h2,
.procedures-box h3,
.procedures-box h4,
.procedures-box h5,
.procedures-box h6,
.card-body *,
.card-body p,
.card-body span,
.card-body div,
.card-body td,
.card-body th,
.card-body li,
.panel-body *,
.collapse *,
.collapse p,
.collapse span,
.collapse div,
.collapse td,
.collapse th,
#accordion .card *,
#accordion .card p,
#accordion .card span,
#accordion .card div,
#accordion .card td,
#accordion .card th,
#accordion .collapse *,
section.content *:not(.btn):not([class*="nav"]):not([class*="menu"]):not([class*="header"]):not([class*="footer"]) {
    color: #333 !important;
}

/* Preserve link colors */
.procedures-box a,
.card-body a,
.panel-body a,
#accordion a {
    color: #f1912d !important;
}

/* Ensure tables have visible text */
.procedures-box table,
.procedures-box table *,
.card-body table,
.card-body table *,
.panel-body table,
.panel-body table * {
    color: #333 !important;
    background-color: transparent;
}

/* Exception for header rows which should remain white on dark background */
.table-bordered thead th,
.table thead th,
thead th,
.bg_color,
.card-header,
.card-header * {
    color: #fff !important;
}