
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none; }

html,
body {
height: 100%;
font-size: 16px;
color: #131e3c;
font-family: 'Poppins', sans-serif;
vertical-align: baseline;
line-height: 26px;
}
a:focus {
  outline: 0px solid;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 20px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
color: #0f1934;
line-height:1.5
}

h1 {
font-size: 32px;
font-weight: bold;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 16px;
}

a {
  transition: all 0.5s ease-out;
  text-decoration: none;color:#0f1934
}
a:active,
a:hover {
  outline: 0 none;
  color: #0f1934;text-decoration:none
}
ul {
  list-style: outside none none;
  margin: 8px;
  padding: 0px;
}

::-moz-selection {
  background: #0090cb;
  text-shadow: none;color:#fff
}
::selection {
  background: #0090cb;
  text-shadow: none;color:#fff
}
textarea:focus, input:focus{
    outline: none;
}

.pt-50{padding-top:0px}
.pb-50{padding-bottom:0px}
.pb-70{padding-bottom:70px}
.bg-color{background:#fbfbfb}
.no-padding-left{padding-left:0px}
.no-padding-right{padding-right:0px}
.bg-gray{
	background:#f0f0f0
}
.sec-title h2{
font-size: 36px;
    text-transform: capitalize;
    color: #0f1934;
    font-weight: bold;
}
.sec-title h2::before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 80px;
    height: 2px;
    background: #32b7ec;
    top: 66px;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999999;
	right: 0;
    bottom: 0;
}
#preloader-status {
    height: 210px;
	width: 250px;
    background: url(../images/airwaterheater-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    position: absolute;
    left: 50%;
    top: 50%;	
}
/*
3.Header Section
==================*/
.header-top {
	background: #0f1934;
}
.header-left {
	padding: 10px 0;
}
.header-left a {
    color: white;
}
.header-left ul {
	display: inline-block;
}
.header-left li i, .social-title {
    color: #c20f0d;
    font-weight: 600;
}
.header-left li {
	padding-right: 40px;
	position: relative;
	display: inline-block;
	color: #fff;
	position: relative;
}
.header-left li::before {
	content: "";
	height: 14px;
	width: 1px;
	background: #0f1934;
	position: absolute;
	right: 20px;
	top: 6px;
}
.header-left li:last-child:before{
	display:none;
}
.header-left li:last-child{padding-right:0}
.header-left li i {
	margin-right: 6px;
}
.header-right-div {
	text-align: right;
}
.header-right {
	text-align: right;
	position: relative;
	z-index: 1;
	padding: 10px 0;
	display: inline-block;
	z-index:99
}

	a.fb:before{background: #3b5998;}
a.twitter:before{background:#38A1F3;}
a.linkedin:before{background:#0077B5;}
a.google-plus:before{background:#dd4b39;}
.social-icons {
padding: 0;
list-style: none;
margin: 15px 0 5px;
}
.social-icons li {
display: inline-block;
margin: 0 5px;
position: relative;
font-size: 1.2em;
margin: 0 7px;
}
.social-icons i {
color: #fff;
position: absolute;
top: 7px;
left: 8px;
transition: all 265ms ease-out;
font-size: 18px;
}
.social-icons a {
display: inline-block;
transform: rotate(45deg);
}
.social-icons i {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.social-icons a:before {
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
content: " ";
width: 30px;
height: 30px;
display: block;
transition: all 265ms ease-out;
}
.social-icons a:hover:before {
transform: scale(0);
transition: all 265ms ease-in;
}
.social-icons a:hover i {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
color:#45bbff;
background: -webkit-linear-gradient(45deg, #45bbff, #45bbff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
transition: all 265ms ease-in;
font-size: 24px !important;
top: 0;
}
.social-icons a.social-square:before {
background: -webkit-linear-gradient(45deg, #45bbff, #45bbff);
border-radius: 10%;
}
.social-icons a.social-square:hover:before {
transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-webkit-transform: scale(-180deg);
border-radius: 100%;
}
.social-icons a.social-square:hover i {
transform: scale(1.6);
-ms-transform: scale(1.6);
-webkit-transform: scale(1.6);
color: #fff;
transform: scale(1.6);
-webkit-text-fill-color: #fff;
}


/*
4.Menu  Section
=================*/

.logo {
	 
}
.social-title {
	display: inline-block;
	font-weight: 500;
}
.nav-menu {
	padding-left: 0;
	text-align: right;
}
.menu {
display: inline-block;
position:relative
}
.main-menu {
	display: inline-block;
	text-align: right;
	margin-right: 40px;
}

.main-menu ul {
margin : 0;
padding : 0;
position : relative;
}
.main-menu ul li {
display: inline-block;
padding: 0;
position: relative;
}
.main-menu ul li.active{
	position:relative
}
.main-menu ul li a {
	display: block;
	        padding: 34px 12px;
		  font-size: 17px;
	text-decoration: none;
	text-transform: capitalize;
	transition: all 0.4s ease 0s;
	position: relative;
	font-weight: 600;
	    color: #000;
}
.main-menu ul li ul:hover .main-menu ul li a{
  background: #fafafa;
}
.main-menu ul li a:hover {
transition : all 0.4s 0s ease;
color:#c30f0b;
}

.main-menu ul ul {
	background: #0f1934 none repeat scroll 0 0;
	left: 12px;
	opacity: 0;
	position: absolute;
	text-align: left;
	top: 140px;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	z-index: 99999;
	transition: all 0.3s ease 0s;
	border-top: 2px solid #45bbff;
	height:550px;
	overflow-y:scroll;
	
}
.main-menu ul ul li {
float : none;
width : 278px;
}
.main-menu ul ul li ul {
	visibility: hidden !important;
}
.main-menu ul ul li i {
	float: right;
}
.main-menu ul ul li:hover ul{
	visibility: visible !important;
	top : -1px;
	transition: all 0.3s ease 0s;
	opacity:1;	
}
.main-menu ul ul li a {
	line-height: 120%;
	padding: 10px 20px;
	color: #ddd;
	border-bottom: 1px solid #2c2e3d;
}
.main-menu ul ul li:last-child a{
	border-bottom:0px;
}
.main-menu ul ul li a:hover {
color:#45bbff;background:#0f1934;
}
.main-menu ul ul ul {
left : 100%;
transition: all 0.3s ease 0s;
opacity:0;
border-top:0px;
border-bottom:1px solid #0f1934
}
.main-menu ul li:hover ul {	
 visibility: visible;
 transition: all 0.4s ease 0s; 
 opacity: 1;
 top:90px; 
}
.main-menu ul li a i {
margin-left : 6px;
}
.search-bar-icon{
	display: inline-block;
	padding: 32px 0px;
	position: absolute;
	right: 0;
	top: 0;
}
.site-search span {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	transition: all 0.4s ease 0s;
	line-height: 30px;
	border: 2px solid #000000;
}
.site-search i {
	    color: #0a0a0a;
	font-size: 17px;
}
.search-forum > form {
	display: inline-flex;
	background: #fff;
	padding: 18px 20px;
	border-top: 2px solid #32b7ec;
}
.search-forum input[type="text"] {
	padding: 10px;
	border: 1px solid #ddd;
}
.search-forum input[type="submit"] {
  padding: 10px;
  background: #22253a;
  color: #fff;
}
.search-forum {
	left: -240px;
    position: absolute;
    top: 94px;
    transition: all 0.4s ease 0s;
    z-index: 2;
}
.search-forum.dropdown-menu {
	padding: 0;
	border: 0px;
}
.animation{
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

 @-webkit-keyframes slideUpIn {
	 0% {
		 
		 -webkit-transform: translateY(40px);
	 }
	 100% {
		 
		 -webkit-transform: translateY(0);
	 }
	 
	 0% {
		 -webkit-transform: translateY(40px);
	 }
}

@keyframes slideUpIn {
	0% {
		transform: translateY(40px);
	}
	100% {
		transform: translateY(0);
	}
	0% {
		transform: translateY(40px);
	}
}

.slideUpIn {
	-webkit-animation-name: slideUpIn;
	animation-name: slideUpIn;
}
.hd-sec.sticky_menu {
  left: 0;
  right: 0;
  top: 0;  
  position: fixed;
  z-index: 9999;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  background:#fff;
}
.applay-button {
	position: relative;
	z-index: 2;
	padding: 28px  0;
	display: inline-block;
	width: 100%;
	text-align: right;
}
.applay-button a {
	padding: 8px 0;
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	margin-top: 4px;
	border-bottom: 1px solid #32b7ec;
	width: 100%;
	text-align: center;
	background: #32b7ec;
	color: #fff;
}
.applay-button a i {
	color: #fff;
	margin-right: 10px;
	font-size: 22px;
}
.applay-button a:hover{background:#0f1934;color:#fff;border-color:#0f1934;}

/*
5.Slider Section
======================*/
.all-slide .owl-item {
  height: 750px;
}
.all-slide .single-slide {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
height: 100%;
}
.slider-wrapper {
	width: 1170px;
	padding: 15px 15px;
	margin: 0px auto;
	height: 100%;
}
.slider-overlay {
    background: linear-gradient(45deg, rgba(67, 186, 255, 0.88) 0%, rgba(15,25,52,0.49) 55%, rgba(15,25,52,0.09) 98%, rgba(15,25,52,0.07) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f55b14', endColorstr='#0f1934', GradientType=1 );
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}
.slider-text {
left: 0;
position: relative;
right:0;
top: 50%;
transform: translateY(-50%);
z-index: 2;
text-align:center;

}
.slider-caption {
	width: 750px;
	position:relative;
	padding:20px;
	text-align:center;
	margin:0px auto;
}
.slider-caption span.subtitle {
	color: #ffffff;
	font-size: 24px;
	text-transform: capitalize;
}
.slider-text ul {
  margin-top: 20px;
}
.slider-text h1 {
	color: #fff;
	font-size: 48px;
	text-transform: capitalize;
	line-height: 70px;
	margin-bottom: 10px;
	font-weight: bold;
}
p.slider-head{color: #fff;
    font-size: 48px;
    text-transform: capitalize;
    line-height: 70px;
    margin-bottom: 10px;
    font-weight: bold;
	}

.slider-text h1 span {color:#ffec18;}
p.slider-head > span{color:#ffec18;}
.slider-text p {
  color: #fff;
}
.slider-text li {
  display: inline-block;
}
.slider-text li a {
	background: #32b7ec;
	color: #fff;
	display: inline-block;
	padding: 10px 26px;
	text-transform: capitalize;
	margin-right: 14px;
	position: relative;
	z-index: 5;
	font-weight: 600;
	position: related;
	transition: all 0.4s ease 0s;
	border:1px solid #32b7ec;
}
.slider-text li a i {
	font-size: 24px;
	top: 2px;
	position: relative;
}
.slider-text li a:hover{background:#0f1934;transition: all 0.4s ease 0s;border-color:#0f1934;}
.slider-text li:last-child a {
	background:#0f1934;
	color: #fff;
	border-color:#0f1934;
}
.slider-text li:last-child a:hover{background:transparent;transition: all 0.4s ease 0s;border:1px solid #fff;}
.all-slide .owl-controls {
position: absolute;
top: 45%;
width: 100%;
z-index: 99;
transform: translateY(-50%);
}
.all-slide .owl-controls .owl-buttons div {
background: none;
opacity: 1.00;
}

.all-slide .owl-controls .owl-prev {
left: 0px;
    position: absolute;
    transition: all 0.4s ease 0s;
    color: #fff;
    text-transform: capitalize;
    font-size: 21px;
    background: #42baff;
    padding: 0px 16px;
    transform: rotate(0deg);
}
.all-slide .owl-controls .owl-next {
	right: 0px;
    position: absolute;
    transition: all 0.4s ease 0s;
    color: #fff;
    text-transform: capitalize;
    font-size: 21px;
    background: #42baff;
    padding: 0px 16px;
    transform: rotate(0deg);
}
.all-slide .owl-controls .owl-prev i, .all-slide .owl-controls .owl-next i {
	color: #fff;
	font-size: 51px;
	text-align: center;
	transition: all 0.5s ease-out 0s;
	font-weight: normal;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);	
}
/*
6.Why Us Section
=================*/
.why-us-sec {
	position: relative;
	z-index: 999;
}
.container-fluid.why-us-container {
	padding: 0;
}
.why-us-inner {
	height: 377px;
	position: relative;
}
.why-us-inner-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	left: 0;
	padding: 0px 25px;
}
.why-us-inner:nth-child(1).why-us-inner::before {
	background: rgba(245,91,20,1);
	background: -moz-linear-gradient(-45deg, rgba(245,91,20,1) 0%, rgba(15,25,52,0.44) 92%, rgba(15,25,52,0.4) 98%, rgba(15,25,52,0.39) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(245,91,20,1)), color-stop(92%, rgba(15,25,52,0.44)), color-stop(98%, rgba(15,25,52,0.4)), color-stop(100%, rgba(15,25,52,0.39)));
	background: -webkit-linear-gradient(-45deg, rgba(245,91,20,1) 0%, rgba(15,25,52,0.44) 92%, rgba(15,25,52,0.4) 98%, rgba(15,25,52,0.39) 100%);
	background: -o-linear-gradient(-45deg, rgba(245,91,20,1) 0%, rgba(15,25,52,0.44) 92%, rgba(15,25,52,0.4) 98%, rgba(15,25,52,0.39) 100%);
	background: -ms-linear-gradient(-45deg, rgba(245,91,20,1) 0%, rgba(15,25,52,0.44) 92%, rgba(15,25,52,0.4) 98%, rgba(15,25,52,0.39) 100%);
	background: linear-gradient(135deg, rgba(245,91,20,1) 0%, rgba(15,25,52,0.44) 92%, rgba(15,25,52,0.4) 98%, rgba(15,25,52,0.39) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32b7ec', endColorstr='#0f1934', GradientType=1 ); 
}
.why-us-inner:nth-child(2).why-us-inner::before {
	background-color: rgba(239, 120, 90, 0.97);
}
.why-us-inner:nth-child(3).why-us-inner::before {
	background-color: rgba(134, 184, 107, 0.97);
}
.why-us-inner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	background-color: rgba(19, 160, 178, 0.97);
}
.why-us-inner-icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	border-radius: 100%;
	line-height: 60px;
	color: #fff;
	font-size: 28px;
}
.why-us-inner-text h2 a {
	font-size: 22px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 600;
}
.why-us-inner-text p {
	color: #fff;
	margin-bottom: 0;
}
.why-us-inner-text a {
	color: #fff;
	margin-top: 30px;
	display: inline-block;
}
/*
7.About Us Section
=================*/
.about-img img{width:100%;position:relative;}
.about-img::before {
	border: 10px solid rgba(0, 0, 0, 0.30);
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 9;
}
.about-desc img {
	margin-bottom: 30px;
}
.about-img {
	position: relative;
}
p.about-head {
    font-size: 32px;
    font-weight: bold;
    padding-top: 10px;
}
.about-sec h1::before{
content: "";
	position: absolute;
	bottom: -10px;
	width: 80px;
	height: 2px;
	background: #c00e0b;
	    top: 144px;
}
.about-catalog h1::before{
content: "";
	position: absolute;
	bottom: -10px;
	width: 80px;
	height: 2px;
	background: #32b7ec;
	    top: 50px;
}
p.about-head::before {
	content: "";
	position: absolute;
	bottom: -10px;
	width: 80px;
	height: 2px;
	background: #32b7ec;
}
p.about-head-new {
    font-size: 32px;
    font-weight: bold;
    padding-top: 10px;
}
p.about-head-new::before {
    content: "";
    position: absolute;
    top: 138px;
    width: 80px;
    height: 2px;
    background: #c20f0b;
}
.about-us-sec .sec-title {
	text-align: left;
	margin: 0 0px 50px 0px;
}
.read-more-btn a {
	background: #32b7ec;
	color: #fff;
	display: inline-block;
	padding: 12px 30px;
	text-transform: capitalize;
	position: relative;
	z-index: 5;
	transition: 0.5s;
	font-weight: 600;
	transition: all 0.4s ease 0s;
}

.about-desc a.about-btn {
	background: #0f1934;
	padding: 10px 26px;
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	position: relative;
	border: 2px solid #32b7ec;
	border-radius: 4px;
}
.about-desc a.about-btn::before {
	content: "\f178";
	font-family: fontawesome;
	float: right;
	top: 0px;
	position: relative;
	color: #fff;
	padding-left: 10px;
	transition: all 0.4s ease 0s;
	margin-left: 10px;
}
.about-sec{background:#fafafa}
.company-ceo-info h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
}
.company-ceo-info span {
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	font-size: 16px;
}
.company-mission {
	margin-top: 20px;
}
.company-mission h2 a {
	text-transform: capitalize;
	font-size: 28px;
	font-weight: 600;
	color: #0f1934;
}
.company-mission a {
	color: #0f1934;
	text-transform: capitalize;
	font-weight: bold;
}
/*
7.About Section
===================*/
.about {
padding-bottom: 30px;
padding-top: 50px;
}
.about h3 {
  text-transform: uppercase;
}
.about-us-thumb {
	margin-top: -80px;
}
.about-tab {
  margin-bottom: 40px;
}
.about-tab li {
display: inline-block;
margin-right: 10px; transition: all 0.4s ease 0s;
}
.about-tab li a:hover{background: #bf0d0a none repeat scroll 0 0;
    transition: all 0.4s ease 0s;
    color: #fff;
    border-color: #bf0d0a;}
.about-tab li.active a {
	    border-color: #bf0d0a;
    color: #fff;
    background: #bf0d0a;
}
.about-tab li.active a:hover{color:#fff}
.about-tab li a {
	font-weight: 400;
	display: inline-block;
	text-align: center;
	color: #fff;
	text-transform: capitalize;
	border: 1px solid #0f1934;
	font-size: 18px;
	padding: 10px 30px;
	background: #0f1934;
}
.about-desc a {
	background: #c30e0e;
	padding: 12px 26px;
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	color: #071c2e;
	position: relative;
}
.about-desc a::before {
	float: right;
    top: 0px;
    position: relative;
    color: #fff;
    padding-left: 10px;
    transition: all 0.4s ease 0s;
    font-size: 14px;
    content: "\f054";
    font-family: FontAwesome;
}
.about-desc a {
	margin-top: 20px;
	color: #fff;
}
.about-us-contact {
	position: relative;
	 
	width: 100%;
	z-index: 999;
	background: #fff;
}
.contact-info-icon {
	float: left;
	width: 75px;
	height: 75px;
	text-align: center;
	line-height: 75px;
	margin-right: 10px;
}

.contact-page-sec .contact-field h2 {
	color: #282828;
	text-transform: capitalize;
	font-size: 22px;
}

.contact-field .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.contact-field.contact-form input {
  margin-bottom: 5px;
}  
.contact-field.contact-form textarea {
  height: 110px;
}
.contact-field.contact-form input[type="submit"] {
  background: #4cc700;
  width: 150px;
  border-color: #4cc700;
}
.contact-info-text {
   background: #eee;
   border: 1px solid #d1cfcf;
}

.contact-info-text h2 {
   color: #282828;
   font-size: 20px;
   text-transform: capitalize;
   padding-top: 6px;
}
.contact-info-text span {
	color: #999999;
	font-size: 16px;
	font-weight: ;
	display: inline-block;
	width: 100%;
}

.contact-field input{
  background: transparent;
  border: 1px solid #ddd;
  margin-top: 20px;
  padding: 10px;
  width: 100%;color:#999999;
}
.contact-field select {
	width: 100%;
	border: 1px solid #ddd;
	padding: 13px 20px;
	margin-bottom: 20px;
	text-transform: capitalize;
	color: #999999;margin-top: 20px;
}
.contact-field .select-arrow::before {
	top: 30px;
	color: #999999;
}
.contact-field .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
    border: 1px solid #100e3f;
	width: 100%;
	height: 120px;
	padding: 10px;
	margin-top: 10px;
	background: transparent;    color: #999999;
}
.single-input-fieldsbtn input[type="submit"] {
	background: #32b7ec none repeat scroll 0 0;
	border: 0;
	color: #020e2a;
	display: inline-block;
	font-weight: 600;
	padding: 12px 30px;
	text-transform: capitalize;
	width: 170px;
	margin-top: 30px;
	font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#020e2a;transition: all 0.4s ease-in-out 0s;border-color:#020e2a;color:#fff;}
.contact-field {
  display: inline-block;width:100%
}
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}


/*
8.Title Section
=================*/
.sec-title {
	text-align: center;
	margin: 0 150px 50px 150px;
}
.sec-title  h3 {
  font-size: 36px;
  text-transform: capitalize;
  color: #0f1934;
  font-weight: bold;
}
.sec-title span {
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	display: inline-block;
	position: relative;
	color: #c30e0e;
}
.border-shape::before {
	background: #c00e0b none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0px;
	position: absolute;
	top: 0;
	width: 90px;
	margin: 0px auto;
	left: 0;
	right: 0;
}
.border-shape {
	background:#c10e0b;
	display: block;
	height: 1px;
	left: 0;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
	top: 0;
	width: 330px;
	margin: 0px auto;
}
.sec-title p {
	margin-bottom: 0;
	margin-top: 30px;
}
.shape-top-hight{
	position:relative;
}
.shape-top-hight::before {
	position: absolute;
	content: "";
	background: #32b7ec;
	width: 1px;
	height: 40px;
	top: -50px;
	left: 0;
	right: 0;
	margin: 0px auto;
}
/*
9.Count Up Section 
============================*/
.count-up-inner {
	text-align: left;
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
}
.countup-text {
	display: inline-block;
	text-align:left;
	width: 100%;
}
.count-up-icon {
	display: inline-block;
	margin-bottom: 14px;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	border: 1px solid #f2f2f2;
	line-height: 74px;
}
.count-up-icon i {
	font-size: 28px;
}
.count-up-inner h2 {
	font-size: 46px;
	text-transform: uppercase;
	margin-bottom:4px;
}
.count-up-inner h4 {
	font-size: 22px;
	margin-bottom: 0;
	text-transform: capitalize;
	font-weight: 400;
	color: #fff;
}
/*
10. Gallery Section
============================*/
.gallery-sec .sec-title {
	text-align: center;
	margin: 0 150px 50px 150px;
}
.simplefilter li {
	display: inline-block;
	background: #0f1934;
	padding: 12px 32px;
}
.simplefilter li.active {
	background: #32b7ec;
}
.simplefilter li.active .gallery-tab-title {
	color:#fff;
	transition: all 0.4s ease 0s;
}
.gallery-tab-icon {
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	border-bottom: 1px solid #fff;
	line-height: 80px;
	font-size: 36px;
	cursor: pointer;
	color: #fff;
	margin-bottom: 20px;
	transition: all 0.4s ease 0s;
}
.gallery-tab-title {
	display: inline-block;
	width: 100%;
	color: #fff;
	text-transform: capitalize;
	font-size: 18px;
	transition: all 0.4s ease 0s;
	cursor: pointer;
}
.simplefilter {
	position: relative;
	text-align: center;
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
}
.shorttitle {
  display: none;
}
.gallery-item {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	    border: 2px solid #c30e0e;
}
.gallery-item:hover .gallery-button h2 a{
	top:0px;
	transition: all 0.4s ease 0s;
}
.gallery-button h2 a {
	color: #fff;
	text-transform: capitalize;
	font-size: 20px;
	top:-100px;
	position: relative;
	transition: all 0.4s ease 0s;
}
.gallery-button a i {
	color: #fff;
	font-size: 24px;
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	line-height: 60px;
}
.gallery-item:hover .gallery-overlay {
	visibility: visible;
	opacity: 1;
	transition: all 0.4s ease 0s;	
	top:0px;
}
.gallery-item:hover .gallery-button a i{
bottom:0px;
transition: all 0.4s ease 0s;
}
.gallery-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease 0s;
	top: 0;
	background: linear-gradient(135deg, rgba(103, 197, 225, 0.73) 0%, rgba(15,25,52,0.44) 92%, rgba(15,25,52,0.4) 98%, rgba(15,25,52,0.39) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32b7ec', endColorstr='#0f1934', GradientType=1 ); 	
}
.pb-25 {
    padding-bottom: 25px;
}
.gallery-overlay-text {
	text-align: center;
}
.gallery-overlay-text {
	transform: translateY(-50%);
	top: 50%;
	position: relative;
}
p.gallery-head a {
    font-size: 21px;
    color: #fff !important;
    font-weight: 600;
}
.gallery-overlay-text .gallery-button a i {
	color: #fff;
	font-size: 20px;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	line-height: 40px;
	bottom: 0px;
	position: relative;
	transition: all 0.4s ease 0s;
	background: transparent;
	border-radius: 100%;
	display: inline-block;
}
.gallery-overlay-text .gallery-button a i:hover{background:#0f1934;border-color:#0f1934;transition: all 0.4s ease 0s;}
.gallery-load-more-btn {
	text-align: center;
	margin-top: 50px;
	display: inline-block;
	width: 100%;
}
.gallery-load-more-btn a{
	background: #32b7ec;
	color: #fff;
	display: inline-block;
	padding: 10px 26px;
	text-transform: capitalize;
	margin: 0px 10px;
	position: relative;
	z-index: 5;
	font-weight: 600;
	position: related;
	transition: all 0.4s ease 0s;
}
.gallery-load-more-btn a i {
	margin-left: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.gallery-load-more-btn a:hover{
	background: #0f1934;
}
.gallery-item img{
	transform:scale(1);
	transition: all 0.4s ease 0s;
}
.gallery-item:hover.gallery-item img{
	transition: all 0.4s ease 0s;
	transform:scale(1.3)	
}
.gallery-overlay-text h2 a {
	font-size: 22px;
	text-transform: capitalize;
	color: #fff;
}
.gallery-overlay-text span {
	color: #ddd;
}
.gallery-button {
	display: inline-block;
	width: 100%;
}
/*
11.Why Choose Us Section 
==========================*/
.why-choose-sec-image {
	background: #0f1934 none repeat scroll 0 0;
	padding: 193px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.why-choose-us-sec {
	background: #f2f2f2;
}
.why-choose-us-sec .border-shape,
.why-choose-us-sec .border-shape::before,
.why-choose-us-sec .border-shape::after
{background:#fff;}
.why-choose-thumb {
	position: relative;
	z-index: 2;
}
.why-choose-inner:hover .readmore-button{
	visibility:visible;
	opacity:1;
	transition: all 0.4s ease 0s;
}
.why-choose-inner:hover .why-choose-icon{
	border-color:#0f1934;
	transition: all 0.4s ease 0s;
}
.why-choose-text {
	padding: 60px 15px 20px 15px;
	background: #fff;
	border: 1px solid #ddd;
	border-top:0px;
}
.why-choose-inner {
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.why-choose-text p {
	margin-bottom: 0;
}
.why-choose-text h2 a {
	font-size: 22px;
	text-transform: capitalize;
}
.why-choose-inner:hover .why-choose-text h2 a{
	color:#0f1934
}
.why-choose-icon {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	line-height: 80px;
	text-align: center;
	margin: 0px auto;
	left: 0;
	right: 0;
	bottom: -40px;
	background: #fff;
	border-bottom: 3px solid #0f1934;
	z-index: 99;
	transition: all 0.4s ease 0s;
}
.why-choose-icon img {
	width: 50px;
	height: 50px;
	display: inline-block;
}
.why-choose-all.owl-carousel .owl-item .why-choose-icon img {
	width: auto;
	height: auto;
	text-align: center;
	margin: 0px auto;
	padding: 20px;
}
.why-choose-all .owl-controls .owl-nav {
	position: absolute;
	top: -90px;
	width: 100%;
	z-index: 99;
}
.why-choose-all .owl-controls .owl-buttons div {
background: none;
opacity: 1.00;
}

.why-choose-all .owl-controls .owl-prev {
  right: 60px;
  position: absolute;transition: all 0.4s ease 0s;
}
.why-choose-all .owl-controls .owl-next {
  right: 0px;
  position: absolute;transition: all 0.4s ease 0s;
}
.why-choose-all .owl-controls .owl-prev i, .why-choose-all .owl-controls .owl-next i {
	background: #0f1934;
	color: #0f1934;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: all 0.5s ease-out 0s;
	width: 40px;
	font-weight: normal;
}
.why-choose-all .owl-controls .owl-next i:hover {
transition: all 0.5s ease-out 0s;background:#22253a;color:#fff;border-color:#fff;
}
.why-choose-all .owl-controls .owl-prev i:hover {
transition: all 0.5s ease-out 0s;background:#22253a;color:#fff;border-color:#fff;
}
/*
12.Team section
======================*/
.team-sec-image {
	background: #0f1934 none repeat scroll 0 0;
	padding: 50px 0 100px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.team-sec-image::before {
	position: absolute;
	content: "";
	background-color: rgba(15, 25, 52, 0.95);
	top: 0;
	width: 100%;
	height: 100%;
}
.team-sec {
	position: relative;
	z-index: 99;
	margin-top: -110px;
}
.team-member:hover p.team-head {
    color: #fff;
}
.team-member {
	background: #0f1934 none repeat scroll 0 0;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	transition: all 0.4s ease-in-out 0s;
	z-index: 2;
	text-align: center;
	padding: 30px 20px;
	border-bottom: 2px solid #dfcf1d;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
}
.team-member::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	z-index: -1;
	left: 0;
	background:#fff;
	transition: all 0.4s ease-in-out 0s;
}
.team-member:hover:before{
	transition: all 0.4s ease-in-out 0s;
	height:0px;
}
.team-member:hover{
	color:#fff;
}
.team-member:hover.team-member h2,
.team-member:hover.team-member h3{
	color:#fff;
}
.team-member:hover .team-social-profile li a {
	color: #fff;
}
.team-member-thumb {
	margin:0px auto;
}
.team-social-profile li {
	display: inline-block;
	margin: 0px 6px;
}
.team-header-sec .sec-title {
	text-align: center;
	margin: 0 150px 50px 150px;
	color: #ddd;
}
.team-header-sec .sec-title h4{
	color:#fff;
	font-size:32px;
}
.team-header-sec .border-shape::before{
	background:#32b7ec;
}
.team-header-sec .sec-title .border-shape{
	background:#fff;
}
.team-member-thumb {
	position: relative;
	overflow: hidden;
	transition: all 0.4s ease-in-out 0s;
}

.team-member:hover .team-overlay ul {
visibility:visible;bottom:0px;
	transition: all 0.4s ease-in-out 0s;
}
.team-overlay ul {
	position: absolute;
	width: 100%;
	bottom: -50%;
	background: #0f1934;
	text-align: left;
	padding-left: 10px;
	visibility:hidden;
	transition: all 0.4s ease-in-out 0s;
}
.team-member img {
  width: 100%;
}
p.team-head {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  text-transform: uppercase;transition: all 0.4s ease-in-out 0s;
  color:#0f1934;
}
.team-member h3 {
	font-size: 14px;
	text-transform: capitalize;
	transition: all 0.4s ease-in-out 0s;
	color: #32b7ec;
}
.team-overlay li a {
	display: inline-block;
	color: #0f1934;
	text-align: left;
	line-height: 30px;
	margin-right: 14px;
}
.team-overlay li{
	display: inline-block;	
	text-align: left;	
	padding:5px 0;	
}
.team-social li a {
	display: inline-block;
	text-align: left;
	line-height: 30px;
	margin-right: 2px;
	width: 30px;
	height: 30px;
	background: transparent;
	border-radius: 100%;
	text-align: center;
	border: 1px solid #0f1934;
}
.team-social li{
	display: inline-block;		
}
.team-social li i{color:#0f1934}
.team-social li a:hover{background:#0f1934}
.team-social li a:hover i{color:#fff}
.all-team .owl-controls {
	position: absolute;
	top: -90px;
	width: 100%;
	z-index: 99;
}
.all-team .owl-controls .owl-prev {
	right: 50px;
	position: absolute;
	transition: all 0.4s ease 0s;
}
.all-team .owl-controls .owl-next {
	right: 0px;
	position: absolute;
	transition: all 0.4s ease 0s;
}
.all-team .owl-controls .owl-prev i, .all-team .owl-controls .owl-next i {
	background: #0f1934;
	color: #0f1934;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: all 0.5s ease-out 0s;
	width: 40px;
	font-weight: normal;
}
.all-team .team-member {
	text-align: center;
	background: #0f1934;
	padding-bottom: 30px;
}
.team-support-inner {
	margin-top: 200px;
}
.team-support-inner span {
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	display: inline-block;
	position: relative;
	color: #32b7ec;
	padding-left: 70px;
}
.team-support-inner span::before {
	position: absolute;
	content: "";
	background: #32b7ec;
	width: 60px;
	height: 1px;
	top: 14px;
	left: 0;
}
.team-support-inner h5 {
	font-size: 34px;
    text-transform: capitalize;
    line-height: 41px;
}
.team-support-inner ul li {
	display: inline-block;
}
.team-support-inner ul li  a {
	background: #32b7ec;
	color: #fff;
	display: inline-block;
	padding: 10px 18px;
	text-transform: capitalize;
	position: relative;
	z-index: 5;
	font-weight: 600;
	position: related;
	transition: all 0.4s ease 0s;
}
.team-support-inner ul li  a i {
	margin-left: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.team-support-inner ul li  a i{
	margin-right:10px;
}
.team-support-inner ul li:last-child a {
    background: #53bfee;
}

/*
13.Call To Action Section
============================*/
.call-to-action-sec {
	background-color: #32b7ec;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 22px 0px;
}
.call-to-action-overlay {
	background-color: rgb(194, 15, 9);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.call-to-action-text {
  text-align: left;
}
.call-to-action-text {
  color: #fff;
}
.call-to-action-text p {
  margin-bottom: 0;
}
p.call-to-action-text {
  color: #fff;
  text-transform: capitalize!important;
  font-size:30px;
  font-weight:bold;
  line-height: 51px;
}
.call-to-action-text a.btn {
	background: #0f1934 none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	float: right;
	font-weight: bold;
	padding: 14px 36px;
	text-transform: uppercase;
	margin-top: 10px;
	position: relative;
}
.call-to-action-text a.btn i {
	margin-left: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.call-to-action-text a.btn:hover{background: #fff;transition: all 0.4s ease-in-out 0s;color:#0f1934;}
.call-to-action-text a.btn:hover i{color:#0f1934;}
/*
14.FAQ Section
============================*/
.why-choose-us-v1-sec{
	background-color: #fff;
	background-image: url("../images/why-us.jpg");
	background-repeat: no-repeat;
	overflow:hidden;
}
.why-choose-v1-title {
	margin: 0;text-align:left;
	margin-bottom: 40px;
}
.why-choose-v1-title p{color:#fff;}
.why-choose-v1-title span::before {
	position: absolute;
	content: "";
	background: #32b7ec;
	width: 60px;
	height: 1px;
	top: 14px;
	left: 0;
}
.why-choose-v1-title span {
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	display: inline-block;
	position: relative;
	color: #32b7ec;
	padding-left: 70px;
}
.why-choose-v1-title h2{
	font-size: 36px;
	text-transform: capitalize;
	color: #fff;
	font-weight: bold;
	padding-top: 10px;
}
.why-choose-v1 {
	padding: 50px 0px 10px 50px;
	position: relative;
	z-index: 2;	
}
.why-choose-v1::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #0f1934;
	left: -15px;
	width: 5000px;
	z-index: -1;
}
.why-choose-v1-single {
	margin: 20px 0;
	color: #cdcdcd;
}
.why-choose-v1-single .icon {
	width: 60px;
	height: 60px;
	margin-right: 10px;
	text-align: center;
	line-height: 60px;
	background: #32b7ec;
	color: #fff;
	font-size: 28px;
	border-radius: 100%;
	position: relative;
}
.why-choose-v1-single .media{
	overflow:visible;
}
.why-choose-v1-single .media-left{
position:relative;
}
.why-choose-v1-single .media-left::before {
	width: 1px;
	height: 170px;
	position: absolute;
	content: "";
	top: 0;
	left: 30px;
	border-left:1px dashed #f2f2f2;
	transition: all 0.4s ease 0s;
}
.why-choose-v1-single:last-child .media-left:before {
	display:none;
}
.why-choose-v1-single .media-body h2 {
	font-size: 20px;
	margin-bottom:10px;
	text-transform: capitalize;
	color:#fff;
}
p.application-head {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #fff;
	font-weight: 600;
}


/*
18.Testimonial
============================*/
.testimonial-v1-sec {
	background: #fff none repeat scroll 0 0;
   padding: 10px 0 4px 0;
    background-image: url(../images/test-bg.jpg);
    background-repeat: repeat;
    background-position: center center;
    position: relative;
}
p.test-head {
    font-size: 32px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.single-testimonial-v1 {
	 
 
    box-shadow: 0 0 6px 1px #f2f2f2;
    background: #fff;
   
    position: relative;
    z-index: 2;
    
}
.single-testimonial-v1:hover.single-testimonial-v1::before {
	transition: all 0.4s ease 0s;
	height: 100%;
	width: 100%;	
}
.single-testimonial-v1:hover .rating{
	color:#fff;
}
.single-testimonial-v1:hover .rating i{
	color:#fff;
}
.single-testimonial-v1:hover.single-testimonial-v1 .details span{
	color:#fff;
}
.single-testimonial-v1::before {
	position: absolute;
	content: "";
	background: #32b7ec;
	height: 10px;
	width: 10px;
	left: 0;
	top: 0;
	z-index:-1;
	transition: all 0.4s ease 0s;
}
.testimonial-v1-img {
	display: inline-block;
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	margin-right: 14px;
	margin-top: -8px;
}
.single-testimonial-v1 .details span {
	text-transform: capitalize;
}
.single-testimonial-v1 .testimonial-v1-img img {
	border-radius: 100%;
}
p.details-head {
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
	font-size: 18px;
}
.single-testimonial-v1 .details {
	margin-bottom: 20px;
}
.single-testimonial-v1 .rating i{
  color: #32b7ec;
}
.testimonial-v1-all.owl-carousel.owl-theme .owl-dots {
	text-align: center;
	margin-top: 18px;
}
.testimonial-v1-all.owl-carousel.owl-theme .owl-dot {
	border-radius: 5px;
	display: inline-block;
	height: 4px;
	margin: 0 5px;
	width: 9px;
	position: relative;
	background: #32b7ec;
	transition: all 0.4s ease 0s;
}
.testimonial-v1-all.owl-carousel.owl-theme .owl-dot.active{
	width: 35px;
	transition: all 0.4s ease 0s;
}
/*
19.Faq Section
==================*/
h1.faq-style1-title {
	font-size: 36px;
	text-transform: capitalize;
	font-weight: bold;
	color: #0f1934;
	line-height: 40px;
	margin-bottom: 50px;
	position: relative;
}
h1.faq-style1-title::before {
	content: "";
	position: absolute;
	bottom: -10px;
	width: 80px;
	height: 2px;
	background: #0f1934;
}
.faq-style1-sec .panel {
  background: transparent;
}
.faq-style1-sec .panel-content {
	padding-bottom: 20px;
	color: #999;
}

.faq-style1-sec .panel-heading {
margin-bottom:15px;
padding: 0;
}
.faq-style1-sec .panel {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0 1px 1px rgba(0,0,0,.0);
	padding-bottom: 15px !important;
	transition: all 0.4s ease 0s;
}
.faq-style1-sec .panel-heading a {
color: #0f1934;
display: inline-block;
font-size: 20px;
width: 100%;
font-weight:600;
font-family: 'Poppins', sans-serif;
}
.faq-style1-sec .panel-title > a:hover, 
.faq-sec .panel-title > a:active, 
.faq-style1-style1-sec .panel-title > a:focus  {
    text-decoration:none;color:#0f1934;
}
.faq-free-consult-sec {
	overflow: hidden;
	position:relative;
}
.faq-free-consult-sec::before {
	position: absolute;
	content: "";
	background: #0f1934;
	width: 5000px;
	height: 100%;
	top: 0;
	left: 0;
	z-index:-2
}
.about-us-contact .contact-field {
	padding: 21px;
    background: #fafafa;
    border: 1px solid #bf0d0a;
}
.about-us-contact-title{position:relative}
.contact-title-border {
width: 29px;
    height: 29px;
    display: inline-block;
    background: #bf0d0a;
    text-align: center;
    margin: 0px auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    transform: rotate(42deg);
}
.about-us-contact .contact-field input,
.about-us-contact .single-input-field textarea{border-color:#ddd;}
p.enquiry-head {
	display: inline-block;
	width: 100%;
	background: #bf0d0a;
	color: #ffffff;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 24px;
	position: relative;
	margin-bottom: -1px;
}
.about-us-contact .contact-field input[type="submit"] {
	background: #bf0d0a none repeat scroll 0 0;
    border: 1px solid #bf0d0a;
}
.faq-sec .sec-title {
text-align:left;
margin-bottom:30px;
margin:0
}

.faq-sec .panel-title {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600px;
}
.faq-sec .panel-content {
	padding: 20px 20px 20px 20px;
	color: #777777;
	background: #f4f4f4;
}
.faq-img {
display: inline-block;
width: 100%;
}
.faq-img img {
  width: 100%;
}
.faq-sec .panel-heading {
	margin-bottom: 0px;
	padding: 10px 20px;
	background: #22253a;
	border-radius: 0;
}
.faq-sec .panel {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0 1px 1px rgba(0,0,0,.0);
	margin-bottom: 15px;
}
.faq-sec .panel-heading a {
	color: #f4f4f4;
	display: inline-block;
	font-size: 16px;
	width: 100%;
	font-weight: 600;
}
.faq-sec .panel-title a:before {
    float:right !important;
    font-family: FontAwesome;
    content:"\f106";
   color:#f4f4f4
}
.faq-sec .panel-title a.collapsed:before {
    float: right !important;
    content:"\f107";color:#f4f4f4;
}
.faq-sec .panel-title > a:hover, 
.faq-sec .panel-title > a:active, 
.faq-sec .panel-title > a:focus  {
    text-decoration:none;color:#f4f4f4;
}
.faq-single {
	margin-bottom: 20px;
}
.faq-single .icon {
	width: 60px;
	height: 60px;
	margin-right: 10px;
	background: #32b7ec;
	text-align: center;
	line-height: 55px;
	color: #fff;
	font-size: 32px;
}
.faq-single .media-body h2 {
	font-size: 20px;
	margin-bottom:10px;
	text-transform: capitalize;
}


/*
21.Service Section
=====================*/

.service i  {
background: #0c246d none repeat scroll 0 0;
color: #fff;
font-size: 24px;
height: 80px;
line-height: 60px;
text-align: center;
width: 60px;
}
.service-item .media {
	background: #fafafa;
    box-shadow: 0 0 5px 1px #f2f2f2;
    transition: all 0.4s ease 0s;
    border: 1px solid #eae9e9;
	background: #ffffff;
}
.latest-project-button a {
    color: #43baff;
    font-weight: 600;
    border-bottom: 1px solid #45bbff;
    padding: 9px 0;
}
.latest-project-title span {
    color: #45bbff;
    font-size: 16px;
    font-weight: 600;
}
.service-item .media:hover{
	background:#0f1934;
	box-shadow:inherit;
	color:#fff;
	transition: all 0.4s ease 0s;
}
.service-inner-text .media-left {
	position: relative;
}
.service-inner-text {
	padding: 10px 30px;
	padding-bottom: 30px;
}
p.media-body-head a {
    color: #0f1934;
    font-weight: 600;
    font-size: 19px;
}
.media:hover p.media-body-head a {
    color: #45bbff;
}
.service-inner-text h2 a span {
	display: inline-block;
	width: 100%;
}
.service-item .inner:nth-child(4n+1) {
	clear: both;
}
.service-item .inner{margin-bottom: 30px;}
.service-thumb img {
transition: all 0.4s ease 0s;
width: 100%;
transform: scale(1);
    height: 150px;
    width: 150px;
    text-align: center;
    margin: auto;
    display: block;
}
.service-item .inner:hover.inner h2 a{
  color:#32b7ec
}

.service-item .inner:hover img{
transform: scale(1.02);transition: all 0.4s ease 0s;	
}
.service-item .inner:hover .readmore-button{visibility:visible;opacity:1;transition: all 0.4s ease 0s;}
.service-item .inner h2 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform: capitalize;
	line-height: 27px;
}
.service-item .inner h2 a span {
	display: inline-block;
	width: 100%;
}
.service .service-item .inner a.btn.readmore {
background: #f6c405 none repeat scroll 0 0;
border-radius: 2px;
color: #fff;
font-family: raleway;
}
.service-icon .readmore-button a{
	background:#0f1934;
}
.btn.rdmorebtn {
  background: #f6c405 none repeat scroll 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.service-thumb {
position: relative;
padding-top: 15px;
overflow: hidden;
}
.service-icon {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;visibility:hidden;
	transition: all 0.4s ease-in-out 0s;
	opacity:0;
	text-align:center;
	background: rgba(245,91,20,1);
	background: -moz-linear-gradient(-45deg, rgba(245,91,20,1) 0%, rgba(15,25,52,0.44) 92%, rgba(15,25,52,0.4) 98%, rgba(15,25,52,0.39) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(245,91,20,1)), color-stop(92%, rgba(15,25,52,0.44)), color-stop(98%, rgba(15,25,52,0.4)), color-stop(100%, rgba(15,25,52,0.39)));
	background: -webkit-linear-gradient(-45deg, rgba(245,91,20,1) 0%, rgba(15,25,52,0.44) 92%, rgba(15,25,52,0.4) 98%, rgba(15,25,52,0.39) 100%);
	background: -o-linear-gradient(-45deg, rgba(245,91,20,1) 0%, rgba(15,25,52,0.44) 92%, rgba(15,25,52,0.4) 98%, rgba(15,25,52,0.39) 100%);
	background: -ms-linear-gradient(-45deg, rgba(245,91,20,1) 0%, rgba(15,25,52,0.44) 92%, rgba(15,25,52,0.4) 98%, rgba(15,25,52,0.39) 100%);
	background: linear-gradient(135deg, rgba(245,91,20,1) 0%, rgba(15,25,52,0.44) 92%, rgba(15,25,52,0.4) 98%, rgba(15,25,52,0.39) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32b7ec', endColorstr='#0f1934', GradientType=1 ); 
}
.service_icon {
	font-size: 28px;
	height: 50px;
	line-height: 50px;
	margin-top: 10px;
	text-align: center;
	width: 50px;
	transition: all 0.4s ease 0s;
	display: inline-block;
	color: #fff;
	border-radius: 100%;
	background: #fff;
	position: relative;
	background:#32b7ec
}
.service-readmore {
	color: #32b7ec;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 600;
	position: relative;
}

.service-item .inner:hover .service-readmore{
  color:#32b7ec
}
.pagination.custom-pagination {
	text-align: center;
	width: 100%;
}
.pagination.custom-pagination li {
  display: inline-block;
}
.pagination.custom-pagination li a {
	color: #777777;
	font-size: 16px;
	font-weight: 500;
	height: 45px;
	line-height: 33px;
	margin: 2px 5px;
	width: 45px;
	border: 1px solid #32b7ec;
	text-align: center;
}
.pagination.custom-pagination li.active a {
  background: #32b7ec none repeat scroll 0 0;color:#fff;
}
.pagination.custom-pagination li:last-child a {
	display: inline-block;
	width: 100%;
}
.pagination.custom-pagination li a:hover{background: #383949 none repeat scroll 0 0;color:#fff;}
.pagination.custom-pagination > li:last-child > a{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.pagination.custom-pagination > li:first-child > a{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*
Footer Section 
======================*/
.home-v1 footer.footer {
	background-image: url(../img/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.home-v1 .footer-overlay {
	background-color: rgba(15, 25, 52, 0.97);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.footer-contact-info {
	margin-top: 30px;
}
.footer-contact-info-icon {
	width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 17px;
    background: #c20e0a;
    position: relative;
    float: left;
}
.footer-contact-info-text {
	padding-left: 50px;
}
.footer-contact-info-text a {
    color: #fff;
}
.footer-contact-info-text span {
	color: #fff;
	display: inline-block;
	width: 100%;
}
footer.footer{
background: #100e3f none repeat scroll 0 0;	
}
.footer-sec {
	padding-top: 60px;
    position: relative;
    padding-bottom: 18px;
}
.email-subscription form {
  background: #525459 none repeat scroll 0 0;
  margin-top: 35px;position:relative
}
.email-subscription input[type="email"] {
background: #fff none repeat scroll 0 0;
border: 1px solid #fff;
color: #292929;
padding: 10px 58px 10px 10px;
text-transform: capitalize;
width: 100%;
}
.email-subscription button {
	background: #32b7ec none repeat scroll 0 0;
	color: #fff;
	padding: 11px 30px;
	position: absolute;
	right: 0;
	top: 0;
}
.email-subscription button i {
  border: none;
  margin-right: 0;
  color: #fff;
}
p.footer-head {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    z-index: 2;
}
p.footer-head::before {
	content: "";
	position: absolute;
	height: 2px;
	width: 50px;
	background: #c10d0e;
	bottom: -10px;
}
.footer-logo {
	margin-bottom: 25px;
	display: inline-block;
	width: 100%;
	margin-top: 29px;
}
.mb-36 {
    margin-bottom: 36px;
}
.footer-sec p {
  color: #ffffff;
}
.footer-wedget-one img {
	margin-top: -13px;
}
.footer-wedget-one i:hover{background:#32b7ec;color:#fff;border-color:#32b7ec; transition: all 0.4s ease-in-out 0s;}
.footer-wedget-one ul {
  margin-top: 30px;
}
.footer-recent-inner {
	margin-bottom: 30px;
}
.footer-recent-inner:last-child{margin-bottom:0}
.footer-recent-inner span i {
	color: #32b7ec;
	margin-right: 10px;
}
.footer-recent-inner h2{margin-bottom:10px;padding-bottom:0}
.footer-recent-inner h2 a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-transform:capitalize;
}
.footer-recent-inner span {
	color: #f4f4f4;
	font-weight: 600;
	font-size: 14px;
	text-transform: capitalize;
}
.footer-recent-inner span:last-child{padding-left:15px}
.footer-recent-inner span i {
	color: #32b7ec;
	margin-right: 10px;
}
	
.footer-wedget-three li i {
  display: inline-block;
  margin-right: 10px;
}
.ft-menu ul {
  padding: 0px 20px;
}
.ft-menu h2 {
  display: inline-block;
  text-align: left;
}
.footer-wedget-three li {
  color: #ccc;
  font-size: 14px;
padding:10px
}
.footer-wedget-two li {
  display: inline-block;
}
.footer-wedget-two li a {
	border: 1px solid #0f4376;
	color: #fff;
	display: inline-block;
	margin: 8px 8px 8px 0;
	padding: 8px 10px;
	text-transform: capitalize;
	transition: all 0.4s ease-in-out 0s;
	background: transparent;
	color: #f4f4f4;
}
.footer-wedget-two li a:hover{transition: all 0.4s ease-in-out 0s;background:#32b7ec;color:#fff;border-color:#32b7ec}
.footer-wedget-two li a i {
  margin-right: 10px;
}
.footer-widget-menu li::before {
    left: 0px;
    position: relative;
    color: #fff;
    padding-right: 5px;
    content: "\f054";
    font-family: FontAwesome;
    font-size: 12px;
}
.footer-widget-menu li:hover:before {
	color:#c20e0a;
}
.footer-widget-menu li{position:relative}
.footer-widget-menu li a {
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 10px;
  display: inline-block;
}
.footer-widget-menu li a:hover{color:#c20e0a;transition: all 0.4s ease 0s;}
.footer-wedget-four .inner-text {
	color: #c0bcbc;
}
.footer-wedget-four .icon i {
	color: #32b7ec;
	font-size: 18px;
}
.footer-social li {
	display: inline-block;
}
.footer-social li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #fff;
	background: #32b7ec;
	text-align: center;
	line-height: 40px;
	margin-right: 10px;
}
.footer-social li a:hover{
	background:#32b7ec;
}

.footer-bottom-sec {
	padding: 15px 0 0 0;
	border-top: 1px solid #100e3f
	position: relative;
}
.copy-right span, .copy-right p{
  color: #ffffff;
}
.copy-right a{color:#32b7ec;}

/* The End */


/* Inner Pages Styling */

.pb-100 {
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.about-us-sec .sec-title {
    text-align: left;
    margin: 0 0px 50px 0px;
}
.sec-title h1 {
    font-size: 36px;
    text-transform: capitalize;
    color: #0f1934;
    font-weight: bold;
}
.pagehding-sec {
	background: linear-gradient(to right, rgb(15, 25, 52), rgb(15, 25, 52)), url(../images/slider-2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	 
	position: relative;
	background-size: cover;
}
.page-breadcrumb-inner {
    text-align: center;
}
.page-breadcrumb {
	display: inline-block;
	background: #45bbff;
	padding: 12px 32px;
	position: relative;
}
.page-breadcrumb::before {
	width: 40px;
	height: 40px;
	background: #45bbff;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	text-align: center;
	margin: 0px auto;
	transform: rotate(45deg);
	bottom: -10px;
	z-index: -1;
}
.page-heading h1 {
	font-size: 40px;
	text-align: left;
	text-transform: capitalize;
	font-weight: bold;
	color: #fff;
}
.breadcrumb-list {
	text-align: left;
}
.breadcrumb-list li {display: inline-block;
position: relative;
padding: 0px 14px;}
.breadcrumb-list li:first-child{
	padding-left:0px;
}
.breadcrumb-list li a {
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
}
.breadcrumb-list li:last-child a {
  color: #0f1934;
}
.breadcrumb-list li::before {
	content: "";
	position: absolute;
	right: -4px;
	font-size: 16px;
	font-weight: 600;
	background: #f4f4f4;
	height: 10px;
	width: 2px;
	top: 10px;
}
.breadcrumb-list li:last-child::before{display:none}
.breadcrumb-list li:last-child::before {
  display: none;
}

.inner-team-sec{
    background: #0f1934 none repeat scroll 0 0;
    padding: 39px 0 19px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.inner-team-sec .team-sec-image{padding:0;}
.inner-team-sec p {
    color: #fff;
}
.inner-team-sec .sec-title h3 {
    color: #fff;
    font-size: 32px;
}
.sec-title h4 {
font-size: 32px;
font-weight: bold;
}
.sec-title h4::before {
    content: "";
    position: absolute;
    top: 66px;
    width: 80px;
    height: 2px;
}
.sec-title h5 {
font-size: 32px;
font-weight: bold;
}
.sec-title h5::before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 80px;
    height: 2px;
    background: #32b7ec;
    top: 66px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-60 {
    padding-bottom: 50px;
}
.about-desc {
	text-align: justify;
}
.about-us-sec ul li:before{
 font-family: FontAwesome;
    content: "\f1ce";
    color: #43baff;
    font-size: 13px;
    padding-right: 10px;
}
.why-choose-v1 ul li{color:#fff;}
.why-icon ul li:before{
 font-family: FontAwesome;
    content: "\f1ce";
    color: #fff;
    font-size: 13px;
    padding-right: 10px;
}
.why-choose-v1-title h6{ font-size: 36px;
    text-transform: capitalize;
    color: #fff;
    font-weight: bold;
    padding-top: 10px;}
.why-choose-v1-title h6::before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 80px;
    height: 2px;
    background: #32b7ec;
    top: 105px;
}
.pt-26{padding-top:26px;}
.vc_col-md-4 {
    width: 30.333333%;
    float: left;
    margin: 10px 9px;
}

.featured {
    min-height: 293px;
}


.prod-section {
    width: 100%;
    padding: 47px 0;
}
.right-img {
width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
    border: 6px solid #eee;
    text-align: center;
   padding: 15px 0;
    margin-top: 15px;
}
.right_form_con .form_con {
    background: #efefef;
    border-radius: 0 0 3px 3px;
    padding: 13px 10px;
    border: 1px solid #d2cbcb;
}
.right_form_con .form_con .form-control {
	height: 40px;
	box-shadow: none;
	box-shadow: none !important;
	border-left: 0;
	border-color: #e3e3e3;
	padding: 6px 12px 6px 6px;
	font-weight: 400;
	font-size: 13px;
	color: #777;
}
.right_form_con .form_con .form-control:focus {
	border: 1px solid #e3e3e3;
	border-left: 0;
}
.right_form_con .form_con .input-group-addon {
    background: #fff;
    border-right: 0;
    border: 1px solid #e3e3e3;
    padding: 1px 0 1px 15px;
    margin-bottom: 7px;
    border-radius: 5px 0 0 5px;
	width: 41px;
}
.right_form_con .form_con .input-group-addon .fa {
	color: #0e0b0b;
	font-size: 16px;
}
span.input-group-addon.vat {
    height: 125px;
	vertical-align: top;
}

.right_form_con h3 {
    font-size: 20px;
    font-weight: 600;
color: #444;
    background: #dfcf1d;
    padding: 10px 24px;
    text-transform: uppercase;
    border-radius: 3px 3px 0 0;
    margin-bottom: 0;
}
.right_form_con h6 {
    font-size: 20px;
    font-weight: 600;
color: #444;
    background: #dfcf1d;
    padding: 10px 24px;
    text-transform: uppercase;
    border-radius: 3px 3px 0 0;
    margin-bottom: 0;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
	margin: 4px 0;
}
.form-submit-btn {
    background: #5ac2ed;
    padding: 8px 34px;
    color: #ffffff;
}
.form-submit-btn:hover {
    background: #333;
    transition: all 0.4s ease-in-out 0s;
    color: #fff;
}
.pro-text p{font-size:15px;}

.pro-text .sec-title{text-align:left; margin:0;}
.pro-text .sec-title h3, .pro-text .sec-title h4, .pro-text .sec-title h5 {
    font-size: 25px;
    text-transform: capitalize;
    color: #0f1934;
    font-weight: bold;
}
.pro-text ul li:before{
font-family: FontAwesome;
    content: "\f1ce";
    color: #45bbff;
    font-size: 13px;
    padding-right: 10px;
}
.related-prod {
	background: #efefef;
  padding: 10px 0 30px 0;
    position: relative;
}
.related-prod p.test-head {
    font-size: 32px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
	color:#333;
}

.related-prod:hover.related-prod::before {
	transition: all 0.4s ease 0s;
	height: 100%;
	width: 100%;	
}
.related-prod:hover .rating{
	color:#fff;
}
.related-prod:hover .rating i{
	color:#fff;
}
.related-prod:hover..related-prod .details span{
	color:#fff;
}
.related-prod::before {
	position: absolute;
	content: "";
	background: #32b7ec;
	height: 10px;
	width: 10px;
	left: 0;
	top: 0;
	z-index:-1;
	transition: all 0.4s ease 0s;
}

.related-prod .details span {
	text-transform: capitalize;
}

p.details-head {
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
	font-size: 18px;
}
.related-prod .details {
	margin-bottom: 20px;
}
.related-prod .rating i{
  color: #32b7ec;
}

.related-prod p.test-head {
    font-size: 32px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #252525;
	padding-bottom: 26px;
}


.related-prod-v1 {
    padding: 20px 30px 14px 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 6px 1px #f2f2f2;
    background: #fff;
    margin: 5px;
    position: relative;
    z-index: 2;
}
.related-prod .rating {
  
}
.related-prod-v1 .details {
	margin-bottom: 20px;
}
.related-prod-v1 .rating i{
  color: #32b7ec;
   min-height: 56px;
}
.related-prod-all.owl-carousel.owl-theme .owl-dots {
	text-align: center;
	margin-top: 18px;
}
.related-prod-all.owl-carousel.owl-theme .owl-dot {
	border-radius: 5px;
	display: inline-block;
	height: 4px;
	margin: 0 5px;
	width: 9px;
	position: relative;
	background: #32b7ec;
	transition: all 0.4s ease 0s;
}
.contact-page-form {
    display: inline-block;
    width: 100%;
    margin-top: 0 !important;
}
.contact-page-form input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #100e3f;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    color: #999999;
}
.contact-info-icon {
    float: left;
    text-align: center;
    background: #45bbff;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 47px;
}
.contact-info-icon i {
    color: #fff;
}
.contact-page-sec .contact-info-text {
    padding-left: 73px;
    margin-bottom: 40px;
}
.contact-page-sec .contact-info-text span {
   color: #1f1f1f;
   padding-bottom: 8px;
}
.contact-page-sec  .single-input-fieldsbtn input[type="submit"] {
	color: #fff;
	margin-left: 16px;
}
.contact-page-form .sec-title {
    text-align: left;
    margin: 0;
	margin-left: 15px;
}
.contact-page-form .sec-title h2::before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 80px;
    height: 2px;
    background: #32b7ec;
    top: 55px;
}

.callme {
    position: fixed;
    right: 50px;
    bottom: 60px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    opacity: 1;
    z-index: 99990;
}
.callme .callmeMain {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgb(240, 114, 57);
    width: 70px;
    height: 70px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}

@-webkit-keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-moz-keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-webkit-keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-moz-keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
.callmeMain a img {
    left: 22px;
    position: absolute;
    top: 15px;
}
.presence-section{width:100%; padding:50px 0;}
.categ{width:100%;}
.categ ul li{float:left; background:#fff; border:2px solid #eee; margin: 5px 15px; padding:15px; display:inline-block;}
.categ ul li:before{font-family: FontAwesome;
    content: "\f1ce";
    color: #45bbff;
    font-size: 13px;
    padding-right: 10px;
	}
.categ ul li:hover::before {
    color: #fff;
}
.categ ul li:hover {
    background: #44bafe;
    color: #fff;
}
.categ ul li:hover a {
    color: #fff;
}
.categ-second ul li {
    width: 28%;
    float: left;
    background: #eee;
       margin: 8px 15px;
    padding: 10px;
    text-align: center;
	    border: 2px solid #eee;
}
.categ-second p {
    font-size: 23px;
    color: #45bbff;
    font-weight: 600;
    padding-left: 15px;
    line-height: 30px;
    margin-bottom: 0;
    padding-top: 20px;
}
.cb{clear:both;}
.categ-second ul li:last-child{margin-bottom:30px;}
.categ-second ul li:hover {
    border: 2px solid #45bbff;
	}
.categ-second ul li:hover a {
    color: #30a9ef;
	}



.sngl-blg {
    margin: 15px 0;
}
.sngl-blg {
	margin-bottom: 30px;
}
.sngl-blg:hover .sngl-blg-img:before{
	height:100%;
	transition: all 0.5s ease-out;
}
.sngl-blg-img:before{
	position:absolute;
	content:"";
	width:100%;
	height:0%;
	left:0;
	    background: rgb(69, 187, 255);
    background: -moz-linear-gradient(-45deg, rgba(245,91,20,1) 0%, rgba(15,25,52,0.44) 92%, rgba(15,25,52,0.4) 98%, rgba(15,25,52,0.39) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(245,91,20,1)), color-stop(92%, rgba(15,25,52,0.44)), color-stop(98%, rgba(15,25,52,0.4)), color-stop(100%, rgba(15,25,52,0.39)));
    background: -webkit-linear-gradient(-45deg, rgb(66, 185, 254) 0%, rgba(15,25,52,0.44) 92%, rgba(15,25,52,0.4) 98%, rgba(15,25,52,0.39) 100%);
    background: -o-linear-gradient(-45deg, rgba(245,91,20,1) 0%, rgba(15,25,52,0.44) 92%, rgba(15,25,52,0.4) 98%, rgba(15,25,52,0.39) 100%);
    background: -ms-linear-gradient(-45deg, rgba(245,91,20,1) 0%, rgba(15,25,52,0.44) 92%, rgba(15,25,52,0.4) 98%, rgba(15,25,52,0.39) 100%);
    background: linear-gradient(135deg, rgb(69, 187, 255) 0%, rgba(15,25,52,0.44) 92%, rgba(15,25,52,0.4) 98%, rgba(15,25,52,0.39) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f55b14', endColorstr='#0f1934', GradientType=1 ); 	
	transition: all 0.5s ease-out;
}
.sngl-blg-img {
	position:relative;
	border: 2px solid #42b9fe;
    padding: 0px 20px;
}
.sngl-blg-dsc {
	padding: 20px;
	border: 1px solid #f2f2f2;
}
.block-qoute {
  border-bottom: 1px solid #f3f1f1;
  border-top: 1px solid #f3f1f1;
  padding: 10px;
  text-align: center;
  margin: 40px 0;
}
.block-qoute p{color:#61bd12;font-style:italic}
.sngl-blg-dsc .btn.rdmoreBtn {
  padding-left: 0;
}
.sngl-blg-dsc li i {
  margin-right: 5px;
}
 .sngl-blg-img  img {
  width: 100%;
}
.blg-title {
	font-size: 20px;
	text-transform: capitalize;
	line-height: 30px;
}
.blg-title a:hover{
	    color: #43b9fe;
}
.sngl-blg-dsc  ul {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.sngl-blg-dsc li {
  color: #b8b8b8;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}
.rdmoreBtn {
	color: #45bbfe;
	font-weight: 600;
}
.rdmoreBtn i {
	margin-left: 10px;
	font-size: 24px;
	font-weight: 600;
	position: relative;
	top: 3px;
}
.single-blog .sngl-blg-dsc{
	padding:0px;
	border:0px;
}
.single-blog .sngl-blg-img {
	margin-bottom: 20px;
}
.sidebar {
    //margin-left: 50px;
}
.widget-archive li {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px;
    color: #0f1934;
    margin-bottom: 5px;
        border-bottom: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}
.widget-archive li::before {
   content: "\f054";
    font-family: FontAwesome;
    right: 0px;
    top: 10px;
    position: absolute;
    color:#45bbff;
    padding-right: 10px;
}
.sidebar h3 {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: capitalize;
    width: 100%;
    color: #0f1934;
    position: relative;
    padding-bottom: 10px;
    font-weight: bold;
    position: relative;
}
.sidebar h3::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background: #45bbff;
    bottom: 0;
	}
h2.blg-title {
    color: #43b5f8;
}
.sngl-blg-dsc ul li {
    color: #333;
}
p.blg-title a {
    font-weight: 600;
}
.featured:not(.product) {
  background: #fff;
  border: 1px solid #e7e7e7;
  overflow: hidden;
  position: relative;
}
p.featured-desc {
    font-size: 13px;
}
.wpb_wrapper .featured {
    min-height: 311px;
}
.vc_column-inner {
    margin: 15px 0;
}
.con-pro{
    padding: 0px 15px 0 15px;
}

@media (min-width: 768px) {
  .featured:not(.product) {
       padding-bottom: 45px;
  }
}

.anps-shadows .featured:not(.product) {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.featured:not(.product) img {
  /* width: 100%; */
}

@media (min-width: 768px) {
  .featured:not(.product):focus .featured-content,
  .featured:not(.product):hover .featured-content {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@media (max-width: 767px) {
  .featured:not(.product) .featured-desc {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .featured-has-icon:focus .featured-title,
  .featured-has-icon:hover .featured-title {
    padding-left: 17px;
  }

  .featured-has-icon:focus .featured-title::before,
  .featured-has-icon:hover .featured-title::before {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .featured-has-icon:focus .featured-title .featured-title i,
  .featured-has-icon:hover .featured-title .featured-title i {
    background: none;
  }

  .featured-has-icon:focus .featured-title .featured-custom-icon-hover,
  .featured-has-icon:hover .featured-title .featured-custom-icon-hover {
    opacity: 1;
  }
}

@media (min-width: 768px) {
.featured-has-icon .featured-title {
    padding-left: 17px;
    transition: .4s padding;
    font-size: 15px;
}
}

.featured-has-icon .featured-title::before,
.featured-has-icon .featured-title i {
  content: "";
  left: 0;
  height: 50px;
  position: absolute;
  width: 50px;
}

@media (max-width: 767px) {
  .featured-has-icon .featured-title::before,
  .featured-has-icon .featured-title i {
    bottom: 100%;
  }
}

@media (min-width: 768px) {
  .featured-has-icon .featured-title::before,
  .featured-has-icon .featured-title i {
    height: 72px;
    top: 0;
    width: 47px;
  }
}

.featured-has-icon .featured-title::before {
  transition: .4s transform;
}

.featured-has-icon .featured-title i {
    color: #45bbff;
    line-height: 50px;
    text-align: center;
    transition: .3s all;
    font-size: 28px;
}

@media (max-width: 767px) {
  .featured-has-icon .featured-title i {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .featured-has-icon .featured-title i {
    line-height: 72px;
  }
}

.featured-has-icon .featured-title .featured-custom-icon,
.featured-has-icon .featured-title .featured-custom-icon img {
  position: absolute;
}

.featured-has-icon .featured-title .featured-custom-icon {
  height: 50px;
  left: 0;
  width: 50px;
}

@media (max-width: 767px) {
  .featured-has-icon .featured-title .featured-custom-icon {
    bottom: 100%;
  }
}

@media (min-width: 768px) {
  .featured-has-icon .featured-title .featured-custom-icon {
    height: 72px;
    top: 0;
    width: 73px;
  }
}

.featured-has-icon .featured-title img {
  height: auto;
  left: 50%;
  max-height: 50px;
  max-width: 50px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

.featured-has-icon .featured-title a {
  color: inherit;
  transition: .2s opacity;
}

.featured-has-icon .featured-title a:hover,
.featured-has-icon .featured-title a:focus {
  opacity: .7;
}

.featured-has-icon .featured-custom-icon-hover {
  opacity: 0;
  z-index: 1;
}

/** Featured Content */

.featured-content {
  background-color: #fff;
  border-top: 5px solid #45bbff;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

@media (min-width: 768px) {
  .featured-content {
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(-72px);
    -ms-transform: translateY(-72px);
    transform: translateY(-72px);
    transition: .4s transform ease;
    width: 100%;
  }

  .featured-has-content .featured-content {
    padding-bottom: 30px;
  }

  .featured-has-link .featured-content,
  .featured-image .featured-content,
  .featured-video .featured-content {
    min-height: 120px;
    padding-bottom: 50px;
  }

.featured-content .btn {
    bottom: 7px;
    left: 30px;
    position: absolute;
    width: auto;
    color: #45bbff;
}
}

.featured.simple-style.featured-has-icon .featured-title::before {
  background-color: transparent;
}

.featured.simple-style.featured-has-icon .featured-title {
  padding-left: 33px;
}

.featured.simple-style.featured-has-icon .featured-content {
  border-top: 0;
  padding-top: 2px;
}

/** Featured Title */

.featured-title {
    color: #000;
    display: block;
    font-size: 18px;
    line-height: 20px !important;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 18px;
}

@media (min-width: 768px) {
  .featured-title {
    height: 67px;
  }
}

/** Featured Header */

.featured-header {
  position: relative;
  width: 100%;
}

.featured-header a {
  display: block;
}

/** Featured Description */

/** Featured Push top */

.featured-push-top {
  margin: 0 -2px;
}

@media (min-width: 1000px) {
  .featured-push-top .featured-header {
    margin-top: -51.31%;
    position: absolute;
  }
}

/** Featured Large */

.featured-large {
  z-index: 1;
}

.featured-large .featured-title {
  margin-top: 10px;
}

@media (min-width: 1000px) {
  .featured-large {
    margin-left: -30px;
    margin-right: -30px;
  }
}

/***
 * Featured Horizontal
 */

.featured-horizontal {
  min-height: 70px;
  position: relative;
}

.featured-horizontal + .featured-horizontal {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .featured-horizontal + .featured-horizontal {
    margin-top: 35px;
}
}

.featured-horizontal-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100px;
}

.featured-horizontal-title {
  font-size: 16px;
  margin: 0 0 10px;
}

.featured-horizontal-content {
  padding-left: 130px;
}

a.featured-lightbox-link {
  bottom: 18px;
  font-size: 22px;
  position: absolute;
  right: 30px;
  transition: .3s opacity;
}

a.featured-lightbox-link svg {
  height: 20px;
  position: relative;
  top: 2px;
  width: 25px;
}

a.featured-lightbox-link:focus,
a.featured-lightbox-link:hover {
  opacity: .7;
}
table{
	width:100%;
}
table tr td {
	text-align:center;
	border: 1px solid black;
}
owl-stage-outer{
    width: 100%;
    height: 300px;
    object-fit: contain;
}
.call_num a {
    pointer-events: none;
}
@media screen and (max-width: 480px) {
.call_num a {
    pointer-events: all;
}
.callme {
    right: 6px;
    bottom: 0px;
    width: 70px;
    height: 70px;

}
.callme .callmeMain {
    width: 50px;
    height: 50px;
}
.callmeMain a img {
    left: 13px;
    position: absolute;
    top: 7px;
    padding: 3px;
    width: 33%;
}
p.about-head-new::before {
    content: "";
    position: absolute;
    top: 187px;
    width: 80px;
    height: 2px;
    background: #fafafa00;
}
p.about-head-new {
    font-size: 32px;
    font-weight: bold;
    padding-top: 10px;
    line-height: 37px;
}
.sec-title h4::before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 80px;
    height: 2px;
    background: #0f183400;
}
}