
/*--------------------
   1. BASE CSS
----------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');
.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

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

a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

a:focus,
a:hover {
	outline: 0;
	text-decoration: none;
}

button:focus {
	outline: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	/* color: #010101; */
	color: #6084a0;
	font-weight: 500;
	margin: 0 0 15px;
	text-transform: capitalize;
}

html,
body {
	height: 100%

}

body {
	
	/* font-family:  'Bitter'; */
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	 /* font-family: 'Tentram, sans-serif'; */
	font-size: 16px;
	line-height: 1.5em;
	color: #51565f;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #2b2c30;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navbar-header .collapse,
.navbar-toggle {
	border: 2px solid #ff8a00;
	border-radius: 0;
}

.navbar-toggle .icon-bar {
	background: #ff8a00 none repeat scroll 0 0;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.area-title {
	margin-bottom: 80px;
	position: relative;
}


/*-----------------------------------------*/

.area-title h2,
.about-content h2 {
	font-size: 36px;
	font-weight: 600;
}

.area-title h3 {
	font-weight: 500;
	margin-bottom: 0;
}

.area-title p {
	margin-bottom: 0;
}

.section-padding {
	padding: 100px 0;
	/* background:#293453; */
	background:#293453;"
	/* background: rgba(0, 0, 0, 0) url("img/background.jpg") no-repeat scroll center center / cover; */
	/* height: 100%; */
	left: 0;
	/* position: absolute; */
	/* top: 0; */
	/* width: 100%; */
}

.section-padding1 {
	padding: 100px 0;
	background:#293453; 
	/* background: rgba(0, 0, 0, 0) url("img/background.jpg") no-repeat scroll center center / cover; */
}


.section-padding1{
	padding: 15px 0;
}

.padding-top {
	padding-top: 100px;
}

.padding-bottom {
	padding-bottom: 100px;
}

.padding-left {
	padding-left: 50px;
}

.padding-right {
	padding-right: 50px;
}

.margin-bottom {
	margin-bottom: 50px;
}

.margin-top {
	margin-top: 50px;
}

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.gray-bg {
	 /* background: #fff ; */
	 background: rgba(0, 0, 0, 0) url("img/background.jpg") no-repeat scroll center center / cover; 
}

.dark-bg {
	background: #1e262c;
	color: #ffffff;
}

.section-padding2{
 background: rgba(0, 0, 0, 0) url("img/background.jpg") no-repeat scroll center center / cover; 
}


/*--------------------------
    2. TOP AREA
---------------------------*/

.top-area {
	position: relative;
	width: 100%;
}

.top-area-bg {
	background: rgba(0, 0, 0, 0) url("img/slider/slide_1.jpg") no-repeat scroll center center / cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.top-area-bg::after {
	background: #060d64 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.75;
	position: absolute;
	top: 0;
	width: 100%;
}


/*---------------------------------
    2.1 MAINMENU AREA
-----------------------------------*/

.header-top-area {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
	/* background:#293453; */
}

.mainmenu-area {
	position: relative;
	z-index: 9999;
}

.mainmenu-area-bg {
	background: #fff none repeat scroll 0 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
}

.is-sticky .mainmenu-area-bg {
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
	opacity: 1;
}

.navbar {
	border-bottom: 0 none;
	border-top: 0 none;
	margin-bottom: 0;
	background:#fff;
}

.navbar-header {
	margin-top: 10px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.is-sticky .navbar-header {
	margin-top: 6px;
}

.navbar-brand {
	padding: 0;
}

.navbar-brand>img {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.is-sticky .navbar-brand>img {
	margin-top: -7px;
	width: 75%;
}

a.navbar-brand {
	color: #000;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: inherit;
	text-transform: uppercase;
}

.navbar-brand {
	height: auto;
	margin-top: 10px;
}

ul#nav {
	display: inline-block;
	float: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

ul#nav li {
	padding: 30px 5px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

ul#nav li:last-child a:before {
	display: none;
}

ul#nav li a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #000;
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 7px 15px;
	position: relative;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 9;
}

.is-sticky ul#nav li {
	padding: 12px 5px;
}

ul#nav li.active a,
ul#nav li a:hover {
	color: #293453;
	/* text-decoration: line-through; */
}

