/*
* ------------------------------------------------------------------
*
* Project: 
* Version: 1.0
* Created : 22/10/2019
* Template URI: 
* Author Name: 
* Author URI: http://www.fshdesign.org/
* Description: Roofing
* Developer: Fsh Design
*
*
* -------------------------------------------------------------------
*/

/*
font-family: 'Montserrat', sans-serif;
*/

.logoText {
	font-family: 'Montserrat', sans-serif;
    font-size: 33px;
    color: #00a0f7;
    font-weight: 600;
    line-height: 24px;
    padding-top: 18px;
}
.logoText span {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    display: block;
    padding-left: 2px;
}
p{
	text-align:justify;
}
body {
	font-family: 'Montserrat', sans-serif;
}
.navigation .short-menu {
	background-color: #f5f5f5;
	color: #000 !important;
	font-size: 14px;
	color: #3c3c3c;
	padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #fff;
}
.navigation .branding-section {
	height: 95px;
	background-color: #FFFFFF;
	-o-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	padding-bottom: 5px;
    padding-top: 5px;
}
.active-all {
	background-color: #0092dc !important;
	color: #fff !important;
}
.brand {
    float: left;
    left: 0;
    padding-top: 8px;
    width: 228px;
}
.brand a, .brand a:visited {
	color: #ffffff;
	text-decoration: none;
}
.nav-container {
	width: 100%;/* margin: 0 auto; */
}
nav {
	float: right;
	padding-top:23px;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul li {
	float: left;
	position: relative;

}
nav ul li a, nav ul li a:visited {
	display: block;
	padding: 0 20px;
	line-height: 72px;
	background: transparent;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 35px;
	
}
nav ul li a:hover, nav ul li a:visited:hover {
	background: #fff;
	color:  #0193dd;
	text-decoration: none;

}

.mobile, .desktop  {
	padding-top:145px
}
.nav-list li a.active {
	color: #000;
    border-bottom: solid 2px #0193dd;
}
nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
	padding-left: 4px;
	border: none;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f107"; /* the desired FontAwesome icon */
	vertical-align: 0; /* to center vertically */
}
nav ul li ul li {
	min-width: 280px;
}
nav ul li ul li a {
	padding: 15px;
	line-height: 20px;
}
.nav-dropdown {
	position: absolute;
	display: none;
	z-index: 1;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
	background-color: #0092dc;
}
.nav-dropdown li a{
	border-bottom:solid 1px #fff;
}

nav ul li a:hover, nav ul li a:visited:hover{
    display: block;
}
/* Mobile navigation */
.nav-mobile {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	height: 70px;
	width: 70px;
}
 @media only screen and (max-width: 834px) {
.nav-mobile {
	display: block;
}
nav {
	width: 100%;
	padding: 10px 0 15px;
}
nav ul {
	display: none;
}
nav ul li {
	float: none;
}
nav ul li a {
	padding: 15px;
	line-height: 20px;
}
nav ul li ul li a {
	padding-left: 30px;
}
.nav-dropdown {
	position: static;
}
.nav-dropdown {
	height: 150px;
	overflow-y: scroll;
}

}
 @media screen and (min-width: 835px) {
.nav-list {
	display: block !important;
}
}
#nav-toggle {
	position: absolute;
	left: 18px;
	top: 22px;
	cursor: pointer;
	padding: 10px 35px 16px 0px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 5px;
	width: 35px;
	background: #0193dd;
	position: absolute;
	display: block;
	content: '';
	transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
	top: -10px;
}
#nav-toggle span:after {
	bottom: -10px;
}
#nav-toggle.active span {
	background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
	top: 0;
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
}
/*slider*/
.carousel-inner img {
filter: brightness(90%)!important;
background-size: 100%;
}
.carousel-inner .carousel-caption {
filter: brightness(100%)!important;
}
/*slider*/
.breadcrump {
    padding-top: 200px;
    margin-top: 144px;
    background-size: cover;
background-position: center bottom;
}
.breadcrump h1 {
    font-size: 18px;
    color: #fff;
	text-align:right;
}
.breadcrump p{
	text-align:right;
	}
