@import url('https://fonts.googleapis.com/css?family=Raleway&amp;display=swap');
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i");
@import url('https://fonts.googleapis.com/css?family=Roboto&amp;display=swap');
html {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
}
img{
    max-width: 100%;
}

a, button[type="submit"], input[type=text] {
    color:#06163a;
    text-decoration: none;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
a:hover {
    color: #666;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
/*------------------------------------------*/
/*    Transition Effect For Different Elements
/*------------------------------------------*/
.top-bar-right, .icon-box-1, .icon-box-1 .text,
.navbar-brand{
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
/*------------------------------------------*/
/*    Main Navigatio Style
/*------------------------------------------*/
.navbar-brand{
    width: 140px;
    background: #f1fbff;
    padding: .9rem;
}
.navbar{
    padding:8px 15px 0;
}
.navbar-expand-md .navbar-nav .nav-item,
.navbar-expand-lg .navbar-nav .nav-item{
    padding: 0 .19rem 1rem;
}
.navbar-expand-md .navbar-nav .nav-link,
.navbar-expand-lg .navbar-nav .nav-link{
       padding: 5px 16px;
    border-radius: 3px;
    font-weight: 600;
    transition: all .3s;
}
.navbar-nav .active .nav-link,
.navbar-nav .active .nav-link:hover,
.navbar-nav .nav-link:hover{
    background: rgba(255,255,255, 0.302);
}

.navbar-nav .nav-link{
    color: #fff;
    font-size: 0.875rem;
    text-transform: uppercase;
    padding: 16px 15px;
    font-weight: 600;
    display: block !important;
}
.dropdown-menu {
    padding: 0;
    min-width: 200px;
    background: #FFF;
    margin: 0;
    border: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1) !important;
}
@media (min-width: 768px) {
    .show > .dropdown-menu {
        display: block;
    }
}
.dropdown-menu:after{
    position: absolute;
    top: -7px;
    left: 20px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #FFF transparent;
}

.dropdown-menu li > .dropdown-menu:after{
    display: none;
}
.dropdown-menu a,
.dropdown-menu li > a{
      padding: 8px 15px;
    text-transform: capitalize;
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid #cccccc;
    text-decoration: none;
    font-weight: 500;
}
.dropdown-menu li:last-child > a{
    border: none;
}
.dropdown-item.active,
.dropdown-item:focus, 
.dropdown-item:hover,
.dropdown-item:active,
.dropdown-menu > li.show > a{
    color: #f10b0b;
    text-decoration: none;
    background-color: transparent;
}
.navbar-toggler-icon {
    background-image: url(../images/download.html);
}

.dropdown-item-icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 0.8125rem;
    min-width: 1rem;
    max-width: 1rem;
    margin-right: .5rem;
}

/*------------------------------------------*/
/*    Heading Style
/*------------------------------------------*/
.heading-main{
    color:#f10b0b;
    font-size: 2.25rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 37px;
}
.heading-main span{
    color: #06163a;
    text-transform: uppercase;
    padding-bottom: 5px;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
}
.heading-left-border{
    color: #717171;
    padding: 0.55rem 1.2rem;
    border-left: 2px solid #f10b0b;
    margin-bottom: 35px;
    font-weight: 600;
}
.parallax-head.heading-main span{
    color: #FFF;
}
/*------------------------------------------*/
/*    Typography
/*------------------------------------------*/

/* Header H5 */
h5.h5-xs { font-size: 0.875rem; }   /* 14px */
h5.h5-sm { font-size: 1rem; }       /* 16px */
h5.h5-md { font-size: 1rem; }       /* 16px */
h5.h5-lg { font-size: 1.125rem; }   /* 18px */
h5.h5-xl { font-size: 1.25rem; }    /* 20px */

/* Header H4 */
h4.h4-xs { font-size: 1rem; }       /* 16px */
h4.h4-sm { font-size: 1.125rem; }   /* 18px */
h4.h4-md {     font-size: 19px;
    
    color: #062557; }   /* 18px */
h4.h4-lg { font-size: 1.25rem; }    /* 20px */
h4.h4-xl { font-size: 1.5rem; }     /* 24px */

/* Header H3 */
h3.h3-xs { font-size: 1rem; }       /* 16px */
h3.h3-sm { font-size: 1.125rem; }   /* 18px */
h3.h3-md { font-size: 1.125rem; }   /* 18px */
h3.h3-lg { font-size: 1.25rem; }    /* 20px */
h3.h3-xl { font-size: 1.5rem; }     /* 24px */

/* Header H2 */
h2.h2-xs { font-size: 1rem; }       /* 16px */
h2.h2-sm { font-size: 1.125rem; }   /* 18px */
h2.h2-md { font-size:  22px }   /* 18px */
h2.h2-lg { font-size: 1.25rem; }    /* 20px */
h2.h2-xl { font-size: 1.5rem; }     /* 24px */

/* Font Weight = fw */
.fw-3{ font-weight: 300; }
.fw-4{ font-weight: 400; }
.fw-5{ font-weight: 500; }
.fw-6{ font-weight: 600; }
.fw-7{ font-weight: 700; }

/*------------------------------------------*/
/*    Props Images
/*------------------------------------------*/
.img-business-man{
    position: absolute;
    bottom: -100px;
    left: 0;
}
.forklift-image{
    position: absolute;
    bottom: 0;
    left: -110%;
}

/*------------------------------------------*/
/*    About Page Style
/*------------------------------------------*/
.about-bg{
    background-image: url(../images/map-bg.png);
    background-repeat: no-repeat;
    background-position: 100% -73%;
    border-radius: 5px;
    overflow: hidden;
}
.bg-with-text{
    background: url(../images/bg-text.jpg) no-repeat center right;
    background-size: cover;
    border-radius: 5px;
    text-align: center;
    color: #FFF;
    font-size: 1.125rem;
    padding: 0 1.5rem;
    font-weight: 300;
    line-height: 2;
}
.video-popup{
    padding: 11rem 0;
    margin-bottom: -100px;
    background: url(../images/popup_bg.html) no-repeat center center;
    text-align: center;
    overflow: hidden;
    color: #FFF;

    border-radius: 10px;
}

.video-popup a{
    color: #FFF;
}
.img-icon img{
    max-width: 100px;
    border-radius: 50%;
    box-shadow: 0px 6px 10px 0px rgba(255, 53, 20, 0.2);
    border: 5px solid #FFF;
    margin-right: 25px;
}
.img-icon h3{
    font-size: 1.25rem;
  color: rgb(6, 22, 58);
}
.img-icon h3 span{
    display: block;
    font-size: 1rem;
    color: #424242;
}

.bordered-img{
    box-shadow: 0px 6px 10px 0px rgba(255, 53, 20, 0.2);
    border: 10px solid #FFF;
}

/*------------------------------------------*/
/*    Client Testimonials
/*------------------------------------------*/
#home-client-testimonials {
    margin-top: -30px;
}
#home-client-testimonials .item{
    padding: 30px;
}
.client-testimonial{
    box-shadow: 0px 8px 37px 0px rgba(0, 0, 0, 0.14);
    padding: 40px 20px;
}
.client-testimonial-icon{
    width: 100px;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
}
.client-testimonial-icon:after{
    position: absolute;
    bottom: -5px;
    left: 50%;
    content: "\efcd";
    font-size: 36px;
    font-family: IcoFont;
    color: #FFF;
    line-height: 0.833;
    z-index: 1;
    transform: translateX(-50%);
}
.client-testimonial-icon img{
    opacity: 0.5;
}
.client-inner-content{
   font-size: 14px;
    color: rgb(60, 56, 56);
}
.client-inner-content .blockquote-footer,
.client-inner-content .blockquote-footer cite{
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    color: #06163a;
    line-height: 1.375;
}
.client-testimonials-bg{
    background-image: url(../images/bg_2.html);
    background-repeat: no-repeat;
    padding: 3rem;
    text-align: center;
    color: #FFF;
    overflow: hidden;
}
.client-testimonials-bg .owl-carousel .owl-nav button.owl-prev, 
.client-testimonials-bg .owl-carousel .owl-nav button.owl-next{
    color: #FFF;
}
.client-testimonials-bg .client-inner-content,
.client-testimonials-bg .client-inner-content .blockquote-footer, 
.client-testimonials-bg .client-inner-content .blockquote-footer cite{
    color: #FFF;
}
/*------------------------------------------*/
/*    Blog Styles
/*------------------------------------------*/
.blog-warp{
    text-align: center;
    font-size: 14px;
    color: #424242;
    line-height: 1.714;
}
.blog-warp:hover img{
    opacity: 0.7;
    transform: translateY(-3px);
}
.blog-warp img{
    margin-bottom: 15px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.blog-warp h4 a{
    font-size: 1.125rem;
    color: #06163a;
    line-height: 1.2;
}
.blog-warp h4 a:hover{
    color: #f10b0b;
}
.meta-box{
    margin-bottom: 15px;
    font-size: 0.8125rem;
}
.meta-box span{
    margin: 0 10px;
}
.meta-box a{
    color: #f10b0b;
}

.blog-list-footer ul li{
    margin-bottom: 30px;
}
.blog-list-footer ul li:last-child{
    margin: 0;
}
.post-thumb{
    width: 80px;
    margin-right: 25px;
}
.post-text a{
    color: #f10b0b;
}
.comment-box{
    font-size: 0.75rem;
}
.comment-box a{
    color: #06163a;
}
.comment-box a:hover{
    color: #f10b0b;
}
.comment-box span{
    padding-right: 15px;
}
.comment-box span i{
    padding-right: 5px;
}
.comment-box span:last-child{
    padding: 0;
}

/*------------------------------------------*/
/*    Blogs Pages Start
/*------------------------------------------*/
.blog-list [class*="col-"]{
    margin-bottom: 40px;
}
.sidebar-spacer{
    padding-left: 1.5rem;
}
.widget-wrap{
    margin-bottom: 60px;
}
.widget-wrap h3{
    font-size: 18px;
    color: #062557;
    padding: 0px 0 14px;
    margin: 0px;
    font-weight: 600;
}
.blog-list-categories a{
    padding: 0.5rem 1.45rem;
    display: block;
    font-size: 15px;
    color: #000;
        text-transform: capitalize;
    position: relative;
    font-family: 'Roboto', sans-serif;
    z-index: 1;
    border-left: 1px solid #eae6e6;
}

.blog-list-categories a:hover{
    color: #f10b0b;
    padding: 0.5rem 1.45rem 0.5rem 1.75rem;
}
.blog-list-categories a:after{
    position: absolute;
    width: 0;
    height: 100%;
    background: #f10b0b;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;

    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.blog-list-categories a:hover:after,
.blog-list-categories li.active a:after{
    width: 2px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

/* Blog Standard */
.blog-standard{
    margin-bottom: 70px;
}
.blog-standard:last-child{
    margin-bottom: 0;
}

.theme-pagination .page-item .page-link{
    border-radius: 3px !important;
    margin-right: 12px;
    color: #28324c;
    border-color: #ececec;
    background: #fafafa;
}

.theme-pagination .page-item.active .page-link,
.theme-pagination .page-item .page-link:hover {
    z-index: 1;
    color: #fff;
    background-color: #f10b0b;
    border-color: #f10b0b;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link{
    background: #ebebeb;
    border-color: #ebebeb;
}

/* Blog Single */
.tags a{
    display:inline-block;
    color:#1f2d37;
    padding:0.7rem 1.9rem;
    font-weight: 500;
    background:#fafafa;
    margin:0 10px 8px 0;
    border: 1px solid #ececec;

    border-radius:40px;
    -moz-border-radius:40px;
    -webkit-border-radius:40px;
}
.tags a:hover{
    background:#f10b0b;
    color:#FFF;
}
.share-this a{
    display: inline-block;
    color: #FFF;
    width: 28px;
    height: 28px;
    text-align: center;
    background: red;
    align-items: center;
    display: flex;
    margin-left: 7px;
    justify-content: center;
}
.share-this a.ff{
    background: #627aad;
}
.share-this a.tw{
    background: #4d9ed8;
}
.share-this a.ln{
    background: #2f75ae;
}
.author-box{
    border: 1px solid #ececec;
    padding: 2rem
}
.thumb{
    width: 90px;
    margin-right: 30px;
}
.border-style{
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 0 10px 0;
}

.commnets-reply .thumb{
    box-shadow: 0px 6px 10px 0px rgba(255, 53, 20, 0.2);
    border: 4px solid #FFF;
}

/*------------------------------------------*/
/*    Contact Map Styles
/*------------------------------------------*/
.map-bg{
    position: relative;
}
.map-shadow{
    border-style: solid;
    border-width: 4px;
    border-color: rgb(255, 255, 255);
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 7px 46px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: -120px;
}
.map-shadow #map-holder{
    height: 350px !important;
}
#map-holder, #map-holder-contact{
    margin:0;
    background:#FFF;
    padding:0;
    height: 400px;
}
#map_extended{
    height: 100%;
    left: 0;
    line-height: inherit;
    position: relative;
    top: 0;
    width: 100%;
}
#map_extended img {
    max-width: inherit;
}
#map_extended .gm-style div {
    font: 13px/20px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
