/*
font-family: 'Raleway', sans-serif;
font-family: 'Open Sans', sans-serif;
*/
:root {
	--blue:#3f51b5;
	--dark-blue:#21318d;
	--gray:#757575;
	--dark-gray:#424242;
	--text:rgba(0,0,0,0.4);
	--text-white:rgba(255,255,255,0.7);
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 31px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}
h1 { 
	font-size: 42px;
	font-weight: 700;
	line-height: 68px;
}
h2 {
	font-size: 33px;
	font-weight: 700;
	line-height: 55px;
}
h3 {
	font-size: 26px;
	line-height: 45px;
}
h4 {
	font-size: 20px;
	line-height: 37px;
}
h5 {
	font-size: 16px;
	font-weight: 700;
	line-height: 31px;
}
h6 {
	font-size: 13px;
	line-height: 27px;
}
 p {
	font-size: 16px;
	line-height: 31px;
 }
@media only screen and (max-width: 769px) {
 	h1 { 
		font-size: 33px;
		font-weight: 700;
		line-height: 55px;
	}
	h2 {
		font-size: 26px;
		font-weight: 700;
		line-height: 45px;
	}
	h3 {
		font-size: 20px;
		line-height: 37px;
	}
 }
/**/
a {
	text-decoration: none;
	transition: all ease 0.2s;
	color: var(--blue);
}
a:hover, a:focus {
	border: none;
	outline: none;
	opacity: 0.6;
	text-decoration: none !important;
}
/**/
.thumbnail {
	margin: 0;
	padding: 0;
	border: none;
	float: none;
	background: none;
	border-radius: 0;
}
.thumbnail img, .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.noimage {
	width: 100%;
	height: 100%;
	background: #fff;
}
/**/
.btn, .wpcf7-submit {
	padding: 15px 30px;
	border: none;
	border-radius: 4px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
}
.btn-default, .wpcf7-submit {
	background: var(--dark-blue);
}
.btn-default:hover, .btn-default:focus {
	color: #FFF;
	background: var(--blue);
	opacity: 1;
}
.btn-link:hover {
	color: #FFF;
}
/**/
.site-content-contain .site-content {
	/*padding-bottom: 100px;*/
}
.spacer {
	padding: 15px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////
Common Classes
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
section {
	padding: 70px 0;
}
section h2.title {
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
	position: relative;
	color: var(--blue);
	text-transform: uppercase;
}
section h2.title:after {
	content: " ";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -35px;
	padding: 0;
	height: 4px;
	width: 70px;
	background: var(--blue);
}
section h2.title.title-left:after {
	left: 0;
	margin: 0;
}
/*/////////////////////////////
Primary Navigation Classes
/////////////////////////////*/
/**/
header.ha-header-small .navbar-brand {
	margin: 0;
	padding: 0;
	width: 108px;
	height: 70px;
	text-align: left;
}
header.ha-header-large .navbar-brand {
	margin: 0;
	padding: 0;
	width: 154px;
	height: 100px;
	text-align: left;
}
header .navbar-brand svg {
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: all ease 0.2s;
	vertical-align: middle;
}
/**/
.ha-header.ha-header-small {
	padding: 15px 0;
	background:rgba(255,255,255,0.98);
	transition: all ease 0.5s;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.ha-header.ha-header-large {
	padding: 30px 0;
	background:transparent;
	transition: all ease 0.5s;
	box-shadow: none;
}
/**/
.navbar-default {
	margin: 0;
	background: none;
	border: none;
}
/**/
.navbar-default .navbar-brand svg * {
	transition: all ease 0.5s;
}
.ha-header-large .navbar-default .navbar-brand svg .st0,
.ha-header-large .navbar-default .navbar-brand svg .st1 {
	fill: #FFF;
}
/**/
.navbar-default .navbar-nav {
	padding: 30px 0;
}
.navbar-default .navbar-nav > li > a {
	color: #FFF;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.ha-header-small .navbar-default .navbar-nav {
	padding: 10px 0;
}
.ha-header-small .navbar-default .navbar-nav > li > a {
	color: var(--blue);
	font-size: 14px;
}
.ha-header-small .navbar-default .navbar-nav > .active > a,
.ha-header-small .navbar-default .navbar-nav > .active > a:focus,
.ha-header-small .navbar-default .navbar-nav > .active > a:hover,
.ha-header-small .navbar-default .navbar-nav > .open > a,
.ha-header-small .navbar-default .navbar-nav > .open > a:focus,
.ha-header-small .navbar-default .navbar-nav > .open > a:hover {
	color: var(--blue);
	background: none;
}
/**/
.ha-header-large .navbar-default .navbar-nav > li > a {
	color: #FFF;
}
.ha-header-large .navbar-default .navbar-nav > .active > a,
.ha-header-large .navbar-default .navbar-nav > .active > a:focus,
.ha-header-large .navbar-default .navbar-nav > .active > a:hover,
.ha-header-large .navbar-default .navbar-nav > .open > a,
.ha-header-large .navbar-default .navbar-nav > .open > a:focus,
.ha-header-large .navbar-default .navbar-nav > .open > a:hover {
	color: #FFF;
	background: none;
}
/**/
@media only screen and (min-width: 769px) {
	.navbar-default .navbar-nav > li.dropdown:hover ul.dropdown-menu{
		display: block;
	}
}
.navbar-default .navbar-nav > li.dropdown .dropdown-menu{
	padding: 15px 0;
	border-radius: 6px;
	border: none;
}

.navbar-default .navbar-nav > li.dropdown .dropdown-menu:before {
	content: "";
	position: absolute;
	top: -10px;
	right: 30px;
	width: 0; 
  	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}
.navbar-default .navbar-nav > li.dropdown .dropdown-menu > li > a {
	letter-spacing: 0.3px;
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 20px;
    text-align: right;
    color: var(--blue);
}

.navbar-default .navbar-nav  > li.dropdown .dropdown-menu > li > a:hover {
	background: transparent;
}

.navbar-default .navbar-nav  > li.dropdown .dropdown-menu > li.active > a {
	background: transparent;
}
/*//////////////////////////////////////////////////////
Footer
//////////////////////////////////////////////////////*/
footer p, footer a {
	margin: 0;
	padding: 0;
	color: var(--text-white);
}
footer a:hover {
	color: var(--text-white);
}
footer .wrap {
	padding: 70px 0;
	background: var(--blue);
}
footer .wrap .pull-left {
	width: 150px;
}
footer .wrap .pull-left.thumbnail svg {
	fill: #FFF;
	opacity: 0.5;
}
footer .wrap .pull-right {
	padding: 0;
	width: calc(100% - 175px);
	opacity: 0.7;
}
/**/
footer .widget-column {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}
footer .widget-column section {
	padding: 0;
}
footer .widget-column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .widget-column ul a {
}
footer ul.list-unstyled {
}
footer ul.list-unstyled li {
	padding: 20px 0 0 0;
}
footer ul.list-unstyled li svg {
	margin: 0 10px 0 0;
	width: 20px;
	height: 20px;
	fill: #FFF;
	vertical-align: middle;
}
/**/
footer .copyinfo {
	padding: 15px 0;
	background: var(--dark-blue);
}
footer .copyinfo p {
	font-size: 14px;
	opacity: 0.5;
}
footer .copyinfo .credit,
footer .copyinfo .copyright {
	padding: 5px 0 0 0;
}
footer .copyinfo .credit a {
}
footer .social-links-menu.list-inline {
	margin: 0;
	padding: 0;
}
footer .social-links-menu li a {
	display: inline-block;
	line-height: normal;
	padding: 4px 0 0 0;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	background: rgba(255,255,255,0.5);
	border-radius: 100px;
	text-align: center;
}
footer .social-links-menu li a svg {
	width: 15px;
	height: 15px;
	fill: var(--dark-blue);
	vertical-align: middle;
}
@media only screen and (max-width: 768px) {
	footer .copyinfo p, footer .social-media {
		text-align: center;
	}
	footer .social-media {
		padding-top: 15px;
	}
}
/*//////////////////////////////////////////////////////
Sidebar 
//////////////////////////////////////////////////////*/
.sidebar aside section {
	margin: 0 0 30px 0;
	padding: 15px;
	border: 1px solid #eee;
}
.sidebar aside section:last-child {
	margin: 0;
}
.sidebar aside h2 {
}
.sidebar aside section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/**/
.sidebar aside section.widget_search {
	padding: 0;
	border: none;
}
.sidebar aside section.widget_search {
	padding: 0;
	border: none;
	white-space: nowrap;
	vertical-align: top;
}
.sidebar aside section.widget_search label {
	display: none;
}
.sidebar aside section.widget_search .search-field, .sidebar aside section.widget_search button {
	display: inline-block;
}
.sidebar aside section.widget_search .search-field {
	margin: 0;
	padding: 0;
	width: calc(100% - 40px);
	height: 40px;
	border: none;
	border-bottom: 2px solid #eee;
}
.sidebar aside section.widget_search button {
	width: 40px;
	height: 40px;
	background: #EEE;
	border: none;
}
.sidebar aside section.widget_search button svg {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
/*//////////////////////////////////////////////////////
Blog Listign  
//////////////////////////////////////////////////////*/
section.blog article {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
}
section.blog article:last-child {
	border-bottom: none;
}
section.blog h2 {
}
section.blog .post-thumbnail {
	margin: 0 0 15px 0;
}
section.blog .post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
section.blog.detail h1 {
	margin: 15px 0;
}
/*//////////////////////////////////////////////////////
Pagination
//////////////////////////////////////////////////////*/
.pagination {
	margin: 0;
	padding: 40px 0;
	width: 100%;
}
.pagination svg.icon {
	width: 20px;
	height: 20px;
}
.pagination .page-numbers {
	display: inline-block;
	padding: 12px 0;
	width: 50px;
	height: 50px;
	border-radius: 6px;
	vertical-align: middle;
}
.pagination .page-numbers.current {
	padding: 9px 0;
	border: 2px solid #eee;

}
/**/
.post-navigation {
	margin: 60px 0 0 0;
	width: 100%;
	border-top: 1px solid rgba(0,0,0,0.07);
	border-bottom: 1px solid rgba(0,0,0,0.07);
}
.post-navigation .nav-links div {
	display: inline-block;
	padding: 40px 30px;
	width: calc(50% - 1px);
}
.post-navigation .nav-links div span {
	display: block;
}
.post-navigation .nav-links div:first-child {
	border-right: 1px solid rgba(0,0,0,0.07);
}
.post-navigation .nav-links div .nav-subtitle {
}
.post-navigation .nav-links div .nav-title {
}
/*//////////////////////////////////////////////////////
Search
//////////////////////////////////////////////////////*/

.site-main form.search-form {
	margin: 70px auto;
	padding: 0;
	width: 60%;
	border: none;
	white-space: nowrap;
	vertical-align: top;
}
.site-main form.search-form label {
	display: none;
}
.site-main form.search-form .search-field,
.site-main form.search-form button {
	display: inline-block;
}
.site-main form.search-form .search-field {
	margin: 0;
	padding: 5px 15px;
	width: calc(100% - 50px);
	height: 50px;
	border: none;
	border: 1px solid #eee;
}
.site-main form.search-form button {
	width: 50px;
	height: 50px;
	background: #EEE;
	border: none;
}
.site-main form.search-form button svg {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
/*//////////////////////////////////////////////////////
Services page
//////////////////////////////////////////////////////*/
section.services .service-wrap {
	padding: 70px;
}
section.services .service-wrap .row {
	display: flex;
}
section.services .service-wrap:nth-child(even) .row {
	flex-direction: row-reverse;
}
section.services .service-wrap .thumbnail {
	height: 420px;
}
/*//////////////////////////////////////////////////////
Hero Banner
//////////////////////////////////////////////////////*/
.hero-banner {
	padding-top: 170px;
	color: #FFF;
	background: url(../images/hero_benner_home.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.hero-banner h2 {
	font-size: 26px;
	font-weight: 400;
	line-height: 45px;
}
.hero-banner h1 {
}
.hero-banner p.lead {
	font-size: 20px;
	line-height: 37px;
}
/**/
.inner-banner {
	position: relative;
	padding-top: 170px;
	background: url(../images/hero_benner_home.jpg);
}
.inner-banner.service-detail {
	padding: 270px 0;
	background-position: 50% 50% !important;
}
.inner-banner .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
}
.inner-banner h1, .inner-banner h2 {
	font-size: 42px;
	font-weight: 700;
	line-height: 68px;
	color: #FFF;
}
/*//////////////////////////////////////////////////////
About Us Section on Homepage
//////////////////////////////////////////////////////*/
.aboutus.home h2 {
	font-size: 42px;
	font-weight: 800;
	line-height: 52px;
}
.aboutus.home p {
	margin: 0 0 20px 0;
}
.aboutus.home .btn-default {
	margin: 15px 0 0 0;
}
/*//////////////////////////////////////////////////////
Services Section on Homepage
//////////////////////////////////////////////////////*/
section.services.home .card,
section.portfolio .card {
	position: relative;
	overflow: hidden;
	background: var(--blue);
	height: 320px;
}
section.portfolio .card {
	height: 220px;
}
section.services.home .card .thumbnail,
section.portfolio .card .thumbnail {
	height: 320px;
}
section.services.home .card .thumbnail img {
	filter: grayscale(1);
	transform: scale(1.05);
	transition: all ease 0.7s;
}
section.services.home .card:hover .thumbnail img {
	filter: grayscale(0);
	transform: scale(1);
}
section.services.home .card .card-title,
section.portfolio .card .card-title {
	padding: 15px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -85px;
	transition: all ease 0.7s;
	background: rgba(255,255,255,0.8);
}
section.services.home .card:hover .card-title,
section.portfolio .card:hover .card-title {
	bottom: 0;
}
section.services.home .card .card-title h2,
section.portfolio .card .card-title h2 {
	font-size: 20px;
	line-height: 27px;
}
/**/
section.services.home .card h2.title {
	margin: 30px 30px 15px 30px;
	font-size: 26px;
	line-height: 41px;
	color: #FFF;
}
section.services.home .card h2.title:after {
	background: #FFF;
}
/**/
section.services.home .card .btn-link {
	margin: 0 30px;
	padding: 0;
}
/*//////////////////////////////////////////////////////
Statistics Section on Homepage
//////////////////////////////////////////////////////*/
section.statistics {
	text-align: center;
}
section.statistics .card {
	padding: 30px;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
section.statistics .card svg {
	width: 70px;
	height: 70px;
	fill: var(--text);
}
section.statistics .card h4 {
	margin: 0;
	padding: 0;
	font-weight: 700;
	color: var(--blue);
}
section.statistics .card h3 {
	font-size: 33px;
}
/*//////////////////////////////////////////////////////
Team Section on Homepage
//////////////////////////////////////////////////////*/
section.team .thumbnail {
	margin: 0 0 30px 0;
}
section.team .col-md-6:nth-last-child(2) .thumbnail, section.team .col-md-6:last-child .thumbnail {
	margin: 0 0 0 0;
}
/*//////////////////////////////////////////////////////
Testimonials Section on Homepage
//////////////////////////////////////////////////////*/
.testimonials .itm {
	padding: 30px;
}
.testimonials .thumbnail,
.testimonials .itm-content {
	display: inline-block;
	vertical-align: top;
}
.testimonials .thumbnail {
	margin: 0 30px 0 0;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	overflow: hidden;
}
.testimonials .itm-content {
	padding: 30px 0 0 0;
	width: calc(100% - 110px);
	background: url(../images/ico_quote.png) 0 0 no-repeat;
}
.testimonials .itm-content .title {
	font-weight: 700;
	color: var(--blue);
}
/*//////////////////////////////////////////////////////
Portfolio Page
//////////////////////////////////////////////////////*/
section.portfolio.page .card .card-title {
	padding: 15px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all ease 0.7s;
	background: rgba(255,255,255,0.8);
}
/*//////////////////////////////////////////////////////
Team Page
//////////////////////////////////////////////////////*/
section.team.page .card {
	margin: 0 0 60px 0;
}
section.team.page .card .card-title h2 {
	font-size: 20px;
	line-height: 27px;
}
section.team.page .thumbnail {
	margin: 0 0 10px 0;
}
/*//////////////////////////////////////////////////////
Contact Us Page
//////////////////////////////////////////////////////*/
section.contact .map {
	height: 750px;
}
section.contact .card {
	padding: 15px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	border: 2px solid var(--blue);
}
section.contact .card svg {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto 10px auto;
	fill: var(--text);
}
/**/
.wpcf7 label {
	float: left;
	margin: 0 0 -10px 10px;
	padding: 0 5px;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	color: var(--blue);
	background: #FFF;
	position: relative;
	z-index: 2;
}
.wpcf7 .form-control {
	margin: 0 0 30px 0;
	padding: 10px 10px 5px 10px;
	height: auto;
	font-size: 20px;
	border-radius: 0;
	border: 1px solid var(--blue);
}
.wpcf7 .form-control:focus {
	outline: none;
	box-shadow: none;

}
.wpcf7 textarea.form-control {
	height: 170px;
}
.wpcf7 .wpcf7-submit {
	padding: 10px 50px;
	color: #FFF;
}