.breadcrump a {
    color: #0093dd;
	
}
.breadcrump a:hover {
    color: #fff;
}
.social a {
    color: #0092dc;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #ffffff;
    margin-right: 2px;
    line-height: 30px;
    text-align: center;
}
.top-info {
	line-height: 31px;
	color: #000;
	font-size: 13px;
}
.social a:hover, .social a:focus, .social a:active {
	background-color: #0092dc;
    color: #ffffff;
}
.btn-theme-viol {
	background-color: #5045b4;
	border: solid 1px #3d3490;
	color: #fff;
	width: 100%;
}
.btn-theme-viol:hover, btn-theme-viol:active, btn-theme-viol:focus {
	background-color: #3d3490;
	border: solid 1px #5045b4;
	color: #fff;
}
.top-padding {
	margin-top: 135px;
}
.top-padding2 {
	margin-top: 170px;
}
/*.carousel-caption {
	bottom: 40%;
    right: auto !important;
    left: auto !important;
    width: 100%;
    text-align: center;
}*/
.carousel-caption {
    bottom: 40%;
    right: auto !important;
    left: auto !important;
    width: 100%;
    text-align: center;
}
.carousel-control-next, .carousel-control-prev {
    bottom: -21%;
}
.carousel-caption h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 2rem;
	width: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #fff;
	text-transform: uppercase
}
.carousel-caption h3 span {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 1rem;
	width: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #fff;
	text-transform: uppercase
}
.caption-button {
	border: solid 1px #fff;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.caption-button:hover, .caption-button:active, .caption-button:focus {
	border: solid 1px #0092dc;
	color: #fff;
	background-color: #0092dc;
	text-decoration: none;
}
.carousel-control-next-icon {
	background-image: url(../images/right.png)
}
.carousel-control-prev-icon {
	background-image: url(../images/left.png)
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 30px;
	height: 30px;
}
.carousel-indicators li {
	width: 5px;
	height: 5px;
}
.carousel-indicators {
    display: none !important;
}
.btn-caption {
	border: solid 1px #fff;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	color: #fff;
	background-color: none;
	border-radius: 0px;
}
.btn-caption:focus, .btn-caption:active, .btn-caption:hover {
	color: #000;
	background-color: #fff;
}

/*featureBox*/
.featureBox{
	background-color:#fff;
	border-radius:15px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
padding-top:25px;
padding-bottom:25px;
position:absolute; 
margin-top:-10px;
left:0;
right:0;
	}
.featureBox .iconbx{
	background-color:#00a0f7;
	width:114px;
	height:114px;
	border-radius:15px;
	padding:15px;
	margin-left:auto;
	margin-right:auto;
	}
.featureBox .iconbx img{
	width:84px;
    height:84px;

    transition:2.5s;
	}
	.featureBox .iconbx img:hover{
    -o-transform:rotate(720deg);
    -ms-transform:rotate(720deg);
    -moz-transform:rotate(720deg);
    -webkit-transform:rotate(720deg);
    transform:rotate(720deg);
	}
