#preloader{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#preloaderInner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #f99122;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
.navHead{
    /* background: #fff;
    padding: 30px 0px 15px;
    display: flex;
    flex: 0 0 25%;
    justify-content: center; */
}
.brandLogoBg{

    background: white;
}
.navRightPadTop{
    padding-top: 60px;
}
.navHead {
    padding-top: 0px;
    text-align: center;
    width: 100%;

    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.navLogo{
    display: inline-block;
    height: 100px;
    padding-top: 27px;
    text-align: center;
    margin: 0 auto;
}
#myNavbar{
    /* display: flex !important;
    height: 100%;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    align-content: right;flex: 0 0 75%; */
}

.dropdown li{
    min-width: 180px;
}

.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 2px;
    border: 0;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #f99121;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 0%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor: pointer;
}

.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 1px #fff;
    background: #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}

.navbar-nav>li>a{
    line-height: 10px;
}


/* -- Slider -- */
.sliderLabelWrap{
    margin: 0;
}
.noMargin{
    margin: 0 !important;
}

.sliderHead{
    text-transform: uppercase;
    font-weight: 600;
}
/* .rightImg{
    width: 100%;
} */
.rightImg {
    width: 74%;
    height: 403px;
    /* max-width: 375px; */
}
.themeTxtWrap>span{
    background: #f99122;
    color: #fff;
    padding: 5px 10px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
}
.homeAboutSecHead{
    padding: 10px 0px;
}
.homeAboutSecTxtWrap .homeAboutSecHead>h3{
    margin: 5px 0px;
}

.homeAboutWrap{
    padding: 15px 0px;
}
.homeAboutSecCont p{
    color: #636363;
    font-weight: 300;
    line-height: 22px;
    margin: 0 0 15px;
}
.homeAboutSecCont p:nth-child(2){
    margin-top: 15px;
}
.moreAboutWrap{
    padding: 15px 0px;
}
.moreAboutWrap span{
    color: #000000;
    padding: 5px 0px;
    border-bottom: 1px solid;
    text-transform: uppercase;
    word-spacing: 5px;
    font-size: 18px;
    /* margin-top: 18px; */
    font-weight: 600;
    cursor: pointer;
}
.fixedBg{
    background-image: url(../img/bg/wraper.jpg);
    background-color: #000;
    color: #fff;
    background-attachment: fixed;
    background-size: cover;
}
.homeServicesWrap{
    /* display: flex; */
    margin-top: 30px;
}
.homeServicesWrap>.eachServiceDivWrap{
    /* flex: 1; */
    /* margin-right: 1px; */
    /* background: #fff; */
    cursor: pointer;
    padding:  0px;
    color: #000;
}
.homeServicesWrap>.eachServiceDivWrap .eachServiceDivInner{
    padding: 33px 23px;
    margin-right: 1px;
    margin-bottom: 1px;
    background: #fff;
}
.homeServicesWrap>.eachServiceDivWrap:hover .eachServiceDivInner, .homeServicesWrap>.eachServiceDivWrap:hover .eachServiceDivInner .moreWrap a{
    background: #f99122;
    color: #ffffff;
}
.homeServicesWrap>.eachServiceDivWrap .eachDivTitle>h3{
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 400;
    min-height: 80px;
}
.eachServiceDivWrap .eachDivSubText,  .moreWrap a{
    padding: 25px 0px;
    height: 160px;
    color: #636363;
    font-weight: 300;
    overflow: hidden;
}
/* .eachServeiceIconWrap{
    padding: 15px 0px;
} */
.eachServeiceIconWrap {
    padding: 34px 0px;
}
.homeServicesWrap .eachServiceDivWrap:nth-child(1) .eachServeiceIconWrap {
    background: url(../img/icons/service_icon.png) no-repeat;
}
.homeServicesWrap .eachServiceDivWrap:nth-child(2) .eachServeiceIconWrap {
    background: url(../img/icons/service_icon_02.png) no-repeat;
}
.homeServicesWrap .eachServiceDivWrap:nth-child(3) .eachServeiceIconWrap {
    background: url(../img/icons/service_icon_03.png) no-repeat;
}
.homeServicesWrap .eachServiceDivWrap:nth-child(4) .eachServeiceIconWrap {
    background: url(../img/icons/service_icon_04.png) no-repeat;
}
.homeServicesWrap .eachServiceDivWrap:nth-child(5) .eachServeiceIconWrap {
    background: url(../img/icons/service_icon_05.png) no-repeat;
}

