/* CSS Index
-----------------------------------
1. theme default css
2. header
3. slider
4. about us
5. service
6. portfolio
7. contact
8. footer
9. preloader
*/



/* 1. theme default css */
@import url('https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,600,700,800,900');
*{outline: 0;}
 body {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #000000;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus,button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #1a96ab;
	text-decoration: none;
}
a,
button {
	color: #1a96ab;
	outline: medium none;
}
button{cursor: pointer;outline: 0;}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	color: #222222;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    color: #1a96ab;
}
h4 {
	font-size: 22px;
    color: #1a96ab;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}

label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 13px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 13px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 13px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1a96ab none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */

.btn {
	-moz-user-select: none;
	background: #1a96ab none repeat scroll 0 0;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 13px 25px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}
.btn.btn-black {
	background: #303b41;
}
.btn.btn-black:hover {
	background: #1a1a1a;
}
.btn:hover {
	background: #106fab;
	color: #fff
}
.btn.btn-large {
	padding: 10px 25px;
}
.btn-lg {
	font-weight: 700;
	padding: 13px 31px;
}
.btn.white-btn:hover {
	border-color: #ddd;
	color: #ddd
}
.btn.btn-base.btn-link {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: #1a96ab;
	padding: 0;
	text-decoration: none;
}
.btn.btn-base.btn-link:hover {
	color: #106fab;
}
.theme-bg {
	background: #1a96ab
}
.bg-white {
	background-color: #ffffff;
}
.breadcrumb > .active {
	color: #888;
}
.owl-carousel .owl-nav div {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 0px;
	left: 20px;
	line-height: 40px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 40px;
}
.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 20px;
}
.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.owl-carousel .owl-nav div:hover {
	background: #1a96ab;
	color: #fff
}

.headlinetext {
    width:50%;
}




/* 2. header */
.navbar.navbar-expand-lg {
	padding: 15px 50px 15px 30px;
}

.navbar-brand img {
	width:300px;
} 
.main-menu ul.navbar-nav{}
.main-menu ul.navbar-nav li {
	margin-left: 30px;
}
.main-menu ul.navbar-nav li a.nav-link {
	font-size: 15px;
	font-weight: 500;
	color: #858585;
	padding: 30px 0;
	line-height: 1;
}
.main-menu ul.navbar-nav li.active a.nav-link,.main-menu ul.navbar-nav li a.nav-link:hover{color: #1a96ab}
.header-red .main-menu ul.navbar-nav li.active a.nav-link,.header-red .main-menu ul.navbar-nav li a.nav-link:hover{color: #ff5f64}


.header-space {
	min-height: 75px;
}
.header-stciky {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	right: 0;
	background: #fff;
	transition: .3s
}
.scroll-header {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
	transition: height 0.3s ease-out 0s, background 0.3s ease-out 0s, box-shadow 0.3s ease-out 0s;
	z-index: 1030;
}
.scroll-header .main-menu ul.navbar-nav li a.nav-link{padding: 25px 0}

/* 3. slider */
.single-slider {
	min-height: 700px;
    background-repeat: no-repeat;
}
.slider-content h1 {
    font-size: 85px;
    letter-spacing: 2.5px;
	font-weight: 900;
	color: #ffffff;
	line-height: .75;
    text-shadow: 5px 1px 30px rgba(255, 255, 255, 0.6);
}
.slider-content p {
    font-size: 22px;
	color: #ffffff;
	font-weight: 400;
}

.slide-social a:hover{border-color:#1a96ab;background: #1a96ab;}

.slider-red .slide-social a:hover{border-color:#ff5f64;background: #ff5f64;}

#controlBar_home {
  display: none;
}
.mb_YTPTime {
  display: none;
}
.buttonBar {
  display: none;
}
.z-index{position: relative;z-index: 9;}
.single-slider{position: relative;}
.slider-content {
	position: relative;
	z-index: 99;
}
.single-slider::before {
	content: '';
	background: url("/img/bg.png");
    background-size: cover;
    background-position:  center bottom;
    background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
    
}

.title {
    font-size: 12px;
    color: #444;
    font-weight: bold;
    
}

.title:before {
content: " - ";
    
    
}

.thin {
	min-height: 200px;
	background-size: cover;
}
.thin-header{
	background: url("/img/bg.png");
    background-size: cover;
    background-position: center;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 25%;
}

.slider-active .slick-dots {
	text-align: center;
	z-index: 99;
	position: absolute;
	left: 0;
	right: 0;
    display: none;
}
.slider-active .slick-dots li {
	display: inline-block;
	margin: 0 4px
}
.slider-active .slick-dots li button {
	background: no-repeat;
	border: 0;
	height: 10px;
	width: 5px;
	text-indent: -9999px;
	background: #fff;
	transition: .3s;
	padding: 0;
}
.slider-active .slick-dots li.slick-active button{height: 15px}
/* 4. about us */
.about-text h3 {
	margin-bottom: 10px;
}
.about-text p {
	font-size: 15px;
	line-height: 1.5;
    font-weight: 400;
	color: #444;
	margin: 0;
}

/* 5. service */
.service-box {
	background: #fff none repeat scroll 0 0;
	padding: 25px 30px 50px;
	box-shadow: 0 16px 40px #ededed;
	border-radius: 4px;
	transition: .3s;
}
.service-box:hover {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}

.area-title {
  margin: 0 auto 60px;
  width: 60%;
}
.area-title h2 {
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 45px;
  position: relative;
  text-transform: uppercase;
}
.area-title h2::after {
  bottom: -25px;
  content: "• • • • ";
  display: block;
  font-size: 20px;
  left: 0;
  position: absolute;
  right: 0;
}
.area-title p {
  margin: 0;
}
.service-icon i {
	color: #444;
	display: inline-block;
	font-size: 35px;
	margin-bottom: 30px;
	text-align: center;
	transition: all 0.4s ease 0s;
}
.service-box:hover .service-icon span {background:#555;color:#fff}
.service-content{}
.service-content h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.service-content p {
  margin: 0;
    font-size: 13px;
}

/* 6. portfolio */
.portfolio-thumb {
    position: relative;
    overflow: hidden;
}
.portfolio-thumb::before {
  background: #1a96ab none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.portfolio-wrapper:hover .portfolio-thumb::before{opacity: .8;visibility: visible;}
.portfolio-thumb > img {
    width: 100%;
    transition: .3s;
}
.portfolio-wrapper:hover .portfolio-thumb > img{transform: scale(1.2) rotate(7deg);}
.portfolio-wrapper {
    position: relative;
}
.portfolio-menu > button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #3b3f42;
	cursor: pointer;
	font-weight: 600;
	margin: 0 8px;
	padding: 0px 5px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	line-height: 1;
}
.portfolio-menu > button.active{color: #1a96ab}

.portfolio-thumb a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	font-size: 24px;
	transition: .3s;
	transform: scale(.4);
	background: #fff;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 65px;
	color: #444;
	margin: auto;
	border-radius: 50%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
}
.portfolio-wrapper:hover .portfolio-thumb a {transform: scale(1);visibility: visible;opacity: 1;}

/* 7. contact */
.form-wrapper{}
.form-wrapper input {
	width: 100%;
	height: 50px;
	border: 2px solid #ddd;
	margin-bottom: 20px;
	padding: 0 15px;
	border-radius: 0;
}
.form-wrapper textarea {
	border: 2px solid #ddd;
	padding: 15px;
	height: 200px;
	width: 100%;
	margin-bottom: 20px;
}
.form-wrapper button {
	background: #1a96ab;
	color: #fff;
	border: 0;
	padding: 13px 25px;
	font-weight: 600;
	transition: .3s;
}
.form-wrapper button:hover{background: #222;}

.contact-info ul li h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
.contact-info ul li p {
	line-height: 1.6;
	margin-bottom: 0;
}
.contact-info ul li {
  margin-bottom: 35px;
}
.contact-info ul li p a {
  color: #444;
  font-size: 20px;
  margin-right: 10px;
}
.contact-info ul li p a:hover {
  color: #1a96ab;
}
/* 8. footer */
.footer-area {
	border-top: 2px solid #1a96ab;
}
.copyright p {
	color: #858585;
	margin: 0;
}
.copyright p span {
	color: #222;
	font-size: 13px;
	display: block;
}
.footer-social a {
	color: #444;
	border: 1px solid #444;
	height: 35px;
	width: 35px;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	font-size: 15px;
	border-radius: 50%;
	margin-left: 15px;
}
.footer-social a:hover{border-color:#1a96ab;background: #1a96ab;color: #fff}

/* scrollUp */
#scrollUp {
	background: #1a96ab;
	height: 35px;
	width: 35px;
	right: 50px;
	bottom: 158px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	line-height: 34px;
}
#scrollUp:hover{background: #444}

/* 9. preloader */

.page-loader {
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9998;
}

.loader {
	background: #666;
	position: absolute;
	display: inline-block;
	height: 40px;
	width: 40px;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
	text-indent: -9999em;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation: ball-scale 1s 0s ease-in-out infinite;
	        animation: ball-scale 1s 0s ease-in-out infinite;
}

@-webkit-keyframes ball-scale {

	0% {
		-webkit-transform: scale(0);
		   -moz-transform: scale(0);
		    -ms-transform: scale(0);
		     -o-transform: scale(0);
		        transform: scale(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}

}

@keyframes ball-scale {

	0% {
		-webkit-transform: scale(0);
		   -moz-transform: scale(0);
		    -ms-transform: scale(0);
		     -o-transform: scale(0);
		        transform: scale(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}

}

.bio-popup {
    background: rgb(255, 255, 255);
    padding: 20px 20px;
    text-align: left;
    max-width: 600px;
    margin: 20px auto;
    position: relative;
}

.biobody {
    font-size: 13px;
    line-height: 1.5;
}

.hello {
    font-size: 15px;
    line-height: .5;
    font-weight: 700;
}


/* css end */