.featureBox .boxed{
	background-image:url(../images/boxedbg.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	}
.featureBox .boxed:last-child{
	background-image:none;
	}
.featureBox h3{
	font-size:18px;
	font-weight:700;
	text-align:center;
	margin-top:10px;
	color:#000;
	}
.featureBox p{
	font-size:13px;
	font-weight:normal;
	text-align:center;
	margin-top:10px;
	color:#000;
	}
.featureBox p span{
	color:#0092dc;
	font-weight:700;
	}
.featureBox a{
	color:#000;
	font-size:13px;
	font-weight:400;
	text-decoration:none;
	}
	.featureBox a:hover{
		color:#0092dc;
	}
/*featureBox*/
/*welcome Home*/
.welcomeBg{
	background-image:url(../images/welcomBg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	
	}
.titleBox {
	width: 100%;
	padding-top: 5px;
	padding-left: 25px;
	margin-bottom: 25px;
}
.titleBox .Fline {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	text-align: center;
	color: #888888;
	font-style:italic;
	font-weight: bold;
}
.titleBox .Sline {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 0px;
}
.titleBox .Sline span{
	color:#0092dc;
}
.welcome{
	padding-top:250px;
}
.welcome p {
	font-size: 14px;
	text-align: center;
	color: #818181;
}
.btn-boxed{
	color:#00a0f7 !important;
	border:solid 1px #00a0f7 !important;
	padding:5px;
	display:inline-block !important;
	width:auto;
	font-size:14px;
	}
.btn-boxed:hover, .btn-boxedactive, .btn-boxedfocus{
	color:#fff !important;
	background-color:#00a0f7;
	border:solid 1px #00a0f7 !important;
	padding:5px;
	display:inline-block !important;
	width:auto;
	font-size:14px;
	}
.welcome a {
	font-size: 14px;
	text-align: left;
	color: #000;
	display: block;
}
.welcome a:hover {
	color: #0092dc;
	text-decoration: none;
}
.welcome a i {
	color: #0092dc;
}
/*welcome Home*/
	
/*service area Home*/
.visionbg {
	background-image: url(../images/visionbg.jpg);
}
.service {
	background-color: #f6f6f6;
	padding-top: 20px;
}
.serHead {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin-top: 15px;
}
.serHead a {
	color: #0092dc;
}
.serHead a:hover {
	color: #0092dc;
	text-decoration: none;
}
.service p {
	font-size: 14px;
	color: #212121;
	text-align: center;
	padding-top: 20px;
}
.serBox {
	padding-top: 25px;
	padding-bottom: 35px;
}
.serboximgBox {
	height: 80px;
	width: 80px;
	margin-left: auto;
	margin-right: auto;
}
.serboximg {
	border-radius: 50%;
	border: solid 2px #0092dc;
	padding: 10px;
	height: 80px;
	width: 80px;
	margin-left: auto;
	margin-right: auto;
}
.readmore a {
	color: #212121;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.readmore a span {
	color: #0092dc;
	text-decoration: none;
	font-size: 14px;
}
/*service area Home*/

/*owl are home*/
.facilities {

}
.facilities .Fline {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	text-align: left;
	color: #000;
	width: 100%;
	text-transform:uppercase;
}
.facilities .Sline {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	text-align: left;
	font-weight: bold;
	color: #0092dc;
	width: 100%;
	padding-bottom: 0px;
	text-transform:uppercase;
}
.facilities .Sline span {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	text-align: left;
	font-weight: bold;
	color: #000;
	text-transform:uppercase;
}
.Fline {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	text-align: center;
	color: #000;
	width: 100%;
}
.Sline {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: #0092dc;
	width: 100%;
	padding-bottom: 15px;
}
.Sline span {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: #000;
}
.img-rounded {
	border-radius: 15px;
}
.servicesBg{
	background-image:url(file:../images/serviceBg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	padding-bottom:75px;
	padding-top:75px;
}
.servicesBg p a{
	color:#000;
	text-decoration:none;
}

/*services*/

.section-title{
	text-align:center;
	color:#0092dc;
	margin-bottom:50px;
	text-transform:uppercase;
}
#what-we-do{

}
#what-we-do .card-title {
    margin-bottom: .75rem;
    font-size: 18px;
    font-weight: bold;
}
#what-we-do .card{
	padding: 1rem!important;
	border: none;
	margin-bottom:1rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#what-we-do .card:hover{
	-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#what-we-do .card .card-block{
	padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block a{
	color: #0092dc !important;
	font-weight:700;
	text-decoration:none;
}
#what-we-do .card .card-block a i{
	display:none;
	
}
#what-we-do .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;
	
}
#what-we-do .card .card-block:before{
	font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #0092dc;
    left: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f0e7";
}
#what-we-do .card .block-2:before{
    content: "\f0eb";
}
#what-we-do .card .block-3:before{
    content: "\f00c";
}
#what-we-do .card .block-4:before{
    content: "\f209";
}
#what-we-do .card .block-5:before{
    content: "\f0a1";
}
#what-we-do .card .block-6:before{
    content: "\f218";
}
#what-we-do .card:hover .card-block:before{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);	
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
/*services*/
/*cta area*/
.cta {
	background-color: #0092dc;
	padding-top: 25px;
	padding-bottom: 25px;
}
.cta h3 {
	font-size: 29px;
	color: #fff;
	/* text-transform: uppercase; */
	text-align: left;
}
.cta p {
	font-size: 14px;
	color: #fff;
	text-align: left;
}
.cta-btn {
	background-color: transparent;
	border: solid 1px #fff;
	color: #fff;
	border-radius: 0px;
}
.cta-btn:hover, .cta-btn:active, .cta-btn:focus {
	background-color: #fff;
	border: solid 1px #0092dc;
	color: #0092dc;
}
/*cta area*/