#map_extended .gmap_marker address {
    width: 300px;
}
#map_extended .gmap_marker address > div {
    width: 100%;
    display: inline-block;
}
#map_extended .gmap_marker address div div {
    float: right;
    width: 70%;
}
#map_extended .gmap_marker address div div:first-child {
    width: 30%;
    float: left;
}
/*------------------------------------------*/
/*    Contact Page Style
/*------------------------------------------*/
.contact-details {
    position: absolute;
    top: 50%;
    left: 7%;
    z-index: 99;
    background: #FFF;
    padding: 2.5rem 1.15rem;
    color: #333;
    border-radius: 3px;
    transform: translateY(-50%);
}
.contact-details h4{
    font-size: 16px;
    font-weight: 600;
    color: rgb(6, 22, 58);
    line-height: 1.714;
}
.contact-details p {
    color: #9b9b9b;
}
.contact-details a {
    font-size: 14px;
    color: rgb(6, 22, 58);
}
.contact-details i{
    color: #f10b0b;
    font-size: 24px;
    top: 4px;
    padding-right: 10px;
    display: inline-block;
    position: relative;
}
.contact-details.standard{
    position: relative;
    left: auto;
    top: auto;
    padding: 0;
    transform: none;
}
.contact-full-shadow{
    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.06);
    padding-bottom: 175px;
}
.contact-map-bg{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.contact-map-bg.option{
    left: auto;
    top: 50%;
    transform: translate(0%,-50%);
}
.contact-detail-shadow{
        border-radius: 8px;
    background-color: #FFF;
    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.14);
    padding: 1rem;
    margin: 32px 0 0;
}
.contact-detail-shadow .items{
    margin-bottom: 20px;
}
.contact-detail-shadow h4{
    font-size: 0.875rem;
    color: #111111;
    margin-bottom: 15px;
}
.contact-detail-shadow i {
    color: #f10b0b;
    font-size: 1.25rem;
    margin-right: 15px;
}
.contact-detail-shadow a{
    text-decoration: underline;
}
.free-quote-form.contact-page{
    margin-bottom: 0;
    margin-top: -140px;
}
.free-quote-form.contact-page .rounded-field input[type="text"], 
.free-quote-form.contact-page .rounded-field input[type="email"], 
.free-quote-form.contact-page .rounded-field select,
.free-quote-form.contact-page .rounded-field textarea,
.contact-page-option.free-quote-form .rounded-field input[type="text"], 
.contact-page-option.free-quote-form .rounded-field input[type="email"], 
.contact-page-option.free-quote-form .rounded-field select,
.contact-page-option.free-quote-form .rounded-field textarea {
    background-color: #fafafa;
}
.contact-detail-shadow.no-shadow{
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.free-quote-form.contact-page-option{
    margin-bottom: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

/*------------------------------------------*/
/*    Request Page
/*------------------------------------------*/
.request_pag_img{
    min-height: 400px;
}
.request_popup{
    max-width: 1170px;
    border-radius: 10px;
    overflow: hidden;
}
.request_popup .modal-content{
    border: none;
    border-radius: 10px;
    overflow: hidden;
}
.request_popup .close{
    position: absolute;
    opacity: 1;
    color: #f10b0b;
    top: 15px;
    right: 15px;
    z-index: 99;
    text-shadow: none;
}
.request_popup .close:hover{
    transform: rotate(360deg);
}
.request_popup .bg-img-7{
    background-image: url(../images/bg_8.html);
}
.center-head {
    color: #202120;
    padding: 0;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: lighter;
    margin: 10px 0 30px;
    text-align: center;
    position: relative;
}
.center-head:after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    border-bottom: 1px solid #ccc;
    top: 50%;
    /* margin-top: -1px; */
    z-index: 9;
}
.center-head span {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    z-index: 99;
    font-weight: 600;
}
/*------------------------------------------*/
/*    Pricing Table Style
/*------------------------------------------*/
.pricing-table{
    text-align: center;
    background: #fafafa;
    padding: 4rem 2rem;
}
.pricing {
    position: relative;
    font-size: 2.25rem;
    font-weight: 600;
    color: #f10b0b;
    padding: 35px 15px 0;
    display: inline-block;
}
.pricing sup{
    font-size: 50%;
    color: #232323;
    padding: 0 0 0 4px;
}
.pricing-table ul li{
    padding: 10px 0;
    font-size: 1rem.
}
.pricing-table .service-icon {
    width: 105px;
    height: 105px;
    font-size: 2.825rem;
    margin-top: 10px;
}
.best-seller{
    background: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 53, 20);
    box-shadow: 0px 0px 52px 0px rgba(28, 28, 28, 0.09);
}
/*------------------------------------------*/
/*    Footer Style
/*------------------------------------------*/
.modal-open,
.fade.show{
    padding: 0 !important;
}
footer{
    font-size: 0.875rem;
    color: rgb(155, 155, 155);
    line-height: 1.714;
}
.logo-footer{
    width: 155px;
    margin-bottom: 25px;
}

