body,html{
    margin: 0px;
    margin-right:0px;
    margin-left: 0px;
    padding:0px;
    padding-right: 0px;
    padding-left: 0px;
    box-sizing: border-box;
    overflow-x: hidden;
}

/*above navbar*/
.social1{
    font-size: 1em;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    display:inline-block;
    color:black;
}
.social1:hover{
    color: blue;
}
.social2{
    font-size: 1em;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    display:inline-block;
    color:black;
}
.social2:hover{
    color: #17a2b8;
}
.social3{
    font-size: 1em;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    display:inline-block;
    color:black;
}
.social3:hover{
    color: #17a2b8;
}
.social4{
    font-size: 1em;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    display:inline-block;
    color:black;
}
.social4:hover{
    color: #28a745;
}
.social5{
    font-size: 1em;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    display:inline-block;
    color:#fd7e14;
}
.social5:hover{
    color: #fd7e14;
}
.abovenav1{
    color: #061538;
}
.abovenav2:hover{
    color: #fd7e14;
}


/*above navbar2*/
.abonavrow1{
    background-color: #0b0b0b;
    padding: 10px;
    font-weight: 300;
    color: #ffffff;
}
.abovenavimg{
   margin-top: 0px; 
   width: 70px;
   height:70px;
}
.logobrandname{
    position: absolute;
    z-index: 999;
    top:15px;
    left: 100px;
    font-weight: 700;
    text-transform: uppercase;
}
.logobrandname:hover{
    color: #fff;
}
.locimg1 {
    width: 25px;
    height: 35px;
    float: left;
    margin-right: 10px;
}
.abovenav2a{
   font-family: "Hind", sans-serif;
    color: #fff;
    font-weight: 500;
}
.abovenav2b{
    font-weight: 500;
    color: #ffffff;
    float: right;
}
.locsection1{
    padding-top: 10px;
    float: right!important;
}

/*--navbar--*/
.navbar{
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 17px;
    padding-right:5%;
    white-space: nowrap;
    text-transform: capitalize;
    font-family: 'Righteous', cursive;
}
.navbar-brand{

}
.navbar a{
    color: yellow;
}
a.navbar-brand i{
     color: #FFC107;
}
a.navbar-brand{
    color: #FFC107 !important;
    font-size: 36px;
    box-sizing: border-box;
}

a.navbar-logo{
    padding-left: 5%;
    color: #FFC107 !important;
    font-size: 36px;
    box-sizing: border-box;
}
.navbar-light .navbar-nav .active>.nav-link{
    color: #fd7e14;
}
.navbar-light .navbar-nav .nav-link {
    color: black;
}
.nav-link::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background:#fd7e14 ;
    transition: width .3s
    box-sizing:border-box;
}
.nav-link:hover::after{
    width: 100%;
    transition: width .3s;
    box-sizing:border-box;
}
.navbar-light .navbar-nav .nav-link .a:hover{
    background-color: #fd7e14;
}
.navbar-nav .nav-item .nav-link:hover{
    color: #fd7e14!important;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    background: #fff;
}

@media(max-width:767px){
.abovenavrow{
        text-align: center;
    }
.logobrandname{
    position: absolute;
    z-index: 999;
    top:0px;
    left: 100px;
    font-weight: 700;
    text-transform: uppercase;
}
.logobrandname:hover{
    color: #fff;
}

.locsection1{
    display: none;
    text-align: center;
    }    
}

/*banner section*/

.banner{
    background-image: url(../images/banner3.jpg);
    width: 100%;
    height: 600px;
    background-size: cover;
    margin-left: 0px;
    position: relative;
}
.banner1{
    margin-top: 27%;
    position: relative;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    color:#fd7e14;
    font-family: "Hind", sans-serif;
}
.banner2{
    color:#fd7e14;
    font-size: 60px;
    position: relative;
    line-height: 60px;
    font-weight: 600;
}
@media(max-width:767px){
.banner{
    background-image: url(../images/banner3.jpg);
    width: 100%;
    height: 500px;
    background-size: cover;
    margin-left: 0px;
    position: relative;
}    
.banner1{
    margin-top: 10%;
    position: relative;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    color:#fd7e14;
    font-family: "Hind", sans-serif;
}
.banner2{
    color:#fd7e14;
    font-size: 60px;
    position: relative;
    line-height: 60px;
    font-weight: 600;
} 
}

