/* =====================================
Template Name: homepage
Author Name: Grayk
Version:	2.0
========================================*/

/* body */
body {
	font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #363636;
	position: relative;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 500;
}
a,button {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: none;
	text-decoration: none;
}
a,a:focus,a:active,button,button:focus,button:active,input:focus,textarea:focus {
    outline: none;
}
.logo img {
	width: 207px;
	height: 50px;
}

/* Text selection background-color */
::-moz-selection {
    background-color: #058cca;
    color: #fff;
}
 
::selection {
    background-color: #058cca;
    color: #fff;
}
::-moz-selection,
::selection {
    background-color: #058cca;
    color: #fff;
}
/* button */
a:hover{
	text-decoration:none;
}
.button .btn {
	font-weight: 500;
	font-size: 15px;
	height: 40px;
	color: #fff;
	display: inline-block;
	line-height: 40px;
	padding: 0 30px 0 30px;
}

.section{
	padding:100px 0;
}
/*section-title*/
.section-title {
	text-align: center;
}
.section-title h2 {
	color:#000;
	font-size: 44px;
	/* text-transform: uppercase; */
	position: relative;
	font-weight: 700;
}
.section-title h2 span {
	color: #058cca;
}

/*breadcrumb*/
.breadcrumb{
	padding:80px 0px 0px 0px ;
	margin:0;
	background-color:#fff;
	border-top:1px solid #0000001a;
	border-bottom:1px solid #0000001a;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}
.breadcrumb .breadcrumb-text {
	float: right;
}
.breadcrumb .breadcrumb-text h2{
	color: #058cca;
	/* text-transform:capitalize; */
	padding-bottom: 10px;
	border-bottom: 5px solid #058cca;
}

/*mobile menu*/
.slicknav_menu{
	display: none;
}

#scrollUp {
	bottom: 15px;
	right: 15px;
	padding: 10px 20px;
	background: #058cca;
	color: #fff;
	font-size: 25px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	padding: 0;
	border-radius: 100%;
}
#scrollUp:hover{
	background:#333;
}

