/*
	Project Name : Hunting
	Author Company : Ewebcraft
	Project Date: 14 July, 2016
	Author Website : http://www.ewebcraft.com
	Author Email : ewebcraft@gmail.com
*/

/*
[generic Table of contents]
* body
	+ header
		- .logo

	+ navigation

	+ #hunting-slider		
		
	+ #join-club		

	+ #history
		- .history-info

	+ #services
		- .service-icon
					
	+ #gallery

	+ #hunters
		- .hunters-boxes

	+ #contact-form

	+ #blogs
			
	+ .pricing

	+ .map

	+ #footer
	
*/

	/* Font */


p {
	color: #333;
	font-family: 'Latha', sans-serif;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.8em;
	margin-bottom: 0;
}
a {
	color: #66cdaa;
	font-family: 'Chaparral Pro', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
}
a:focus, a:hover {
	color: #ff8c00;
	text-decoration: none;
	
}
h2 {
	color: #ff8c00;
	font-family: 'Impact', sans-serif;
	font-weight: normal;
	font-size: 28px;
}

.navbar {
    border-bottom: 0;
    padding: 0;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
    min-height: 30px;
}



.fa-caret-right { background:none !important; color:#ccc7c7 !important;}
.fa-caret-right:hover { background:none !important; color:#ccc7c7 !important}
.sub-navpack li { list-style:none; display: block; text-align:left; padding:10px 10px 10px 10px; margin:0px;}
.sub-navpack { margin:0px; padding:0px;}
.sub-navpack li a { display: inline; padding:6px 6px 6px 10px; color:#fff; margin:0px;}
.sub-navpack li a:hover { text-decoration:none;}
.dropdown-menu li:hover .sub-navpack{display: inline;}
.dropdown-menu li .sub-navpack { position:absolute; width:100%; left:100%; top:0px; display:none; background:hsl(24, 78%, 13%) none repeat scroll 0 0;}
.dropdown-menu li .sub-navpack li:hover a {background:linear-gradient(to bottom, hsl(0, 1%, 17%) 0%, hsl(0, 1%, 17%) 100%); color:#fff;}
.navbar-nav .dropdown-menu  li a { background:#000 !important; color:#fff;}
.navbar-nav .dropdown-menu { margin:0px; padding:0px;}


h3 {
	color: #1a1a24;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 0;
}
h4 {
	color: #1a1a24;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: normal;
}
img {
	max-width: 100%;
}
.formOverlay:before {
	content: "\f110";
	font-family: fontawesome;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	color: #ff7f00;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -5%;
	font-size: 56px;
	margin-top: -34px;
}
.formOverlay {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.fullWidth { width:100%; min-height:400px; max-height:497px;}
.innerHeading { text-transform:uppercase; font-size:40px; margin-top:200px; color:#ff8c00; font-weight:bold; padding:8px 0 5px 0px;}
.innerHeadings { text-transform:uppercase; font-size:35px; margin-top:0px; color:#ff8c00; font-weight:bold; padding:8px 0 5px 0px;}
.orange { color:#ff8c00;}
.orangeP { font-size:17px; color:#c1f24f;}
.red { font-size:17px; color:#66cdaa;}
.btn-orange { background:#66cdaa; font-size:15px; text-transform:capitalize; padding:0px; margin:0px; font-weight:bold; color:#ff8c00; border-radius:30px;}
.btn-orange:hover { background:#ff8c00; color:#66cdaa;}
.packages { border:1px solid #ccc7c7; padding:15px 0 15px 0px; margin:20px 0 10px 0px; cursor:pointer;}
.containerInner { padding:150px 0 0 0px;}
.side-block { margin:10px 0 10px 0px;}
.img-marginTop { margin:10px 0 10px 0px; }
.alert .message-icon {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
	border: 1px solid #9F9F9F;
	border-radius: 50%;
	line-height: 30px;
}
label.error {
	color: red;
	font-weight: bold !important;
	margin: 5px;
}
.border-rb {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.no-right-border {
	border-right: 0px;
}
.border-left {
	border-left: 1px solid #fff;
	border-right: 0px;
}
.item-hover {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	text-align: center;
	border: 1px solid #fff;
	background: transparent;
	display: inline-block;
	position: relative;
	margin-top: 20px;
	color: #fff;
	transition: all 0.1s ease 0s;
}
.gallery-img1 img { width:24%; margin:5px 0 0px 5px; padding:0px; height:180px; float: left;}
.item-hover i.fa {
	color: #fff;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition: all 0.1s ease-in 0s;
}
.item-hover .hztl-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	background: transparent;
	border: none;
}
.item-hover .hztl-line:before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 1px;
	background: #ccc7c7;
	left: -12px;
	top: 50%;
	margin-top: -0.5px;
	transition: background 0.4s ease 0s, left 0.3s ease 0s;
}
.item-hover .hztl-line:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 1px;
	background: #ccc7c7;
	right: -12px;
	top: 50%;
	margin-top: -0.5px;
	transition: background 0.4s ease 0s, right 0.3s ease 0s;
}
.item-hover .vrtcl-line:before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 12px;
	background: #ccc7c7;
	top: -12px;
	left: 50%;
	margin-left: -0.5px;
	transition: background 0.4s ease 0s, top 0.3s ease 0s;
}
.item-hover .vrtcl-line:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 12px;
	background: #ccc7c7;
	bottom: -12px;
	left: 50%;
	margin-left: -0.5px;
	transition: background 0.4s ease 0s, bottom 0.3s ease 0s;
}
.item-hover:hover i.fa {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.item-hover:hover .hztl-line:before {
	background: #ccc7c7;
	left: -6px;
}
.item-hover:hover .hztl-line:after {
	background: rgba(255, 255, 255, 1);
	right: -6px;
}
.item-hover:hover .vrtcl-line:before {
	background: #ccc7c7;
	top: -6px;
}
.item-hover:hover .vrtcl-line:after {
	background: rgba(255, 255, 255, 1);
	bottom: -6px;
}
.for-col-pull-middle {
	display: table;	/*width: 100%;*/
}
.col-pull-middle {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

/*social-icons*/
.social-icons .icon-container {
	display: inline;
	margin: 0 10px;
}
.social-icons .icon-container i.fa {
	color: #66cdaa;
	font-size: 18px;
}
.social-icons .icon-container i.fa:hover {
	color: #ff8c00;
}

/*sections header*/
.sections-header h2 {
	color: #ff8c00;
	font-family: 'impact', sans-serif;
	font-size: 34px;
	font-weight:bold;
	text-transform: uppercase;
	margin: 0;
}
.sections-header h2 > span {
	color: #66cdaa;
	font-weight: bold;
}
.sections-header p {
	color: #c16f1d;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.separator .svg {
	width: 30px;
	height: 30px;
	fill: #ff8c00;
}
.separator {
	display: inline-block;
	margin: 12px 0;
	position: relative;
}
.separator::before {
	background-color: #ff8c00;
	content: "";
	height: 2px;
	left: -70px;
	position: absolute;
	width: 60px;
	top: 14px;
}
.separator::after {
	background-color: #ff8c00;
	content: "";
	height: 2px;
	right: -70px;
	position: absolute;
	width: 60px;
	top: 14px;
}

/*header*/
#header {
	left: 0;
	position: absolute;
	right: 0;
	z-index: 9999;
}
.header-top {
	background-color: rgba(13, 18, 22, 0.8);
	padding: 12px 0;
	border-bottom: 1px solid rgba(13, 18, 22, 0.2);
}
.info-container {
	border-right: 1px solid rgba(13, 18, 22, 0.2);
	display: inline;
	padding: 0 30px;
}
.info-container i.fa {
	margin-right: 5px;
}
.info-container:first-child {
	padding-left: 0;
}
.info-container:last-child {
	border-right: none;
}
.header-info a {
	font-size: 15px;
}
#header .social-icons {
	text-align: right;
}
#header .social-icons .icon-container:last-child {
	margin-right: 0;
}
.header-bottom {
	background-color: rgba(26, 26, 35, 0.8);
	padding: 5px 0;
	transition: all 0.3s ease 0s;
}
.logo {
	padding: 7px 15px;
}

/*navigation*/
.navigation {
	text-align: right;
}
.navbar {
	background-color: transparent;
	border-color: transparent;
	margin-bottom: 0;
}
.navbar-nav {
	float: unset;
}
.navbar-collapse {
	padding: 0;
}
.navbar-nav > li {
	display: inline-block;
	float: unset;
}
.navbar-nav li a:before {
	background-color: rgba(255, 127, 0, 0);
	content: "";
	height: 1px;
	left: -50%;
	margin-left: -5px;
	position: absolute;
	top: 50%;
	width: 10px;
	transition: all 0.3s;
}
.navbar-nav li a:after {
	background-color: rgba(255, 127, 0, 0);
	content: "";
	height: 1px;
	right: -50%;
	margin-right: -5px;
	position: absolute;
	top: 50%;
	width: 10px;
	transition: all 0.3s;
}
.navbar-nav > li> a span:before {
	background-color: rgba(255, 127, 0, 0);
	content: "";
	height: 10px;
	margin-top: -5px;
	top: -50%;
	left: 50%;
	position: absolute;
	width: 1px;
	transition: all 0.3s;
}
.navbar-nav > li> a span:after {
	background-color: rgba(255, 127, 0, 0);
	content: "";
	height: 10px;
	left: 50%;
	position: absolute;
	bottom: -50%;
	margin-bottom: -5px;
	width: 1px;
	transition: all 0.3s;
}
.navbar-nav li a {
	color: #FF8C00 !important;
	font-family: 'Impact', sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 7px;
	transition: all 0.3s;
	outline: none;
}
.navbar-nav li a span {
	color: #66cdaa !important;
	font-family: 'Impact', sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	
	transition: all 0.3s;
	outline: none;
}
.navbar-nav li.active a, .navbar-nav li a:hover {
	color: #ffefdb !important;
	background-color: transparent !important;
}
.navbar-nav li.active a span, .navbar-nav li a span:hover {
	color: #ffefdb !important;
	background-color: transparent !important;
}
.navbar-nav li a:active, .navbar-nav li a:focus {
	outline: none;
	
}
.navbar-nav > li.active > a:before, .navbar-nav > li> a:hover:before {
	background-color: rgba(110, 154, 183, 1);
	content: "";
	height: 1px;
	left: 2px;
	margin-left: 0px;
	position: absolute;
	top: 50%;
	width: 10px;
	transition: all 0.3s;
}
.navbar-nav > li.active > a:after, .navbar-nav > li> a:hover:after {
	background-color: rgba(110, 154, 183, 1);
	content: "";
	height: 1px;
	right: 2px;
	margin-right: 0px;
	position: absolute;
	top: 50%;
	width: 10px;
	transition: all 0.3s;
}
.navbar-nav > li.active > a span:before, .navbar-nav > li> a:hover span:before {
	background-color: rgba(110, 154, 183, 1);
	content: "";
	height: 10px;
	left: 50%;
	position: absolute;
	top: 5px;
	width: 1px;
	transition: all 0.3s;
}
.navbar-nav > li.active > a span:after, .navbar-nav > li> a:hover span:after {
	background-color: rgba(110, 154, 183, 1);
	content: "";
	height: 10px;
	left: 50%;
	position: absolute;
	bottom: 5px;
	width: 1px;
	transition: all 0.3s;
}
.navbar-fixed {
	background-color: rgba(26, 26, 35, 1);
	top: 0;
	z-index: 100;
	position: fixed;
	width: 100%;
}

/*main-slider*/
#hunting-slider {
	position: relative;
}
.tparrows.preview4::after {
	background-color: transparent !important;
}
.tparrows.preview4 .tp-arr-imgholder {
	cursor: url(../images/shot-icon.png), auto;
}
.tparrows.preview4:hover .tp-arr-titleholder {
	cursor: url(../images/shot-icon.png), auto;
}
.tp-rightarrow.tparrows.default:after {
	content: url(../images/shot-icon.png);
	left: -30px;
	opacity: 0.3;
}
.tp-leftarrow.tparrows.default:after {
	content: url(../images/shot-icon.png);
	left: 30px;
	opacity: 0.3;
}
.tp-simpleresponsive .caption:hover, .tp-simpleresponsive .tp-caption:hover {
	cursor: url(../images/shot-icon.png), auto;
}

/* animated mouse icon */
.mouse-icon {
	position: absolute;
	left: 50%;
	bottom: 25px;
	z-index: 99;
}
.mouse-icon .mouse {
	display: inline-block;
	width: 22px;
	height: 39px;
	border: 2px solid #ff8c00;
	border-radius: 20px;
	position: relative;
	margin-bottom: 3px;
	outline: none;
}
.mouse-icon .mouse:hover, .mouse-icon .mouse:focus {
	outline: none;
}
.mouse-icon .mouse:after {
	content: "";
	background: #ff8c00;
	width: 2px;
	height: 8px;
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -1px;
	border-radius: 20px;
	-webkit-animation: scrollAnim 1.1s infinite;
	animation: scrollAnim 1.1s infinite;
}
@-webkit-keyframes scrollAnim {
	from {
		top: 5px;
	}
	to {
		top: 15px;
		opacity: 0;
	}
}
@keyframes scrollAnim {
	from {
		top: 5px;
	}
	to {
		top: 15px;
		opacity: 0;
	}
}
@-webkit-keyframes arrowAnim {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* animated mouse icon */

/*join-club*/
#join-club {
	background-color: #0d1216;
	min-height: 175px;
	padding: 45px 0;
}
#join-club h3 {
	color: #ff8c00;
	font-family: 'Impact', sans-serif;
	font-size: 34px;
	font-weight: bold;
	text-transform: uppercase;
}
.history-info a { color:#333;}
#join-club h2 {
	color: #66cdaa;
	font-family: 'Impact', sans-serif;
	font-size: 34px;
	font-weight: bold;
	margin-top: 15px;
	text-transform: uppercase;
}
#join-club h4 {
	color: #ffefdb;
	font-family: 'Chaparral Pro', sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0;
	text-transform: uppercase;
}
#join-club p {
	color: #ffefdb;
	font-family: 'Chaparral Pro', sans-serif;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: normal;
}
#join-club a {
	color: #1a1a24;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ffffff;
	min-height: 60px;
	min-width: 212px;
	text-align: center;
	line-height: 60px;
	margin-top: 20px;
	border: 2px solid #ffffff;
	transition: all 0.3s;
}
#join-club a:hover {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
	transition: all 0.3s;
}

/*History*/
#history {
	background-color: #f7f7f7;
	padding: 20px 0;
}
.history-info {
	margin-top: 85px;
	padding: 30px 30px 10px;
	position: relative;
	border: 2px solid #e5e5e5;
	border-right: none;
	left: 45px;
}
.history-info h3 {
	color: #ff8c00;
	font-family: 'impact', sans-serif;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
}
.history-info h3 > span {
	color: #66cdaa;
	font-weight: bold;
}
.history-info > p {
	color: #66cdaa;
	font-family: 'Latha', sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin: 22px 0;
	padding-right: 30px;
}
.history-intro {
	color: #66cdaa;
	font-family: 'Latha', sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin: 20px 0;
	
}

.history-in {
	color: #ff8c00;
	font-family: 'Impact', sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin: 20px 0;
	
}


/*Services*/
#services {
	background-color: #f7f7f7;
	padding: 80px 0;
}
.service-icon-container {
	border: 2px solid #1a1a24;
	border-radius: 50%;
	height: 100px;
	line-height: 100px;
	margin: 0 auto;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 100px;
}
.service-box:hover .service-icon-container {
	transition: all 0.3s;
	border-color: #FF7F00;
}
.service-icon {
	fill: #1a1a24;
	height: 56px;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	width: 56px;
}
.divider {
	fill: #1a1a24;
	height: 7px;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	width: 40px;
}
.service-box:hover .service-icon, .service-box:hover .svg path {
	fill: #FF7F00;
}
.service-box h3 {
	color: #1a1a24;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	transition: all 0.3s;
	margin-bottom: 10px;
	margin-top: 15px;
}
.service-box:hover .service-info > h3 {
	color: #FF7F00;
	transition: all 0.3s;
}
.service-box p {

	/*color:#6f6f6f;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-top: 20px;
}

/*gallery*/
#gallery {
	background-color: #f7f7f7;
	padding: 15px 0 15px;
}

/*hunters*/
#hunters {
	background-color: #f7f7f7;
	padding: 80px 0;
}
.hunter-boxes {
	margin-top: 60px;
}
.hunter-box {
	margin: 25px 0 0;
}
.hunter-box-inner {
	border: 5px solid #ff7f00;
	border-radius: 50%;
	overflow: hidden;
	width: 325px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}