/*below banner*/
.belowbanner3{
    border: 1px solid gray;
    padding: 19px 17px 19px;
    border-radius: 5px;
    visibility: visible;
    text-align: justify;
    animation-duration: 1.5s;
    animation-delay: 0.8s;
    animation-name: fadeInUp;
    position: absolute;
    top:-150px;
    left:100px;
    background-color: white;
}

.belowbanner4{
    border: 1px solid gray;
    padding: 19px 17px 19px;
    border-radius: 5px;
    visibility: visible;
    animation-duration: 1.5s;
    animation-delay: 0.8s;
    text-align: justify;
    animation-name: fadeInUp;
    position: absolute;
    top:-150px;
    left:450px;
    background-color: white;
}

.belowbanner5{
    border: 1px solid gray;
    padding: 19px 17px 19px;
    border-radius: 5px;
    visibility: visible;
    animation-duration: 1.5s;
    animation-delay: 0.8s;
    text-align:justify;
    animation-name: fadeInUp;
    position: absolute;
    top:-150px;
    left:800px;
    background-color: white;
}
.belowbanner1{
    margin-top: 7%;
}
.belowbanner1:hover{
    color: orangered;
}
@media(max-width:767px){
.belowbanner3{
    border: 1px solid gray;
    padding: 19px 17px 19px;
    border-radius: 5px;
    visibility: visible;
    text-align: justify;
    animation-duration: 1.5s;
    animation-delay: 0.8s;
    animation-name: fadeInUp;
    position: relative;
    top:20px;
    left:0px;
    background-color: white;
}

.belowbanner4{
    border: 1px solid gray;
    padding: 19px 17px 19px;
    border-radius: 5px;
    visibility: visible;
    animation-duration: 1.5s;
    animation-delay: 0.8s;
    text-align: justify;
    animation-name: fadeInUp;
    position: relative;
    top:40px;
    left:0px;
    background-color: white;
}

.belowbanner5{
    border: 1px solid gray;
    padding: 19px 17px 19px;
    border-radius: 5px;
    visibility: visible;
    animation-duration: 1.5s;
    animation-delay: 0.8s;
    text-align:justify;
    animation-name: fadeInUp;
    position: relative;
    top:60px;
    left:0px;
    background-color: white;
}
.belowbanner1{
    margin-top: 7%;
}
.belowbanner1:hover{
    color: orangered;
}    
}

/* about us*/
.about1{
    font-size: 18px;
    font-weight: 600;
    color: #ff5e14 !important;
    font-family: "Hind", sans-serif;
    text-align:center;
}
.about2{
   font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #061538;
    margin-bottom: 15px; 
    font-family: "Hind", sans-serif;
    text-align:center;
}
.aboutimg1{
    vertical-align: middle;
    text-align: center!important;
}
.aboutimg3 {
   margin-top: 9%;
}
.company-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #061538;
    margin-top: 5%;
}
.about-text1{
   text-align: justify;
}
.about-title{
    font-size: 18px;
    font-weight: 600;
    color: #061538;
}
.about-text{
    
}
.aboutcol2{
    margin-left: 5%;
}
.abouticon{
    font-size: 20px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #f85a40;
    color: #fff;
    margin-bottom: 5%;
    text-align: center;
}
@media(max-width:767px){
.aboutrowtop1{
    margin-top: 10%;    
    }  
.mobileview{
    width: 90%;
    margin-left: 5%;
    } 
.about-title{
    margin-left: 10%;    
    }
.about-text{
    margin-left: 10%;    
    } 
.mobileadjustment{
        text-align: center;
    }    
}

/*market sector*/

