@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300);

body{
    font-family: 'Quicksand', sans-serif;
}
html, body {
color: #000000 !important;}
.gal-container{
	padding: 12px;
}
p {
font-size: 15px !important;}
/********gallery*******/
/********end-gallery*******/

.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.service-main-title {
    color: #000;
    padding: 0 0 15px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top :75px;
    padding-bottom:75px;
}


/* jssor slider bullet navigator skin 05 css */
        /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
        .jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
            background: url('../img/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

        /* jssor slider arrow navigator skin 22 css */
        /*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        .jssora22l.jssora22lds      (disabled)
        .jssora22r.jssora22rds      (disabled)
        */
        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('../img/a22.png') center center no-repeat;
            overflow: hidden;
        }
        .jssora22l { background-position: -10px -31px; }
        .jssora22r { background-position: -70px -31px; }
        .jssora22l:hover { background-position: -130px -31px; }
        .jssora22r:hover { background-position: -190px -31px; }
        .jssora22l.jssora22ldn { background-position: -250px -31px; }
        .jssora22r.jssora22rdn { background-position: -310px -31px; }
        .jssora22l.jssora22lds { background-position: -10px -31px; opacity: .3; pointer-events: none; }
        .jssora22r.jssora22rds { background-position: -70px -31px; opacity: .3; pointer-events: none; }
		
.top-phone {
    float: right;
    position: relative;
	right: 30px;
    
}
.contact-us-section {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #008000;
    padding: 60px 0 45px;
}
.contact-us-section p {
    font-size: 20px;
    font-weight: 600;
}
.slogan {
    background-attachment: fixed;
    background-clip: border-box;
    background-image: url("../img/main-bg11.jpg");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: repeat;
    background-size: auto auto;
    padding: 50px 0;
}
.slogan h2 {
	line-height: 40px;
    color: #f2f2f2;
    font-size: 37px;
    font-weight: bold;
    text-shadow: 1px 1px 5px #969696;
}
.premium {
    left: 68%;
    position: relative;
}
.top-header-content {
    background: #0b497e none repeat scroll 0 0;
    color: #ffffff;
    padding: 5px 0;
}
.top-header-24hr {display: inline-block;font-size: 18px;margin: 0 0 0 8%;padding-top: 27px;width: auto;}
.scrollActive .top-header-24hr {padding-top: 12px;}
.premium.pull-left a, .top-phone.pull-right a{color: #ffffff;}
.premium.pull-left a:hover, .top-phone.pull-right a:hover{color: red;}
/***********************Homepage************************/

.header-banner {margin-top: 217px; position:relative; background:none;}
.header_area {background: #fff!important;}
.navbar-header {padding: 0 0;}
.scrollActive .header_area {height: 80px;}
.scrollActive .navbar-header .brand {
    margin-top: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 70px;
}
.brand {
    display: inline-block;
    margin-top: 0;
    width: 200px;
}
.scrollActive .navbar-header{padding:5px 0;}
ul.nav > li > a {
    color: #fff;
    font-size: 16px;
    padding: 0 30px;
    text-transform: uppercase;
}
ul.nav > li > a:hover, ul.nav > li > a:focus, ul.nav > li.active > a {color:#90ee90;}
.top-logo {
    display: block;
    padding-bottom: 23px;
}

.panel-default > .panel-heading {
    -moz-user-select: none;
    background-color: #008000;    
    color: #ffffff;
    padding: 0;
}

.panel-default>.panel-heading a {
	font-weight: 600;
  display: block;
  padding: 10px 15px;
}

/*.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}


.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #008000;
}
.panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: #008000;
    color: #ffffff;
}*/

#industries #accordion .panel-default {
    border: 2px solid #008000;
}
.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #000;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}
.industries-sub-title {
    color: #000;
    font-size: 17px!important;
    font-weight: 600;
}
/* #industries{background: rgba(0, 0, 0, 0) url("../img/main-bg11.jpg") repeat scroll 0 0;} */
.slide-content {
    background: #040404 none repeat scroll 0 0;
    clear: both;
    color: #fdfdfd;
    display: table;
    float: none;
    font-size: 23px;
    height: auto;
    margin: 0 auto !important;
    opacity: 0.7;
    padding: 20px 40px;
    position: relative;
    text-align: center;
    top: 50px;
    transform: translate3d(0px, 0px, 0px);
    width: auto;
    z-index: 1;
}
.header-slide-content {
    bottom: 10%;
    font-size: 3em;
    font-weight: bold;
    left: 10px;
    position: absolute;
}
.header-slide-content-ac {
    font-size: 3em;
    font-weight: bold;
    right: 10%;
    position: absolute;
    bottom:16%;
}
.columns {
    float: left;
    width: 25%;
    padding: 8px;
}
.service-main-content-1, .service-main-content-3 {
    
    color: #fff;
}
.service-main-content-1 h1, .service-main-content-1 h3, .service-main-content-1 h2, .service-main-content-3 h1, .service-main-content-3 h3, .service-main-content-3 h2 {
    clear: both;
    color: #000000;
    display: table;
    font-size: 15px;
    width: 100%;
}
.service-main-content-1 h2 i { color: #008000;
    float: left;
    margin-right: 10px;	
	}
	
.service-title {
    float: left;
	width:90%;
	margin-top: 3px;
}
.list-of-pound li {
    padding: 10px 0 0px 10px;
    margin-left: 40px;
}
.list-of-pound {
    padding: 15px 0 0 15px;
}
#service .package-first > span {
    font-size: 23px;
}
#service .package-first > p {
    color: #008000;
    font-size: 13px !important;
    font-weight: bold;
    margin-top: 40px;
}
#service .fa-check-square {font-size: 20px;margin-right: 5px;}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.industries-content .service-main-content-1, .industries-content .service-main-content-3 {
    background: #008000 none repeat scroll 0 0;
    color: #ffffff;
    display: table;
    width: 100%;
}
.gallery
{
    display: inline-block;
    margin-top: 20px;
}
.package-first li {
    list-style-type: initial;
    margin-left: 20px;
}
.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
    background-color: #0b497e;
	line-height: 30px;
    color: white;
    font-size: 25px;
}
.grey .button:hover {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #008000;
    color: #008000;
}
.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.price .grey {
    background-color: #eee;
    font-size: 20px;
}