.footer-heading{
    font-size: 0.875rem;
    color: #06163a;
    line-height: 1.714;
    margin-bottom: 20px;
}
footer .social-icons{
    font-size: 20px;
    color: rgb(6, 22, 58);
    text-transform: uppercase;
    line-height: 1.2;
}
footer .social-icons a{
    padding-right: 10px;
}
footer .social-icons a:hover{
    color: #f10b0b;
}
.copyright-wrap{
       margin-top: 22px;
    color: #FFF;
    font-size: 15px;
    padding: 10px;
}
.copyright-wrap a,
.copyright-links a:hover{
        color: #06163a;
    font-weight: 600;
    padding: 0 10px;
}
.copyright-wrap span{
    padding: 0 9px;
}
.copyright-links a{
    color: #FFF;
}

/*------------------------------------------*/
/*    On Scroll Header Animaion
/*------------------------------------------*/
.header-fullpage{
    padding-right: 0 !important;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
@media (min-width: 991.99px) {
    .header-fullpage.fixed{
        background: rgba(6,22,58,0.8) !important;
        padding-bottom: 15px;
    }
    .header-fullpage.fixed .top-bar-right{
        height: 0px;
        overflow: hidden;
        opacity: 0;
        border: 0;
        padding: 0;
    }
    .header-fullpage.fixed.top-transparent{
        padding-bottom: 0;
    }
}
.header-fullpage.fixed .navbar-brand {
    width: 140px;
    padding: 1rem;
}
.header-fullpage.fixed.navbar-expand-md .navbar-nav .nav-item, 
.header-fullpage.fixed.navbar-expand-lg .navbar-nav .nav-item{
    padding-top: 1rem;
}

/* Header With Top Bar Transparent */
.top-transparent nav{
    background: #FFF !important;
}
.top-transparent.fixed nav{
    box-shadow: 0px 6px 10px 0px rgba(255, 53, 20, 0.2);
}
.top-transparent .navbar-expand-md .navbar-nav .nav-item, 
.top-transparent .navbar-expand-lg .navbar-nav .nav-item{
    padding: 0rem 0.19rem;
}
.top-transparent .navbar-brand {
    background: transparent !important;
    padding: 3px 0 11px;
    width: 181px;
    margin: 0;
}
.top-transparent .top-bar-right{
    color: #FFF;
    padding: 0;
}
.top-transparent .lang-toggle {
    padding: 0.5rem 0;
}
.top-transparent .lang-toggle a{
    color: #FFF;
}
.top-transparent .lang-toggle a:hover{
    color: #f10b0b;
}
.top-transparent.header-fullpage.fixed .navbar-brand {
    width: 120px;
    padding: 1rem 0;
}
.top-transparent .navbar-nav .nav-link {
    color: #080604;
}
.top-transparent .navbar-nav .active  {
   background: #fefefe;
    color: #101010;
    border: 2px solid #000;
}
.top-transparent .navbar-nav .active .nav-link{
    color: #000;
}
.top-transparent .navbar-toggler {
    padding: 0;
    color: red;
}
.top-transparent .navbar-toggler .icon-bar {
    background-color: #999;
}
.top-border{
    background: #FFF;
}
.top-border .top-bar-right{
   color: #fff;
    background: #062557;
}
.top-border .top-bar-right i{
    color: #e5e2e2;
    font-weight: 600;
    font-size: 17px;
    padding: 0 6px;
}
.top-border .lang-toggle a.btn {
    background: #F4f4f4;
}

.top-transparent.top-border .lang-toggle a{
    color: #333;
}
/* Header With Top Bar Transparent */

/* Header With Top Bordered */
.bordered-nav .top-bar-right {
    padding: 1rem 0;
    color: #FFF;
}
.bordered-nav.top-transparent nav {
    background: transparent !important;
}
.bordered-nav .navbar .bdr-nav{
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: rgba(255,255,255,.2);
    padding-top: 1rem;
}
.bordered-nav .navbar-brand{
    background: transparent;
    padding: 0;
}
.bordered-nav .navbar-expand-md .navbar-nav .nav-item,
.bordered-nav .navbar-expand-lg .navbar-nav .nav-item{
    padding: 0.49rem .19rem 1rem;
}
.bordered-nav .top-text{
    margin-right: 1.5rem;
}
.top-text small{
    display: block;
}
.bordered-nav .top-text a{
    color: #FFF;
}
.top-text a:hover{
    text-decoration: underline;
}
.bordered-nav.header-fullpage.fixed .navbar-brand {
    padding: 0;
}
.bordered-nav.header-fullpage.fixed {
    padding: 0.2rem 0;
}
.bordered-nav.header-fullpage.fixed .navbar .bdr-nav {
    border-width: 0;
    border-style: solid;
    border-color: rgba(255,255,255,.2);
    padding-top: 0;
}
@media (min-width: 991.99px) {
    .bordered-nav .request-btn a#search_home {
        font-size: 1.125rem;
        color: #FFF;
        padding-right: 0;
        padding-top: 0;
    }
}
/* Header With Top Bordered */

