/**
*
* ---------------------------------------------------------------------------
*
* Template : Blue - A One-Page HTML Portfolio/Business Template
* Author : Muhammad Morshd
* Author URI : http://morsheds.com
*
* --------------------------------------------------------------------------- 
*
*/

/* =================================== */
/*	Basic Style 
/* =================================== */

body {
	background-color: #fff;
	font-family: "Open Sans", sans-serif;
	line-height: 24px;
	font-size: 18px;
	color: #010101;
}

figure,
p,
address {
	margin: 0;
}

p {
	line-height: 25px;
}

iframe {
	border: 0;
}

a {
	-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,
a:hover,
a:focus,
.btn:focus {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Open Sans", sans-serif;
	color: #252525;
}

main>section {
	padding: 70px 0;
}

.btn {
	border-radius: 0;
	border: 0;
	position: relative;
	text-transform: uppercase;
}

.btn-blue {
	background-color: rgba(0, 158, 227, 0.78);
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
	padding: 15px 55px;
	color: #fff;
}

.btn-border {
	border: 2px solid #fff;
	color: #fff;
	padding: 12px 35px;
}

.bg-blue {
	background-color: #009ee3;
}

.bt-box {
	font-size: 50px;
	color: #1989CE;
	text-align: center;
	font-weight: bold;
	margin: 40px 0;
}

.main-row h2 {
	font-size: 26px;
	color: #1989CE;
}

/* Sweep To Right */
.btn-effect {
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	display: inline-block;

	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transition-property: color;
	-moz-transition-property: color;
	-ms-transition-property: color;
	transition-property: color;

	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;

	-moz-osx-font-smoothing: grayscale;
}

.btn-effect:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;

	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);

	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;

	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	-ms-transition-property: transform;
	transition-property: transform;

	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;

	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn-effect:hover,
.btn-effect:focus,
.btn-effect:active {
	color: #009ee3;
}

.btn-effect:hover:before,
.btn-effect:focus:before,
.btn-effect:active:before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.sec-title {
	margin-bottom: 50px;
}

.sec-title.white {
	color: #fff;
}

.sec-title h2 {
	font-size: 36px;
	margin: 0 0 30px;
	padding-bottom: 30px;
	position: relative;
	text-transform: uppercase;
	/* font-weight: bold; */
	text-shadow: -2px 3px 5px #666666;
}

.sec-title.white h2 {
	color: #fff;
}

.sec-title h2:after {
	border-bottom: 1px solid #009ee3;
	content: "";
	display: block;
	left: 45%;
	bottom: 0;
	position: absolute;
	width: 115px;
}

.sec-title.white h2:after {
	border-bottom: 1px solid #fff;
}

.parallax {
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

/**
/*	Preloader
/* ==========================================*/

#preloader {
	background-color: #fff;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

/*Battery*/
.loder-box {
	background-color: rgba(0, 0, 0, 0.02);
	border-radius: 1px;
	height: 100px;
	left: 50%;
	margin-left: -64px;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	width: 128px;
}

.battery {
	width: 60px;
	height: 25px;
	top: 35%;
	border: 1px #2e2e2e solid;
	border-radius: 2px;
	position: relative;
	-webkit-animation: charge 5s linear infinite;
	-moz-animation: charge 5s linear infinite;
	animation: charge 5s linear infinite;
	margin: 0 auto;
}

.battery:after {
	background-color: #2e2e2e;
	border-radius: 0 1px 1px 0;
	content: "";
	height: 10px;
	position: absolute;
	right: -5px;
	top: 7px;
	width: 3px;
}

@-webkit-keyframes charge {
	0% {
		box-shadow: inset 0px 0px 0px #2e2e2e;
	}

	100% {
		box-shadow: inset 60px 0px 0px #2e2e2e;
	}
}

@-moz-keyframes charge {
	0% {
		box-shadow: inset 0px 0px 0px #2e2e2e;
	}

	100% {
		box-shadow: inset 60px 0px 0px #2e2e2e;
	}
}

@keyframes charge {
	0% {
		box-shadow: inset 0px 0px 0px #2e2e2e;
	}

	100% {
		box-shadow: inset 60px 0px 0px #2e2e2e;
	}
}

/**
/*	Header
/* ==========================================*/

#navigation {
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
	background-color: #022e42;
	/* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); */
	padding: 5px 0;
}

#navigation.animated-header {
	padding: 10px 0;
	background-color: #022e42;
}

h1.navbar-brand {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
	padding: 0;
}

.navbar-inverse .navbar-nav>li>a {
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #28a7e1;
}

/*=================================================================
	Home Slider
==================================================================*/

#home-slider {
	position: relative;
	padding: 0;
}

