
*{
    margin: 0;
    padding: 0;
}

body{
    background: #fff;
    color: #000;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.mobiletext{display:none;text-align:center;font-size:16px !important;font-weight:bold !important;}
.mobiletext span{font-size:15px;font-weight:400;display:block;}
 .desktopText{font-weight:700 !important;}
.desktopText span{font-size:18px;font-weight:400;display: block;}
a,a:hover{text-decoration: none;}
a,a:focus{text-decoration: none;outline: inherit;}
ul{list-style: none;}

h1,h2,h3,h4,h5,h6,p{margin: 0;line-height: 1.5;font-weight: 400;}

.section-pad{
    position: relative;
    padding: 50px 0;
}
.row-top{margin-top: 40px;}


/*header*/
#header{
    border-bottom: 1px solid #dcddde;
}
#header img{margin-top: -10px;}

/*land-banner*/
.land-banner{
    min-height: 630px;
    background: url('../images/header_box.jpg') no-repeat top center;
    background-size: cover;
    position: relative;
    padding: 0;
}
.land-banner::before{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
}
.banner-row{
    padding: 50px 0;
}

/*banner-left*/
.banner-left h1{
    color: #fff;
    margin-bottom: 30px;
    font-size: 38px;
    font-weight: 700;
}
.banner-left{margin-bottom: 20px;}

/*form*/
.enquiry-form{
    border: 1px solid #fae597;
    border-radius: 5px;
    background-color: #f3f2e3;
    position: relative;
    z-index: 9;
    padding: 30px 20px;
}
.enquiry-form h4{
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}
.enquiry-form form{
    margin-top: 20px;
}
.enquiry-form form .form-control{
    padding: 20px 15px;
    border: 1px solid #ffca05!important;
}
.enquiry-form form .btn{
    border: 1px solid #feba12;
    border-radius: 5px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    background-color: #ffca05;
    display: block;
    width: 100%;
    padding: 10px 10px;
    margin-top: 30px;
    transition: all 0.3s ease-in-out;
}
.enquiry-form form .btn:hover{
    border-color: #bd2118;
    background-color: #db2015;
    color: #fff;
}
.enquiry-form form textarea{
    height: 100px;
}


/*requirement*/
.r-head p{
     font-size: 26px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;
}
.r-head h1{font-weight: 400;}
.require .re-box{
    box-shadow: 0 0 3px 0 rgba(128,128,128,.4);
    padding: 30px 20px;
    min-height: 215px;
    margin: 0 10px;
}
.require .re-box{margin-bottom: 20px;}
.require .re-box h2{
    margin-top: 10px;
}

/*usp*/
.usp{
    min-height: 450px;
    background: url('../images/requirements_copy.jpg') no-repeat top center;
    background-size: cover;
    position: relative;
}
.white{color: #fff !important;}
.main-heading{
    font-size: 36px;
    font-weight: 400;
    color: #000;
}
.head-top .main-heading{
    margin-bottom: 10px;
}
.divider{
    width: 120px;
    height: 3px;
    background: #db2015;
    margin: 0 auto;
}

/*usp*/
.box-row div[class^="col-"] > div{
    border-bottom: 4px solid #db2015;
    border-radius: 10px;
    background: #fff;
    padding: 30px 10px;
    min-height: 214px;
    margin-bottom: 20px;
}
.box-row div[class^="col-"] > div img{margin-bottom: 20px;}
/*.usp-row div[class^="col-"] > div div{
    margin: 0 auto;
    padding: 26px 0 25px;
    position: relative;
    width: 104px;
    border-radius: 50%;
    background: #e1e1e1;
}*/

/*advantages*/
.advantages .box-row div[class^="col-"] > div{
    /* border: 1px solid #ccccccbf; */
    min-height: 260px;
    /* box-shadow: 0 0 3px 0 rgba(128,128,128,.4); */
    background: #f3f2e3;
}

/* contact */
#contact{
    background: #f3f2e3;
    padding: 70px 0 50px;
}
#contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #db2015;
}
#contact .contact-info h3 {
    margin: 10px 0;
}
#contact .contact-info .contact-address {
    text-align: center;
    margin-bottom: 20px;
}
#contact .contact-info div[class^="col-"]:nth-child(2) {
    border-left: 1px solid #d1c7c7;
    border-right: 1px solid #d1c7c7;
}
/* footer */
footer{
    padding: 30px 0;
    background: #232323;
}
footer p{
    color: #fff;
    font-size: 15px;
    padding-top: 15px;
}

footer .click a{
    background: #db2015;
    padding: 12px;
    width: 150px;
    display: block;
    font-size: 19px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    margin: 0 auto;
    /* position: absolute;
    left: 0;
    right: 0;
    top: -13px; */
}

/* partners */
.partners{
    background: #f3f2e3;
}
.partners .row-top > div[class^="col-"]{
    margin-bottom: 15px;
}

/* call btn */
.call-btn{
    text-align: right;
    margin: 40px 0 0;
}
.call-btn li{
    display: inline-block;
    margin-right: 40px;
}
.call-btn li a{
    font-size: 15px;
    color: #fff;
    background: #db2015;
    padding: 11px 20px;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.5px;
}
.call-btn li a:hover{
    color: #000;
    background-color: #ffca05;
}
.call-btn li a i{
    margin-right: 8px;
    font-size: 18px !important;
}

@media screen and (max-width:767px){
    .mobiletext{display:block;font-size:18px;line-height:24px;}
    .desktopText{display:none;}
    footer .row > div[class^="col-"]:first-child p{
        padding: 0 0 15px;
    }
    .r-head p br, .banner-left h1 br{
        display: none;
    }
    .main-heading, .banner-left h1{font-size: 30px;}
    .r-head h1{font-size: 32px;}

    /* header */
    #header{padding-bottom: 20px;}
    #header img {
        margin: -5px auto 0;
    }
    .call-btn {
        text-align: center;
        margin: 20px 0 0;
    }
    .call-btn li {
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .call-btn li a{
        min-width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width:320px){
    footer p {
        font-size: 14px;
    }
}