/* Header With Logo On Top */
.header-logo-top .navbar-brand {
    padding: 0.8rem 0;
}
.header-logo-top.top-border .top-bar-right {
    border: none;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 99;
}

.header-logo-top.top-transparent nav {
    background: #fafafa !important;
}
.header-logo-top .top-text{ 
    margin-right: 2rem;
}
.header-logo-top.top-transparent .lang-toggle {
    padding-top: 0;
}
.header-logo-top.top-transparent .navbar-nav .active .nav-link, 
.header-logo-top.top-transparent .navbar-nav .active .nav-link:hover, 
.header-logo-top.top-transparent .navbar-nav .nav-item:hover > a, 
.header-logo-top.top-transparent .navbar-nav .nav-link:hover {
    background: #06163a;
    color: #FFF;
}
 .header-logo-top .header-fullpage{
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
 }
.header-logo-top .header-fullpage.fixed{
    padding-bottom: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);

    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
/* Header With Logo On Top */

/*------------------------------------------*/
/*    Top Bar Right Elements
/*------------------------------------------*/
.top-bar-right{
    padding: 0.9rem 0 0 0;
}
.request-btn a{
    border-radius: 4px;
    padding: 0.6rem 1rem;
    color: #06163a;
    font-weight: 600;
}
.top-bar-right .social-icons{
    margin: 0 .5rem
}
.top-bar-right .social-icons a{
    color: #f1fbff;
    font-size: 1.3rem;
    margin: 0 .4rem;
    transition: all .3s;
    text-decoration: none;
}
.top-bar-right .social-icons a:hover{
    color: #f10b0b;
}
.lang-toggle{
    padding-bottom: 10px;
}
.lang-toggle a.btn{
    background: #FFF;
    font-size: 0.875rem;
    border: none;
    border-radius: 0;
    padding: 0.4rem 0.9rem;
    border-radius: 3px;
}
.lang-toggle a.dropdown-toggle:after{
    display: none;
}
.lang-toggle .dropdown-menu{
    min-width: 150px;
    padding: 10px 0;
    border-radius: 3px;
}
.lang-toggle .dropdown-menu a{
    padding: 0.4rem 0.9rem;
    border: none;
    font-size: 0.875rem;
    color: #333;
    text-transform: capitalize;
}
.request-btn a#search_home{
    font-size: 1.125rem;
    color: #f10b0b;
}
/* Top Bar Right Elements */
.top-transparent .navbar-nav .nav-link .active{
    border: 1px solid #000;
}