.homeServicesWrap .eachServiceDivWrap:nth-child(1):hover .eachServeiceIconWrap {
    background: url(../img/icons/service_white.png) no-repeat;
}
.homeServicesWrap .eachServiceDivWrap:nth-child(2):hover .eachServeiceIconWrap {
    background: url(../img/icons/service_icon_02_white.png) no-repeat;
}
.homeServicesWrap .eachServiceDivWrap:nth-child(3):hover .eachServeiceIconWrap {
    background: url(../img/icons/service_icon_03_white.png) no-repeat;
}
.homeServicesWrap .eachServiceDivWrap:nth-child(4):hover .eachServeiceIconWrap {
    background: url(../img/icons/service_icon_04_white.png) no-repeat;
}
.homeServicesWrap .eachServiceDivWrap:nth-child(5):hover .eachServeiceIconWrap {
    background: url(../img/icons/service_icon_05_white.png) no-repeat;
}
.allServices{
    padding: 20px 0px 3px;
    font-size: 20px;
    display: inline-block;
    border-bottom: 1px solid;
    color: #fff;
}
.eachServeiceIconWrap .serviceIcon{
    font-size: 40px;
    color: #f99122;
}

.homeServicesWrap>.eachServiceDivWrap:hover .eachServeiceIconWrap .serviceIcon, .homeServicesWrap>.eachServiceDivWrap:hover .eachDivSubText{
    color: #ffffff;
}
.customBgWhite {
    background: #ffffff !important ;
    background-color: #ffffff !important ;
}
.FooterLogoWrap{
    padding: 15px 0px;
}
.FooterLogoWrap> img{
    height: 45px;
}
.customFooter{
    padding-top: 50px;
}
.footer h4{
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 0px;
    font-size: 16px;
}

.footer ul li a, .footer p{
    font-size: 14px !important;
}

.social-circle li a{
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
}
.social-circle i{
    color: #333;
}

.bgDots{
    background: url(../img/bg/dots.jpeg);
}

.countWrapper{
    display: flex;
}
.countWrapper .leftSec{
    flex: 0 0 50%;
    font-size: 80px;
    font-family: 'Teko', sans-serif;
}
.countWrapper .rightSec{
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #636363;
    text-transform: uppercase;
}

.themeBottomBorder:after {
    position: absolute;
    background: #ff7e00;
    width: 10%;
    height: 4px;
    border-radius: 3px;
    content: "";
    left: 1%;
    bottom: -11px;
}
.themeBottomBorder:before {
    position: absolute;
    bottom: -9px;
    background: #eaeaea;
    width: 96%;
    height: 1px;
    content: "";
}

.customFooter .quickLinkWraper{
    padding-left: 10%;
}
.customFooter .quickLinkWraper .footerLinks ul{
    padding: 0;
}
.footerBottomWrap{
    padding-top: 30px;
}
.copyright{
    text-align: left;
}
.copyright span{
    color: #f99122;
    text-transform: uppercase;
    font-weight: 500;
}
.footer .copyright {
    margin: 20px auto;
    padding: 10px 0px;
    background-color: #000;
}
.contactUs {
    padding: 40px;
}


