
body{
    overflow-x: hidden;

  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;

}
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}

.main-nav {
	padding: 0 35px 0;
}
a.navbar-brand {
	width: 200px;
	margin: -3px auto 0;
	padding: 0;
	float: left;
	height: 60px;
}

.btn.btn-primary:hover {
	background-color: #363b7a !important;
	border-color: #363b7a !important;
}
a.sing-up:hover {
	background-color: #363b7a;
	border-color: #363b7a;
}
.navbar {
    position: fixed;
    min-height: 50px;
    margin-bottom: 0;
    border: 0px solid #e7e7e7;
    z-index: 999999;
    width: 100%;
    border-radius: 0 !important;
    height: 56px;
    color: linear-gradient(180deg, #58C29E 0%, #324897 100%);
    background: linear-gradient(180deg, #58C29E 0%, #324897 100%);
    background: linear-gradient(180deg, #58c29e99 0%, #3248978f 100%);
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: 0 auto -webkit-focus-ring-color;
	outline-offset: 0px;
}
header {
	width: 100%;
}
ul.nav.navbar-nav li a {
    padding: 18px 12px;
    color: #454981 !important;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    z-index: 9999;
    background-color: #2e78c1;
    border-color: transparent;
    padding: 5px 8px;
    font-size: 12px;
    border: 0;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
.btn.btn-primary:hover {
    background-color: #363b7a !important;
    border-color: #363b7a !important;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: 0 auto -webkit-focus-ring-color;
	outline-offset: 0px;
}

section.header {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 80px;
    background-color: black;
    background: url(../img/header/header_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh; /* or any other height value */
}

#lottie {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    text-align: center;
    opacity: 1;
    position: relative;
    z-index: 999999;
}
.image-logo {
    float: right;
    width: 100%;
    margin: 120px auto 0;
}
.logo_under img {
    width: 90%;
}
.logo_under {
    float: left;
    position: absolute;
    margin: 0 auto 0;
    width: 75%;
    bottom: 2%;
    left: 20%;
    text-align: center;
}
.logo_under h2 {
    font-size: 25px;
    font-weight: 600;
    margin: 10px auto 0;
}
#LandingHeader {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color:  rgba(46, 89, 169, 1);
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.header_contact {
    width: 100%;
    padding: 0;
    text-align: center;
    height: 30px;
    float: left;
    position: relative;
    top: 183px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

span.text-slid-head p {
    font-size: 30px;
    margin: 0 auto 0;
}

.text-inner {
    font-size: 17px;
    text-align: left;
    width: 100%;
    font-weight: 400;
    float: left;
   
}
#stuff {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
#stuff span {
	-webkit-transition: all 700ms linear;
	-moz-transition: all 700ms linear;
	-o-transition: all 700ms linear;
	transition: all 700ms linear;
}
.insertElt {
	position: absolute;
	top: -100%;
	opacity: 0;
}
.displayElt {
	position: absolute;
	top: 0;
	opacity: 1;
}
.removeElt {
	position: absolute;
	top: 100%;
	opacity: 0;
}
span.text-slid-head {
    text-align: left;
    float: left;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: 600;
	margin: 0 auto 15px;
}

.text-inner {
	font-size: 17px;
	text-align: left;
	width: 100%;
	font-weight: 400;
	float: left;
	color: #000000;
    
}

section.services {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../img/our_services/services_bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    /* height: 100vh; */
}
.text-heading {
    font-weight: 500;
    color: #2B2B2B;
    text-align: left;
}
.text-muted {
    color: #000000;
    font-weight: 300;
    text-align: left;
}
.icon-img {
    float: left;
    width: 100%;
}
.icon-img img {
    float: left;
    margin: 0 auto 0px;
    display: table;
}
.service-man p {
    color: #000000;
    font-weight: 400;
    margin: 0 auto 0;
    padding: 0 80px 0 0;
    float: left;
}
.service-man h2 {
    color: linear-gradient(180deg, #58C29E 0%, #324897 100%);
    background: linear-gradient(180deg, #58C29E 0%, #324897 100%);
    background: linear-gradient(180deg, #58C29E 0%, #324897 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    font-weight:500;
    font-size: 40px;
    text-transform: uppercase;

}
.primary {
    width: 50px;
    border-top: 4px solid #2a5198;
    border-radius: 10px;
}
.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}
.service-man hr {
    float: left;
    margin: 0 auto 15px;
}
.animated {
    animation-duration: 3s !important; 
    -webkit-animation-duration: 3s ;
    -moz-animation-duration: 3s;
    -ms-animation-duration: 3s;
    -o-animation-duration: 3s;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
}
.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.service-man {
    float: left;
    width: 100%;
    padding: 110px 0 0 0;
}
/*about css*/

section.about_us {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: black;
    background: url(../img/about/about_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}
.about_text {
    float: left;
    width: 100%;
    padding: 130px 0 0 120px;
}
.about_text p {
    color: #000000;
    font-weight: 400;
    margin: 0 auto 30px;
    padding: 0;
    float: left;
}
.about_text h2 {
    color: linear-gradient(180deg, #58C29E 0%, #324897 100%);
    background: linear-gradient(180deg, #58C29E 0%, #324897 100%);
    background: linear-gradient(180deg, #58C29E 0%, #324897 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
}

ul.about_point {
    float: left;
    color: #000;
    margin: 0 0;
    padding: 0 0px 0 0;
}
ul.about_point ol {
    padding: 0;
    float: left;
    margin: 5px 0;
    text-decoration: none;
}
ul.about_point img {
    float: left;
    margin: 0 6px 0 0;
}
.about_main_img img {
    width: 100%;
}

.about_main_img {
    width: 94vh;
    float: right;
    margin: 0;
    padding: 40px 0 0 0;
    position: absolute;
    left: 45px;
}
/*Vision And miission*/


section.vision_mission {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: black;
    background: url(../img/vision/vision_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
   
}
.vision_text {
    float: left;
    width: 100%;
    padding: 15px 50px 0 0;
}
.vision_text p {
    color: #000000;
    font-weight: 400;
    margin: 0 auto 30px;
    padding: 0;
    float: left;
}
.vision_text h2 {
    color: #fff;
    font-weight: 500;
    margin: 0 0 30px;
    font-size: 40px;
}
.vision_main_img {
    float: right;
    margin: 0;
    padding: 40px 0 0 0;
    width: 100%;
}
.vision_main_img img {
    width: 75%;
    margin: 20px auto 0;
    float: right;
}
.mission h4 {
    font-size: 20px;
    color: #fff;
    margin: 0 auto 5px;
}
.mission p {
    color: #fff;
    margin: 0 auto 0;
}
.mission {
    float: left;
    margin: 0 auto 35px;
    padding: 0 50px 0 0;
}
.vision h4 {
    font-size: 20px;
    color: #fff;
    margin: 0 auto 5px;
}
.vision  p {
    color: #fff;
    margin: 0 auto 0;
}
.vision  {
    float: left;
    margin: 0 auto 35px;
    padding: 0 50px 0 0;
}
.mission h4 {
    font-size: 18px;
    color: #fff;
    margin: 0 auto 5px;
}

.clients h4 {
    font-size: 20px;
    color: #fff;
    margin: 0 auto 5px;
}
.clients p {
    color: #fff;
    margin: 0 auto 0;
}
.clients {
    float: left;
    margin: 0 auto 35px;
    padding: 0 50px 0 0;
}
/* Quality Policy*/

section.quality_policy {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: black;
    background: url(../img/quality_policy/quality_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
   
}

.quality_text h2 {
    color: linear-gradient(180deg, #58C29E 0%, #324897 100%);
    background: linear-gradient(180deg, #58C29E 0%, #324897 100%);
    background: linear-gradient(180deg, #58C29E 0%, #324897 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
}
.quality_text {
    float: left;
    width: 100%;
    padding: 70px 50px 0 0;
    margin: 50px auto 0;
}
.q_policy p {
    color: #000;
    margin: 0 auto 0;
    line-height: 1.8;
}
.q_policy  h4 {
    font-size: 20px;
    color: #000;
    margin: 0 auto 5px;
}
.q_policy {
    float: left;
    margin: 0 auto 35px;
    padding: 0 50px 0 0;
}

section.building_solar{
    float: left;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: black;
    background: url(../img/construction/construction_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
   
}
.building_inner h2 {
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    margin: 0 auto 0;
    padding: 0 0 30px 0;
    text-transform: uppercase;
}
.building_inner img {
    width: 100%;

    margin: 0 auto 0;
    height: 247px;
}

.solar_inner h2 {
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    margin: 0 auto 0;
    padding: 0 0 30px 0;
    text-transform: uppercase;
}
.solar_inner img {
    width: 100%;
    margin: 0 auto 0;
 position: relative;
    left: 180px;
    text-align: center;
}
.building_inner {
    float: left;
    margin: 0 auto 34px;
}
section.road_water{
    float: left;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: black;
    background: url(../img/road/road_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
   
}

.text-inner-line h2 {
    color: linear-gradient(180deg, #58C29E 0%, #324897 100%);
    background: linear-gradient(180deg, #58C29E 0%, #324897 100%);
    background: linear-gradient(180deg, #58C29E 0%, #324897 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
    margin: 5px auto 20px;
}
.text-inner-line img {
    float: left;
    margin-bottom: 10px;
    width: 100%;
    height: 169px;
}



section.hse_policy {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hse_policy_text {
    float: left;
    width: 100%;
    padding: 0px 0 0 0px;
}
.hse_policy_text p {
    color: #000000;
    font-weight: 400;
    margin: 0 auto 30px;
    padding: 0;
    float: left;
}
.hse_policy_text h2 {
    color: linear-gradient(180deg, #58C29E 0%, #324897 100%);
    background: linear-gradient(180deg, #58C29E 0%, #324897 100%);
    background: linear-gradient(180deg, #58C29E 0%, #324897 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
}

ul.hse_policy_point {
    float: left;
    color: #000;
    margin: 0 0;
    padding: 0 0 0px 0;
}
ul.hse_policy_point ol {
    padding: 0;
    float: left;
    margin: 5px 0;
    text-decoration: none;
}
ul.hse_policy_point img {
    float: left;
    margin: 0 6px 0 0;
}
.hse_policy_main_img img {
    width: 100%;
}

.hse_policy_main_img {
    width: 94vh;
    float: right;
    margin: 0;
    padding: 40px 0 0 0;
    position: absolute;
    left: 45px;
}

section.client{
    float: left;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: black;
    background: url(../img/clients/clients_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
   
}
.clints_text h2 {
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
    margin: 50px auto 35px;
}
.clients_logo img {
    float: left;
    width: 100%;
}
.clients_logo {
    float: left;
    padding: 0px 100px 0 100px;
}

section.footer {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: black;
    background: url(../img/footer/footer_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    position: relative;

}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5));
	opacity: 0.5; /* adjust the opacity to your liking */
}
.footer_logo {
    margin: 0 auto 0;
    text-align: left;
}
.footer_text {
    width: 100%;
    background-color: #4568AD;
    float: left;
    text-align: center;
    padding: 10px 0;
}
.footer_text p {
    margin: 0;
    padding: 0;
    text-align: center;
}
.footer_logo img {
    position: relative;
    z-index: 1;
}
.text-ser {
    float: left;
}

.contact_us h3 {
    color: linear-gradient(180deg, #58C29E 0%, #324897 100%);
    background: linear-gradient(180deg, #58C29E 0%, #324897 100%);
    background: linear-gradient(180deg, #58C29E 0%, #324897 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 auto 0;
}
.contact_us ul {
    padding: 0px;
    padding-top: 10px;
    list-style-type: none;
    color: rgba(46, 89, 169, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
}
.contact_us {
    float: right;
    padding: 50px 0 0 0;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: linear-gradient(180deg, #58C29E 0%, #324897 100%);
    background: linear-gradient(180deg, #58C29E 0%, #324897 100%);
    background: linear-gradient(180deg, #58C29E 0%, #324897 100%);
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}

.navbar-default .navbar-toggle {
    border-color: rgba(46, 89, 169, 1);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.contact_us h3 {
    color: linear-gradient(180deg, #58C29E 0%, #324897 100%);
    background: linear-gradient(180deg, #58C29E 0%, #324897 100%);
    background: linear-gradient(180deg, #58C29E 0%, #324897 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 auto 0;
}
.contact_us h2 {
    color: linear-gradient(180deg, #58C29E 0%, #324897 100%);
    background: linear-gradient(180deg, #58C29E 0%, #324897 100%);
    background: linear-gradient(180deg, #58C29E 0%, #324897 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 35px;
    text-transform: uppercase;
    margin: 0 auto 15px;
}




.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 100%;
	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;
}
.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: 140px;
    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 :40px;
    padding-bottom:0px;
}









/*----------------------------------------Responsive CSS----------------------------------------------*/
@media only screen and (max-device-width: 1280px) {
    .about_main_img {
        width: 73vh;
        padding: 70px 0 0 0;
        position: relative;
        left: 90px;
    }
    .hse_policy_main_img {
        width: 73vh;
        padding: 70px 0 0 0;
        position: relative;
        left: 90px;
    }
    .about_text {
     
        padding: 130px 0 0 0;
    }
    .vision_main_img img {
        width: 100%;
    }
    .logo_under {
        float: left;
        position: absolute;
        margin: 0 auto 0;
        width: 80%;
        bottom: -1%;
        left: 20%;
        text-align: center;
    }
}
@media only screen and (max-device-width: 1024px) {

    ul.nav.navbar-nav li a {
        padding: 10px 10px;
    }
    .header_contact {
        top: 75px;
        margin: 90px auto 0;
        position: initial;
    }
    #lottie {
        top: 250px;
        position: initial;
        margin: 140px auto 0;
    }
    .image-logo {
        float: none;
        width: 55%;
        margin: 0 auto 0;
    }
    .logo_under {
        position: absolute;
        left: 27%;
        bottom: 0%;
        width: 50%;
    }
    .logo_under {
        position: absolute;
        left: 20%;
        bottom: 0%;
        width: 70%;
    }

    .hse_policy_text {
        padding: 30px 70px;
    }
    .hse_policy_main_img {
        width: 100vh;
        align-items: center;
        display: contents;

}
.service-man {
    padding: 0 0 0 0;
    text-align: center;
}
    .service-man p {
        margin: 0 auto 0;
        padding: 0;
     
    }
    .service-man hr {
        float: none;
        margin: 0 auto 15px;
    }

    .icon-img img {
        float: none;
 
    }
    .text-ser {
        float: left;
    }
    .text-heading {
        text-align: center;
        margin: 10px auto 10px;
    }
    .text-muted {
        text-align: center;
    }
    .about_text {
        padding: 15px 85px;
        text-align: center;
    }
    .about_main_img {
        width: 100vh;
        padding: 24px 0 0 0;
        position: relative;
        left: -83px;
    }
    .solar_inner img {
        left: 0;
        margin: 0 auto 30px;
    }
    .building_inner img {
        margin: 0 auto 20px;

    }
    .vision_text h2 {
        text-align: center;
    }
    .vision_text {
        padding: 0 0 0 0;
        text-align: center;
    }
    .mission {
        padding: 0;
    }
    .vision {
        padding: 0;
    }
    .clients {
        margin: 0 auto 0;
        padding: 0;
    }
    .vision_text h2 {
        text-align: center;
        margin: 50px auto 20px;
    }
    section.quality_policy {s
        padding-top: 0;
        padding-bottom: 40px;
      
    }
    .vision_main_img {
        margin: 0;
        padding: 0;
    }
    .quality_text {
      
        padding: 0;
        margin: 40px auto 0;
        text-align: center;
    }
    .q_policy {
        margin: 0 auto 25px;
        padding: 0;
    }
    .text-inner-line h2 {
        text-align: center;
    }
    .hse_policy_text {
        padding: 64px;
        text-align: center;
    }
    span.text-slid-head {
        text-align: center;
        float: none;
    }
    #stuff {
        text-align: center;
    }
}
@media only screen and (max-device-width: 800px) {
    span.text-slid-head {
        text-align: center;
        float: none;
    }
    #stuff {
        text-align: center;
    }
    .hse_policy_text {
        padding: 30px 70px;
    }
    .hse_policy_main_img {
        width: 100vh;
        align-items: center;
        display: contents;

}
.service-man {
    padding: 0 0 0 0;
    text-align: center;
}
    .service-man p {
        margin: 0 auto 0;
        padding: 0;
     
    }
    .service-man hr {
        float: none;
        margin: 0 auto 15px;
    }

    .icon-img img {
        float: none;
 
    }
    .text-ser {
        float: left;
    }
    .text-heading {
        text-align: center;
        margin: 10px auto 10px;
    }
    .text-muted {
        text-align: center;
    }
    .about_text {
        padding: 15px 85px;
    }
    .about_main_img {
        width: 100vh;
        padding: 24px 0 0 0;
        position: relative;
        left: -83px;
    }
    .solar_inner img {
        left: 0;
        margin: 0 auto 30px;
    }
    .building_inner img {
        margin: 0 auto 20px;

    }
    .vision_text h2 {
        text-align: center;
    }
    .vision_text {
        padding: 0 0 0 0;
        text-align: center;
    }
    .mission {
        padding: 0;
    }
    .vision {
        padding: 0;
    }
    .clients {
        margin: 0 auto 0;
        padding: 0;
    }
    .vision_text h2 {
        text-align: center;
        margin: 50px auto 20px;
    }
    section.quality_policy {s
        padding-top: 0;
        padding-bottom: 40px;
      
    }
    .vision_main_img {
        margin: 0;
        padding: 0;
    }
    .quality_text {
      
        padding: 0;
        margin: 40px auto 0;
        text-align: center;
    }
    .q_policy {
        margin: 0 auto 25px;
        padding: 0;
    }
    .text-inner-line h2 {
        text-align: center;
    }
    .hse_policy_text {
        padding: 64px;
        text-align: center;
    }



}
@media screen and (max-width:768px) {
    .image-logo {
        float: left;
        width: 100%;
        margin: 0 auto 0;
    }
    span.text-slid-head {
        font-size: 30px;
    }
    span.text-slid-head {
   
        line-height: 35px;
        font-weight: 500;
        margin: 0 auto 15px;
    }
    #stuff {
        text-align: center;
        font-size: 16px;
    }
    span.text-slid-head p {
        font-size: 18px;
        margin: 0 auto 0;
    }
    .service-man h2 {
        font-size: 30px;
        text-transform: uppercase;
    }
    .about_text {
        padding: 15px 0;
    }
    .about_main_img {
        width: 100%;
        padding: 24px 0 0 0;
        position: relative;
        left: 0;
    }
    section.services {
    
        padding-top: 40px;
        padding-bottom: 30px;
        
    }
    .about_text h2 {
        font-size: 30px;

    }
    section.about_us {
        padding-top: 0;
        padding-bottom: 40px;
     
    }

    .vision_text h2 {
        font-size: 30px;
    }
    .quality_text h2 {
        font-size: 30px;

    }
    .q_policy h4 {
        font-size: 18px;
    }
    .building_inner h2 {
        font-size: 30px;
       
    }
    .solar_inner h2 {
        font-size: 30px;
   
    }
    .text-inner-line h2 {
        text-align: center;
        font-size: 30px;
    
}
.hse_policy_text {
    padding: 0;
    text-align: center;
}
section.hse_policy {
    padding-top: 30px;
    padding-bottom: 40px;
    
}
.hse_policy_text h2 {
    font-size: 30px;

}
.hse_policy_main_img img {
    width: 100%;
    margin: 20px auto 0;
}
.clints_text h2 {
    font-size: 30px;
    margin: 0px auto 20px;
}

section.client {
    padding-top: 40px;
    padding-bottom: 40px;
 
}


}
@media screen and (max-width:767px){
    .navbar-nav {
        margin: 7.5px -15px;
        background: #fff;
    }
    .contact_us {
        float: none;
        padding: 50px 0 0 0;
        text-align: center;
    }
    .footer_logo {
        margin: 0 auto 0;
        text-align: center;
    }
    .image-logo {
        float: left;
        width: 100%;
        margin: 0 auto 0;
    }
    span.text-slid-head {
        font-size: 30px;
    }
    span.text-slid-head {
   
        line-height: 35px;
        font-weight: 500;
        margin: 0 auto 15px;
    }
    #stuff {
        text-align: center;
        font-size: 16px;
    }
    span.text-slid-head p {
        font-size: 18px;
        margin: 0 auto 0;
    }
    .service-man h2 {
        font-size: 30px;
        text-transform: uppercase;
    }
    .about_text {
        padding: 15px 0;
    }
    .about_main_img {
        width: 100%;
        padding: 24px 0 0 0;
        position: relative;
        left: 0;
    }
    section.services {
    
        padding-top: 40px;
        padding-bottom: 30px;
        
    }
    .about_text h2 {
        font-size: 30px;

    }
    section.about_us {
        padding-top: 0;
        padding-bottom: 40px;
     
    }

    .vision_text h2 {
        font-size: 30px;
    }
    .quality_text h2 {
        font-size: 30px;

    }
    .q_policy h4 {
        font-size: 18px;
    }
    .building_inner h2 {
        font-size: 30px;
       
    }
    .solar_inner h2 {
        font-size: 30px;
   
    }
    .text-inner-line h2 {
        text-align: center;
        font-size: 30px;
    
}
.hse_policy_text {
    padding: 0;
    text-align: center;
}
section.hse_policy {
    padding-top: 30px;
    padding-bottom: 40px;
    
}
.hse_policy_text h2 {
    font-size: 30px;

}
.hse_policy_main_img img {
    width: 100%;
    margin: 20px auto 0;
}
.clints_text h2 {
    font-size: 30px;
    margin: 0px auto 20px;
}

section.client {
    padding-top: 40px;
    padding-bottom: 40px;
 
}
}
@media only screen and (max-device-width : 480px) {
    .clients_logo {
        float: left;
        padding: 0;
    }
    .container-fluid {
        padding: 40px;
    }
    .image-logo {
        float: left;
        width: 100%;
        margin: 130px auto 0;
    }
    span.text-slid-head {
        font-size: 30px;
    }
    span.text-slid-head {
   
        line-height: 35px;
        font-weight: 500;
        margin: 0 auto 15px;
    }
    #stuff {
        text-align: center;
        font-size: 16px;
    }
    span.text-slid-head p {
        font-size: 18px;
        margin: 0 auto 0;
    }
    .service-man h2 {
        font-size: 30px;
        text-transform: uppercase;
    }
    .about_text {
        padding: 15px 0;
    }
    .about_main_img {
        width: 100%;
        padding: 24px 0 0 0;
        position: relative;
        left: 0;
    }
    section.services {
    
        padding-top: 40px;
        padding-bottom: 30px;
        
    }
    .about_text h2 {
        font-size: 30px;

    }
    section.about_us {
        padding-top: 0;
        padding-bottom: 40px;
     
    }

    .vision_text h2 {
        font-size: 30px;
    }
    .quality_text h2 {
        font-size: 30px;

    }
    .q_policy h4 {
        font-size: 18px;
    }
    .building_inner h2 {
        font-size: 30px;
       
    }
    .solar_inner h2 {
        font-size: 30px;
   
    }
    .text-inner-line h2 {
        text-align: center;
        font-size: 30px;
    
}
.hse_policy_text {
    padding: 0;
    text-align: center;
}
section.hse_policy {
    padding-top: 30px;
    padding-bottom: 40px;
    
}
.hse_policy_text h2 {
    font-size: 30px;

}
.hse_policy_main_img img {
    width: 100%;
    margin: 20px auto 0;
}
.clints_text h2 {
    font-size: 30px;
    margin: 0px auto 20px;
}

section.client {
    padding-top: 40px;
    padding-bottom: 40px;
 
}
.contact_us {
    float: none;
    padding: 50px 0 0 0;
    text-align: center;
}
.footer_logo {
    margin: 0 auto 0;
    text-align: center;
}
.logo_under {
    bottom: -5%;
}

}
@media screen and (max-width:375px){

    .logo_under {
        position: absolute;
        left: 4%;
        bottom: -11%;
        width: 100%;
    }
    .container-fluid {
        padding: 10px;
    }
    .contact_us {
        float: none;
        padding: 50px 0 0 0;
        text-align: center;
    }
    .footer_logo {
        margin: 0 auto 0;
        text-align: center;
    }
    .image-logo {
        float: left;
        width: 100%;
        margin: 0 auto 0;
    }
    span.text-slid-head {
        font-size: 30px;
    }
    span.text-slid-head {
   
        line-height: 35px;
        font-weight: 500;
        margin: 0 auto 15px;
    }
    #stuff {
        text-align: center;
        font-size: 16px;
    }
    span.text-slid-head p {
        font-size: 18px;
        margin: 0 auto 0;
    }
    .service-man h2 {
        font-size: 30px;
        text-transform: uppercase;
    }
    .about_text {
        padding: 15px 0;
    }
    .about_main_img {
        width: 100%;
        padding: 24px 0 0 0;
        position: relative;
        left: 0;
    }
    section.services {
    
        padding-top: 40px;
        padding-bottom: 30px;
        
    }
    .about_text h2 {
        font-size: 30px;

    }
    section.about_us {
        padding-top: 0;
        padding-bottom: 40px;
     
    }

    .vision_text h2 {
        font-size: 30px;
    }
    .quality_text h2 {
        font-size: 30px;

    }
    .q_policy h4 {
        font-size: 18px;
    }
    .building_inner h2 {
        font-size: 30px;
       
    }
    .solar_inner h2 {
        font-size: 30px;
   
    }
    .text-inner-line h2 {
        text-align: center;
        font-size: 30px;
    
}
.hse_policy_text {
    padding: 0;
    text-align: center;
}
section.hse_policy {
    padding-top: 30px;
    padding-bottom: 40px;
    
}
.hse_policy_text h2 {
    font-size: 30px;

}
.hse_policy_main_img img {
    width: 100%;
    margin: 20px auto 0;
}
.clints_text h2 {
    font-size: 20px;
    margin: 0px auto 20px;
}

section.client {
    padding-top: 40px;
    padding-bottom: 40px;
 
}
.clients_logo {
    float: left;
    padding: 0;
}
.logo_under {
    bottom: -10%;
}
.header_contact {
    height: 180px;

}
}
@media screen and (max-device-width : 320px){

    .container-fluid {
        margin: auto;
        padding: 10px;
    }
    .clients_logo {
        float: left;
        padding: 0px 0px 0 0;
    }
    .logo_under {
        bottom: -15%;
        left: 0;
    }
    .image-logo {
        float: left;
        width: 100%;
        margin: 0px auto 0;
    }
    span.text-slid-head {
        font-size: 30px;
    }
    span.text-slid-head {
   
        line-height: 35px;
        font-weight: 500;
        margin: 0 auto 15px;
    }
    #stuff {
        text-align: center;
        font-size: 16px;
    }
    span.text-slid-head p {
        font-size: 18px;
        margin: 0 auto 0;
    }
    .service-man h2 {
        font-size: 30px;
        text-transform: uppercase;
    }
    .about_text {
        padding: 15px 0;
    }
    .about_main_img {
        width: 100%;
        padding: 24px 0 0 0;
        position: relative;
        left: 0;
    }
    section.services {
    
        padding-top: 40px;
        padding-bottom: 30px;
        
    }
    .about_text h2 {
        font-size: 30px;

    }
    section.about_us {
        padding-top: 0;
        padding-bottom: 40px;
     
    }

    .vision_text h2 {
        font-size: 20px;
        font-weight: 600;
    }
    .quality_text h2 {
        font-size: 20px;

    }
    .q_policy h4 {
        font-size: 18px;
    }
    .building_inner h2 {
        font-size: 30px;
       
    }
    .solar_inner h2 {
        font-size: 20px;
   
    }
    .text-inner-line h2 {
        text-align: center;
        font-size: 20px;
    
}
.hse_policy_text {
    padding: 0;
    text-align: center;
}
section.hse_policy {
    padding-top: 30px;
    padding-bottom: 40px;
    
}
.hse_policy_text h2 {
    font-size: 20px;

}
.hse_policy_main_img img {
    width: 100%;
    margin: 20px auto 0;
}
.clints_text h2 {
    font-size: 20px;
    margin: 0px auto 20px;
}

section.client {
    padding-top: 40px;
    padding-bottom: 40px;
 
}
.vision h4 {
    font-size: 18px;
   
}


.mission h4 {
    font-size: 18px;
    color: #fff;
    margin: 0 auto 5px;
}

.clients h4 {
    font-size: 18px;
    color: #fff;
    margin: 0 auto 5px;
}
.header_contact {
    height: 180px;

}

}