.button {
    background-color: #008000;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}
 .about-content { */
 background-attachment: fixed; 
	position:relative; 
     background-color: rgba(0, 0, 0, 0);
     /* background-image: url("../img/Contact-Bg.jpg"); */
     background-size: cover; 
	 /* background: rgba(0, 0, 0, 0) url("../img/main-bg11.jpg") repeat scroll 0 0; */
 }
#gallery-page-main, .service-main-div.overview_area {
     /* background: rgba(0, 0, 0, 0) url("../img/main-bg11.jpg") repeat scroll 0 0;  */
}
 .padding {
    padding: 60px 0 50px!important;
}
/* #servicesmain body {color:#fff;} */
#about .down_arrow {
    top: 30px !important;
}

.footer_area {
    background-color: #dfdfdf;
    bottom: 0;
    display: inline-block;
    left: 0;
    padding: 0;
    
    right: 0;
    width: 100%;
}
.copyright {padding: 10px 0;}
.copyright > #clockbox {color: #040404;}
#servicesmain #service.padding {
    padding: 45px 0 110px;
}
.top-main-title h2 {
    display: table;
    font-size: 30px;
    margin: 0 auto;
    padding: 20px 0;
	color:#fff;
}
.contact-us-section {
    background: #f2f2f2 none repeat scroll 0 0;
    border-bottom: 5px solid #008000;
    border-top: 5px solid #008000;
    color: #008000;
    padding: 60px 0 45px;
}


#whychooseus-content .title_wrap h1 {color: #040404!important;}
#about .title_wrap h1 {color: #ffffff;}