.hunter-overlay-container {
	background-color: #004877;
	border-radius: 50%;
	bottom: 15px;
	left: 15px;
	position: absolute;
	right: 15px;
	top: 15px;
	text-align: center;
	overflow: hidden;
	transform: scale(0, 0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.hunter-box:hover .hunter-overlay-container {
	transform: scale(1, 1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.hunter-box-helper1 {
	padding: 15px 0;
	position: relative;
}
.hunter-box-helper1::before {
	background-color: #004877;
	content: "";
	height: 40px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 5px;
	z-index: 999;
	transform: scale(0, 0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.hunter-box:hover .hunter-box-helper1::before {
	top: 0;
	transform: scale(1, 1);
	transition: all 0.3s;
}
.hunter-box-helper1::after {
	background-color: #ff7f00;
	bottom: 50%;
	content: "";
	height: 40px;
	left: 50%;
	position: absolute;
	width: 5px;
	z-index: 999;
	transform: scale(0, 0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.hunter-box:hover .hunter-box-helper1::after {
	bottom: 0;
	transform: scale(1, 1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.hunter-box-helper2 {
	position: relative;
}
.hunter-box-helper2::before {
	background-color: #ff7f00;
	content: "";
	height: 5px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 999;
	transform: scale(0, 0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s
	transition:all 0.3s;
}
.hunter-box:hover .hunter-box-helper2::before {
	left: 0;
	transform: scale(1, 1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.hunter-box-helper2::after {
	background-color: #ff7f00;
	content: "";
	height: 5px;
	right: 50%;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 999;
	transform: scale(0, 0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.hunter-box:hover .hunter-box-helper2::after {
	right: 0px;
	transform: scale(1, 1);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.hunter-overlay {
	bottom: 55px;
	left: 13px;
	margin: 0 auto;
	position: absolute;
	right: 13px;
}
.hunter-overlay h3 {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
.hunter-overlay h4 {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	margin-top: 5px;
}
#hunters .social-icons {
	margin-top: 44px;
}
#hunters .social-icons .icon-container i.fa:hover {
	color: #6e9ab7;
}
#hunters .social-icons .icon-container {
	margin: 0 3px;
}
.gallery-images .container-fluid {
	padding: 0px;
}
.nopadding {
	padding: 0px;
}
.overlay {
	background-color: rgba(247, 247, 247, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	padding: 20px;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	-ms-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
	width: 100%;
}
.overlay .work-info {
	background: #828282;
	height: 100%;
	text-align: center;
	transform: scale(0);
	-webkit-transition: all 0.2s ease-in 0.2s;
	-moz-transition: all 0.2s ease-in 0.2s;
	-o-transition: all 0.2s ease-in 0.2s;
	-ms-transition: all 0.2s ease-in 0.2s;
	transition: all 0.2s ease-in 0.2s;
	width: 100%;
}
.gallery-img .overlay .work-info .work-text {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.gallery-img .overlay .work-info .work-text a {
	outline: 0;
}
.gallery-img:hover .overlay {
	background: rgba(114, 99, 94, 0.7) none repeat scroll 0 0;
}
.gallery-img:hover .overlay .work-info {
	transform: scale(1);
}
.gallery-img h2 {
	color: #fff !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase;
	margin: 0px !important;
}
.work-text .pretty-photo img {
	margin-top: 15px;
	transition: all 0.3s ease 0s;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
.work-text .pretty-photo:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.gallery-img>img {
	width: 100%;
	overflow: hidden;
}

/********************* contact form *************************/
#contact-form {
	padding: 80px 0px;
	background: url(../images/contact.png) top left no-repeat;
	background-size: cover;
}
#contact-form .sections-header h2 {
	color: #ffffff;
}
.form-overlay {
	background: rgba(0, 0, 0, 0.7);
	padding: 30px 15px;
	display: inline-block;
	width: 100%
}
.form-overlay p {
	color: #ffffff;
	font-size: 24px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}
.form-overlay ..nopadding-left {
	padding-left: 0px;
}
.form-overlay hr {
	width: 42px;
	border: 1px solid #ff7f00;
	margin: 10px auto 30px;
}
.form-overlay .form-control {
	height: 40px;
	background-color: transparent;
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #3d3c3b;
	border-radius: 0px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
}
.form-overlay textarea {
	height: 100px !important;
}
::-webkit-input-placeholder {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
:-moz-placeholder {

	/* Firefox 18- */
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
::-moz-placeholder {

	/* Firefox 19+ */
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
:-ms-input-placeholder {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.form-overlay > button {
	margin: 10px auto;
	text-align: center;
	width: auto;
	display: block;
	background: #ff7f00;
	color: #ffffff;
	border: none;
	padding: 10px 30px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

/********************** latest blogs **********************/
#blogs {
	background: #f7f7f7;
	padding: 80px 0px;
}
.blog-images {
	margin-top: 60px;
}
.blog-img {
	position: relative;
	overflow: hidden;
}
.heading {
	position: absolute;
	top: 0;
	z-index: 999;
}
.heading h1 {
	margin: 0px;
	position: absolute;
}
.heading h1 span {
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-size: 14px;
	background: #ff7f00;
	position: absolute;
	padding: 15px 20px;
	text-align: center;
}
.blog-text {
	background: rgba(241, 237, 232, 0.9) none repeat scroll 0 0;
	bottom: 0;
	display: inline-block;
	position: absolute;
	width: 100%;
	padding: 17px 0px 17px 20px;
	z-index: 999;
	left: 0;
	right: 0;
}
.blog-img > img {
	width: 100%;
}
.blog-text h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #1a1a24;
	margin: 0px;
	text-transform: uppercase;
}
.blog-text p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	margin: 3px 0px 0px;
	color: #979797;
}
.blog-text p span {
	color: #FF7F00;
}
.overlay-hover {
	background-color: rgba(62, 62, 56, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	-ms-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
	width: 100%;
}
.overlay-hover .work-info {
	height: 100%;
	text-align: center;
	transform: scale(0);
	-webkit-transition: all 0.2s ease 0.2s;
	-moz-transition: all 0.2s ease 0.2s;
	-o-transition: all 0.2s ease 0.2s;
	-ms-transition: all 0.2s ease 0.2s;
	transition: all 0.2s ease 0.2s;
	width: 100%;
}
.blog-img .overlay-hover .work-info .work-text {
	position: relative;
	top: 35%;
	transform: translateY(-50%);
}
.blog-img .overlay-hover .work-info .work-text a img {
	transition: all 0.3s ease 0s;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
.blog-img .overlay-hover .work-info .work-text a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.blog-img:hover .overlay-hover {
	background: rgba(43, 41, 47, 0.9) none repeat scroll 0 0;
}
.blog-img:hover .overlay-hover .work-info {
	transform: scale(1);
}

/******************************* pricing table ********************************/
section {
	background: #647df9;
	color: #7a90ff;
	padding: 2em 0 8em;
	min-height: 100vh;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
.pricing {
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	padding: 80px 0;
	background: url(../images/background.jpg) top left no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: 50% 50%;
}
.pricing h2 {
	color: #ffffff;
	font-weight: bold;
}
.pricing .separator {
	margin-bottom: 30px;
}
.pricing-item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 330px;
	flex: 0 1 330px;
}
.pricing-action {
	color: inherit;
	border: none;
	background: none;
}
.pricing-action:focus {
	outline: none;
}
.pricing-feature-list {
	text-align: left;
}
.pricing-palden .pricing-item {
	font-family: 'Open Sans', sans-serif;
	cursor: default;
	color: #84697c;
	background: #fff;
	box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
	border-radius: 20px 20px 10px 10px;
	margin: 1em;
}
@media screen and (min-width:66.25em) {
	.pricing-palden .pricing-item {
		margin: 1em 0em;
	}
	.pricing-palden .pricing__item--featured {
		margin: 0;
		z-index: 10;
		box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
	}
}
.pricing__item--featured button {
	margin: 2em 2em 3em !important;
}
.col-sm-4.pricing-item:first-child {
	position: relative;
	left: 15px;
}
.col-sm-4.pricing-item:last-child {
	position: relative;
	right: 15px;
}
.pricing-palden .pricing-deco {
	border-radius: 10px 10px 0 0;
	background: #ff7f00;
	padding: 4em 0 9em;
	position: relative;
}
.pricing-palden .pricing-deco-img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 160px;
}
.pricing-palden .pricing-title {
	font-size: 0.75em;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #fff;
}
.pricing-palden .deco-layer {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.pricing-palden .pricing-item:hover .deco-layer--1 {
	-webkit-transform: translate3d(15px, 0, 0);
	transform: translate3d(15px, 0, 0);
}
.pricing-palden .pricing-item:hover .deco-layer--2 {
	-webkit-transform: translate3d(-15px, 0, 0);
	transform: translate3d(-15px, 0, 0);
}
.pricing-palden .icon {
	font-size: 2.5em;
}
.pricing-palden .pricing-price {
	font-size: 5em;
	font-weight: bold;
	padding: 0;
	color: #f9020e;
	margin: 0 0 0.25em 0;
	line-height: 0.75;
}
.pricing-palden .pricing-currency {
	font-size: 0.15em;
	vertical-align: top;
}
.pricing-palden .pricing-period {
	font-size: 0.15em;
	padding: 0 0 0 0.5em;
	font-style: italic;
}
.pricing-palden .pricing__sentence {
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em;
}
.pricing-palden .pricing-feature-list {
	margin: 0;
	padding: 0.25em 0 2.5em;
	list-style: none;
	text-align: center;
}
.pricing-palden .pricing-feature {
	padding: 1em 0;
}
.pricing-palden .pricing-action {
	font-weight: bold;
	margin: auto 3em 2em 3em;
	padding: 1em 2em;
	color: #fff;
	border-radius: 30px;
	background: #ff7f00;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.pricing-palden .pricing-action:hover, .pricing-palden .pricing-action:focus {
	background-color: #100A13;
}
.pricing-palden .pricing-item--featured .pricing-deco {
	padding: 5em 0 8.885em 0;
}
.pricing .col-sm-4 {
	padding: 0px;
}

/***************************** map **************************/
svg {
	height: auto;
	max-width: 100%;
}
.text-center {
	text-align: center;
}
.subline {
	color: #768191;
	font-weight: normal;
}
.map {
	margin-top: 3em;
	position: relative;
	max-width: 780px;
	margin: 0 auto;
}
#map {
	background: #32425a;
	padding: 80px 0px;
}
.map-marker-info-inner p {
	color: #636363 !important;
	margin-bottom: 10px !important;
	padding: 0.5em 1em;
}
#map p {
	color: #ffffff;
	margin-bottom: 50px;
}
#map h2 {
	color: #ffffff;
}
#map .row {
	margin: 0px;
}
.map-markers {
	list-style: none;
	margin: 0;
	padding: 0;
}
.map-marker {
	position: absolute;
}
.map-marker:after {
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-name: pop;
	border-radius: 50%;
	border: 1px solid #ff7f00;
	content: '';
	height: 2em;
	left: 0;
	margin: -.5em 0 0 -.5em;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 2em;
}
.map-marker:hover .map-marker-info {
	display: block;
}
.map-marker a {
	background-color: #ff7f00;
	border-radius: 50%;
	height: 1em;
	display: block;
	text-indent: -9999px;
	width: 1em;
}
.map-marker-chicago {
	left: 65%;
	top: 35%;
}
.map-marker-florida {
	left: 85%;
	top: 86%;
}
.map-marker-florida:after {
	animation-delay: 3s;
}
.map-marker-los-angeles {
	left: 7%;
	top: 60%;
}
.map-marker-los-angeles:after {
	animation-delay: 5s;
}
.map-marker-new-york {
	left: 91%;
	top: 31%;
}
.map-marker-san-francisco {
	left: 1%;
	top: 46%;
}
.map-marker-san-francisco:after {
	animation-delay: 3s;
}
.map-marker-seattle {
	left: 8%;
	top: 1%;
}
.map-marker-seattle:after {
	animation-delay: 5s;
}
.map-marker-info {
	display: none;
	left: 50%;
	position: absolute;
	bottom: 0;
	transform: translate(-50%, -2em);
	width: 20em;
	z-index: 999;
}
.map-marker-info header {
	background-color: #ff7f00;
	border-radius: .5em .5em 0 0;
	color: #fff;
	padding: .5em 1em;
}
.map-marker-info div {
	background-color: #fff;
	color: #7e7e7e;
}
.map-marker-info h2 {
	color: #ffffff;
	margin: 0px;
}
.map-marker-info-inner {
	border-radius: .5em;
	box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
	font-size: .875em;
}
.map-marker-info-inner:after {
	border-left: .75em solid transparent;
	border-right: .75em solid transparent;
	border-top: 1em solid #fff;
	content: '';
	height: 0;
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 0;
	margin-top: -10px;
}
.animate {
	animation-duration: 1s;
	animation-fill-mode: both;
}
@keyframes bounce-in {
	0%, 20%, 40%, 60%, 80%, 100% {
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		transform: scale3d(0.97, 0.97, 0.97);
	}
	100% {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}
.animate-bounce-in {
	animation-duration: .75s;
	animation-name: bounce-in;
}
@keyframes pop {
	0% {
		transform: scale(0);
	}
	8% {
		opacity: .4;
	}
	10% {
		opacity: 0;
		transform: scale(1);
	}
}
.animate-pop {
	animation-duration: 1s;
	animation-name: pop;
}

/***************** footer *********************/
#footer {
	background: url(../images/footer.jpg) top left no-repeat;
	background-size: cover;
	padding: 60px 0px 25px; margin-top:30px;
	background-color: #f7f7f7;
}
#footer p, #footer li, #footer a {
	font-weight: normal;
}
.footer-heading {
}
.footer-heading h1 span {
	margin: 0px;
	font-size: 22px;
	color: #66cdaa;
	font-weight: bold;
	font-family: 'Impact', sans-serif;
	text-transform: uppercase;
}	
	
.footer-heading h1 {
	margin: 0px;
	font-size: 22px;
	color: #ff8c00;
	font-weight: bold;
	font-family: 'Impact', sans-serif;
	text-transform: uppercase;
}
.alt-font {
    font-family: 'bauhaus 93', sans-serif !important;
    font-weight: 500 !important;
}

.footer-heading img {
	margin-top: 10px;
}
.footer-logo {
	margin-top: 30px;
}
.footer-logo img {
}
.footer-text {
	margin-top: 20px;
}
.footer-text p {
	font-family: 'Latha', sans-serif;
	font-size: 16px;
	color: #66cdaa;
	font-weight: 600;
}
.footer-text ul {
	padding-left: 0px;
	margin-top: 30px;
}
.footer-text ul li {
	font-family: 'Latha', sans-serif;
	font-size: 16px;
	color: #66cdaa;
	list-style: none;
	margin-top: 13px;
	position: relative;
	padding-left: 15px;
}
.footer-text ul li:before {
	content: "\f111";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 8px;
	text-decoration: inherit;
	color: #ff8c00;
	position: absolute;
	left: 0px;
	top: 3px;
}
.footer-icons {
	margin-top: 20px;
}
.footer-icons a {
	text-decoration: none;
	outline: 0;
}
.footer-icons a i.fa {
	color: #66cdaa;
	font-size: 18px;
	margin-right: 15px;
	transition: all 0.2s ease-in 0s;
	cursor: pointer;
}
.footer-icons a i.fa:hover {
	color: #ff8c00;
}
.footer-image {
	margin-top: 20px;
}
.latest-news {
	margin-bottom: 10px;
}
.footer-img {
	margin-top: 10px;
}
.footer-img-text {
}
.footer-img-text a {
	font-family: 'Open Sans', sans-serif;
	color: #d0e2a7;
	font-size: 14px;
	margin-bottom: 2px;
	margin-top: 6px;
	transition: all 0.3s ease 0s;
}
.footer-img-text a:hover {
	color: #d0e2a7;
}
.footer-img-text p {
	color: #6e9ab7;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.contact-us-icon {
	margin-top: 30px;
}
.icon {
	color: #ff8c00;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid;
	width: 42px;
	height: 42px;
	line-height: 42px;
	margin-bottom: 20px;
}
.icon i.fa {
	line-height: 42px;
}
.icon-text {
}
.icon-text p {
	font-family: 'Latha', sans-serif;
	font-size: 16px;
	color: #66cdaa;
	font-weight:bold;
}
.icon-text p a {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #d0e2a7;
	text-decoration: none;
	outline: 0;
	transition: all 0.2s ease-in 0s;
	font-weight:bold;
}
.phone, .mail {
	position: relative;
	top: 6px;
}
.mail {
}
.icon-text.mail a:hover {
	color: #d0e2a7;
}
.copyright {
	margin-top: 60px;
	border-top: 2px solid #545157;
}
.copyright-text {
	margin-top: 25px;
}
ul, li, div, table, tr, td {font-family: 'Open Sans', sans-serif;}
.containerInner ul li{padding:3px 0 4px 20px;}
.nopadding { cursor:pointer;}
.copyright-text p {
	font-family: 'Latha', sans-serif;
	color: #66cdaa;
	font-size: 17px;
}
.copyright-text p a {
	font-family: 'Impact', sans-serif;
	color: #ff8c00;
	font-size: 18px;
	text-decoration: none;
	outline: 0;
	transition: all 0.2s ease-in 0s;
}
.copyright-text p a:hover {
	color: #19ff00;
}