/*===============================
	1. Google Fonts
===============================*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300');
@import url('https://fonts.googleapis.com/css?family=Hammersmith+One');



/*===============================
	2. Global Settings
===============================*/

* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body, html {
	height: 100%;
	background: #fff;
	color: #2C3038;
	font-family: 'Roboto', sans-serif;
}
span.underline {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #e6e6e6;
	border-radius: 50%;
	display: inline-block;
	height: 16px;
	position: relative;
	width: 16px;
	z-index: 1;
	margin-bottom: 25px;
}
span.underline::before, span.underline::after {
	background: #e6e6e6 none repeat scroll 0 0;
	content: "";
	height: 1px;
	position: absolute;
	top: 5px;
	width: 50px;
	z-index: -1;
}
span.underline::before {
	left: 14px;
}
span.underline::after {
	right: 14px;
}
[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
	margin: 0;
}
p {
	font-size: 20px;
	line-height: 35px;
}
a:hover, a:focus {
	text-decoration: none;
	outline: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	color: #000;
}
.title {
	padding-bottom: 10px;
}
.title h2 {
	line-height: 45px;
	font-size: 45px;
	font-family: 'Roboto', sans-serif;
}
.custom-btn {
    background: #2b7784;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 12px 40px;
    border: 1px solid #ddd;
    font-size: 17px;
    color: #fff;
    margin-top: 20px;
}

.custom-btn:hover {
    color: #333;
    background-color: #29666d33;
    border-color: #adadad;
}

.data-btn {
	background: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 12px 40px;
	border: 1px solid #fff;
	font-size: 20px;
	color: #fff;
}
.data-btn:hover, .data-btn:focus {
    border: 1px solid #29666d;
    color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 12px 40px;
    background: #2b7784;
}



/*===============================
	3. Header Section
===============================*/