/*=========================
	Header CSS
===========================*/
.header{
	background:linear-gradient(-154deg,#058cca,#058cca);
}
.header .navbar-collapse{
	padding:0;
}
.header .header-inner {
	background: linear-gradient(-154deg,#058cca,#058cca);
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	z-index: 9000;
}
.header .navbar-nav {
	float: right;
	margin: 0;
}
.header .logo{
	padding-top:10px;
	float:left;
}
.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
	min-height: 0px;
}
.header .nav li{
    float: left;
	position:relative;
}
.header .nav li:last-child{
	margin:0;
}
.header .nav li a {
	color: #d5d5d5;
    font-size: 14px;
    font-weight: 500;
    /* text-transform: uppercase; */
    padding: 25px 15px;
    position: relative;
    display: inline-block;
	box-shadow:none;
	text-shadow:none;
}
.header .nav li:hover a,
.header .nav li.current a{
	color:#fff;
}
.header .nav li:hover a{
	color:#fff;
}
.header .nav li .dropdown{
	background: #333;
    width: 220px;
    position: absolute;
    left: 40px;
    z-index: 99;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .nav li:hover .dropdown{
	opacity:1;
	visibility:visible;
	left: 0px;
}
.header .nav li .dropdown li{
	float:none;
	margin:0;
}
.header .nav li .dropdown li a{
	padding: 10px 15px;
    color: #fff;
    display: block;
}
.header .nav li .dropdown li i{
	float:right;
}
.header .nav li .dropdown li:hover a{
	color:#058cca;
}
.header .nav li .dropdown li a:before{
	display:none;
}
.header .nav li .dropdown .sub-dropdown{
	position: absolute;
    top: 0;
    left: 110%;
    width: 220px;
    background: #333;
	opacity:0;
	visibility:hidden;
	transition:all 0.4s ease;
}
.header .nav li .dropdown li:hover .sub-dropdown{
	opacity:1;
	left:100%;
	visibility:visible;
}
.header .nav li .dropdown .sub-dropdown li:hover a {
	color:#058cca;
}
.header .nav li .dropdown .sub-dropdown li a{
	color:#fff;
}
/* Sticky */
.header .sticky {
	position: fixed;
	width: 100%;
	top: 0;
	animation: fadeInDown 0.8s both 0s;
}
.form-group {
	text-align: center;
}
/*=========================
	End Header CSS
===========================*/

/*=========================
	Slider CSS
===========================*/
.slider{
	overflow: hidden;
	position: relative;
}
.slider:before{
	position:absolute;
	left:0;
	top:0;
	content:"";
	height:100%;
	width:100%;
	background:#000;
	opacity:0.4;
}
.slider{
	height:680px;
	background-size:cover;
	background-position:center;
}
.slider .text {
	margin-top: 227px;
}
.slider h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 600;
	margin: 0 0 30px;
}
.slider p{
	color:#fff;
}
.slider .button{
	margin-top:30px;
}
.slider .button .btn{
	margin-right:10px;
	background:#fff;
	color:#333;
	border-radius: 3px;
}
.slider .button .btn:last-child{
	margin-right:0px;
}
.slider .button .btn i{
	margin-right:7px;
}
.slider .button .btn:hover{
	color:#fff;
	background:#058cca;
}
.slider .button .primary{
	background:#058cca;
	color:#fff;
}
.slider .button .primary:hover{
	color:#333;
	background:#fff;
}

/* video */
.slider .v-box {
	width: 100%;
	height: 100%;
	/* background: #000; */
	background-image:url('img/slider.jpg');
	z-index: 1;
}
.slider .v-box video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	/* width: 100%; */
	/* min-width: 730px;
	min-height: 680px; */
}
.slider .v-box .mask-layer {
    width: 100%;
    position: relative;
    background-image: url('img/mask.png');
    background-repeat: repeat;
    z-index: 3;
}
.slider .v-box .mask-layer .promotion {
    height: 100vh;
}
.slider .container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	margin-left: 15%;
}

/*=========================
	End Slider CSS
===========================*/

/*=========================
	About CSS
===========================*/
.about{
	padding-top:100px;
	padding-bottom:100px;
}
.about .section-title{
	margin-top:127px;
}
.about .single-about table {
	margin-bottom: 25px;
	font-size:15px;
	font-weight:300;
}
.about .single-about table th {
	width: 120px;
    height: 18px;
    background-color: #f5f5f5;
    border: 1px #e6e6e6 solid;
    border-collapse: collapse;
    padding: 8px 14px;
    table-layout: fixed;
}
.about .single-about table td {
	border: 1px #e6e6e6 solid;
    border-collapse: collapse;
    padding: 8px 14px;
    table-layout: fixed;
}
.about .single-about p {
	margin-bottom: 25px;
	font-size:15px;
	font-weight:300;
}
.about .single-about .cv {
	z-index:99;
	margin-top: 40px;
}
.about .single-about .cv a {
	font-weight: 500;
	font-size: 15px;
	height: 40px;
	color: #fff;
	background:#058cca;
	/* text-transform:uppercase; */
	display: inline-block;
	line-height: 40px;
	padding: 0 30px 0 30px;
}
.about .single-about .cv a:hover{
	background:#333;
}
.about .image{
	position:relative;
}
.about .image img {
	width: 100%;
	box-shadow: 2px 2px 10px #0000002e;
	border-radius: 6px;
}
.about .image .video-popup {
	color: #fff;
	background:rgba(5, 141, 204, 0.6);
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	border-radius: 0px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	padding-left: 3px;
	padding-top: 1px;
}
.about .image .video-popup:hover{
	transform:scale(1.1);
	color:#fff;
	background:#3339;
}
/*=========================
	End About CSS
===========================*/