.market1{
    font-size: 36px;
    font-weight: 3;
    color: #061538;
    text-align: center;
    justify-content: center;
    margin-top: 5%;
}
.market2{
    font-weight: 700;
    color: #061538;
}
.market3{
    font-size: 15px;
    line-height: 25px;
    color:#061538;
    text-align: center;
    justify-content: center;    
}
.market4{
    transition: 0.5s;
    font-weight: 600;
    font-size: 22px;
    color: #061538;
    font-family: "Hind", sans-serif;
    margin-top: 5%;
}
.market4:hover{
    color: orangered;
}
.market5{
    font-family: "Hind", sans-serif;
    font-size: 15px;
    line-height: 25px;
    color: #242424;
}
.market6{
    position: relative;
}
.market7{
    background: #ff5e14 none repeat scroll 0 0;
    border-radius: 0 80px 0 0;
    bottom:18%;
    height: 90px;
    left: 4%;
    opacity: 1;
    position: absolute;
    width: 90px;
}
.market7:hover{
    position: absolute;
    width:30%;
    height: 30%;
    background-color: rgba(6, 21, 56, 0.66);
    opacity: 1;
    transition: 0.5s;
    transform: translateY(-10px);
}

/*our latest project*/
.ourproject1{
    font-size: 40px;
    font-weight: 600;
    color: #ff5e14 !important;
    font-family: "Hind", sans-serif;
    text-align:center;
}
.ourproject2{
   font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #061538;
    margin-bottom: 15px; 
    font-family: "Hind", sans-serif;
    text-align:center;
}
.ourprojectimg1{
    vertical-align: middle;
    text-align: center!important;
}

.project-title {
    font-size: 24px;
    font-weight: 600;
    padding: 10px 25px 11px;
    color: #061538;
}
.project-text{
    font-size: 15px;
    padding: 0px 25px 0px;
}


/*-- gallery img-hover-effect --*/
.gallery h3.heading span:after{
    left: 24%;
}
.adipoli-wrapper
{
    margin:auto;
    position:relative;
    display: inline-block;
}
.adipoli-wrapper>img
{
    position: absolute;
    z-index: 1;
}
.adipoli-before
{
    position: absolute;
    z-index: 5;
    background: rgba(0, 0, 0, 0.5) !important;
}
.adipoli-after
{
    position: absolute;
    z-index: 10;
}
.adipoli-slice {
    display:block;
    position:absolute;
    z-index:15;
    height:100%;
	background-size: cover !important;
}
.gal-w3l img {
    width:100%!important;
}
.gal-w3l {
    padding-left:5px!important;
    padding-right:5px!important;
    margin-bottom:4px;
}
.gallery {
    padding: 5em 0;
    background: #f4f4f4;
}
.gallery_gds {
    margin-top: 3em;
}
/*-- // gallery img-hover-effect --*/
/*end of our latest project*/

/*general question*/
/*
.question1{
    font-size: 18px;
    font-weight: 600;
    color: #ff5e14 !important;
    font-family: "Hind", sans-serif;
    text-align:left;
    margin-top: 10%;
}
.question2{
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #061538;
    margin-bottom: 15px; 
    font-family: "Hind", sans-serif;
    text-align:left;
}
.questionimg1{
    vertical-align: middle;
    text-align: left!important;
}
.accordion-title {
    font-size: 18px;
    text-transform: none;
    line-height: 1;
    font-weight: 600;
    color: #061538;
    padding: 15px 15px;
}
.btn1{
    background-color: white;
    border: none;
    margin-top: 10%;
    margin-left: -5%;
}
.plus1{
    color:black;
}
.plus1:hover{
    color: orangered;
}
.process_count {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 1;
    color: #ff5e14;
}
.featured-item-title {
    font-size: 24px;
    font-weight: 600;
    color: #061538;
    line-height: 30px;
    margin-bottom: 8px;
}
*/

/*counter section*/
.countertext{
   color: #fff;
   font-size: 78px;
   font-weight: 600;
   background-color:grey;
   background-position: center;
   font-family: 'Oswald', sans-serif;
   padding: 2px 15px 2px 15px;
}
.countertext1{
    position: relative;
    color: white;
    font-size: 18px;
}
.countertext2{
    position: relative;
    color: white;
    font-size: 18px;
}
.countertext3{
    position: relative;
    color: white;
    font-size: 18px;
}
.countertext4{
    position: relative;
    color: white;
    font-size: 18px;
}

/*our management*/
.management1{
    margin-bottom: 11px;
    font-size: 36px;
    font-weight: 3;
    color: #061538;
    text-align: center;
    justify-content: center;
    margin-top: 5%;
}
.management2{
    font-weight: 700;
    color: #061538;
}
.management3{
    font-size: 15px;
    line-height: 25px;
    color:#061538;
    text-align: center;
    justify-content: center;    
}
.management4{
    font-size: 19px;
    font-weight: 600;
    color: #061538;
    font-family: "Hind", sans-serif;
    margin-left: 5%;
}
.management5{
    color: #242424;
    font-size: 15px;
    font-family: "Hind", sans-serif;
    margin-left: 5%;
}

