/*
 Table Of Contents
 1.) Global Headings
 2.) Form Elements
 3.) Header Style
 4.) Global content
 5.) Footer Style
 ===============================================*/
body {
	font-family: 'Montserrat', sans-serif;
}
img {
	/* max-width: 100%; */
	height: auto;
}
a:hover {
	text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
    
.tag-container {
    display: inline-block;
    text-transform: uppercase;
    background: #16d428;
    color: #fff;
    font-size: 13px;
    font-family: montserrat;
    padding: 6px 16px;
    position: absolute;
    top:29px;
    left: 46px;
}    
/*
 1) Global Headings
 -----------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #343a3b;
	margin: 0;
}
h1 {
	font-size: 48px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
h2 {
	font-size: 32px;
	color: #343a3b;
	font-weight: 700;
	text-transform: uppercase;
}
h3 {

}
h4 {
	font-size: 18px;
	color: #343a3b;
	text-transform: uppercase;
	font-weight: 700;
}
h5 {
	font-size: 17px;
	color: #343a3b;
	text-transform: uppercase;
	font-weight: 700;
}
h6 {

}
/*
 2.) Form Elements
 -----------------------------*/

.error {
	border-bottom: 1px solid red !important;
}

button {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: inherit;
	background: #fff;
	border: 1px solid #ccc;
}

input,textarea,select {
    -webkit-appearance: none;
     border-radius:0;
}
a{
	color: inherit;
}
a:hover, a:focus,button:focus, input[type="submit"]:focus {
    text-decoration:none;
    outline:none;
}
input {
	line-height: normal;
}
input[type="text"]:focus, select:focus, textarea:focus,input[type="email"]:focus {
	border-bottom: 1px #ffac55 solid!important;
	outline: 0;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
	border: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"], input[type="file"] {
	-webkit-appearance: none;
	cursor: pointer;
	line-height: normal;
	overflow: visible;
}
button[disabled], input[disabled] {
	cursor: default;
	color: #999;
	border-color: #ccc;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.no-padding {
	padding: 0 !important;
}
.plr-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.pl-0 {
	padding-left: 0;
}
.pr-0 {
	padding-right: 0;
}
.ptb-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.pt-0 {
	padding-top: 0px !important;
}
.pb-0 {
	padding-bottom: 0px !important;
}
.ptb {
	padding-top: 88px;
	padding-bottom: 88px;
}
.pt {
	padding-top: 88px;
}
.pb {
	padding-bottom: 95px;
}
.ptb-94{
	padding-top:94px;
	padding-bottom:94px;
}
.pt-94{
	padding-top:94px;
}
.ptb-90{
	padding-top:90px;
	padding-bottom:90px;
}
.pt-90{
	padding-top:90px;
}
.pb-90{
	padding-bottom:90px;
}
.pb-60{
	padding-bottom:60px;
}
.pb-80{
	padding-bottom:80px;
}
.mtb-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.mlr-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.mt-0 {
	margin-top: 0px !important;
}
.mb-0 {
	margin-bottom: 0px !important;
}
.ml-0 {
	margin-left: 0px !important;
}
.mr-0 {
	margin-right: 0px !important;
}
.mtb {
	margin-top: 80px;
	margin-bottom: 80px;
}
.mt_90{
	margin-top:90px;
}
.mt_94{
	margin-top:94px;
}
.mt {
	margin-top: 80px;
}
.mb {
	margin-bottom: 80px;
}
.mb_40 {
	margin-bottom: 40px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_37 {
	margin-bottom: 37px;
}
.ml {
	margin-left: 30px;
}
.mr {
	margin-right: 30px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.mt-mid {
	margin-top: 65px;
}
.f-left {
	float: left !important;
}
.mt-33 {
	margin-top: 33px;
}
.center{
	text-align:center;
}


@media (max-width: 991px) {
	.mtb-sm {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.mt-sm {
		margin-top: 60px;
	}
	.mb-sm {
		margin-bottom: 60px;
	}
	.ptb-sm-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.pt-sm-0 {
		padding-top: 0px;
	}
	.pb-sm-0 {
		padding-bottom: 0px;
	}
	.ptb-sm {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.ptb-sm-60 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.pt-sm-60 {
		padding-top: 60px;
	}
	.pt-sm {
		padding-top: 30px;
	}
	.pb-sm {
		padding-bottom: 30px;
	}
	.float-none-sm {
		float: none !important;
	}
	.float-left-sm {
		float: left !important;
	}
	.float-right-sm {
		float: right !important;
	}
}

@media (max-width: 767px) {
	.mtb-xs-0 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.mt-xs-40 {
		margin-top: 40px;
	}
	.mt-xs-30 {
		margin-top: 30px;
	}
	.mb-xs-0 {
		margin-bottom: 0px!important;
	}
	.mt-xs-0 {
		margin-top: 0px;
	}
	.mtb-xs {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.mtb-xs-40 {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.mt-mid-xs {
	   margin-top:30px;
      }
	.mt-xs {
		margin-top: 15px;
	}
	.mb-xs {
		margin-bottom: 15px;
	}
	.mb-xs-30 {
		margin-bottom:30px;
	}
	.mb-xs-20 {
		margin-bottom:20px;
	}
	.ptb-xs {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.pt-xs {
		padding-top: 30px;
	}
	.pb-xs {
		padding-bottom: 30px;
	}
	.pt-xs-0 {
		padding-top:0;
	}
	.pr-xs-15 {
	   padding-right:15px;
     }
     .pl-xs-15 {
	   padding-left:15px;
     }
	.float-none-xs {
		float: none !important;
	}
	.float-left-xs {
		float: left !important;
	}
	.float-right-xs {
		float: right !important;
	}
	.center-xs{
		text-align:center;
	}
	h2{
		font-size:24px;
	}

}

body {
	/* background: url('../images/home.jpg') no-repeat center top;*/
}

/* #wrapper {
 opacity: 0.6;
 margin: 0 auto;
} */

/* 3.) Header Style*/
.header {
	background: rgba(0,0,0,0.5);
	position:absolute;
	width: 100%;
	left: 0;
	top: 0;
	right:0;
	padding-top: 39px;
	z-index: 999;
}
.logo {
	display: block;
	margin-top:-15px;
}
.header .nav > li > a:hover, .nav > li > a:focus, .header .nav > li.active > a {
	background: none;
	color: #ffac55;
	
}
.header .dropdown-menu a {
    text-transform: uppercase;
}
.header .dropdown-menu a:hover {
    color:#ffac55!important;
    background:none
}
.navbar-nav > li > .dropdown-menu {
     border-top: 29px solid transparent;
}
.header .dropdown-menu{
   background-color: rgba(0, 0, 0, 0.8);
   padding:0;
   display:block;
   visibility:hidden;
   top: 200%;
   opacity:0;
   transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s,opacity 0.2s ease 0.1s;
  -webkit-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s,opacity 0.2s ease 0.1s;
}
.header .dropdown-menu > li > a {
    color:#e2e2e2;
}
.header .dropdown-menu > li {
    border-bottom: 1px solid;
    padding:5px 0;
}

.header .nav > li:hover ul.dropdown-menu,
.header .nav > li.open:hover .dropdown-menu {
	visibility:visible;
	top:100%;
	opacity:1;
	transition: top 0.2s ease 0s;
    -webkit-transition: top 0.2s ease 0s;
}
.header .nav > li > a {
	color: #e2e2e2;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px;
	-webkit-transition: all 0.5s ease ;
	-moz-transition: all 0.5s ease ;
	-ms-transition: all 0.5s ease ;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease ;
}
.header .nav > li {
	margin-left: 16px;
}
.header .nav > li:first-child {
	margin-left: 0px;
}
.contact-details {
	font-size: 15px;
	color: #fff;
	display: inline-block;
	margin-left: 29px;
	padding-top: 8px;
	letter-spacing: 0.5px;
}
#header  .contact-details:hover{
	color:#ffac55;
}
.contact-details  .icon-call-in {
	font-size: 18px;
	color: #03b6e7;
	position: relative;
	top: 3px;
	margin-right: 9px;
}
.contact-details:hover, .contact-details:focus {
	color: #fff;
	text-decoration: none;
}
.contact-msg {
	width: 32px;
	height: 32px;
	text-align: center;
	display: inline-block;
	background: #03b6e7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding-top: 7px;
	margin-left: 20px;
}

.contact-msg .icon-envelope-open {
	font-size: 16px;
	color: #fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	background:none;
}

/*sticky header style
===================*/
body #header {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

body #header.fixed, body .home-agency #header.fixed {
	left: 0;
	margin: 0 auto;
	position: fixed !important;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}
body #header.fixed {
	background: rgba(0,0,0,0.6);
	width: 100%;
}
body .top-m {
	margin-top:0;
}
body #header.intelligent {
	left: 0;
	position: fixed !important;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}
body #header.up {
	opacity: 0;
	top: -162px;
	visibility: hidden;
}

/*4.) Global content*/
h4 a,h5 a{color:#343a3b;}
#wrapper.boxed{
	overflow:hidden!important;
}
#wrapper.boxed,.boxed header{
	margin:0 auto;
	max-width:1170px;
	width:100%;
}

.theme-yellow-bg:hover {
	background: #f6961b;
}
p {
	font-size: 15px;
	color: #838b8c;
	font-family: 'Domine', serif;
	line-height: 28px;
}
.btn-theme {
	font-size: 13px;
	color: #fff;
	display: inline-block;
	padding: 14px 25px;
	line-height: 1;
	text-transform: uppercase;
	background: #16d428;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #16d428;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	letter-spacing: 0.5px;
}
.btn-theme:hover, .btn-theme:focus {
	color: #16d428;
	border: 2px solid #16d428;
	background: none;
}

.unfill-btn {
	font-size: 12px;
	color: #ffffff;
	border: 2px solid #f6961b!important;
	background: none!important;
	padding: 9px 21px;
}
.unfill-btn:hover, .unfill-btn:focus {
	border: 2px solid #ffffff;
	color: #fff!important;
	background: #ffffff;
}
.theme-yellow-bg {
	background: #f6961b;
}
.theme-yellow-bg  *, .theme-yellow-bg   h4 a {
	color: #ffffff !important;
}
.owl-pagination .owl-page {
	width: 16px;
	height: 16px;
	border: 2px solid #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
	text-align: center;
	padding: 4px;
	margin-left: 7px;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.owl-pagination .owl-page > span {
	width: 4px;
	height: 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ffffff;
	display: block;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.owl-controls {
	position: absolute;
	bottom: 40px;
	right: 28px;
	z-index: 100;
}
.owl-pagination .owl-page.active, .owl-pagination .owl-page:hover {
	border: 2px solid #16d428;
}
.owl-pagination .owl-page.active > span, .owl-pagination .owl-page:hover > span {
	background: #16d428;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.banner-title {
   display: table-cell;
    padding-top: 50px;
    vertical-align: middle;
}
.zoom img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}
.zoom:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.zoom > figure {
    overflow: hidden;
    cursor:pointer;
}
/*5.) Footer Style*/

.footer{
	background-color: #262829;
}
.ftr-logo {
    margin-top: 102px;
    display: inline-block;
}
.footer h5{
	color:#e1e1e1;
	font-size:20px;
	font-family: "Montserrat",sans-serif;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:26px;
	line-height: 30px;
}
.footer-nav{
	padding-left:0;
}
.footer-nav li{
	margin-bottom:10px;
	list-style-type: none;
}
.footer-nav li a{
	color:#838b8c;
	font-family: "Montserrat",sans-serif;
	font-weight:400;
	font-size: 13px;
	display: inline-block;
	text-transform: uppercase
}
.footer-nav li a:hover{
	color:#ffac55;
}
.copyright-section{
	color: #838b8c;
    display: block;
    font-family: "Domine",serif;
    font-size: 15px;
    font-weight: 400;
    padding: 18px 0 51px;
	border-top:1px solid #323334;
}
.footer-form-section p{
	color:#838b8c;
	font-family: "Domine",serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
.footer-form-section .footer-form-content{
	margin-bottom:38px;
}
.footer-form-section .footer-form{
	position: relative;
}
.footer-form-section h5{
  margin-bottom: 19px;	
}
.footer-form-section .footer-form input[type="text"]{
	background-color: #323334;
	font-size:13px;
	color:#5e5e5e;
	font-family: "Montserrat",sans-serif;
	font-weight:400;
	float:left;
	border: 0;
	height:54px;
	line-height:1;
	border-radius:28px;
	width:73%;
	padding: 0 68px 0 34px;
}
.footer-form-section .footer-form input[type="text"]:focus{
	border-bottom:none!important;
}
.footer-form .input-box::-webkit-input-placeholder {
   opacity:1;
}
.footer-form .input-box::-moz-placeholder{
	opacity:1;	
}
.footer-form-section .footer-form button{
	font-size: 15px;
    position: absolute;
    padding: 17px 18px ;
    right:0px;
    top: 0px;
    margin-left:0;
    margin-top:0;
}
.main-footer {
    padding-bottom: 78px;
}

.social-media{
	padding-left: 45px;
}
.social-media > li {
    display: inline-block;
    font-family: montserrat;
    font-size: 13px;
    margin: 0 18px;
    text-transform: uppercase;
}
.social-media > li:last-child{margin-right:0;}
.social-media > li:first-child{margin-left:0;}
.social-media .fb{color:#385da5;}
.social-media .tw{color:#00b5da;}
.social-media .ist{color:#d4c5a8;}
.social-media .lnk{color:#1883bb;}
.social-media .gog{color:#e4463b;}
.social-media > li a:hover{color: #ffac55;}
.footer-form .btn-theme:hover{
	background:#262829;
}