.home-container {
	background-image: url(../img/home-banner.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-container .home-box {
	position: absolute;
	text-align: center;
	color: #ffffff;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

.home-container .home-box .title {
	color: #ffffff;
	font-weight: 900;
	font-size: 62px;
	line-height: 1.4;
}

.home-container .home-box .title .lab {
	color: #00aefe;
	margin: 30px 0;
}

.main-box h2 {
	font-size: 53px;
	color: #1989CE;
	font-weight: bold;
}

.main-box .bt-lab {
	font-size: 18px;
	color: #010101;
}

.flex {
	display: flex;
	align-items: center;
}


/*=================================================================
	About
==================================================================*/

#about {
	padding: 0 0;
	background-image: url(../img/doro/about_bg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.about-main {
	font-size: 20px;
	line-height: 1.6;
	color: #000;
}

.about-main h3 {
	font-size: 36px;
	color: #28a7e1;
	font-weight: bold;
	margin-bottom: 30px;
}

h3 .bot {
	width: 100px;
	height: 6px;
	background: #08a2e9;
	margin-top: 10px;
}

.service-item h3 {
	color: #28a7e1;
}

.number-main {
	display: flex;
	color: #fff;
	background: #08A2E9;
	border-radius: 20px;
	margin: 60px 0;
}
.counter-box{
	width: 20%;
	text-align: center;
	padding: 50px 0;
}
.counter-number{
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
}
.counter-name{
	font-size: 20px;
	margin-top: 10px;
}
/*=================================================================
	advantage
==================================================================*/
.title-box h3 {
	font-size: 36px;
	color: #28a7e1;
	font-weight: bold;
	margin-bottom: 30px;
}

h3 .bot {
	width: 100px;
	height: 6px;
	background: #08a2e9;
	margin-top: 10px;
}
.advantage-container{
	padding: 0;
}
.advantage-container .title-box{
	margin-bottom: 100px;
}
.advantage-container .title-box h3{
	font-size: 32px;
}
.advantage-main{
	background-image: url(../img/adhub_advantage.png);
	padding: 0;
	color: #fff;
	background-repeat: no-repeat;
}
.advantage-main .container{
	position: relative;
}
.advantage-list{
	/* position: absolute;
	width: 70%;
	top: 0px;
	right: 0; */
}
.advantage-content .list{
	display: flex;
	font-size: 20px;
	color: #2B2B2B;
	margin-bottom: 50px;
	line-height: 1.5;
}
.advantage-content .list .lab{
	position: relative;
	font-weight: bold;
	font-size: 60px;
	color: #E2020D;
	margin-right: 50px;
	line-height: 1;
}
.advantage-content .list .lab::after{
	content: "";
	position: absolute;
	width: 2px;
	height: 56px;
	background: #08A2E9;
	right: -40px;
	top: 5px;
	transform: rotate(20deg);
}
.advantage-content .list .inner{
	margin-left: 20px;
}
.advantage-content .list .bt{
	font-size: 30px;
	color: #08A2E9;
	font-weight: bold;
	margin-bottom: 5px;
}

/*=================================================================
	service
==================================================================*/
.service-container .main-box h2 {
	font-size: 38px;
	color: #1989CE;
	font-weight: bold;
	text-align: center;
}

.service-container .main-box p {
	line-height: 1.4;
	font-size: 18px;
	margin-bottom: 20px;
}

.service-container .main-box h4 {
	display: flex;
	font-size: 24px;
	color: #1989CE;
	font-weight: bold;
	align-items: center;
}

.dots {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ddd;
	margin-right: 10px;

}

.dots-fen {
	background: #ff00e4;
}

.dots-zi {
	background: #0000ff;
}

.dots-hong {
	background: #e4007f;
}

.dots-lu {
	background: #8fc31f;
}

.dots-lan {
	background: #28a7e1;
}

/*=================================================================
	Testimonials
==================================================================*/


#testimonials .overlay {
	background-image: url(../img/banner-02.png);
	padding: 0;
	color: #fff;
}

.parallax {
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.testimonials-service .container{
	padding: 100px 0 40px 0;
}

.testimonials-service .bt{
	font-weight: bold;
	font-size: 24px;
	color: #00AEFE;
	margin-bottom: 10px;
}

.testimonials-service .inner {
	margin-bottom: 80px;
}

.adv-box .content{
	font-size: 16px;
	line-height: 1.8;
}
/*============================================================
	tracking
==============================================================*/
#tracking{
	background: #08A2E9;
	padding: 100px 0;
	color: #fff;
}
.tracking-container .title-box h3{
	font-size: 36px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.tracking-container .title-box h3 .bot{
	width: 90px;
	height: 3px;
	background: #fff;
}
.tracking-container .title-box .bt-lab{
	font-size: 16px;
	color: #FFFFFF;
}
.tracking-container .img-center{
	margin-bottom: 15px;
}
.tracking-container .dist-col{
	float: left;
	width: 20%;
	padding: 0 12px;
}

/*============================================================
	Footer
==============================================================*/

#footer {
	background-color: #022E42;
	padding: 100px 0;
	color: #fff;
}

.f-content {
	margin-top: 50px;
}

.f-item {
	display: flex;
	align-items: center;
	font-size: 18px;
	margin-top: 20px;
}

.f-item span {
	padding-left: 6px;
}
#footer .title-box h3{
	font-size: 36px;
	color: #FFFFFF;
}
#footer .title-box h3 .bot{
	width: 90px;
	height: 3px;
	background: #fff;
}
#footer .title-box .bt-lab{
	font-size: 16px;
	color: #FFFFFF;
}
.f-logo-list{
	margin-top: 60px;
}
.f-logo-list img{
	display: inline-block;
	margin-right: 15px;
}