/*footer*/
.footer {
	background-color: #bdbdbd;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
	font-size: 12px;
}
.footer h4 {
	color:#000;
	padding-bottom: 30px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin-top: 32px;
	font-weight: bold;
}
.aboutBox p {
	color:#000;
}
.linkBox p {
	margin-bottom: 8px;
}
.linkBox p a {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #000;
}
.linkBox p a i{
	font-size:9px;
	color: #000;
	    padding-right: 15px;
	}
.linkBox p a:hover {
	color: #0092dc;
	text-decoration: none;
}
.mailBox p {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #000000;
}
.mailBox .form-control {
	border-radius: 0px;
    margin-right: 5px;
    width: 78%;
    border: solid 1px #fff;
    background-clip: unset;
    background-clip: unset;
    font-size: 12px;
    /* padding-bottom: 5px; */
    /* padding-top: 7px; */
    line-height: 25px;
}
.mailBoxbtn {
	background-color: #0092dc;
    border-radius: 50%;
    color: #fff;
    height: 41px;
}
.mailBoxbtn:hover, .mailBoxbtn:active, .mailBoxbtn:focus {
	background-color: #000;
	border-radius: 50%;
    color: #fff;
    height: 41px;
}
.mailBox small {
	color: #000000;
}
.mailbox-social a {
	width: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #6b6b6b;
	background-color: #2e2e2e;
	text-align: center;
	display: block;
	float: left;
	margin-right: 5px;
	margin-top: 25px;
}
.mailbox-social a:hover, .mailbox-social a:active, .mailbox-social a:focus {
	width: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	background-color: #0092dc;
	text-align: center;
	display: block;
}
.footAdbox {
	border-bottom: solid 1px #adadad;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.footAdbox a {
	color: #000000;
	font-size: 13px;
	display:block;
	width:90%;
	text-decoration:none;
}

.footAdbox i {
	color: #000000;
	padding-right: 15px;
	font-size: 13px;
	display:inline-block;
	width:5%;
	padding-top: 4px;
}
.footerBottom {
	background-color: #1f1f1f;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footerBottom {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 13px;
	text-align: center;
}
.footerBottom a {
	color: #fff;
}
.footerBottom a:hover {
	color: #fff;
	text-decoration: none;
}
/*footer*/



	
/*contact*/
/*.contact .box4 {
	background-color: #101010;
}
.contact .box2 {
	background-color: #282828;
}
.contact .box3 {
	background-color: #101010;
}
.contact a {
	color: #fff;
	text-decoration: none;
}
.contact h3 {
	font-size: 16px
}
.contact p {
	font-size: 14px
}
.contact #author a {
	color: #fff;
	text-decoration: none;
}
.contact {
	padding-top: 50px;
}*/
/*contact*/
	