.is-sticky .mainmenu-area {
	z-index: 99999;
}

.side-push-menu {
	color: #fff;
	float: right;
	height: 100px;
	padding-left: 20px;
	padding-top: 35px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 60px;
}

.push-menu-open-button {
	background: #fff none repeat scroll 0 0;
	color: #252a34;
	cursor: pointer;
	font-size: 20px;
	height: 30px;
	padding-top: 4px;
	position: absolute;
	right: 0;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 40px;
}

.push-menu-open-button:hover {
	background: #ff8a00;
}

.is-sticky .side-push-menu {
	padding-top: 15px;
	height: 60px;
}


/*-----------------------------------
    2.2 SIDE PUSH MENU AREA
------------------------------------*/

.push-menu-and-content {
	background: #272727 none repeat scroll 0 0;
	color: #fff;
	height: 100%;
	padding: 30px;
	max-width: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	position: fixed;
	right: -300px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 9999;
}

.push-menu-and-content.menu-open {
	right: 0;
}

.search-bar {
	margin-bottom: 30px;
}

.search-bar form {
	border: 1px solid #555;
	height: 35px;
	position: relative;
	width: 100%;
}

.search-bar form input {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	height: 100%;
	letter-spacing: 1px;
	padding: 5px;
	position: absolute;
	width: 100%;
}

.search-bar form button {
	background: #ff8a00 none repeat scroll 0 0;
	border: 0 none;
	height: 35px;
	position: absolute;
	right: -1px;
	top: -1px;
	width: 40px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.search-bar form button:hover {
	background: #ffffff;
	color: #252a34;
}

.push-menu {
	margin-bottom: 40px;
}

.push-menu ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.push-menu ul li {
	display: block;
}

.push-menu ul li a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 5px 0;
	text-transform: capitalize;
}

.push-menu ul li a i {
	float: right;
}

.push-menu ul li a:hover,
.push-menu ul li a:focus {
	color: #ff8a00;
}