/* Home Page Second Style */
.home-welcome{
    margin-top: -90px;
}
/* Home Page Second Style */


/*------------------------------------------*/
/*    What We Offer Section
/*------------------------------------------*/
.what-we-offer{
    background-image: url(../images/what_we_offer.html);
    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 99;
}
/* What We Offer Section */

/*------------------------------------------*/
/*    Page Breadcrumbs Style
/*------------------------------------------*/
.breadcrumbs-page{
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/banner_slider_3.jpg);
    background-repeat: no-repeat;
    padding: 24px 0;
    background-position: center center !important;
    margin-top: 114px;
}
.breadcrumbs-page .breadcrumb{
    background: transparent;
    color: #FFF;
    padding: 0;
    font-size: 0.875rem;
    font-weight: 600;
}
.breadcrumbs-page .breadcrumb a,
.breadcrumbs-page .breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active{
    color: #FFF;
}
.breadcrumbs-page .breadcrumb-item+.breadcrumb-item::before {
    top: 1px;
    position: relative;
}
.breadcrumbs-page h1{
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.875rem;
}
.breadcrumbs-description{
    padding: 0.75rem 1.5rem;
    color: #FFF;
    border-left: 2px solid #f10b0b;
    max-width: 50%;
    margin-top: 15px;
}
/* Page Breadcrumbs End */