/*customer reviews*/

.review1{
    font-size: 18px;
    font-weight: 600;
    color: #ff5e14;
    text-align: center;
    justify-content: center;
    margin-top: 5%;
}
.review2{
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
    justify-content: center;
}
.reviewimg1{
    vertical-align: middle;
    text-align: center;!important;
}
.review3{
    font-size: 15px;
    line-height: 25px;
    color:#061538;
    text-align: center;
    justify-content: center;    
}
.carouselimg{
    width:50px!important;
    height: 50px;
    size:cover;
    margin-left: 45%;
}
.single-testi{
    text-align: center;
    border:1px solid white;
    margin-bottom: 5%;
    margin-top: 5%;
}
.customer1{
    background:none;
    text-align: left;
    padding: 5px 30px;
    position: relative;
    color:#fff;
}
.reviewfab{
    color: orange;
}
.customer2{
    color:#fff;
}
.carouselimg1{
    width:30px!important;
    height: 30px;
    margin-bottom: 10%;
    size:cover;
    margin-left: 45%;
}

/*--before footer--*/
.beforefooter2img{
 width:100%;
}

/*footer section*/
.footer{
    background-color: #0b0b0b;
    padding: 46px 0 50px;
    border-top: 1px solid #292929;
}
.footer{
    font-size: 18px;
    font-weight: 600;
    font-family: "Hind", sans-serif;
}
.footer .footer-nav-list {
    padding-left: 0px;
}
ul {
    margin: 0;
}
.footer .footer-nav-list li {
    list-style: none;
}
li {
    line-height: 18px;
    margin-bottom: 0px;
}
.footer .footer-nav-list a {
    color: #848484;
    position: relative;
    padding-left: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
}
.footer .footer-nav-list a:hover{
    color: orangered;
}

.footer .footer-block .footer-blog-date {
    font-size: 12px;
    margin-bottom: 5px !important;
}

.activeColor {
    color: #ff5e14 !important;
}
.footer .footer-block .footer-blog-title {
    font-size: 15px;
    line-height: 20px;
    transition: 0.5s;
}
.footer .footer-block .footer-blog-title:hover{
    color: orangered;
} 

.footer .footer-block p {
    color: #848484;
}
.footercontacts{
    color: #848484;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
}
.footertext1stcol{
    font-size: 15px;
    font-weight: 400;
    color: #848484;
    text-align: justify;
    width: 80%;
    margin-top: 10px;
}
.footer-icon a {
    background: #848484;
    width: 36px;
    height: 36px;
    color: #000;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 15px;
}

/*---ABOUT US---*/
.bannerabout{
    background-image: url(../images/banner3.jpg);
    width: 100%;
    height: 300px;
    background-size: cover;
    margin-left: 0px;
    position: relative;
}
.aboutustopheading{
    color:#fd7e14;
    text-align: center;
    margin-top: 90px;
}
.aboutpagetxt1{
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
}
/*Accreditations & certifications*/
.certificationheading{
    text-align: center;
    font-size: 32px;
    color: orangered;
    font-weight: 600;
}

/*--Infrastructure--*/
.tableheading{
    text-align: center;
}
.tablecol1{
    color:navy;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
}
@media(max-width:767px){
.tablemobile{
    position: relative; 
    display: block;
    height:auto;
    background-color:#4D7097;
    width:100%;
    overflow:auto;
}
.formscrollmobile::-webkit-scrollbar {
    width:0px;
    background: transparent; 
}    
}

/*---------CONTACT US-------*/

/*contact form submit button*/
.submit{
    border:none;
    padding:10px 20px 10px 20px;
    margin-top: 5%;
    background-color: rgb(255, 183, 22);
    color:white;
    text-align: center;
    font-size: 22px;
    font-weight:500;
}
.submit:hover{
    background-color: #4abdac;
}
@media only screen and (min-width:800px){
    #onmap{
        position: relative;
        top:50px;
        z-index: 99999;
    }
}
@media only screen and (max-width:800px){
    #onmap{

       margin-top:5%;

    }
}








