body {
	color: #868585;
	overflow: hidden;
    background-image: url(../img/body-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover
}
h5{
	font-size: 17px;
    font-weight: 600;
}
.hidden-content{
  display: none;
}
 .btn{
background-color: transparent;
    box-shadow: none;
    border: 1px solid #008fd5;
    outline: 0;
    margin-top: 20px;
    color: #008fd5;
}
 .btn:hover{
	color: #fff;
	background-color: #008fd5
}
/*return to top*/
#return-to-top {
    position: fixed;
    bottom: 15px;
    right: 10px;
    background: #008fd5;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 9999;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 50%;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: auto;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#return-to-top>i:hover  {
    background: rgb(231, 76, 60);
    top:7px;
}
/*
#return-to-top>i:hover{
    color: #fff;
    top: 5px;
}
*/

#loading
{
    background-color: #008fd5;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 8888888888888;
}


.spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 70px;
    text-align: center;
    font-size: 30px;
    z-index: 999999;
}
.spinner:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 5px;
  display: inline-block;
  -webkit-animation: spiner-motion 1.2s infinite ease-in-out;
  animation: spiner-motion 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes spiner-motion {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes spiner-motion {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
header{
	position: relative;
	z-index: 99;
	-moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; 
}
nav {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	z-index: 99;
	-moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; 
}
.navbar{
	margin-bottom: 0;
	border: 0;
	-moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; 
}
.navbar-info,.navbar-fixed-top{
	-moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; 
}
.top-nav {
	background: none repeat scroll 0 0 #008fd5;
}

.before-add:before{
	content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    z-index: -5;
    border-style: solid;
    border-width: 12px 0px 0px 16px;
    border-color: #00486b  transparent;
    display: block;
    width: 0;

}
.after-add:after{
	content: "";
    position: absolute;
    bottom: -11px;
    right: 0;
    z-index: -5;
    border-style: solid;
    border-width: 11px 16px 0px 0px;
    border-color: #00486b  transparent;
    display: block;
    width: 0;

}
.top-nav ul {
	padding: 0;
	margin:0;
}
.logo {
	margin: 0;
	text-align: center;
	width: 100%;
}
.top-nav li a {
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
.top-nav .logo a, .top-nav .logo.active-item a {
	color: #fff;
	padding: 5px;
	font-size: 1.4px;
	font-weight: 400;
	line-height: 1px;
}
.top-nav .logo a strong {
	font-weight: 800;
	line-height: 1.5;
}
.top-nav {
	text-align: center;
}
.top-nav li a:hover, .top-nav li.active-item a, .top-nav .logo.active-item a:hover {
	background: none repeat scroll 0 0 #ffffff;
	color: #FF5722;
}
.top-nav li.logo a, .top-nav li.logo.active-item a, .top-nav .logo {
	background: none repeat scroll 0 0 #008fd5;
}
nav ul li ul li {
	text-align: left;
}
.top-nav ul ul {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
}
.top-nav li ul li a {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
}

.services-sec, .about-sec, .team, .company-rec-sec {
	text-align: center;
	padding: 20px 0;
}

.home {
	background: #fff;
	position: relative;
	display: block;
	overflow: hidden;
}
#owl-demo .owl-controls {
    position: absolute;
    text-align: center;
    bottom: 10px;
    left: 0;
top:10px;
    z-index: 9;
    right: 0;
}
#owl-demo .owl-controls .owl-page span{
	display: block;
    width: 40px;
    height: 5px;
    margin: 5px 7px;
    opacity: .3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #008fd5;
}
#owl-demo .owl-controls .owl-page.active span, #owl-demo  .owl-controls.clickable .owl-page:hover span{
	opacity: 1;
}
#owl-demo2 .item{
	padding:15px;
    border: 1px solid #ddd;
    margin: 5px;
    height: 200px;
    background-color: #fff;
    box-shadow: 0 1px 3px #ddd;
}
#owl-demo2 .item h5{
    color: #ff5722
}
#owl-demo2 .owl-item img{
    max-width: none;
     width: 110px;
    height: 110px;
    padding: 10px;
    display: block;
    margin: auto;
}
.services-sec {
	background: rgba(255, 255, 255, 0.57);
    overflow: hidden;
    display: block;
    padding: 20px 0;
    position: relative;
}
.services-sec h2{
	margin: 20px 0
}
section>h2{
	text-align: center;
	background: transparent;
}
section>h2:before,section>h2:after{
	content: "";
	width: 50px;
	height: 5px;
	background-color: #ff5722;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
.serviceBox{
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 10px;
        background-color: #fff;
    padding: 25px;
    margin-bottom: 15px;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
}
.serviceBox:hover{
    transform: scale(1.05, 1.05);
}
.serviceBox .service-icon{
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    border: 5px solid #008fd5;
    font-size: 42px;
    color: #008fd5;
    margin: 0 auto 30px;
    position: relative;
    transition: all 0.2s ease-out 0s;
}
.serviceBox .service-icon img{
    height: 55px;
    width: 55px;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.serviceBox .service-icon img{
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all 0.5s ease-out 0s;
}
.serviceBox:hover .service-icon img{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transition: all 0.5s ease-out 0s;
}
.serviceBox .title{
    font-size: 20px;
    font-weight: bold;
    color: #4a4a4a;
    line-height: 40px;
    margin: 0 0 35px 0;
    position: relative;
}
.serviceBox .title:after{
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: #f1f1f1;
    margin: 0 auto;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    transition: all 0.2s ease-out 0s;
}
.serviceBox:hover .title:after{
    width: 100%;
}
.serviceBox .description{
    font-size: 16px;
    color: #7a7a7a;
    line-height: 24px;
    margin-bottom: 0;
    text-align: center;
}
.serviceBox .desc-mobile{
	display: none;
	font-size: 12px;
    color: #7a7a7a;
    line-height: 24px;
    text-align: justify;
}

@media only screen and (max-width:768px){
	.btn-l-screen{
		display: none;
	}
	.btn-sm-screen{
		display: inline-block;
	}
	.overlay {
		display: none !important;
	}

}
@media only screen and (min-width:768px){
	.serviceBox span.desc-mobile{
		display: none !important;
	}
	.btn-l-screen{
		display: inline-block;
	}
	.btn-sm-screen{
		display: none;
	}

}
@media only screen and (max-width: 990px){
    .serviceBox{
     margin-bottom: 40px; 
    }
}
.services-sec .overlay{
	display: none;
    position: absolute;
    background: rgba(0,0,0,.7);
    padding: 15px;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.overlay >div .service-icon{
	position: relative;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	border:4px solid #008fd5;
	background-color: #fff;
	margin:auto;
	margin-bottom: 20px
}
.overlay >div .service-icon img{
    width: 150px;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.services-sec .overlay>div{
	display: none;
}
.services-sec .overlay>div{
    font-size: 18px;
    position: relative;
    width: 80%;
    margin: auto;
    z-index: 3;
    color: #fff;
    text-align: left;
}
.services-sec .overlay>span.close{
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	z-index: 3;
	opacity: .6 !important;
}
.services-sec .overlay>span.close:hover{
	opacity: 1 !important;
}
.services-sec .overlay .close a{
	font-size: 30px;
	color: #fff;
	z-index: 2;
}
.services-sec .service-desc p{
	vertical-align: middle;

}

.about-sec {
	background: none repeat scroll 0 0 rgba(0, 143, 213, 0.88);
	color:black;
	padding: 20px 0;
text-align: Justify;
}
.about-sec p{
	font-size:20px;

}

.about-sec .btn{
	background-color: #fff;
	color: #4cd0e2
}

.team img{
    margin: auto;
    border: 1px solid #ddd;
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.34);
}
.team {
	background-image:url(../img/team-bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	color: #fff

}

.company-rec-sec {
	background: rgba(255, 255, 255, 0.57);
	padding:20px 0;
}
.contact-us {
	background: rgba(255, 255, 255, .8);
	position: relative;
	overflow: hidden;
}
.contact-us i{
	color:#fff 
}
footer {
	background: none repeat scroll 0 0 rgba(0, 143, 213, .8);
	padding: 20px 0;
	color: #fff;
}
footer p, footer a:link, footer a:visited, footer a:hover {
	color: #fff;
}
footer .social{

}
footer .social > li > a >i {
	width: 36px;
    height: 36px;
    border-radius: 50%;
    line-height: 36px;
    color: #323b4a;
    text-align: center;
    line-height: 36px;
    text-shadow: 0px 1px #ccc;
    box-shadow: 0px 2px 7px 0 #000;
    background-color: #f1f3f6;
}

.carousel-text {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 999;
}
.carousel-text h2 {
	background: none repeat scroll 0 0 #fff;
	color: #ff5722;
	display: inline-block;
	padding: 20px;
	margin: 0;
	font-size: 22px;
    width: 450px;
    border-left: 3px solid #008fd5
    
}
.carousel-text p {
	background: none repeat scroll 0 0 #008fd5;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 15px;
    width: 450px;
}




#content {
	text-align: center;
	border-bottom: 1px solid #f0f0f0;
}

.content-block {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
	padding: 2.5px;
}
.content-block h3 {
	color: #fff;
}
.content-block p {
	color: #fff;
}
#content.left-align {
	text-align: left;
}

.contact-page i {
	background: none repeat scroll 0 0 #ff5722;
	border-radius: 100px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin:5px;
	text-align: center;
	width: 35px;
}

form.customform input, form.customform select, form.customform textarea {
	border-radius: 5px;
}
#map-block iframe {
	display: block;
}
@media screen and (max-width: 768px) {
	nav {
		background: none repeat scroll 0 0 rgb(0, 30, 34);
		line-height:14px;
		position: relative;
	}
	.top-nav {
		text-align: left;
	}
	
	.top-nav .logo {
		padding: 5px;
	}
	.carousel-text h2 {
		font-size: 14px;
	}
	.carousel-text p {
		font-size: 10px;
	}
	ul.top-ul {
		padding: 0;
		margin: 0
	}
	ul.show-menu{
		margin:0;
	}
	p{
		margin:0;
	}
	.top-nav ul{
		margin:0;
	}
	ul.top-ul.right {
		float: none;
	}
	footer {
		text-align: center;
	}
	footer .right {
		float: none;
	}
}
@media screen and (max-width: 364px) {
	.carousel-text{
		display: none;
	}
	#owl-demo2 .owl-pagination {
		display: none;
	}
}

.top-page-header {
    position: relative;
    background-image: url(../img/top-header-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}

.top-page-header h2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5%;
    color: #56b4d6;
    margin: auto;
    display: block;
    height: fit-content;
    background-color: #fff;
    padding: 10px 15px;
    border-left: 4px solid #56b4d6;
}