/*------------------------------------------*/
/*    Video Popup Style
/*------------------------------------------*/
.video-icon{
    position:absolute;
    left:50%;
    margin:-35px 0 0 -35px;
    top:50%;
}
.video-box {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9990000;
    display: none;
    position: fixed;
    overflow: hidden;
    background-color: #000000;
}
.video-box iframe {
    float: left;
    width: 100%;
    height: 100%;

    -webkit-border: 0;
    -moz-border: 0;
    -o-border: 0;
    border: 0;
}
.video-box .close-video {
    top: 17px;
    left: 17px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 25px;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    position: absolute;
    background-color: #59585b;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.video-box .close-video:hover {
    color: #21252b;
    background-color: #ffffff;
}
/*------------------------------------------*/
/*    Footer Widgets
/*------------------------------------------*/
.footer-widget-menu ul li{
    padding: 0px 0 14px 0;
}
.footer-widget-menu ul li *{
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.footer-widget-menu ul li a span{
    text-decoration: underline;
}
.footer-widget-menu ul li a i{
    padding: 0 10px 0 0;
    color: #f10b0b;
    text-decoration: none !important;
}
.footer-widget-menu ul li a:hover i{
    padding: 0 10px;
}
.footer-widget-contact i{
    color: #99a0a3;
    font-size: 24px;
    margin-top: 4px;
}
.footer-widget-contact a{
    color: #f10b0b;
}
.footer-widget-tweet i{
    color: #99a0a3;
    margin-right: 18px;
}
.footer-widget-tweet .btn-theme{
    background: #1c95de;
    font-size: 13px;
    margin-top: 30px; 
}
.footer-widget-tweet .btn-theme i{
    margin: 0;
    color: #FFF;
}
/*------------------------------------------*/
/*    Miscellenours
/*------------------------------------------*/
#body-content{
    overflow-y: hidden;
}
.bs-docs-grid .col-md-1 span, 
.bs-docs-grid .col-md-2 span, 
.bs-docs-grid .col-md-3 span, 
.bs-docs-grid .col-md-4 span, 
.bs-docs-grid .col-md-5 span, 
.bs-docs-grid .col-md-6 span, 
.bs-docs-grid .col-md-4 span, 
.bs-docs-grid .col-md-8 span, 
.bs-docs-grid .col-md-9 span, 
.bs-docs-grid .col-md-10 span {
    background-color: #f4f4f4;
    display: block;
    line-height: 40px;
    margin-bottom: 20px;
    min-height: 40px;
    font-size: 0.775rem;
    text-align: center;
}
.dropdown-menu[x-placement^=bottom], 
.dropdown-menu[x-placement^=left], 
.dropdown-menu[x-placement^=right], 
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
}
.cbp-l-grid-work .cbp-item-wrapper, 
.cbp-l-grid-mosaic-projects .cbp-item-wrapper {
    background: #FFF;
    padding: 10px;
    box-shadow: none;
    text-align: center;
    border: none;
}
.cbp-l-grid-work-title,
.cbp-l-grid-work-desc{
    display: none;
}
.gallery-link{
    position: absolute;
    z-index: 999;
    right: -70px;
    top: -2px;
    
    background: #f10b0b;

    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    
}