/* --- About Us --- */
.headerBg{
    padding: 10% 0px 15px;
    background: url(../img/bg/header-bg.jpg) no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
}
.pageName{
    font-family: 'Teko', sans-serif;
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 50px;
}
.siteMapWrap span{
    color: #ffffff;
}
.siteMapWrap span.highlighted{
    color: #f99122;
}
.abouUsDivRight {
    width: 75%;
    max-height: 400px;
    text-align: center;
    margin: 0 auto;
    display: block;
    border-top: 5px solid #f99122;
}
.aboutSecPadding{
    padding: 60px 0px;
}
.aboutPageTxtWrap .aboutSecHead>h3 {
    margin: 5px 0px;
    font-family: 'Teko', sans-serif;
    font-size: 45px;
    font-weight: 100 !important;
}
.aboutSecCont p {
    color: #636363;
    font-weight: 300;
    line-height: 22px;
    margin: 0 0 15px;
}


/* --- Contact us --- */
.contactUsDetailsWrap .rightSec .companyName{
    font-family: 'Teko', sans-serif;
    letter-spacing: 2px;
    font-weight: 700;
}
.contactUsDetailsWrap h3 span{
    font-style: unset;
    font-weight: 100;
    color: #636363;
}
.contactUsDetailsWrap .rightSec .eachSec {
    color: #636363;
    font-weight: 300;
    line-height: 22px;
    margin: 0 0 15px;
    line-height: 30px;
    margin-top: 25px;
    letter-spacing: 1px;
}
.contactUsDetailsWrap .rightSec .eachSec .highLighted {
    font-weight: 600;
    color: #000;
}
.contactUsDetailsWrap .rightSec .eachSec p {
    margin: 0;
}
.themeColorFont{
    color: #f99122;
    letter-spacing: normal;
}
.contactUsDetailsWrap .leftSec  .formWrap{
    padding: 15px 0px;

}
.contactUsDetailsWrap .leftSec .formWrap .eachRow{
    padding: 15px 0px;

}
.contactUsDetailsWrap .leftSec .eachFormControl {
    border: 0;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0;
    padding: 10px 0px;
}
.contactUsDetailsWrap .leftSec .button {
    color: #f99122;
    background-color: transparent;
    border-color: #46b8da;
    border: 0;
    text-transform: uppercase;
    border-bottom: 2px solid;
    border-radius: 0;
    padding: 5px 0px;
}
.contactUsDetailsWrap .leftSec .button:focus {
    outline: unset;
    outline-offset: 0;
}
.contactUsDetailsWrap .leftSec .button:hover {
    outline: #f99122;
    /* outline-offset: 0; */
    color: #fff;
    background-color: #f99122;
    padding: 5px;
    border-radius: 5px;
}

.contactUsDetailsWrap .rightSec .eachSec .socialIcon{
    color: #636363;
    text-decoration: none;
    padding-right: 15px;
}

.homeServicesWrap.serviceBlocks .eachServiceDivWrap .eachDivSubText{
    /* min-height: 283px; */
    margin-bottom: 20px;
}