.push-menu-close {
	background: #ff8a00 none repeat scroll 0 0;
	color: #fff;
	cursor: pointer;
	font-size: 35px;
	height: 40px;
	left: 0;
	padding-top: 3px;
	position: absolute;
	text-align: center;
	top: 24px;
	width: 40px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.push-menu-close:hover {
	background: #fff none repeat scroll 0 0;
	color: #252a34;
}

.push-menu-logo {
	margin-bottom: 40px;
	text-align: center;
}

.push-menu-logo img {
	max-width: 70%;
}

.push-img-and-about-content {
	margin-bottom: 40px;
}

.push-img-and-about-content img {
	margin-bottom: 30px;
}

.push-menu-and-content .social-bookmark {
	margin-bottom: 20px;
}

.push-menu-and-content .social-bookmark ul {
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.push-menu-and-content .social-bookmark ul li {
	display: inline;
}

.push-menu-and-content .social-bookmark ul li a {
	color: #fff;
	display: inline-block;
	height: 30px;
	text-align: center;
	width: 30px;
}

.push-menu-and-content .social-bookmark ul li a:hover {
	color: #ff8a00;
}


/*-----------------------------------
    2.3 WELCOME SLIDER AREA
-------------------------------------*/

.welcome-slider-area {
	background: transparent none repeat scroll 0 0;
	height: 700px;
	padding-top: 100px;
	position: relative;
}

.welcome-text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 25px;
	height: 564px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	margin-bottom: 15px;
	margin-right: 15px;
	position: relative;
	top: 0;
}

.welcome-text h1 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	color: #ffffff;
	font-size: 45px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.welcome-text h1 span {
	color: #293453;
}

.welcome-text p {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	letter-spacing: 2px;
	margin-bottom: 40px;
}

.welcome-image-layer {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.call-to-action {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 40px;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.call-to-action a {
	color: #000000;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-left: 6px;
	padding: 10px 30px;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
}

.call-to-action a::before,
.call-to-action a::after {
	background: #09cecb none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
	transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
	width: 100%;
}

.green-bg .call-to-action a::before,
.green-bg .call-to-action a::after {
	background: #ffdd00 none repeat scroll 0 0;
}

.call-to-action a::after {
	height: 30px;
	left: auto;
	right: 0;
	width: 5px;
}

.call-to-action a:hover::after,
.call-to-action a:hover::before {
	background: #ff8a00;
}

.home-button {
	bottom: 30px;
	left: 50%;
	margin-left: -16px;
	position: absolute;
}

.home-button a {
	border: 1px solid;
	border-radius: 50px;
	color: #ffffff;
	font-size: 20px;
	padding: 10px 5px;
	text-transform: uppercase;
}

.home-button a:hover {
	color: #060d64;
}

.home-button a i {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	color: #060d64;
	-webkit-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}

.welcome-text-slider {
	position: relative;
}

.slider-bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.slider-bg::after {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
}

.slide-one .slider-bg {
	background: url(img/slider/slide_1.jpg)no-repeat scroll center center / cover;
}

.slide-two .slider-bg {
	background: url(img/slider/slide_2.jpg)no-repeat scroll center center / cover;
}

.slide-three .slider-bg {
	background: url(img/slider/slide_3.jpg)no-repeat scroll center center / cover;
}

.slide-four .slider-bg {
	background: url(img/slider/slide_4.jpg)no-repeat scroll center center / cover;
}

.welcome-slider-area.owl-carousel .owl-nav>div {
	background: #fff none repeat scroll 0 0;
	display: inline-block;
	font-size: 30px;
	height: 40px;
	margin: 0 5px;
	padding-top: 5px;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 40px;
	position: absolute;
}

.welcome-slider-area.owl-carousel .owl-controls {
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 100%;
}

.welcome-slider-area.owl-carousel .owl-controls .owl-next {
	left: auto;
	right: 0;
}

.welcome-slider-area.owl-carousel .owl-nav>div:hover {
	background: #293453 none repeat scroll 0 0;
	color: #fff;
}


/*-----------------------------
	3. ABOUT AREA
------------------------------*/
@media screen and (min-width: 1001px) {
.container.about-features {	
		margin-top: -280px !important;		
}
}
@media screen and (min-width: 1200px) {
.container.about-features {	
		margin-top: -240px !important;		
}
}



@media screen and (min-width: 1920px) {
.container.about-features {	
		margin-top: -180px !important;		
}
}



.row.about-features {
	background: #fff none repeat scroll 0 0;
	-webkit-box-shadow: 0 5px 10px #f1f1f1;
	box-shadow: 0 5px 10px #afbfd0;
	margin-bottom: 100px;
	margin-top: -280px;
	position: relative;
	z-index: 9;
}

.about-area .about-bottom-content .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
}

.single-features {
	padding: 40px 20px;
}

.features-icon {
	color: #afbfd0;
	font-size: 48px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.single-features h3 {
	font-size: 18px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.single-features .read-more {
	color: #010101;
	display: inline-block;
	font-weight: 500;
	margin-top: 10px;
}

.single-features:hover h3,
.single-features:hover .features-icon {
	color: #293453;
}

.single-features .read-more i {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.single-features .read-more:hover i {
	padding-left: 10px;
}

.single-features .read-more:hover {
	color: #293453;
}

.about-img {
	position: relative;
}

.about-img img {
	margin-top: 50px;
	width: 90%;
}

.about-layer-two {
	margin-top: -50px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}

.about-content h2 {
	margin-bottom: 30px;
}

.about-bottom-content .read-more {
	border: 2px solid #fff;
	border-radius: 50px;
	display: inline-block;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 20px;
	padding: 10px 30px;
	text-transform: uppercase;
	color:#fff;
}

.about-bottom-content .read-more:hover {
	color: #6084a0;
}


/*-----------------------------
	4. SERVICE AREA
------------------------------*/

.service-area.section-padding {
	padding-bottom: 50px;
	position: relative;
	z-index: 9;
}

.service-area::after {
	/* background: rgba(0, 0, 0, 0) url("img/service-bg-top-layer.png") no-repeat scroll center center / cover; */
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.single-service {
	/* background: #313233 none repeat scroll 0 0; */
	 background: #293453  none repeat scroll 0 0; 
	color: #fff;
	margin-bottom: 50px;
	overflow: hidden;
	/* padding: 40px 20px; */
	padding: 0px 20px;
	position: relative;
}

.service-hidding-and-icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #293453 none repeat scroll 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.service-icon {
	font-size: 48px;
	margin-bottom: 20px;
}

.single-service h3 {
	font-size: 18px;
	text-transform: uppercase;
}

.service-details {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.single-service:hover .service-hidding-and-icon {
	opacity: 0;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}

.single-service:hover .service-details {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.single-service .read-more i,
.post-details a.read-more i {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.single-service .read-more:hover i,
.post-details a.read-more:hover i {
	padding-left: 10px;
}


/*-----------------------------
	5. PROJECT AREA
------------------------------*/

.project-area.section-padding {
	padding-bottom: 70px;
}

.project-menu ul {
	/* background: #f3f7fb none repeat scroll 0 0;  */
	background: #293453 none repeat scroll 0 0; 
	display: inline-block;
	text-align: center;
}

.project-menu ul li {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 32px;
	letter-spacing: 2px;
	margin-right: 15px;
	min-width: 120px;
	padding: 5px 10px;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.project-menu {
	margin-bottom: 50px;
	text-align: center;
	width: 100%;
}

.project-menu ul li:last-child {
	margin-right: 0;
}

.project-menu ul li:hover,
.project-menu ul li.active {
	color: #000;
}

.project-menu ul li::after {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 0;
}

.project-menu ul li.active::after {
	width: 50px;
}

.single-project {
	margin-bottom: 30px;
}

.project-img img {
	width: 100%;
}

.single-project-details {
	overflow: hidden;
	position: relative;
}

.project-details {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 9;
}

.single-project-details::after {
	background: #6084a0 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.single-project-details:hover::after {
	opacity: 0.8;
}

.single-project-details:hover .project-details {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.project-details h4,
.project-details h5 {
	color: #fff;
}

.project-view-details a {
	background: transparent none repeat scroll 0 0;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 -1px #fff;
	box-shadow: 0 0 0 -1px #fff;
	color: #fff;
	display: inline-block;
	font-size: 25px;
	height: 50px;
	margin: 0 5px 20px;
	padding-top: 13px;
	text-align: center;
	width: 50px;
}

.project-view-details a:hover {
	background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
	-webkit-box-shadow: 0 0 0 9px transparent;
	box-shadow: 0 0 0 9px transparent;
}


/*-----------------------------
	6. FUN FACT AREA
-------------------------------*/

.fact-area {
	color: #fff;
	position: relative;
}

.fact-area-bg {
	/* background: rgba(0, 0, 0, 0) url("img/fact-area-bg.jpg") no-repeat scroll center center / cover; */
	background: rgba(0, 0, 0, 0) url("img/background.jpg") no-repeat scroll center center / cover; 
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.fact-area-bg::after {
	background: #293453 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}

.single-fun-fact {
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.fact-icon {
	font-size: 40px;
	margin-bottom: 20px;
}

h3.counter {
	color: #fff;
	font-size: 36px;
}


/*-----------------------------
	7. TESTMONIAL AREA
------------------------------*/

.testmonial-author-details {
	background: #fff none repeat scroll 0 0;
	-webkit-box-shadow: 0 0 5px #ebebeb;
	box-shadow: 0 0 5px #ebebeb;
	margin-bottom: 30px;
	padding: 40px 20px 20px;
	position: relative;
}

.member-image img {
	background: #ff8a00 none repeat scroll 0 0;
	border-radius: 50%;
	padding: 3px;
}

.testmonial-author-details::after {
	border-bottom: 10px solid transparent;
	border-right: 40px solid transparent;
	border-top: 30px solid #ffffff;
	bottom: -40px;
	content: "";
	height: 40px;
	left: 50px;
	position: absolute;
	width: 40px;
}

.testmonial-area .owl-carousel .owl-item img {
	height: 80px;
	max-width: 100%;
	width: 80px;
}


/*------------------------------
	8. TEAM AREA
--------------------------------*/

.team-area {
	position: relative;
}

.team-area-bg {
	background: rgba(0, 0, 0, 0) url("img/team/team-area-bg.jpg") no-repeat scroll center center / cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.team-area-bg::after {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}

.team-area .area-title,
.team-area .area-title h2 {
	color: #fff;
}

.single-team {
	/* background: #2b2c30 none repeat scroll 0 0; */
	border-radius: 5px;
	overflow: hidden;
}

.member-bg-image {
	position: relative;
}

.member-bg-image::after {
		background: #293453 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;
}

.team-member-details {
	font-size: 16px;
	/* padding: 80px 20px 30px; */
	padding: 0px 20px 30px;
	position: relative;
}

.team-member-thumb {
	border-radius: 50%;
	height: 231px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: 25px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 206px;
}

.team-member-thumb img {
	background: #6084a0 none repeat scroll 0 0;
	border-radius: 50%;
	padding: 5px;
}

.team-member-details h3 {
	font-size: 18px;
	letter-spacing: 2px;
}

ul.social-bookmark li {
	display: inline;
}

ul.social-bookmark li a {
	border: 1px solid;
	border-radius: 50%;
	color: #ccdae9;
	display: inline-block;
	font-size: 18px;
	height: 40px;
	padding-top: 8px;
	width: 40px;
	text-align: center;
}

ul.social-bookmark li a:hover {
	background: #6084a0 none repeat scroll 0 0;
	border-color: #6084a0;
	color: #fff;
}

ul.social-bookmark {
	margin-top: 20px;
}


/*------------------------------
	9. BLOG AREA
-------------------------------*/

.post-meta {
	padding: 20px 0 10px;
}

.post-meta a {
	color: #8ca0b4;
	margin-right: 20px;
}

.post-meta a:hover {
	color: #ff8a00;
}

.post-details h3 {
	font-size: 22px;
}

.post-details a.read-more {
	display: inline-block;
	margin-top: 20px;
}


/*------------------------------
	10. CONTACT QUATE AREA
-------------------------------*/

.contact-quote-area {
	position: relative;
	color: #fff;
}

.quote-area-bg {
	background: rgba(0, 0, 0, 0) url("img/quate-area-bg.jpg") no-repeat scroll center center / cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.quote-area-bg::after {
	background: #293453 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
}

.quote-content h2 {
	color: #fff;
	font-size: 38px;
	font-weight: 600;
	margin-bottom: 30px;
}

.contact-quate-button {
	background: #6084a0 none repeat scroll 0 0;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 30px;
	padding: 12px 30px;
}

.contact-quate-button:hover {
	background: #fff none repeat scroll 0 0;
	color: #ff8a00;
}

.contact-quate-button i {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.contact-quate-button:hover i {
	padding-left: 15px;
}


/*------------------------------
	11. FOOTER AREA
-------------------------------*/

.footer-area {
	position: relative;
}

.footer-area-bg {
	background: rgba(0, 0, 0, 0) url("img/footer-bg-layer.png") no-repeat scroll center bottom;
	height: 100%;
	left: 0;
	opacity: 0.1;
	position: absolute;
	top: 0;
	width: 100%;
}

.contact-form-area {
	height: 0;
}

.footer-area a {
	color: #fff;
}

.footer-area a:hover {
	color: #ff8a00;
}

.footer-logo {
	margin-bottom: 40px;
}

.flick-feed {
	margin-top: 40px;
}

.flick-feed ul li {
	display: inline-block;
	float: left;
	margin-right: 4%;
	width: 20%;
}

.flick-feed ul li:last-child {
	margin-right: 0;
}

.footer-area h4 {
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 50px;
	text-transform: uppercase;
}

.contact-details li {
	margin-bottom: 10px;
	min-height: 40px;
	padding-left: 40px;
	position: relative;
}

.contact-details li .f_contact_icon {
	font-size: 24px;
	height: 40px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 40px;
}

.footer-list li,
.footer-menu li {
	float: left;
	margin-bottom: 10px;
	min-height: 40px;
	width: 50%;
}

.footer-list li a,
.footer-menu li a {
	position: relative;
}

.footer-menu li a::before,
.footer-menu li a::after {
	background: #ff8a00 none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 10px;
	left: 0;
	margin-right: 15px;
	position: relative;
	top: -1px;
	width: 10px;
}

.footer-menu li a::after {
	background: #ff8a00 none repeat scroll 0 0;
	float: left;
	left: 3px;
	position: absolute;
	top: 8px;
}

.footer-list li a i {
	background: #fff none repeat scroll 0 0;
	color: #2e2e2e;
	display: inline-block;
	font-size: 24px;
	height: 30px;
	margin-right: 10px;
	padding-top: 3px;
	text-align: center;
	width: 30px;
}

.footer-bottom-area {
	background: #6084a0 none repeat scroll 0 0;
	color: #fff;
}

.footer-copyright {
	padding: 20px 0 8px;
}

.footer-copyright a {
	color: #ffffff;
}

.footer-copyright a:hover {
	color: #34363b;
}

.contact-form-area .modal-header {
	background: #293453 none repeat scroll 0 0;
	letter-spacing: 2px;
	text-align: center;
}

.contact-form-area .modal-header h4 {
	color: #fff;
	margin-bottom: 0;
}

.contact-form .form-control {
	border: 1px solid #ff8a00;
	border-radius: 0;
	color: #ff8a00;
	font-size: 15px;
	height: auto;
	margin-bottom: 20px;
	max-height: 150px;
	padding: 10px;
}

.contact-form button {
	background: #060606 none repeat scroll 0 0;
	border: 0 none;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 10px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.contact-form button:hover {
	background: #fff none repeat scroll 0 0;
	color: #2e2e2e;
}


/*------------------------------
    12. SCROLL TO TOP
-------------------------------*/

a.scrolltotop {
	background: #060606 none repeat scroll 0 0;
	bottom: 20px;
	-webkit-box-shadow: 0 0 0 7px transparent;
	box-shadow: 0 0 0 7px transparent;
	color: #ffffff;
	display: none;
	font-size: 20px;
	height: 40px;
	padding-top: 7px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 40px;
	z-index: 99;
}

a.scrolltotop:hover {
	-webkit-box-shadow: 0 0 0 0 #ff8a00;
	box-shadow: 0 0 0 0 #ff8a00;
	background: #ff8a00;
}


/*-----------------------------
    13. PRELOADER
------------------------------*/

.preloader-spinner {
	border: 5px solid #ff8a00;
}













/*----------------about banner css-------------------------*/


.page-title::after {
    background-color: rgba(41, 52, 83, 0.5);
    content: "/ "; 
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.page-title {
    /* background-attachment: fixed; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    position: relative;
    text-align: center;
}

.auto-container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: static;
}	

.page-title .title-box {
    background-color: rgba(41, 52, 83, 0.5);
    display: inline-block;
    padding: 30px 50px 35px;
    position: relative;
    z-index: 10;
	margin-top:4%;
}

.page-title .title-box h2 {
    color: #ffffff;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 10px;
    position: relative;
}
.page-title .title-box ul li::after {
    color: #ffffff;
     content: "/ "; 
    font-family: "FontAwesome";
    position: absolute;
    right: -17px;
    top: 0;
}

.page-title .title-box ul li {
    color: #fdc236;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-right: 25px;
    position: relative;
}

.page-title .title-box ul li:last-child::after {
    display: none;
}


.color{
	color:#fff;
}

/*contact css*/

.contact-form, .contact-add-box {
    background-color: #6084a0;
    margin-bottom: 30px;
    padding: 30px;
}
.contact-section h4 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}
 .form-control {
    height: 45px;
    border: 1px solid #242424;
    border-radius: 0px;
    font-size: 16px;
    color: #242424;
    padding: 0 10px 0 20px;
}
.contact-form textarea.form-control {
    height: 140px;
    resize: inherit;
    border-radius: 0px;
}
.comment-box {
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    text-transform: capitalize;
}
.contact-btn {
    border: 2px solid transparent;
    background-color: #fff;
    color: #fff;
    margin-top: 10px;
    padding: 10px 20px 10px 20px;
    font-size: 20px;
    outline: none;
}
.contact-btn:hover {
    border: 2px solid #242424;
    background:green;
}

/* Contact Add Box  */
.address-details {margin-top:45px;margin-bottom:45px;}
.contact-add-box ul {
    list-style:none;
    font-size:15px;
    font-weight:500;
    line-height:25px;
}
.contact-add-box i { 
    color: #fff;
    padding-right:10px;
}

/* Social Icons */
.social-icons {margin:48px 0px 48px 0px ;}
.social-icons i{
    margin-right: 10px;
    padding: 0px;
    font-size:35px;
    color:#323232;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    
}
.social-icons li {margin:0px;padding:0;display:inline-block;}

#social-fb:hover {
     color: #3B5998;
     transition:all .001s;
 }
 #social-tw:hover {
     color: #4099FF;
     transition:all .001s;
 }
 #social-gp:hover {
     color: #d34836;
     transition:all .001s;
 }
 #social-em:hover {
     color: #f39c12;
     transition:all .001s;
 }


.wprt-button {
    background-color: #6084a0;
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    padding: 0.65em 2.5em;
    transition: all 0.238s ease 0s;
}

.paregrap{
	color:#fff;
	text-align:justify;
}
/**********************************gallery css**************/

@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300);

.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
.home-image1{
	 /* margin: 0 40%; */
	 margin: 15px 40%;
	width:20%;
}

.home-image2{
	 /* margin: 0 40%; */
	/* width:40%; */
	width:32%;
}


/****************************HOME PAGES BOX******************/


.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
	
	position:relative;
	
	margin-top:-200px;
	background:#fff;
		z-index:9;
		
	
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    /* border-top: 1px solid rgba(34, 36, 38, .1); */
    box-shadow: none;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
}

.card-text {
    clear: both;
    margin-top: .5em;
	padding:0px 18px;
    color: rgba(0, 0, 0, .68);
	text-align:justify;
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.profile {
    position: absolute;
    top: -12px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.profile-avatar {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

.profile-inline ~ .card-title {
    display: inline-block;
    margin-left: 4px;
    vertical-align: top;
}

.text-bold {
    font-weight: 700;
	text-align:center;
}

.meta {
    font-size: 1em;
    color: rgba(0, 0, 0, .4);
}

.meta a {
    text-decoration: none;
    color: rgba(0, 0, 0, .4);
}

.meta a:hover {
    color: rgba(0, 0, 0, .87);
}



/*****************ABout Box******************/


@import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
@import "http://fonts.googleapis.com/css?family=Quicksand:700,400";

.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: rgb(170,196,196); vertical-align: middle; }
.box > .icon:hover > .image { background: #6CB4C4; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; }
/* .box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; } */
.box > .icon > .info { margin-top: -24px; background: #293453; border: 1px solid #e0e0e0; padding: 15px 0 10px 0; }
/* .box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; } */
.box > .icon:hover > .info { background: #6084a0;); border-color: #e0e0e0; color: white; } 
.box > .icon > .info > h3.title { font-family: "Quicksand",sans-serif !important; font-size: 28px; color: #fff; font-weight: 500; }
/* .box > .icon > .info > p { font-family: "Quicksand",sans-serif !important; font-size: 15px; color: #666; line-height: 1.5em; margin: 20px;} */
.box > .icon > .info > p { font-family: "Quicksand",sans-serif !important; font-size: 15px; color: #fff; line-height: 1.5em; margin: 20px;}
.box > .icon > .info > .more a { font-family: "Quicksand",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
.box .space { height: 2px; background-color: #6CB4C4;}
.btn-default { font-family: "Quicksand",sans-serif; background-color: #75b1ae; color: #FFFFFF;}
.btn-default:hover { background-color: #FFFFFF; color: black;}

 





 .blog-post.style2 {
    border: 1px solid transparent;
    padding: 22px 10px 16px;
    transition: all 0.25s linear 0s;
}
.blog-post {
    color: #635f61;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    overflow: hidden;
}

.blog-post.style2.active, .blog-post.style2:hover {
    border-color: #c52927;
}
.blog-post.style2 {
    border: 1px solid transparent;
    padding: 22px 10px 16px;
    transition: all 0.25s linear 0s;
}