/*============================================================ 
	Responsive Styles
 ============================================================*/

/*============================================================
	For Small Desktop
==============================================================*/

@media (min-width: 980px) and (max-width: 1150px) {

	/*about*/
	#about .welcome-block img {
		margin-bottom: 30px;
	}

	/* portfolio */
	figcaption.mask {
		bottom: -151px;
	}

	.testimonial-item>div:after {
		bottom: -40px;
	}

}

/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/

@media (min-width: 768px) and (max-width: 979px) {

	/* home slider  */
	.home-container .home-box .title {
		font-size: 56px;
	}

	.caption-content h2 {
		font-size: 40px;
	}

	.caption-content p {
		font-size: 25px;
	}

	.caption-content strong {
		font-size: 45px;
	}

	/* about */
	.recent-works {
		margin-bottom: 50px;
	}

	.service-item {
		margin-bottom: 50px;
	}

	.service-item h3 {
		color: #28a7e1;
	}

	/* portfolio */
	.portfolio-item {
		width: 48%;
	}

	/* testimonial */
	.testimonial-item {
		width: 100%;
	}

	.testimonial-item {
		width: 80%;
	}

	.testimonial-item>div:after {
		bottom: -35px;
	}

}

/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/

@media only screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}

	.counter-box .counter-number {
		font-size: 50px;
	}

	.home-container .home-box {
		margin-top: 120px;
	}

	.number-main {
		margin-top: 60px;
	}

	.home-container .home-box .title {
		font-size: 50px;
	}

	.parallax {
		background-position: centet tip !important;
	}

	.sec-title h2 {
		font-size: 25px;
	}

	.sec-title h2:after {
		left: 30%;
	}

	.home-container .home-box .title {
		font-size: 30px;
	}

	.home-container .home-box .title .lab {
		font-size: 18px;
	}

	/*navigation*/
	.navbar-inverse .navbar-toggle {
		border-color: #fff;
	}

	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus {
		background-color: transparent;
	}

	/* slider */
	.caption-content h2 {
		font-size: 18px;
	}

	.caption-content>span {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.caption-content p {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.caption-content strong {
		font-size: 22px;
	}

	/* about */
	.recent-works {
		margin-bottom: 85px;
	}

	#about .owl-buttons {
		margin-top: 20px;
	}

	#about .message-body {
		margin-bottom: 45px;
	}

	#about .welcome-block img {
		margin: 0 25px 15px 0;
	}

	/* service */
	.service-item {
		width: 100%;
	}

	/*portfolio*/
	.portfolio-item {
		margin: 0 auto 10px;
		font-size: 14px;
		width: 280px;
	}

	figcaption.mask {
		bottom: -107px;
		color: #fff;
		padding: 15px;
	}

	/* lightbox */
	.fancybox-title h3 {
		font-size: 20px;
	}

	.fancybox-title p {
		font-size: 14px;
	}

	/* testimonial */
	.testimonial-item {
		width: 95%;
	}

	.testimonial-item>div:before,
	.testimonial-item>div:after {
		background-image: none;
	}

	.testimonial-item>div>span {
		margin: 30px 0 20px;
	}

	/* price */
	.price-table {
		margin-bottom: 50px;
	}

	/* follow us */
	.social-button li:nth-child(2) {
		margin: 0 25px;
	}

	.social-button li a {
		height: 65px;
		line-height: 71px;
		width: 65px;
	}

	/* contact form */
	.contact-form {
		margin-bottom: 50px;
	}

	/* footer */
	.footer-content {
		width: 100%;
	}

	.footer-social ul li {
		margin: 0 7px;
	}
}

/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.sec-title h2:after {
		left: 38%;
	}

	/* home slider */
	.caption-content h2 {
		font-size: 35px;
	}

	.caption-content p {
		font-size: 25px;
	}

	.caption-content strong {
		font-size: 35px;
	}

	/*about*/

	#about .welcome-block h3 {
		margin: 0 0 35px;
	}

	/* service */

	.service-item {
		margin: 0 auto 50px;
		width: 55%;
	}

	/* portfolio */
	.portfolio-item {
		width: 48%;
	}

	figcaption.mask {
		bottom: -132px;
	}

	/* testimonial */
	.testimonial-item {
		width: 80%;
	}

	.testimonial-item>div:before {
		bottom: 160px;
	}

	/* social */
	.social-button li:nth-child(2) {
		margin: 0 50px;
	}

	.social-button li a {
		height: 90px;
		line-height: 96px;
		width: 90px;
	}


}