.gallery-link a{
    padding: 10px 15px;
    display: inline-block;
}
.gallery-link a:hover{
    color: #000;
}
.cbp-item-wrapper:hover .gallery-link{
    right: -3px;
}

label.error {
    font-size: 12px;
    color: #F00;
    font-weight: 300;
    padding: 0;
    margin: 10px 0 0 0;
}

.top-address ul{
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.top-address li{

    display: inline-block;
    font-size: 13px;
    color: #fff;
    padding: 7px 6px 10px 6px;
    margin: 0px;
}

.top-address i{
    color: orange;
}

.about-sec{
    margin: 0px;
    padding: 50px 0;
    height: auto;
    width: 100%;
  background-image: linear-gradient(rgba(252, 249, 249, 0.72), rgb(255, 255, 255)), url(../images/map-bg-orange.jpg);
}
.about-heading h2{
    font-size: 25px;
    color: #000;
    padding: 0px;
    margin: 0px;
}
.about-heading h4{
       font-size: 16px;
    color: #f37508;
    font-weight: 600;
    padding: 12px 0 2px;
    margin: 0px;
}

.about-heading p{
    font-size: 15px;
    color: #000;
    padding: 8px 0 20px;
    line-height: 25px;
    margin: 0px;
    text-align: justify;
}
.about-heading h2 span{
        font-size: 27px;
    color: #f10b0b;
    padding: 0px;
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.service-sec{
       background-image: linear-gradient(rgba(255, 253, 253, 0.77), rgba(247, 247, 247, 0.86)), url(../images/map-bg-orange.jpg);
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 11px;
}

.service-item{
    background-color: #fff;
    padding: 10px;
    margin: 0px 0  16px;
    height: auto;
    width: 100%;
    text-align: center;  
}
.service-item:hover{
   background-color: #fff;
    box-shadow: 1px 1px 4px 1px #2a4470;
    transition: 0.2s;
 
}

.service-item img{
    height: 222px;
    width: 100%;
    
}

.service-item h1{
  font-size: 18px;
    padding: 10px;
    margin: 0px;
    font-weight: 600;
    color: #2a4470;
    text-align: center;
    text-transform: capitalize;
}

.service-item p{
    font-size: 14px;
    color: #000;
    padding: 0px 0 10px;
    margin: 0px;
}

.btn-readmore{
       background-color: #2a4470;
    padding: 5px 10px;
    margin: 0px;
    font-size: 13px;
    cursor: pointer;
   color: #fff;
    
}

.btn-readmore:hover{
  background-color: #fff;
   color: #2a4470;
    border: 1px solid #2a4470;
    
}

.why-choose{
    margin: 0px;
    padding: 43px 0;
    height: auto;
    width: 100%;
    background-color: #fff;
}

.custm-type {
   display: block;
    height: 44px;
    width: 100%;
    border-radius: 0px;
    padding: 0 20px;
    font-size: 15px;
    line-height: 1.5;
    color: #495057;
    background-color: #fcfcfc;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.rounded-field{
        background-color: #06163a;
    padding: 21px;
}

.main-footer{
       margin: 0px;
    padding: 20px 0 0 0;
    background-color: #06163a;
    height: auto;
    width: 100%;
}

.footer-details h4{
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    padding: 10px;
    margin: 0px 0 18px;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}
.footer-details p{
    color: #fff;
    font-size: 14px;
    padding: 10px;
    font-family: 'Raleway', sans-serif;
    text-align: justify;
}


.footer-details h4::after{
    content: '';
    position: absolute;
    height: 2px;
    width: 55px;
    background-color: orange;
    border-radius: 50%;
    left: 14px;
    bottom: 3px;
}

.footer-details ul{
    margin: 0px;
    padding: 0px;
    
}

.footer-details li{
    font-size: 13px;
    color: #fff;
    padding: 2px 6px;
    margin: 0px;
    display: block;
}
.footer-details a{
    color: #fff;
}

.footer-details a:hover{
    color: orange;
    padding: 2px 10px;
    transition: 0.2s;
}
.footer-details i{
    font-size: 18px;
    color: #f10b0b;
}

.visionandmission{
      background-color: #fcfcfc;
    height: auto;
    width: 100%;
    margin: 0px;
    box-shadow: 1px 0px 5px 1px #06163a;
    padding: 30px 18px;
}
.visionandmission h3{
       font-size: 19px;
    color: #06163a;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 0 0;
    font-family: 'Raleway', sans-serif;
    
}

.visionandmission p{
  font-size: 14px;
    color: #000;
    margin: 0px;
    padding: 8px 0 0;
}

.contact{
    background-color: #e6efff;
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 16px;
}

.contact i{
    font-size: 20px;
}

.fa-headphones:before {
    content: "\f025";
    color: #e26d05;
    font-size: 58px;
}

.content-details p{
    font-size: 15px;
    color: #000;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
}

.content-details img{
    height: 400px;
    width: 100%;
    margin: 0px;
}

.content-details h1{
      font-size: 27px;
    color: #e16e09;
    padding: 10px 0;
    margin: 0px;
    font-weight: 600;
}

.content-details h3{
      font-size: 20px;
    color: #e16e09;
    padding: 10px 0;
    margin: 0px;
    font-weight: 600;
}

.about-content p{
    font-size: 15px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}

.testbg {
    background-color: #f7f7f7;
    padding: 10px;
    margin: 20px 0;
    height: auto;
    border-radius: 10px;
    width: 100%;
}
.test-image img {
    height: 80px;
    width: 80px;
    margin: 0px;
    border-radius: 50%;
}
.test-text h5 {
    font-size: 18px;
    color: #c06;
}
.test-text h6 {
    font-size: 14px;
    color: #000;
    font-style: italic;
}

.gallery-sec{
    background-color:#fff;
    padding: 30px;
    margin: 0px;
    height: auto;
    width: 100%;
}

.news-block .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.news-block .image-box .image {
    position: relative;
    margin-bottom: 0;
}

.news-block .image-box {
    position: relative;
    margin-right: 40px;
}
.news-block .inner-box {
    position: relative;
}

.news-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

 .image img {
    display: block;
    width: 100%;
    height: 200px;
}
 .caption-box {
    position: relative;
      margin-top: 0;
    margin-left: 0px;
    padding: 8px 9px 7px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 21px rgba(0,0,0,0.21);
    -moz-box-shadow: 0 0 21px rgba(0,0,0,0.21);
    -ms-box-shadow: 0 0 21px rgba(0,0,0,0.21);
    -o-box-shadow: 0 0 21px rgba(0,0,0,0.21);
    box-shadow: 0 0 21px rgba(0,0,0,0.21);
}

 .caption-box h3 {
       position: relative;
    display: block;
    font-size: 16px;
    color: #06163a;
    font-weight: 600;
    margin-bottom: 10px;
}
.caption-box .info {
    position: relative;
        display: block;
    margin: 0px;
    padding: 0;

}
.caption-box .info li {
    position: relative;
    display: inline-block;
   font-size: 13px;
    line-height: 24px;
    color: #06163a;
    font-weight: 600;
    margin-right: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.caption-box p{
    font-size: 14px;
    color: #000;
    padding: 10px 0 0;
    text-align: justify;
    
}

.content-heading h3{
       font-size: 26px;
    color: #06163a;
    padding: 20px 0 10px;
    margin: 0px;
}
.content-heading p{
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

.blog-details{
    margin: 0px;
    padding: 0px;
}

.blog-details li{
    display: inline-block;
    font-size: 15px;
    color: #000;
    padding: 1px 17px 12px;
}

.test-text h2{
    font-size: 21px;
    color: #062557;
    padding: 16px 0;
    margin: 0px;
}

.career-sec{
    padding: 20px 0px 40px;
    margin: 0px;
    height: auto;
    width: 100%;
}

.webmail-img {
    width: 115px;
    margin:21px 0;
}

.btn-tracking{
   font-size: 11px;
    color: #f87404;
    padding: 4px 16px;
    border: 1px solid #e36b05;
    background-color: #062557;
}

.client-testimonial-icon img{
  height:100px;
}

.smaill-pro img{
       height: 100px;
    width: 100px;
    border: 2px dotted #062557;
    border-radius: 50%;
    padding: 5px;
}

.table td, .table th {
    padding: 4px 14px 3px 14px;
    vertical-align: top;
        font-size: 15px;
    border-top: 1px solid #dee2e6;
}

.about-content span{
    font-weight: 600;
    text-transform: capitalize;
    
}

.contact-add{
  background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.67)), url(../images/contact.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 20px;
    margin: 0px;
    height: auto;
    width: 100%;
}