/*CustomCSS*/

.intro {
    width: 82%;
    margin: auto;
    height: auto;
    position: relative;
    display: block;
    z-index: 5;
}
.intro p{
    width: 90%;
    margin: 15px auto;
    /*font-size: 1.5em;*/
}

.logo{
    z-index: 5;
    position: absolute;
    left: 1%;
    top: 1%;
}

/*Preloader Css*/


.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;

    /*Background Gradient*/
    background: -webkit-radial-gradient(white, #2A89DA); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(white, #2A89DA); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(white, #2A89DA); /* For Firefox 3.6 to 15 */
    background: radial-gradient(white, #2A89DA); /* Standard syntax (must be last) */

}


.preloaderGif{
    width: 20%;
    position: relative;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: block;
    margin: auto;

}


.fontBig{
    font-size: 20px;
}

.brownColor{
    color: #D05732;
}



/*Navbar*/

.button_container span, .button_container span:before, .button_container span:after {
    transition: all 500ms ease-in-out;
}

.button_container {
    position: fixed;
    right: 3%;
    top: 3%;
    height: 20px;
    width: 30px;
    cursor: pointer;
}

.button_container span {

    background: #C74B25;
    border: none;
    height: 3px;
    width: 35px;
    position: absolute;
}

.button_container span:nth-of-type(2) {
    top: 8px;
}
.button_container span:nth-of-type(3) {
    top: 16px;
}

/*END*/



/*SideBar*/

/* Toggle Styles */

#wrapper {

    padding-left: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 260px;
}


#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0px;
    bottom: 0;
    width: 0px;
    height: 100%;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}



#wrapper.toggled #sidebar-wrapper {
    width: 100px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */


/*sidebar bullets Ul*/

.sidebar-ul{

    position: absolute;
    top: 36%;
    margin: 0 35px;
}

.sidebar-ul li{
    text-indent: 0px;
    position: relative;
    height: 28px;
    cursor: pointer;
}


.sidebar-nav, .sidebar-nav:before, .sidebar-nav:after {
    transition: all 1400ms ease-in-out;
    -webkit-transition: all 5000s ease-in-out; /* Safari */

}

.sidebar-nav {
    position: absolute;
    top: 28%;
    margin: auto;
    list-style: none;
    left: 10px;
    right: 0px;
    transition: all 0.5s ease;
}

.sidebar-nav li {
    text-indent: 0px;
    line-height: 50px;
}


.sidebar-nav li a {
    font-size: 16px;
    display: block;
    text-decoration: none;
    /* color: #FFFFFF; */
    color: #E63E15;
    border-bottom: 1px solid #E63E15;
}


.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
    color: #51c5ea;
    border-bottom: 2px solid #51c5ea;

}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}


/*HOME*/

#homeVideo{
    opacity: 0.45;
}
.headingHome{
    font-size: 40px;
    color: #303083;
}





/*ABOUT*/

#aboutVideo{
    opacity: 0.8;
}

.headingAbout {
    font-size: 30px;
    text-transform: none;
    letter-spacing: 7.5px;
    line-height: 50px;
    color: #45444b;
    /* color: #FFFFFF; */
    font-weight: 400;
}


.paraAbout{
    color: #C56843;
    font-family: inherit;
    font-size: 20px;
    line-height: 35px;


}

/*About END*/




/*SERVICES*/


.main-HeadingServices{
    margin: 40px 0px 40px;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 7.5px;
    line-height: 45px;
    color: #45444b;
    font-family: inherit;

}

.paraServices{
    color: #303083;
    font-family: inherit;
    font-size: 20px;
    line-height: 35px;
}

.service-col{
    margin-top: 65px;
    height: 255px;
    border-top: #cdcdcd thin solid;
    border-bottom: #cdcdcd thin solid;
    padding: 8px 8px;

}

.sub-headingService{
    /*color: #747a8f;*/
    color:#C74B25;
    text-align: left;
    /*margin: 15px 15px;*/
}


.sub-paraService{
    color: #303083;
    font-size: 15px;
    text-align: left;

}

.service-col:hover{
    background-color: #C74B25;
}

.service-col:hover .sub-headingService,
.service-col:hover .sub-paraService{
    color: #FFFFFF;
}