.homepage section#service.overview_area {margin-top: 0;}
.lg_btn::before, .dist_btn::before, .pricing_btn::before {background: #ccc none repeat scroll 0 0;bottom: 0;content: "";left: 0;position: absolute;right: 0;top: 0;transform: scaleX(0);transform-origin: 0 50% 0;transition-duration: 0.5s;transition-property: transform;transition-timing-function: ease-out;z-index: -1;}
.lg_btn {border: 1px solid #ccc;color: #212121;display: inline-block;font-size: 16px;line-height: 40px;margin: 0 15px;padding: 0 20px;text-align: center;border-radius: 0!important;}
.lg_btn:hover, .lg_btn:focus, .lg_btn:active, .dist_btn:hover, .dist_btn:focus, .dist_btn:active, .pricing_btn:hover, .pricing_btn:focus, .pricing_btn:active {color: #040404;}
.homepage-service .addon-title {font-size: 19px;margin: 20px 0;font-weight: bold;}
.title_wrap .title {font-size: 32px;}
.copyright p {color: #90ee90;}
.footer_area {background-color: #333;padding: 10px 0;}
.about-us-content > p {text-align: center;color: #000;}
#about .padding {padding: 50px 0;position: relative;}
.whychooseus {background: #d8d8d8 none repeat scroll 0 0;padding: 30px 0;}

.about-us-whychooseus i {
    border: 1px solid #ebb410;
    border-radius: 7px;
    color: #ebb410;
    display: block;
    font-size: 70px;
    margin: 26px 0 0;
    padding: 22px 0;
    text-align: center;
}
.about-us-whychooseus i:hover {
    color: #ffffff;
	background:#ebb410;
}

.top-main-title {
    background: rgba(0, 0, 0, 0) url("../img/main-bg11.jpg") repeat scroll 0 0;
    margin-top: 220px;
}
#contact.overview_area {
    /* background: url("../img/Contact-Bg.jpg") no-repeat scroll 0 0 / 100% 100%; */
	background: #0b497e none repeat scroll 0 0;
    margin-top: 80px;
    min-height: 800px;
}
#contact .title {
    color: #ffffff;
}
#contact strong {
    color: #ffcc33;
    font-size: 15px;
}
#contact strong h2{color: #ffcc33;}
#contact .sppb-title-heading > a {
    color: #dfdfdf;
    font-size: 20px;
}
#contact strong a {
    color: #dfdfdf;
}
ul.nav > li > a{line-height: 60px;}
ul.nav > li > a:hover {background: #008000 none repeat scroll 0 0;color: #ffffff;}
.scrollActive ul.nav > li > a{line-height: 46px;}
#preloader {
	background-image: url("../img/main-bg.png");
	background-color: #008000;
	}
	.scroll-to-top {
    background-color: green;}

.header_area {height: 217px;}
.navigation-main {
    background: #333333 none repeat scroll 0 0;
    border-bottom: 1px solid #008000;
    border-top: 1px solid #008000;
}
#navbar .nav.navbar-nav.nav-menu {
    display: table;
    float: none;
    margin: 0 auto;
}

.navbar-header .brand {padding: 0 0 12px;}
.intro {margin-top: 114px;padding: 85px 0 110px;}

.navbar-header {
    text-align: center;
    width: 100%;
}
/***********************Feature slider************************/
.amazingcarousel-image > div {
    display: none !important;
}
.homepage .padding {
    padding: 80px 0 45px !important;
}
/***********************Media************************/

@media(max-width:1024px){
.top-phone {right: 0;}
.premium {left: 63%;}
.columns {float: left;margin: 20px 0;padding: 8px;width: 50%;}
.top-header-24hr {
    display: inline-block;
    font-size: 13px;
    margin: 0 0 0 7%;
    padding-top: 27px;
    width: auto;
}
}



@media(max-width:800px) {
.header_area, .scrollActive .header_area {height: 80px;}
.brand {width: 200px;}
.homepage-service-box {min-height: 880px;}
#contact.overview_area {margin-top: 80px;min-height: auto;}
.header_area{height: 114px;}
.scrollActive .header_area {height: 80px;}
.premium {left: 48%;}
.top-header-24hr {display: none;}
}

@media(max-width:736px) {
.slogan h2 {font-size: 22px; line-height: 32px;}
.homepage .padding {padding: 40px 0 !important;}
.contact-us-section{padding: 25px 0 10px;}
.slogan {padding: 25px 0;}
.title_wrap .title {font-size: 25px;}
.navbar-collapse {background-color: #333333 !important;}
#navbar .nav.navbar-nav.nav-menu {width: 100%;}
ul.nav > li > a:hover, ul.nav > li.active > a {background-color: #008000 !important;}
ul.nav > li > a {line-height: 45px!important;}
.brand {width: 170px;}
.top-main-title {margin-top: 119px;}
.header-banner {margin-top: 117px;}
.homepage-service-box img {display: inline;}
body, p {font-size: 13px;line-height: 22px;}
.navbar-collapse {background-color: #f2f2f2;}
ul.nav > li > a:hover, ul.nav > li.active > a {background-color: #0B497E;}
.navbar-header .nav-btn {background-color: #008000;}
.columns {float: none;margin: 0 auto;padding: 8px;width: 80%;}
.navbar-header .brand {
    clear: both;
    display: block;
    float: left;
    margin-top: -48px;
    padding: 0 0 5px 15px;
}

}
@media(max-width:736px) {
.homepage-service-box {min-height: auto;}
.top-header-24hr {
	display: block;
    font-size: 13px;
    left: 28%;
    margin: 0;
    padding-top: 0;
    position: absolute;
    text-align: center;
    top: 37%;
    width: 48%;
}
.navbar-header .nav-btn {
    background-color: #008000;
    position: absolute;
    right: 0;
    top: 37px;
}
.navbar-header .brand {margin-top: 0;}
.about-us-content {
    margin-top: 15px;
}
}

@media(max-width:500px) {
.slide-content {font-size: 40px;width: 84%; line-height:50px;}
.premium {left: 0;}
.navbar-header .brand {clear: both;display: block;float: left;padding: 0 0 0 15px;width: 90px;}
.homepage-content-box.aos-init.aos-animate > p {text-align: justify;}
.package-first li {text-align: justify;}
.navbar-header .brand {padding: 10px 0 !important;width: 100px !important;}
.top-main-title {margin-top: 94px;}

}
@media(max-width:480px) {
.header_area {height: 93px;}
.header-banner {margin-top: 93px;}
.navbar-header .nav-btn {top: 23px;}
}