/*about us*/
/*.image-aboutus-banner {
	background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("https://images.pexels.com/photos/673649/pexels-photo-673649.jpeg?w=940&h=650&auto=compress&cs=tinysrgb");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	color: #fff;
	padding-top: 110px;
	padding-bottom: 110px;
}
.image-aboutus-banner a {
	display: inline-block;
	background-color: #1e75bd;
	color: #fff;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	border-radius: 5px;
	text-decoration: none;
}
.breadcrump {
	padding-top: 110px;
	padding-bottom: 110px;
}
.breadcrump p {
	text-align: center;
}
.lg-text {
	font-size: 24px;
	/* font-weight: 600; */
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-weight: 700;
	letter-spacing: 5px;
}
.breadcrump a {
	color: #fff;
}
.breadcrump a:hover {
	text-decoration: none;
}
.image-aboutus-sm-banner p {
	color: #fff;
}
.paddingTB60 {
	padding: 60px 0px 60px 0px;
}
.gray-bg {
	background: #F1F1F1 !important;
}
.about-title {
}
.about-title h1 {
	color: #535353;
	font-size: 18px;
	font-weight: 600;
}
.about-title span {
	color: #0092dc;
	font-size: 30px;
	font-weight: 700;
}
.about-title h3 {
	color: #535353;
	font-size: 23px;
	margin-bottom: 24px;
}
.about-title p {
	color: #7a7a7a;
	line-height: 1.8;
	margin: 0 0 15px;
}
.about-paddingB {
	padding-bottom: 12px;
}
.about-img {
	padding-left: 57px;
}
.box {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    text-align: right;
	width:100%;
    margin-top: 60px;
}
.box-icon {
background-color: #0092dc;
    border-radius: 50%;
    display: table;
    height: 75px;
    margin: 0 auto;
    width: 75px;
    margin-top: -61px;
}
.box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.board h4 {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
	font-weight:bold;
}
.board > p {
    color: #000;
    font-size: 11px;
    padding-top: 10px;
    text-align: justify;
}