.homeServicesWrap.serviceBlocks .eachServiceDivWrap{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.homeServicesWrap.serviceBlocks .eachServiceDivWrap>.eachServiceDivInner{
    margin: 0;
}
.homeServicesWrap.serviceBlocks .eachServiceDivWrap:last-child{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}



.homeServicesWrap.serviceBlocks.block2 .eachServiceDivWrap:nth-child(1) .eachServeiceIconWrap {
    background: url(../img/icons/service_icon_05.png) no-repeat;
}
.homeServicesWrap.serviceBlocks.block2 .eachServiceDivWrap:nth-child(2) .eachServeiceIconWrap {
    background: url(../img/icons/service_icon_07.png) no-repeat;
}

.homeServicesWrap.serviceBlocks.block2 .eachServiceDivWrap:nth-child(1):hover .eachServeiceIconWrap {
    background: url(../img/icons/service_icon_05_white.png) no-repeat;
}
.homeServicesWrap.serviceBlocks.block2 .eachServiceDivWrap:nth-child(2):hover .eachServeiceIconWrap {
    background: url(../img/icons/service_icon_07_white.png) no-repeat;
}

/* --- our clients */
.table-striped>thead>tr{
    background-color: #f7921d;
    color: #ffffff;
}
.table-striped>tbody>tr:nth-of-type(odd){
    background-color: #fcc68d;
}
.table-striped>thead>tr th, .table-striped>tbody>tr td{
    border: none;
}
.table-striped>tbody>tr td{
    padding: 15px;
}
.table-striped>tbody>tr:nth-of-type(even){
    background-color: #f7921d;
}

/* -- Service details ---*/
.serviceDetails .topSelector{
    display: flex;
}
.serviceDetails .topSelector .eachSectionWrap{
    flex: 1;
    padding: 15px;
    min-height: 80px;
    display: flex;
    align-items: center;
    font-family: 'Teko', sans-serif;
    font-size: 19px;
    letter-spacing: 1px;
}

.serviceDetails .topSelector .eachSectionWrap a{
    color: #000;
}
.serviceDetails .topSelector .eachSectionWrap:hover, .serviceDetails .topSelector .eachSectionWrap.active, .serviceDetails .topSelector .eachSectionWrap.active a, 
.serviceDetails .topSelector .eachSectionWrap a:hover{
    background: #f99122;
    color: #fff;
    cursor: pointer;
}

.serviceDetails .bannerImgWrap{
    padding: 15% 20px 15px;
    background: url(../img/bg/service.jpg) no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
}
.serviceDetails .bannerImgWrap .pageName {
    font-size: 35px;
}

.serviceDetails .detailContWrap{
    padding-top: 25px;
    padding-bottom: 25px;
}
.serviceDetails .detailContWrap .detailListWrap {
    padding: 30px 0px;
}
.serviceDetails .detailContWrap .detailListWrap .listContWrap {
    display: flex;
    align-items: center;
    color: #636363;
    font-weight: 300;
}
.serviceDetails .detailContWrap .detailListWrap .listContWrap span.glyphicon{
    padding: 10px;
    color: #f99122;
    font-size: 12px;
}
.serviceDetails .detailContWrap p{
    color: #636363;
    font-weight: 300;
    line-height: 22px;
    line-height: 26px;
    margin-top: 10px;
    letter-spacing: 1px;
}

/*--- responsive design ---*/
@media screen and (max-width: 992px){
    .navbar, .bgColorWhite {
        background-color: rgb(255, 255, 255) !important;
    }
    .navHead {
        padding: 4px;
        background: white;
        text-align: center;
    }
    .navRightPadTop{
        padding-top: 20px;
    }
    .navLogo {
        display: inline-block;
        height: auto;
        padding-top: 5px;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 5px;
    }
    .captionAbout{
        display: none;
    }
    .countWrapper .leftSec{
        font-size: 55px;
    }

    .countWrapper .rightSec{
        font-size: 14px;
    }

    .customFooter .quickLinkWraper {
        padding-left: 15px;
    }

    .homeServicesWrap.serviceBlocks.block1 .eachServiceDivWrap{
        border: 1px solid #ddd;
        margin: 20px 0px 0px;
    }


    .homeServicesWrap.serviceBlocks.block2 .eachServiceDivWrap{
        border: 1px solid #ddd;
    }

    .homeServicesWrap.serviceBlocks.block2 .eachServiceDivWrap:last-child{
        margin: 20px 0px 0px;
    }
    .footer .copyright {
        padding: 10px 8px;
    }
}

@media screen and (max-width: 768px){
    #myNavbar,  .serviceDetails .topSelector{
		display: none !important;
    }
    .brandLogoBg{
        margin: 0;
    }

    #sectionSerDetail {
        padding: 0px 0px;
    }
    .serviceDetails .bannerImgWrap {
        margin: 15px;
    }

}

a:focus, a:hover {
    color: #f99122;
    text-decoration: none;
}