.service-col:hover .serviceAnchor,
.service-col:active .serviceAnchor{

    display: block;
    background-color: antiquewhite;
    border-color: transparent;

}

.serviceAnchor{
    display: none;
    text-decoration: none !important;
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    color: #C74B25;
    background-color: antiquewhite;
    border-color: transparent;
}

.serviceModalImg{
    height: 335px;
    width: 100%;
    border-radius: 10px;
}



/*SERVICES MODAL*/



.rowSimple{
    padding: 15px;
}

.rowSec{
    background-color:#f2f2f2;
    padding: 15px;
}
.customBackground{
    background-color: #C74B25;
}

.close{
    font-size: 50px;
}

/*END*/





/*CLIENTS*/

.headingClients{
    font-size: 30px;
    color: #fff;
    text-transform: none;
    letter-spacing: 7.5px;
    line-height: 46px;

}

.paraClients{
    color: #FFFFFF;
    font-size: 28px;
    margin: 30px 0px 30px;
}


.imgBorder{
    border-radius: 5px;
    border: 7px solid #FFFFFF;
    background: white;
    padding: 20px;
    box-shadow: inset 0px 0px 12px 3px #B7B2B2;
}

.clientsLogo{
    display: block;
    margin: auto;
}

.imgDiv{
    display: block;
    margin: auto;
}

.colorWhite{

    color: #FFFFFF;
}

.clientAnchor{
    text-decoration: none !important;
}



/*END*/




/*TESTIMONIALS*/

#section4{
    background-image: url('../img/testimonial/bg-grey.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#testimonialVideo{
    opacity: 0.75;
}

.headingTestimonial{
    font-size: 30px;
    text-transform: none;
    letter-spacing: 7.5px;
    line-height: 50px;
    color: #45444b;
    /* color: #FFFFFF; */
    font-weight: 400;
}

.paraTestimonial {
    color: #C56843;
    /* color: #f2f2f2; */
    font-family: inherit;
    font-size: 20px;
    line-height: 35px;
    width: 80%;
    margin: 0 auto;
}



/*END*/




/*CONTACT*/

#section5{
    background-color: #3D528E;
    box-shadow: inset -30px 16px 326px 2px #06101B;
}

.headingContact {

    font-size: 3em;
    color: #fff;
    text-transform: none;
    letter-spacing: 7.5px;
    line-height: 60px;

}


ul.footer-social li {
    display: inline-block;
    margin-right: 15px;
}


.footer-social li i.fa {
    height: 33px;
    width: 33px;
    border: 2px solid #F9F9F9;
    font-size: 20px;
    padding: 4px 4px;
    border-radius: 50%;
    color: #F9F9F9;
    transition: all 0.5s;
    position: relative;
}

.footer-social li  i.fa:hover,
.footer-social li  i.fa:active,
.footer-social li  i.fa:focus{
    border: 2px solid white;
    background-color: #C74B25;
    color: #ffffff;
}


.form-control{

    margin: auto;
    height: 40px;
    font-size: 16px;
    color: #ffffff;
    border-radius: 5px;

}

.marginTop{
    margin-top: 10px;
}

.marginLeftRight{
    margin-left: -5%;
    margin-right: -5%;
}

.marginBottom{
    margin-bottom: 1%;
}

.submit-btn{

    color: #FFFFFF;
    background-color: #C74B25;
    border: 1px solid #C74B25;
    display: block;
    margin: auto;
    padding: 5px 50px;
    font-size: 18px;

}

.submit-btn:hover,
.submit-btn:active,
.submit-btn:focus{
    color: #FFFFFF;
    background-color: #ea4f1d;
    border: 1px solid #fff;
}

.mainHeadContact{
    font-size: 16px;
    color: blanchedalmond;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1.5px;

}

.subHeadContact{
    font-size: 16px;
    color: white;
}

.inputTag{
    font-size: 16px;
}


h1{
    margin-top: 20px;
    margin-bottom: 20px;
}

.inputLabel{
    color: blanchedalmond;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1.5px;
}

.inputBackground{
    /*background-color: aliceblue;*/
    background-color: transparent;
}

.googleMap{
    width: 100%;
    height: 250px;
}


/*END*/