.info h4 {
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
	font-weight:bold;
}
.info > p {
    color: #000;
    font-size: 14px;
    padding-top: 10px;
    text-align: justify;
}
.info > a {
    background-color: #03a9f4;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}
.info > a:hover {
    background-color: #0288d1;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}
.my_head {
	padding-top:5px;
   	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
	font-weight:bold;	
	font-size: 16px;
	text-align:center;	
}
.my_inner {
    font-size: 10px;
	font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;	
	text-align:center;	
}
.my_inner_left { 
    font-size: 12px;
	font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    text-transform: capitalize;	
	text-align:left;	
	
}
.my-center{
	text-align:center;	
	
}
/* Social Icons */
/*.about-icons {
	margin: 48px 0px 48px 0px;
}
.about-icons i {
	margin-right: 10px;
	padding: 0px;
	font-size: 35px;
	color: #323232;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
.about-icons li {
	margin: 0px;
	padding: 0;
	display: inline-block;
}
#social-fb:hover {
	color: #3B5998;
	transition: all .001s;
}
#social-tw:hover {
	color: #4099FF;
	transition: all .001s;
}
#social-gp:hover {
	color: #d34836;
	transition: all .001s;
}
#social-em:hover {
	color: #f39c12;
	transition: all .001s;
}*/
/*about us*/

/*contact*/
/*
.contact_us {
	background: url("../Img/maps.jpg") no-repeat center center fixed;
	-webkit-background: cover;
	-moz-background: cover;
	-o-background: cover;
	background: cover;
	min-height: 300px;
	color: #0092dc;
	font-family: sans-serif;
}
.contact_us .content {
	background-color: rgba(255,255,255,0.9);
	padding: 30px;
}
.contact_us .content h4 {
	margin-bottom: 30px;
}
.contact_us .content .form-control {
	background-color: rgba(82,78,78,.07);
	color: #FFF;
	border: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.contact_us .content .form-control.active {
	-webkit-transform: scale(1.1, 1.1);
	-moztransform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.contact_us .content textarea {
	height: 108px;
	outline: none;
}
.contact_us .content .btn-danger {
	padding-bottom: 10px;
	padding-top: 10px;
}*/
/*contact*/
	
/*portfolio section*/
/*
.pb-100 {
	padding-bottom: 100px;
}
.pt-100 {
	padding-top: 100px;
}
.section-title {
	margin-bottom: 110px;
	position: relative;
}
.section-title h3 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 30px;
}
.section-title:before {
	position: absolute;
	content: "";
	width: 110px;
	height: 1px;
	background-color: #635CDB;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
	top: 50%;
}
.section-title:after {
	position: absolute;
	content: "";
	width: 80px;
	height: 1px;
	background-color: #635CDB;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -20px;
}
.section-title h3 span {
	display: block;
	font-size: 15px;
	text-transform: lowercase;
	font-weight: 400;
	margin-bottom: 10px;
}
.section-title p {
	margin-top: 5px;
}
.team-hover {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .5s;
	transition: .5s
}
.single-team img {
	width: 100%;
}
.team-hover h4 {
	text-transform: uppercase;
	font-size: 14px;
	height: auto;
	color: #fff;
}
.team-hover h4 span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	margin-top: 5px;
}
.team-hover ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}
.team-hover ul li {
	display: inline-block;
}
.team-hover ul li {
	background-color: #0092dc;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	margin: 0 2px;
	text-align: center
}
.team-hover ul li a {
	color: #fff;
	font-size: 13px;
	display: block;
}
.single-team {
	position: relative;
	z-index: 2;
}
.team-content {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.team-hover:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #333;
	z-index: -1;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.single-team:hover .team-hover {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*portfolio section*/
	
	/*service section*/
	/*.servicesection{
		background-color:#fff;
		padding-top:50px;
		padding-bottom:50px;
	}
	.servicesection h3{
		font-size:20px
		}
		.servicesection h3{
		font-size:16px
		}
	.servicesection p{
		font-size:14px
		}
	.servicesection-2 .service-circle {
    background-color: #0092dc;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 88px;
}


.modal-content {
    background-color: #4fbbff;
    background-clip: padding-box;
    border: 1px solid #4fbbff;
    border-radius: 0px;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
}
.modal-content .form-control {
    border: 1px solid #4fbbff;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle, .btn-outline-secondary {
    color: #fff;
    background-color: #4ba0d6;
    border-color: #37a5eb;
}
	.btn-main{
	background-color: #0092dc;
	border: 1px solid #0092dc;
	color:#fff;
	border-radius: 5px;
}
	.btn-main:hover, .btn-main:focus, .btn-main:active{
	background-color: #27aae2;
	border: 1px solid #27aae2;
	color: #fff;
}*/
/*service section*/
/*
#blog-section {
	padding: 100px 0 100px;
	background-image: url(../images/serviceBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-background-size: cover;
}
#blog-section .container {
	width: 1255px;
}
 @media only screen and (max-width : 1254px ) {
#blog-section .container {
	width: 100%;
}
}
#blog-section .container .row > div {
	padding-right: 30px;
	padding-left: 30px
}
.blog-section-intro {
}
.blog-section-intro h2 {
	font-size: 32px;
	line-height: 40px;
}
.blog-section-intro p {
	font-size: 18px;
}
.blog-item {
	position: relative;
	display: block;
	text-decoration: none;
	margin: 0 0 35px 0;
}
#blog-section .blog-item {
	padding-top: 200px;
}
.blog-item:hover {
	text-decoration: none!important;
}
#blog-section .button {
	position: relative;
	top: 160px;
}
 @media only screen and (min-width : 992px ) {
.blog-item.second, .blog-item.fourth {
	top: 120px;
}
#blog-section .button {
	position: relative;
	top: 260px;
}
}
.blog-item-img {
	position: relative;
	width: 100%;
	height: 230px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.blog-item-img.smaller {
	height: 210px;
}
.blog-item-img.larger {
	height: 250px;
}
.blog-item-img.video {
}
.blog-item-img.video::before {
	content: '\f04b';
	position: absolute;
	left: 50%;
	top: 50%;
	display: inline-block;
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 50px;
	line-height: 19px;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.blog-item:hover .blog-item-img.video::before {
	color: #E2002B;
}
#blog-section .blog-item-img {
	position: absolute;
	left: 5px;
	top: 0;
	height: 240px;
}
#blog-section .blog-item.first .blog-item-img {
	left: -10px;
}
.blog-item-content {
	position: relative;
	padding: 35px 20px 30px 25px;
	background-color: #fff;
	-moz-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.blog-item-content h2 {
	color: #1C1C45;
	font-size: 20px;
	line-height: 1;
	font-weight: 300;
	text-transform: uppercase;
}
.blog-item-content h3 {
	color: #1e75bd;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 10px;
}
.blog-item-content p {
	color: #76787A;
	font-family: 'Source Sans Pro', Verdana, Helvetica, Arial, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.625;
}
.blog-item-content a, a:visited {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.blog-item-content a.button {
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 16px;
	font-family: 'Source Sans Pro', serif;
	font-weight: 600;
	line-height: 1.625em;
	color: #1C1C45!important;
	text-align: center;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 1px solid;
	border-color: #fff;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	letter-spacing: 1px;
	padding: 10px 30px 10px;
	background-color: #fff;
	background: #fff; 
	-webkit-appearance: none;
	-moz-appearance: none;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
}
.blog-item-content a.button:hover {
	color: #fff!important;
	background: #1C1C45;
	border-color: #1C1C45;
	text-decoration: none!important;
}
#blog-section .blog-item-content {
	left: -5px;
}
#blog-section .blog-item.first .blog-item-content {
	left: 10px;
}
#blog-section .blog-item:hover .blog-item-img, #blog-section .blog-item:hover .blog-item-content {
	left: 0;
}
.blog-item-label {
	position: absolute;
	left: 20px;
	top: -15px;
	display: inline-block;
	padding: 3px 10px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	background-color: #E2002B;
}
.blog-item-date {
	position: absolute;
	left: 20px;
	top: 35px;
	display: inline-block;
	font-family: 'Kievit-Medium', Verdana, Helvetica, Arial, Tahoma, sans-serif;
	color: #C8CACE;
	text-align: center;
}
.blog-item-date-day {
	display: block;
	font-size: 28px;
	line-height: 28px;
}
.blog-item-date-month {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
}
.blog-item h3 {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.blog-item:hover h3 {
	color: #272C42;
}
.blog-item-content p {
	margin-bottom: 0;
}*/
/*service section*/


/*service individual page style*/
/*
.servicemenu ul li{
	list-style:none;

}
.servicemenu ul li a{
color: #818181;
    padding-top: 5px;
    border: solid 1px #ddd;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 5px;
    margin-top: 2px;
}

.servicemenu ul li a:hover{
	color:#fff;
}
.servicemenu ul li a:hover{
	background-color:#0092dc;
	border:solid 1px #0092dc;
}
.servicemenu ul{
	margin-left:0px;
	padding-left:0px;
}
.servicemenu .title{
margin-top: 15px;
    font-size: 17px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #1e75bd;
    text-align: center;
    text-transform: uppercase;
}
.serviceList ul li{
	list-style:none;
	}

.serviceList ul li {
	color:#818181;

	padding-top:5px;
	padding-bottom:5px;
	color:#818181;
}
.serviceList ul li i{
	color:#0092dc;
}

.form-control:focus {

 
    border-color: #ddd;
    outline: 0;
    box-shadow: none;
}
.enquiryForm{
	background-color:#0092dc;
}
.enquiryForm h6{
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	font-size:16px;
}
.enquirybtn{
	background-color:transparent;
	border:solid 1px #fff;
	color:#fff;
	}
.contact-form{ margin-top:15px;}
.contact-form .textarea{ min-height:220px; resize:none;}
.form-control{ box-shadow:none; border-color:#eee; height:49px;}
.form-control:focus{
	box-shadow: none;
	border-color: #0092dc;
}
.form-control-feedback{ line-height:50px;}

.form-control-feedback {
line-height: 50px;
top: 0px;
}*/
/*service individual page style*/
.breadcrump2 h1 {
    font-size: 18px;
    color: #000;
    text-align: right;
}
.breadcrump2 p {
    text-align: right;
}
/*.toper {
    padding-top: 145px;
}*/
.toper {
    padding-top: 0px;
}
.carousel-inner {
    margin-bottom: 0px !important;
}