header {
	padding-bottom: 120px;
	background: url(../images/background.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100%;
}
header:before {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
background: rgba(53, 148, 158, 0.74);
}
header .container {
	z-index: 9 !important;
	position: relative;
}
.shortinfo-slide {
	text-align: center;
	top: 45%;
	height: 85px;
	position: relative;
}
.shortinfo-slide h1 a, .shortinfo-slide h1 {
	color: #fff;
	font-size: 56px;
	cursor: default;
	padding-bottom: 12%;
font-weight: 600;	
}
.shortinfo-slide h1 a:hover, .shortinfo-slide h1 a:focus {
	text-decoration: none;
}
.logo-holder {
	margin: 15px 0 0;
}
.logo-holder img {
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}




/*===============================
	4. Nav Section
===============================*/

.sticky-menu {
	background: #2C3038;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}
.custom-menu {
	margin-top: 10px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
.sticky-menu .custom-menu {
	margin-top: 0px;
}
.navbar {
	margin-top: 25px;
	border: 0px;
}
.navbar-brand {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
}
.navbar-nav li {
	float: none;
	display: inline-block;
	    margin: 0 28px;
}
.navbar-nav li a {
	font-size: 20px;
	padding: 0 0;
	color: #fff;
	font-weight:bold;
	text-transform: uppercase;
	
}
.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
	background: none;
	color: #bbb;
}

.custom-menu .navbar-nav li.active a {
    color: #ffffff;
    /* text-decoration: underline; */
    padding: 0 0 4px;
    border-bottom: 3px solid #fff;
}

.custom-nav {
	margin-top: 50px;
	text-align: right;
}
.sticky-menu .navbar {
	border: 0px;
	margin: 12px 0 7px 0;
}
.sticky-menu .logo-holder img {
	width: 200px;
}
.sticky-menu .custom-nav {
	margin-top: 12px;
}
.sticky-menu .logo-holder {
	margin: 12px 0;
}
.sticky-menu .navbar-nav li a {
	font-size: 15px;
}




/*===============================
	5. Intro Section
===============================*/


.person-introduction {
	padding: 100px 0 70px;
}
.person-introduction h2 {
	color: #000;
	font-size: 45px;
	line-height: 55px;
	text-transform: none;
	margin-top: 0;
}
.person-introduction h4 {
	margin-top: 40px;
}
.person-introduction h4 a {
	color: #333;
    font-size: 25px;	
}
.person-introduction img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}





/*===============================
	8. Work Gallery Section
===============================*/

.work-showcase .mix {
	display: none;
}
.work-controls ul li {
	list-style: none;
	display: inline;
	cursor: pointer;
	padding: 10px 20px;
	color: #555;
	font-weight: 600;
	font-size: 17px;
}
.work-controls li.active {
	color: #000;
}
.work-gallery {
	padding: 90px 0;
	border-top: 1px solid #2b7784;
	border-bottom: 1px solid #2b7784;
	text-align: center;
	background: #ffffff;
}
.work-gallery .row {
	margin-top: 50px;
}
.work-gallery .col-md-4 {
	margin: 15px 0;
}
.gallery-effect {
	display: block;
	position: relative;
	overflow: hidden;
}
.gallery-img {
	display: block;
	width: 100%;
	height: auto;
	border: none;
	transform: scale(1);
	transition: all 1s;
}
.work-gallery .col-md-4 :hover .gallery-img {
	transform: scale(1.05);
}
.gallery-overlay {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: #000 url(../images/zoom.png) no-repeat center 50px;
	background-size: 50px 50px;
	opacity: 0;
	filter: alpha(opacity=0);/*For IE6 - IE8*/
	transition: all 0.6s;
}
.work-gallery .col-md-4:hover .gallery-overlay {
	opacity: 0.8;
}
.gallery-text {
	display: block;
	padding: 0 30px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	font-weight: normal!important;
	top: 120px;
	color: white;
	opacity: 0;
	filter: alpha(opacity=0);/*For older IE*/
	transform: translateY(-20px);
	transition: all .3s;
	text-decoration: none;
}
.work-gallery .col-md-4:hover .gallery-text {
	transform: translateY(0px);
	opacity: 0.9;
}

/*===============================
	10. Contact Form Section
===============================*/


.contact-form {
	padding: 90px 0;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	text-align: center;
	background: #f7f7f7;
}
.contact-form h1 span {
	color: #999;
}
.contact-form .form {
	margin-top: 10px;
}
.contact-form .form-control {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	display: block;
	font-size: 15px;
	height: 54px;
	padding: 6px 12px;
	transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
	width: 100%
}
.contact-form textarea.form-control {
	height: 120px;
	padding-top: 20px
}




/*===============================
	11. Footer Section
===============================*/


.main-footer {
	background: #29666d;
	padding: 80px 0;
	text-align: center;
}
.main-footer p {
	color: #ccc;
	font-size: 16px;
}
.main-footer ul.social {
	list-style: none;
	padding-top: 20px;
	margin-bottom: 0;
}
.main-footer ul.social li {
	display: inline;
	padding: 0;
	margin: 0 10px;
}
.main-footer ul.social li a {
	display: inline-block;
	margin: 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 30px;
	height: 30px;
	font-size: 16px;
	position: relative;
	background-color: #D3D3D3;
}
.main-footer ul.social li a i {
	color: #2C3038;
	text-align: center;
	margin: 0;
	line-height: 30px;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.main-footer ul.social li a:hover i {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	color: #fff;
}
.main-footer .social li a.facebook:hover {
	background-color: #3B5998;
}
.main-footer .social li a.twitter:hover {
	background-color: #33ccff;
}
.main-footer .social li a.googleplus:hover {
	background-color: #BD3518;
}
.main-footer .social li a.linkedin:hover {
	background-color: #007bb7;
}




/*===============================
	12. Scroll Top Section
===============================*/

.return-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: none;
	font-size: 22px;
	cursor: pointer;
	z-index: 9;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 15px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}
.return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}




/*===============================
	14. Page Loader
===============================*/


#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background-image: url(../images/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
}
#preloader img {
    background: #000;
    padding: 20px;
    border-radius: 18px;
    max-width: 550px;
    width: 100%;
    position: fixed;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loading {
    display: block;
    margin: -8% auto;
    text-align: center;
    font-size: 26px;
    padding: 20px;
    border-radius: 18px;
    max-width: 550px;
    width: 100%;
    position: fixed;
    bottom: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.automatic{	
white-space: nowrap;
font-weight:bold;
}
.teal {
color: #2b7784 !important;
}
.teal:hover {
color: #3a8b94  !important;
}
.clearfix10{clear:both;height:10px;}
.clearfix20{clear:both;height:20px;}
i.fa.fa-cloud-download.fa-2x {
    display: block;
}
.col-md-4.col-sm-6.col-xs-12.mix.env, .col-md-4.col-sm-6.col-xs-12.mix.art {
    max-height: 196px;
    overflow: hidden;
}