/*Mobile Layout*/
@media only screen and (max-width: 767px) {

    .slideshow{
        width: 100%;
    }


    .button_container {
        width: 50px;
    }

    .button_container span {
        width: 35px;
    }

    .headingAbout{
        font-size: 40px;
        letter-spacing: 7.5px;
        line-height: 60px;
    }

    .paraAbout {
        font-size: 25px !important;
        line-height: 50px;
        width: 85%;
    }

    .headingClients{
        font-size: 50px;
    }

    .paraClients{
        font-size: 45px;
    }

    .headingHome {
        width: auto;
        font-size: 48px;
    }
    .preloaderGif{
        width: 25%;
        top: 50%;
    }

    .inputLabel{
        font-size: 24px !important;
    }

    .sub-headingService{
        font-size: 25px;
    }

    .main-HeadingServices{
        line-height: 50px;
    }

    .fontBig{
        font-size: 20px;
    }

    .serviceAnchor{
        display: block;
        background-color: antiquewhite;
        border-color: transparent;
    }

    .service-col{
        background-color: #C74B25;
    }

    .service-col .sub-headingService,
    .service-col .sub-paraService{
        font-size: 20px;
        color: #FFFFFF;
    }
    .marginTop{
        margin-top: 12px;
    }
    .marginBottom{
        margin-bottom: 2%;
    }

    .footer-social li i.fa {
        height: 55px;
        width: 55px;
        font-size: 32px;
        padding: 8px 5px;

    }
    .submit-btn{
        font-size: 20px;
        padding: 5px 60px;
    }

    .inputTag{
        font-size: 25px !important;
    }


    .mainHeadContact{
        font-size: 18px;
    }

    .subHeadContact{
        font-size: 15px;
    }

    .form-control{
        line-height: 20px;
        height: 35px;
    }

    .fontSize{
        font-size: 35px;
    }

    .sub-paraService{
        font-size: 18px;
    }

    .googleMap{
        height: 250px;
    }

    .main-HeadingServices{
        font-size: 25px
    }

    .paraServices{
        font-size: 14px;
    }

    .headingTestimonial{
        font-size: 30px;
    }
    .paraTestimonial{
        line-height: 45px;
        font-size: 30px;
    }

}


/*Tablet Layout*/
@media screen and (min-width: 768px) and (max-width: 1024px) {



    .slideshow{
        width: 100%;
    }


    .button_container {
        width: 40px;
    }

    .button_container span {
        width: 35px;
    }

    .headingAbout{
        font-size: 40px;
        line-height: 60px;
    }
    .paraAbout {
        font-size: 25px !important;
        line-height: 50px;
        width: 85%;

    }

    .headingHome {
        font-size: 48px;
    }

    .headingClients{
        font-size: 50px;
    }

    .paraClients{
        font-size: 45px;
    }



    .inputLabel{
        font-size: 24px !important;
    }

    .sub-headingService{
        font-size: 25px;
    }

    .main-HeadingServices{
        line-height: 50px;
    }

    .fontBig{
        font-size: 20px;
    }


    .serviceAnchor{
        display: block;
        background-color: antiquewhite;
        border-color: transparent;
    }

    .service-col{
        background-color: #C74B25;
    }

    .service-col .sub-headingService,
    .service-col .sub-paraService{
        color: #FFFFFF;
    }


    .marginBottom{
        margin-bottom: 2%;
    }
    .marginTop{
        margin-top: 12px;
    }

    label{
        margin-bottom: 10px;
    }

    .footer-social li i.fa {
        height: 40px;
        width: 40px;
        font-size: 20px;
        padding: 8px 5px;

    }

    .submit-btn{
        font-size: 20px;
        padding: 5px 60px;
    }

    .inputTag{
        font-size: 20px !important;
    }

    .mainHeadContact{
        font-size: 18px;
    }

    .subHeadContact{
        font-size: 15px;
    }

    .form-control{
        line-height: 30px;
        height: 45px;
    }

    .fontSize{
        font-size: 35px;

    }

    .sub-paraService{
        font-size: 18px;
    }


    .googleMap{
        height: 250px;
    }

    .preloaderGif{
        width: 25%;
        top: 50%;
    }

    .main-HeadingServices{
        font-size: 25px
    }

    .paraServices{
        font-size: 14px;
    }

    .headingTestimonial{
        font-size: 30px;
    }
    .paraTestimonial{
        line-height: 45px;
        font-size: 30px;
    }


}








/*END CustomCSS*/