/*=========================
	Services CSS
===========================*/
.service{
	background: linear-gradient(-200deg,#049fe7,#002f44);
	padding: 40px 0 100px;
}
.service .section-title {
	margin-top: 227px;
}
.service .section-title span{
	color:#fff;
}
.service .single-service {
	position: relative;
	margin-top: 60px;
	padding-left: 75px;
}
.service .single-service span {
	color: #c9edfd;
}
.service .single-service i {
	font-size: 30px;
	position: absolute;
	left: 0;
	top: 0;
	border-right: 2px solid #fff;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
}
.service .single-service:hover span{
	color:#fff;
}
.service .single-service h5{
	font-size:20px;
	color:#fff;
	margin-bottom:10px;
}
.service .single-service p{
	color:#fffc;
	font-size:15px;
	font-weight:300;
}
/*=========================
	End Services CSS
===========================*/

/*=========================
	Blogs CSS
===========================*/
.blog {
	/* padding: 20px 0 100px 0; */
	background:#f5f5f5;
}
.blog .single-news {
	background: #fff;
	border: 1px solid #eeeeee;
	overflow: hidden;
	position: relative;
}
.blog .single-news img{
	width:100%;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	transition:all 1s ease;
}
.blog .single-news:hover img{
	transform:scale(1.1);
}
.blog .single-news .news-head{
	overflow:hidden;
}
.blog .single-news .news-date {
	background: #058cca;
	position: absolute;
	left: -80px;
	top: -20px;
	height: 107px;
	width: 216px;
	text-align: center;
	border-bottom: 6px solid #fff;
	padding-top: 25px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transform: rotate(-45deg);
	z-index: 100;
}
.blog .single-news .news-date span{
	display:block;
	color:#fff;
	font-size:17px;
	font-weight:600;
	line-height: 22px;
	/* text-transform:uppercase; */
}
.blog .single-news .news-date span:before{
	position:relative;
	content:"";
	left:0;
	top:0;
	height:20px;
	width:20px;
	color:#000;
}
.blog .single-news .news-view {
	background: #058cca;
	position: absolute;
	right: -300px;
	top: 197px;
	height: 37px;
	padding: 0 20px;
	text-align: center;
	line-height: 37px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 10px 0px 0px 0px;
}
.blog .single-news:hover .news-view{
	right: 0;
}
.blog .single-news .news-view span {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	/* text-transform: lowercase; */
	margin-right: 10px;
}
.blog .single-news .news-view i {
	color: #fff;
	margin-right: 5px;
	font-size: 17px;
}
.blog .single-news .news-body{
	padding:20px;
}
.blog .single-news .news-body h2{
	font-size:18px;
	/* text-transform:uppercase; */
	font-weight:500;
}
.blog .single-news .news-body h2 a{
	text-decoration:none;
}
.blog .single-news .news-body h2:hover a{
	color:#058cca
}
.blog .single-news .news-body p{
	color:#999;
	margin:15px 0;
}
.blog .single-news .news-body .btn {
	background:#058cca; 
	padding: 0;
	height: 26px;
	width: 110px;
	line-height: 24px;
	border-radius: 0px;
	color: #fff;
	margin-top:10px;
}
.blog .single-news .news-body .btn:hover{
	color:#fff;
	background:#777;
}
.blog .single-news .news-body .btn i{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog .single-news .news-body .btn:hover i{
	margin-left:5px;
}
/*=========================
	End Blogs CSS
===========================*/

/*=========================
	Story CSS
===========================*/
.story{
	padding:100px 0px;
	/* background:#f5f5f5; */
	/* background-image:url('img/testimonial-bg.jpg'); */
	background: linear-gradient(-200deg,#4c565f,#0f1012);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.story .section-title h2{
	color: #fff;
}
.story .section-title span{
	color: #058cca;
}
.story .story-title {
	position:relative;
	margin-top: 55px;
	width: 150px;
	padding: 10px;
	border-radius: 5px;
	background-color: #058cca;
	text-align: center;
}
.story .story-title h2 {
	font-size: 28px;
	font-weight: 600;
	color: #fff;
}
.story .single-story {
	position:relative;
	margin-top:55px;
}
.story .single-story .inner-content{
	margin-left:125px;
	position:relative;
}
.story .story-content{
	position:relative;
}
.story .story-content::before {
	position: absolute;
	content: "";
	left: 90px;
	top: 0;
	height: 100%;
	width: 1px;
	background: #058cca;
}
.story .single-story span {
	display: block;
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	left: 0;
	top: 0;
	background: #058cca;
	color: #fff;
	border-radius: 3px;
	height: 35px;
	width: 60px;
	text-align: center;
	line-height: 35px;
}
.story .single-story span::before {
	position: absolute;
	content: "";
	left: 81px;
	top: 9px;
	height: 18px;
	width: 18px;
	background: #058cca;
	border-radius: 100%;
}
.story .single-story span::after {
	position: absolute;
	content: "";
	border: 10px solid #058cca;
	left: 58px;
	top: 7px;
	border-right: 10px solid transparent;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	
}
.story .single-story h3 {
	font-size: 22px;
	font-weight: 600;
	color: #eee;
	padding-bottom: 3px;
}
.story .single-story p{
	color:#ccc;
	font-size:15px;
	font-weight:300;
}
.story .single-story p:before {
	position: absolute;
    content: "";
    left: -40px;
    top: 13px;
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 100%;
}
.story .single-story .p2 {
	margin-top: 15px;
}
.story .single-story .single-pay {
    max-width: 100%;
}
.story .single-story .single-map{
    max-width: 100%;
}
/*=========================
	End Story CSS
===========================*/

/*===========================
	Contact CSS
=============================*/
.contact{
	background:#f5f5f5;
}
.contact .section-title h2 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.contact .contact-content {
	padding-top: 50px;
}
.contact .form-head {
	padding: 50px;
	box-shadow: 4px 4px 10px #0003;
	background: #fff;
	border-radius: 6px;
}
.contact .form .form-group{
	margin-bottom:25px;
}
.contact .form .form-group:last-child{
	margin-bottom:0px;
}
.contact .form input{
	width: 100%;
    height: 46px;
    padding-left: 15px;
	border:1px solid #ccc;
	/* text-transform:capitalize; */
	border-radius: 4px;
}
.contact .form input:hover,.contact .form input:focus{
	border-color:#058cca;
}
.contact .form textarea{
	width: 100%;
	height:200px;
    padding: 15px;
	border:1px solid #ccc;
	/* text-transform:capitalize; */
	/*resize:none;*/
	border-radius: 4px;
}
.contact .form textarea:hover,
.contact .form textarea:focus{
	border-color:#058cca;
}
.contact .contact-info {
	margin-top: 10px;
}
.contact .contact-info h4{
	color:#058cca;
	font-size:22px;
	margin-bottom:20px;
	/* text-transform:capitalize; */
}
.contact .contact-info p {
	color: #777;
	display: block;
	margin-bottom: 20px;
}
.contact .contact-info span{
	display:block;
	color:#777;
	margin-top:10px;
}
.contact .contact-info span i {
	color: #058cca;
	font-size: 20px;
	min-width: 32px;
}
.contact .contact-info span a:hover{
	color:#058cca;
}
.contact .form .btn {
	background: #058cca;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0px;
	border-radius: 7px 0px 7px 0px;
}
.contact .form .btn i{
	margin-right: 15px;
}
.contact .form .btn:hover{
	background:#555;
	color:#fff;
	border-radius: 0px 7px 0px 7px;
}
.contact .form p {
	color: #777;
	display: block;
	margin-bottom: 20px;
}
.contact .image{
	position:relative;
    padding: 20px 0 40px 0;
}
.contact .image img {
	width: 100%;
	box-shadow: 2px 2px 10px #0000002e;
	border-radius: 6px;
}
.contact .image .video-popup {
	color: #fff;
	background: rgba(5, 141, 204, 0.6);
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	border-radius: 0px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	padding-left: 3px;
	padding-top: 1px;
}
.contact .image .video-popup:hover{
	transform:scale(1.1);
	color:#fff;
	background:#3339;
}
/*===========================
	End Contact CSS
=============================*/

/*===========================
	Clients CSS
============================*/
.clients {
	position: relative;
	padding: 5px 0;
}
.clients img {
	padding: 5px 25px;
	filter:grayscale(1);
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.clients img:hover{
	filter:grayscale(0);
	cursor:pointer;
}
.clients .owl-prev {
	position: absolute;
	top: 25px;
	left: 10px;
}
.clients .owl-next {
	position: absolute;
	top: 25px;
	right: -50px;
}
#clients .owl-nav button {
	background: #fff;
	width: 30px;
	height: 30px;
	line-height: 0px;
	font-size: 20px;
	color: #bfbfbf;
	margin-right: 60px;
	border:1px solid #e5e5e5;
	border-radius: 5px;
}
#clients .owl-nav button:hover{
	color:#058cca;
}
#clients .owl-nav i {
	margin-top: 2px;
}
/*===========================
	End Clients CSS
============================*/

/*===========================
	Footer CSS
============================*/
.footer{
	padding:0;
}
.footer .logo{
	margin-bottom:20px;
}
.footer .copyright{
	background:#1d1d21;
	text-align:center;
	padding:25px 0;
}
.footer .copyright p{
	color:#666666;
}
/*===========================
	End Footer CSS
============================*/

/*=========================
	Modal Dialog CSS
===========================*/
/* Modal Dialog" */
.modal.fade.in {
	top:150px;
}
.modal-header {
	padding: 15px 20px;
	border: none;
	border-radius: 5px 5px 0px 0px;
}
.modal-title {
	color: #777;
	font-size: 20px;
	/* text-transform: capitalize; */
}
.modal-title i {
	margin-right: 15px;
	font-size: 22px;
}
.modal-header .close {
	font-size: 30px;
	margin-top: -5px;
}
.modal-body {
	border: none;
	padding: 0 20px;
	font-size: 18px;
	color: #777;
}
.modal-body i {
	margin-right: 10px;
	font-size: 36px;
}
.modal-footer {
	border: none;
	padding: 15px 20px;
}
.modal-footer .btn-dialog {
	padding: 8px 30px;
	background: #058cca;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0px;
	border-radius: 7px 0px 7px 0px;
	font-size: 16px;
}
.modal-footer .btn-dialog i {
	margin: 0 15px 0 -2px;
}
.modal-footer .btn-dialog:hover {
	background: #555;
	color: #fff;
	border-radius: 0px 7px 0px 7px;
}
/*===========================
	End Modal Dialog CSS
============================*/

/*=========================
	Loading CSS
===========================*/
.loading{
	animation: animation1 2s linear infinite;
}

@keyframes animation1 {
	to{
		transform: rotate(360deg);
	}
}

@keyframes animation2 {
	to{
		transform: rotate(-360deg);
	}
}
/*===========================
	End Loading CSS
============================*/

/*=========================
	Loading animation a1 CSS
===========================*/
.loading-a1{
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border-radius: 50%;
	border-top: 3px solid #e74c3c;
	position: relative;
	animation: animation1 2s linear infinite;
}

.loading-a1::before,.loading-a1::after{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: -3px;
	box-sizing: border-box;
	border-radius: 50%;
}

.loading-a1::before{
	border-top: 3px solid #e67e22;
	transform: rotate(120deg);
}

.loading-a1::after{
	border-top: 3px solid #3498db;
	transform: rotate(240deg);
}

.loading-a1 span{
	position: absolute;
	width: 20px;
	height: 20px;
	color: #fff;
	text-align: center;
	line-height: 6px;
	animation: animation2 2s linear infinite;
}

/*=========================
	End Loading animation a1 CSS
===========================*/