@import url("font.css");
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    background: #fff;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
a {
    color: #354da1;
    transition: 0.5s;
}
a:hover,
a:active,
a:focus {
    color: #10a94b;
    outline: none;
    text-decoration: none;
}
p {
    padding: 0;
	font-size:14px;
	font-family: Verdana,Geneva,sans-serif;
    margin: 0 0 10px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #18d26e;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #18d26e;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.font_mont{
    font-family: 'Montserrat', sans-serif;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    padding: 15px;
    height: 130px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 1000;
    background: rgba(0,0, 0, 1.0);
}
#header #logo {
    width: 18%;
    position: absolute;
 /*   top:15px;
    left: 50px;
    z-index: 999;*/

}
#header #logo img {
    padding: 0;
    margin: 0;
    width: 70%;

}
#header #login{
    color: #ffffff;
    z-index: 100;
    margin: 0 auto 0 20%;
    font-size: 12px;
    padding: 20px 0px 10px 0px;
}
#header #login a{
    color: #ffffff;
}
#header #login a:hover{
    color: #09a0ff;
}
.modal-backdrop{
    z-index: 999;
}
.affix {
    color: #fff;
    -webkit-box-shadow: 0 10px 6px -6px #333;
    -moz-box-shadow: 0 10px 6px -6px #333;
    box-shadow: 0 10px 6px -6px #333;
}
.icon{
    width: 23px;
    height: 23px;
    padding-right: 5px;
}
.btn-search{
    background: url("../../assets/img/i_search.png") no-repeat 0px 0px #354459;
    border-radius: 50px;
    border: 1px #727c8b solid;
    border-left:0px;
    height: 33px;
    width:33px;
}
.search-box{
    background: #344459;
    width: 100%;
    border: 1px #727c8b solid;
    border-radius: 50px;
    padding: 0px 10px;
    height: 33px;
    font-size: 1em;
}
#login .login_link, #login .cart_link{
    background: url("../../assets/img/login.svg") no-repeat 0px 0px;
    background-size: 18px 15px;
    padding-left: 30px;
}
#login .cart_link{
    background: url("../../assets/img/cart.svg") no-repeat 0px -2px;
    background-size: 20px 18px;
}

    /*--------------------------------------------------------------
    # Sections
    --------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h4 {
    font-size: 22px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding-bottom: 32px;
    margin-bottom: 30px;
}

.section-header h4::before {
    content: '';
    position: absolute;
    display: block;
    width: 250px;
    height: 1px;
    background: #ddd;
    bottom: 7px;
    left: calc(50% - 125px);
}

.section-header h4::after {
    content: '';
    position: absolute;
    display: block;
    width: 17px;
    height: 49px;
    background: url("../../assets/img/headers.png") no-repeat 0px 0px;
    bottom: -24px;
    left: calc(50% - 5px);
}

.section-header p {
    text-align: center;
    padding-bottom: 30px;
    color: #333;
    text-transform: uppercase;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
    width: 100%;
    position: relative;
    z-index: 995;
}
.intro-container{
    text-align: center;
}
.carousel-caption {
    right: 25%;
    top: 40%;
    left: 25%;
    z-index: 10;
    text-align: center;
}
#intro .h3-responsive{
    font-weight: 800;
    font-size:35px;
}
#intro .h3-responsive span{
    color: #1ca7ff;
}
#intro .carousel-item {
    width: 100%;
    /*height: 80vh;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#intro .carousel .carousel-item video {
    min-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
}
#intro .carousel-item::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#intro .carousel-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#intro .carousel-content {
    text-align: center;
}
#intro .carousel-indicators{
    bottom: 30px;
}
#intro h2 {
    font-family: 'better_saturdayregular';
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: normal;
}
#intro p {
    width: 80%;
    margin: 0 auto 30px auto;
    color: #fff;
    font-size: 18px;
}
#intro .carousel-fade {
    overflow: hidden;
}
#intro .carousel-fade .carousel-inner .carousel-item {
    transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 2s;
}
#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#intro .carousel-inner {
   /* height: 80vh;*/
}
#intro .carousel-control-prev,
#intro .carousel-control-next {
    width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
    /*background: none;*/
    font-size: 32px;
    line-height: 1;
}

#intro .carousel-indicators li {
    cursor: pointer;
}

.btn-blue, .btn-transparent, .btn-grey{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 5px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #1ca7ff;
    border: 1px solid #1ca7ff;
    text-transform: capitalize;
}

.btn-blue:hover {
    background: #ffffff;
    border: 1px solid #1ca7ff;
    color: #1ca7ff;
}
.btn-transparent {
    border: 1px solid #ffffff;
    background: none;
}
.btn-transparent:hover {
    background: #1ca7ff;
    color: #ffffff;
}
.btn-grey{
    border: 1px solid #767676;
    color: #767676;
    background: none;
}
.btn-grey:hover {
    background: #767676;
    color: #ffffff;
}
#allservices {
    position: relative;
}
.servContainer figure {
    overflow: hidden;
}
.servContainer figure:hover+span {
    bottom: -36px;
    opacity: 1;
}
/*Featured Carousel*/
.featured .carousel {
    margin: 20px auto;
    padding: 0 70px;
}

.featured .carousel .thumb-wrapper {
    padding: 25px 15px;
    background: #fff;
    border-radius: 6px;
    text-align: center;
    position: relative;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.featured .carousel .item .img-box {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}
.featured .carousel .item h4 {
    font-size: 18px;
}
.featured .carousel .item h4, .featured .carousel .item p, .featured .carousel .item ul {
    margin-bottom: 5px;
}
.featured .carousel .thumb-content .btn {
    color: #7ac400;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    border: 1px solid #7ac400;
    padding: 6px 14px;
    margin-top: 5px;
    line-height: 16px;
    border-radius: 20px;
}
.featured .carousel .thumb-content .btn:hover, .carousel .thumb-content .btn:focus {
    color: #fff;
    background: #7ac400;
    box-shadow: none;
}
.featured .carousel .thumb-content .btn i {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}
.featured .carousel .carousel-control {
    height: 44px;
    width: 40px;
    background: #006dd9;
    margin: auto 0;
    border-radius: 4px;
    opacity: 0.8;
}
.featured .carousel .carousel-control:hover {
    background: #89bff5;
    opacity: 1;
}
.featured .carousel .carousel-control i {
    font-size: 36px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -19px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: #fff;
    text-shadow: none;
    font-weight: bold;
}
.featured .carousel .item-price {
    font-size: 13px;
    padding: 2px 0;
}
.featured .carousel .item-price strike {
    opacity: 0.7;
    margin-right: 5px;
}
.featured .carousel .carousel-control.left i {
    margin-left: -2px;
}
.featured .carousel .carousel-control.right i {
    margin-right: -4px;
}
#newArrivals .carousel .carousel-control {
    height: 44px;
    width: 40px;
    background: #ff8a00;
    margin: auto 0;
    border-radius: 4px;
    opacity: 0.8;
}

/*Featured Carousel*/
/* Circle */
.servContainer figure {
    position: relative;
}
.servContainer figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.servContainer figure:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
#services{
    height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../assets/img/in_serviceBg.jpg);
}
/*#services{*/
    /*display: block;*/
    /*background: url(../../assets/img/in_service_bg1.jpg) no-repeat 0px 215px;*/
/*}*/
#servicesBlock{
    z-index: 999;
    top: -25px;
    position: relative;
}

#servicesBlock img{
    z-index: 9;
    -webkit-box-shadow: 4px 3px 14px 1px rgba(0,0,0,0.81);
    -moz-box-shadow: 4px 3px 14px 1px rgba(0,0,0,0.81);
    box-shadow: 4px 3px 14px 1px rgba(0,0,0,0.81);
}
.services_tit{
    font-family: 'Montserrat', sans-serif;
     width: 90.05%;
     position: absolute;
     background-color: rgba(0, 0, 0, 0.7);
     z-index: 10;
     height: 130px;
    top: 125px;
    padding: 16px;
 }
.services_tit h4{
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.1em;
}
a.blue_link{
      color: #3399ff;
}
a.blue_link:hover{
    color: #ffcc00;
}
.know{
    font-size: 13px;
    font-weight: bold;
    left: 0;
    cursor: pointer;

    bottom: 0;
    position: absolute;
    padding: 0px 0px 16px 16px;
}
.wave{
    background:url("../../assets/img/titleUnder.png") no-repeat;
    position:absolute;
    right: 0;
    width: 45%;
    height: 25px;
}
#distributor{
    background: url(../../assets/img/in_serviceBg2.jpg) no-repeat 0px 0px;
    background-size: cover ;
     padding: 50px 0px;
     color: #fff;
    margin-top: 10px;
 }
#distributor h3{
    font-size:25px;
    font-weight: 600;
    margin-bottom: 110px;
}
#distributor p{
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 20px;
}
#distributor h3:after{
    content: " ";
    width: 100px;
    left: 45%;
    display: block;
    height: 12px;
    background-color:#ffcc00;
    border-radius: 20px;
    position: absolute;
    margin-top: 50px;
}
#meter{
    background-color: #263b5f;
    padding: 20px 10px;
    text-align: center;
    font-size: 20px;
    color: #40b9ff;
    font-weight: 700;
}
#meter h2{
     font-size: 35px;
     font-weight: 700;
     color: #ffffff;
     margin: 0px;
     padding: 0px;
 }
#meter .waveBlue{
    background: url("../../assets/img/titleUnder2.png") no-repeat center center;
    width: 100%;
    height: 25px;
    display: block;
    margin-top: 10px;
}
#meter span{
    margin: 0px;
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1em;
}
.featured {
    position: relative;
    padding: 30px;
    background: url("../../assets/img/linesBg.png") no-repeat 0px 50% #ffffff;
    text-align: center;
    /* Set a specific height */
    height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;

}
h2.title{
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
}
h2.title::after{
    content:"";
    /*background: url("../../assets/img/titleUnder_sm.png") no-repeat center center;*/
    width: 100%;
    height: 5px;
    display: block;
    margin-top: 15px;
}
.card-body{
     padding: 0px;
    position: relative;
    /*added*/
    background: url(../../assets/img/breadcrumb_bg.jpg);
 }
.featured .card, .featured .btn, #latestNews .card, .productsGallery .card{
   border-radius: 0px;
}
.btn-primary{
    width: 100%;
    font-size: 12px;
    font-weight: 600;
}
h5.card-title{
    font-weight:600;
    font-size: 13px;
    padding: 20px 10px 0px 10px;
}
h5.card-title::after{
    content:"";
    width: 40px;
    height: 3px;
    display: block;
    margin: 10px auto;
    background-color: #3399ff;
}
.card-text{
    font-size: 12px;
    padding: 10px;
    line-height: 1.5em;
    font-weight: 300;
    margin-bottom: 25px !important;
}
.card-body img{
    padding: 5px 10px;
}
.bestSeller{
    background-color: #ff9600;
    color: #ffffff;
    font-size: 9px;
    position: absolute;
    padding: 2px 15px;
    right: 16px;
    top: 0;
    z-index: 10;
}
#newArrivals .card{
    border-top: 3px #ff9600 solid;
    padding-bottom: 10px;
}
#newArrivals h5.card-title::after{
    content:"";
    width: 40px;
    height: 3px;
    display: block;
    margin: 10px auto;
    background-color: #ff9600;
}
#newArrivals .btn-primary{
    border-radius:50px;
    width: auto;
    background-color: #ff9600;
    border-color: #ff9600;
}
#newArrivals .btn-primary:hover {
    color: #fff;
    background-color: #ef8202;
    border-color: #ff9600;
}
#newArrivals, #latestNews {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#latestNews .card{
    padding: 5px;
    margin-bottom: 30px;
}
#latestNews h5{
     font-weight: 600;
     font-size: 15px;
     padding: 10px;
     margin-bottom: 1em;
     border-bottom: 1px #d1d1d1 solid;
 }
#latestNews h6{
    font-weight: 300;
    font-size: 10px;
    padding: 0px 10px;
    margin-bottom: 1em;
}
#latestNews .card-text{
    font-size: 14px;
}
#latestNews .subTitle, #partnered .subTitle{
    padding: 0px 0px 20px;
    font-size: 12px;
    width: 60%;
    display: inline-block;
    position: relative;
}
#latestNews .page_title p{
    font-weight: 600;
    color: #000000;
    font-size: 18px;
}
#latestNews .page_title h4{
    color: #000000;
    font-size: 25px;
    font-weight: 600;
}
.link-orange{
     color: #ff7800;
     width: 100%;
     font-size: 12px;
     font-weight: 600;
     margin-left: 10px;
    position: absolute;
    bottom: 10px;
    cursor: pointer;

}
.link-orange:hover{
    color: #ffcc00;
}
.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;
}
/* The colour of the indicators */
.allLogos .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.allLogos .carousel-indicators{
    bottom: -30px;
}
.allLogos .carousel-indicators .active {
    background: #707070;
}
/* BREADCRUMBs */
.linebg{
    background: url("../../assets/img/breadcrumb_bg.jpg") 0px 0px;
}
.breadcrumb{
    font-family: 'Montserrat', sans-serif;
    background: url("../../assets/img/breadcrumb_bg.jpg") 0px 0px;
    border-bottom: 4px solid #ffcc00;
    height: 55px;
    padding-left: 50px;
    font-size:12px;
    color: #807f7f;
}
.breadcrumb ul{
    padding: 5px 16px;
    list-style: none;
}
.breadcrumb  ul li {
    display: inline;
}
.breadcrumb ul li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}
.breadcrumb ul li a {
    color: #333333;
    text-decoration: none;
}
.breadcrumb ul li a:hover {
    color: #01447e;
    text-decoration: underline;
}
#productsIn{
    position: relative;
}
#productsIn .backtolist{
    background: url("../../assets/img/arrow.svg") no-repeat;
    background-size: 10px 20px;
    text-transform: uppercase;
    padding-left: 15px;
    margin-bottom: 10px;
}
#productsIn a.backtolist{
    color: #000;
}
#productsIn .zoom-icon{
    width: 100%;
    height: 25px;
    z-index: 900;
    position: absolute;
    background: url("../../assets/img/zoom-in-thin.svg") no-repeat;
    left: 6%;
    top: 8%;
    padding-left: 35px;
    font-size: 11px;
}
#productsIn .product_image{
    margin-top: 8px;
}
#productsIn .zoom {
    display:inline-block;
    position: relative;
    border: 1px #dbdbdb solid;
}
/* magnifying glass icon */
#productsIn .zoom:after {
    content:'';
    display:block;
    width:33px;
    height:33px;
    position:absolute;
    top:0;
    right:0;
    background:url(icon.png);
}
#productsIn .zoom img {
    display: block;
    width: 500px;
    height: 500px;
}
#productsIn .viewBox{
    display: table;
    width: 100%;
}
#productsIn .project_details h6{
color: #a9a9a9;
}
#productsIn .project_details article{
    font-size: 14px;
    line-height: 1.5em;
}
#productsIn .btn{
    padding: 5px 45px 5px 20px;
    color: #ffffff;
    border-radius: 0px;
    font-weight: 600;
    background: url(../../assets/img/basket.svg) no-repeat #ff9900 167px 6px;
    background-size: 20px 20px;
}
#productsIn .btn:hover{
    background: url(../../assets/img/basket.svg) no-repeat #fbc900 167px 6px;
    background-size: 20px 20px;
}
#productsIn .viewPort{
    padding: 20px;
    height: 700px;
    width: 100%;
 }
#productsIn h5.innerTit::after{
    background-position: center center;
}
.accordion .card{
    border: 0px;
}
.accordion .card-body, .accordion .card-header {
    padding: 20px;
    font-size: 12px;
    line-height: 1.5em;
    border: 1px #e1e1e1 solid;
    background-color: #f8f8f8;
    -webkit-box-shadow: -4px 13px 24px -22px rgba(0,0,0,0.75);
    -moz-box-shadow: -4px 13px 24px -22px rgba(0,0,0,0.75);
    box-shadow: -4px 13px 24px -22px rgba(0,0,0,0.75);
}
.accordion .card-header{
    margin-top: 10px;
    cursor: pointer;meter
    font-size: 13px;
}
.accordion a.card-title{
    color: #0066cc;
}
/*arrow animation*/
.collapsed{
    background: url("../../assets/img/accordion-arr_d.gif") no-repeat right center #ffffff !important;
}
.open{
    background: url("../../assets/img/accordion-arr_up.gif") no-repeat right center #ffffff !important;
}
.productsGallery{
    margin: 20px 0px;
}
.productsGallery h5{
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}
.productsGallery .box{
    border-top: 8px solid #fe8900;
    padding: 0px;
}
.productsGallery .box .info{
    font-size: 12px;
    padding: 10px 5px;
    /*background: url("../../assets/img/breadcrumb_bg.jpg");*/
    border-top: 1px solid #c7c7c7;
}
.card-body .btn-orange{
    position: absolute;
    bottom: 0;
}
.btn-orange{
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 0px;
    background: #fe8900;
    width: 100%;
}
.btn-orange:hover{
    color: #ffffff;
    background: #fbc900;
}
.w3-display-container{position:relative; padding: 10px 0px; background: #ffffff;}
.w3-content,.w3-auto{margin-left:auto;margin-right:auto}
.w3-content{max-width:100%}
.w3-black,.w3-hover-black:hover{color:#333!important;background-color:#fff!important; border: none;}
.w3-display-left{position:absolute;top:50%;left:0%;cursor:pointer;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;cursor:pointer;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.w3-display-left:focus, .w3-display-right:focus{
    outline: none;
}
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}

.pageBg{
    background: url("../../assets/img/productBg.jpg") repeat-y;
	background-position: center -10%;
}

#brands .logoBox{
    border: 1px #f1f1f1 solid;
    border-bottom: 10px #fa8700 solid;
    background: #ffffff;
    text-align: center;
    margin: 10px 10px;
    padding: 30px 10px;
    -webkit-box-shadow: 0 10px 8px -8px #777;
    -moz-box-shadow: 0 10px 8px -8px #777;
    box-shadow: 0 10px 8px -8px #777;
}
#brands .logoBox img{
    width: 80%; filter: grayscale(100%);
}
#blogCarousel  img{
   filter: grayscale(100%);
}
/*SERVICES PAGE*/
#servicesTab .nav-tabs .nav-link{
    border: 0px;
    border-radius: 0px;
    border-right: 1px #cccccc solid;
    padding: 0rem 0.4rem 3rem 0.4rem;
    width: 10%;
    position: relative;
    text-align: center;
}
#servicesTab .nav-tabs .nav-link:hover h3{
    color: #09a0ff;
}
.s_icon {
    background: url("../../assets/img/services_icons.png") no-repeat;
    display: block;
    width: 100%;
    height: 90px;
}
.nav-tabs{
    border: 0px;
}
/*Normal Sate*/
.serviceTabs h3 {
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 11px;
    color: #333333;
    padding: 5px;
    margin-bottom: -10px;
    line-height: 1.5em;
    word-break: break-word;
}

.serviceTabs .s_icon{
    background-position: 35px 0px;
}
.serviceTabs .s_icon{
    background-position: 35px -178px;
}
.serviceTabs .s_icon{
    background-position: 35px -359px;
}
#servicesTab #client-tab .s_icon{
    background-position: 35px -720px;
}
#servicesTab #sales-tab .s_icon{
    background-position: 35px -545px;
}
/*Active State*/
#servicesTab .active#technical-tab .s_icon{
    background-position: 35px -93px;
}
#servicesTab .active#shipping-tab .s_icon{
    background-position: 35px -262px;
}
#servicesTab .active#transportation-tab .s_icon{
    background-position: 35px -449px;
}
#servicesTab .active#sales-tab .s_icon{
    background-position: 35px -637px;
}
#servicesTab .active#client-tab .s_icon{
    background-position: 35px -805px;
}

.serviceTabs span{
    color: #333333;
    font-weight: 600;
    font-size: 11px;
    position: absolute;
    bottom: 20px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
}
.serviceTabs .tab-content{
    background-color: #ffffff;
}
.shadowBelow{
    -webkit-box-shadow: -2px 3px 28px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 3px 28px -11px rgba(0,0,0,0.75);
    box-shadow: -2px 3px 28px -11px rgba(0,0,0,0.75);
}

.serviceTabs.active h3 {
     color: #666666;
}
.serviceTabs .active span{
    color: #cccccc;
    font-weight: 600;
    font-size: 11px;
}
#servicesTab .active i{
    background: url(../../assets/img/down-arrow.gif) no-repeat;
    width: 18px;
    height: 15px;
    display: block;
    margin: 6px auto;
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
}
#servicesTab article{
    padding: 20px;
    display: inline-block;
}
#servicesTab .title{
    margin-top: 20px;
    padding: 25px 0px 0px 20px;
    border-bottom:4px #fa8700 solid;
}
#servicesTab h5{
    font-size: 25px;
    font-weight: 800;
}
#servicesTab h5::after{
    content: "";
    /*background: url("../../assets/img/titleUnder_sm.png") no-repeat 0px 7px;*/
    margin: 10px 0px 0px 30px;
    display: inline-block;
    width: 100px;
    height: 27px;
}
.serviceTabs.active .s_icon {
     opacity: 0.1;
}
.aboutBg{
    /* The image used */
    background-image:  url("../../assets/img/aboutBg.jpg");
    /* Set a specific height */
    height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.aboutBg1{
    background: url("../../assets/img/abt_greybg.png") center 15px repeat-x;
}
#aboutUs{
    height: 100%;
}
#aboutUs .nav-tabs .nav-item.show .nav-link, #aboutUs .nav-tabs .nav-link.active{
    background-color: #ffcc01;color: #000000;
}
#aboutUs .nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    font-size: 20px;
    font-weight:600;
    padding: 5px 100px;
    color: #000000;
    background-color: #e1e1e1;
    margin-right: 1px;
}
#aboutUs .contentBg{
    background-color: #ffffff;
    padding: 20px;
    font-size: 12px;
    line-height: 1.8em;
}
h5.innerTit{
    color: #666666;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
/*h5.innerTit::after {*/
    /*content: "";*/
    /*!*background: url(../../assets/img/titleUnder_sm2.png) no-repeat;*!*/
    /*width: 100%;*/
    /*height: 25px;*/
    /*display: block;*/
    /*margin-top: 15px;*/
/*}*/
#aboutUs h6{
    font-size:18px;
    text-align: center;
    color: #333333;
    font-weight: 600;
    padding: 20px 0px;
}
#aboutUs .tab-content{
    border: 1px #cccccc solid;
}
#aboutUs .photos figcaption{
    margin-top: 5px;
    text-align: right;
    font-size: 11px;
}
#aboutUs strong{
    font-weight: bold;
}
#aboutUs .photos figure{
    padding-bottom: 10px;
    border-bottom: 10px #3399ff solid;
}
#aboutUs .allTeam img{
    border: 8px #ffae00 solid;
}
.allTeam figcaption{
    font-size: 14px;
    padding: 15px 0px;
}
#requestQuote .q_bg1{
    background: url("../../assets/img/quotebg1.png") left center no-repeat;
}
#requestQuote .q_bg2{
    background: url("../../assets/img/quotebg2.png") right center no-repeat;
}
.form-group{
    margin: 10px 0px;
}
.org-border-btm{
    border-bottom:5px solid #ff9900;
}
#requestQuote .btn-primary, #career .btn-primary, #contact .btn-primary{
    width: auto;
    padding: 5px 40px;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-yellow{
    background-color: #ffcc00;
    color: #000;
    padding: 5px 20px;
}
.btn-yellow:hover{
    background-color: #fed42b;
}
.divider{
    display: inline-block;
    width: 100%;
    height: 25px;
    border-bottom: 1px #d6d6d6 solid;
    margin: 20px 0px;
}
#footer{
    margin-top: 50px;
    padding: 70px 70px 0px 70px;
    position: relative;
    background: url("../../assets/img/footerBg.jpg") no-repeat #263b5f;
    background-clip: padding-box;
    background-position: center;
    color: #ffffff;
    font-size: 11px;
}
.whiteBg{
    background-color: #ffffff;
    border: 1px #dfdede solid;
    padding: 0px;
}
#contact .org-top{
    border-top: 2px #fa8408 solid;
}
#contact h3{
    border-left: 8px #ffcc00 solid;
    padding-left: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    display: block;
    width: 100%;
}
#contact ul li{
    padding: 15px 15px 15px 55px ;
    border-bottom: 1px #dfdede dashed;
    font-weight: 400;
    font-size: 12px;
}
.headOffice{
    background: url("../../assets/img/town.svg") no-repeat 15px 10px;
    background-size: 25px 28px;
}
.address{
    background: url("../../assets/img/seo-and-web.svg") no-repeat 15px 15px;
    background-size: 18px 22px;
}
.phone{
    background: url("../../assets/img/communications.svg") no-repeat 15px 18px;
    background-size: 15px 15px;
}
.email{
    background: url("../../assets/img/note.svg") no-repeat 15px 18px;
    background-size: 20px 22px;
}
.web{
    background: url("../../assets/img/earth-grid.svg") no-repeat 15px 15px;
    background-size: 20px 20px;
}
#contact .form-control{
    font-size: 12px;
}
.mapbor{
    border: 1px #ffcc00 solid;
}
.input-group-text{
    background-color: #ffcc00;
    border: 1px solid #ffcc00;
    border-radius: 0px;
    width: 45px;
}
.sendbtn{
    background: url("../../assets/img/sendbtnBg.png") no-repeat #ffcc00 right center;
    padding: 8px 70px 8px 30px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    border-radius: 0px;
}
.pre_profile{
     background: url("../../assets/img/social.svg") no-repeat 15px 10px #ffcc00;
     background-size: 15px 15px;
 }
.pre_email{
    background: url("../../assets/img/signs.svg") no-repeat 15px 10px #ffcc00;
    background-size: 15px 15px;
}
.pre_country{
    background: url("../../assets/img/seo-and-web2.svg") no-repeat 15px 10px #ffcc00;
    background-size: 15px 15px;
}
.pre_company{
    background: url("../../assets/img/town2.svg") no-repeat 15px 10px #ffcc00;
    background-size: 18px 18px;
}
.pre_quote{
    background: url("../../assets/img/tool.svg") no-repeat 15px 10px #ffcc00;
    background-size: 15px 15px;
}
.pre_phone{
    background: url("../../assets/img/phone-1.svg") no-repeat 15px 10px #ffcc00;
    background-size: 15px 15px;
}
.pre_home{
    background: url("../../assets/img/home-6.svg") no-repeat 15px 10px #ffcc00;
    background-size: 15px 15px;
}
#footer a{
    color: #ffffff;
}
#footer a:hover{
    color: #d1d1d1;
}
#footer h4{
    margin: 15px 0px;
    font-size: 12px;
    font-weight: 600;
}
#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    border: 1px solid #ffffff;
    color: #ffffff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .social-links a:hover {
    background-color: #3399ff;
    color: #ffffff;
}
#footer ul li{
    padding: 5px;
}
#footerLinks{
     border-top: 1px #51627f solid;
    padding: 20px 0px;
    margin-top: 30px;
 }
#footerLinks a{
    font-size: 10px;
}
.serviceTabs span
.carousel-control-next-icon, .carousel-control-prev-icon{
    background-color:#333333;
    background-size: 60% 100%;
    padding: 20px;
}
.service_level .services_tit{
    width: 90.05%;
    top: 139px;
}
.service_level .wave{
    width: 22%;
}
.service_level .services_tit h2 {
    font-weight: 800;
    color: #fff;
}
/*Added 16062020*/

.offer_text, .offer_text2{
    font-family: 'Roboto', sans-serif;
    color: #333;
    background-color: #ffffff;
    border: 1px #d2d2d2 solid;
    padding: 0px 10px 10px 0px;
    height: 220px;
}
.offer_text .offBox{
    font-weight: 900;
    font-size: 45px;
    color: #ffffff;
    background-color: #000;
    padding: 0px 35px;
    margin: 20px 0px 0px 0px;
    display: inline-block;
}
.offer_text .tag {
    margin: 10px 0px 0px 20px;
    line-height: 1.2em;
    font-weight: 100;
    font-size: 32px;
}
.offer_text .btn{
    font-family: 'Montserrat', sans-serif;
    background: url("../../assets/img/offer_btn.png") repeat-x 0px 0px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 5px 15px;
}
.offer_text2{
    padding: 10px 0px 10px 10px;
    float: left;
}
.offer_text2 .tag{
    line-height: 1.1em;
    text-align: right;
    clear: both;
    float: right;
    font-size: 20px;
    margin: 10px 18px 0px 0px;
}
.offer_text2 .offBox2{
    float: right;
    display: block;
    text-align: right;
    font-weight: bold;
    font-size: 25px;
    background-color: #ffcc00;
    color: #000000;
    padding: 0px 30px;
    margin: 20px 0px 0px 0px;
}
.offer_text img{

}
/*Rotate*/
.rotatebox .images{
    text-align: center;
    width: 600px;
    height: 600px;
    position: relative;
    margin: 10px auto;
}
.rotatebox .images img{
    width: 600px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
}
.slider {
    width: 500px;
    margin: 10px auto;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    background: rgb(9,160,255);
    background: linear-gradient(0deg, rgba(9,160,255,1) 0%, rgba(3,109,176,1) 100%);
    cursor: pointer;
}
.ui-widget-content{
    background: #eaeaea;
}

.error {
    color: #dc3545;
}

.white-popup-block {
    background: #FFF;
    font-size: 14px;
    padding: 20px 30px;
    text-align: left;
    max-width: 50%;
    margin: 40px auto;
    position: relative;
}
.popup-modal-dismiss{
    font-weight: bold;
    text-align: right;
    float: right;
    padding:0px 10px 10px 10px;
}
.popup-modal-dismiss:hover{
    color: #3399ff !important;
}

.carousel-control-next, .carousel-control-prev{
    top: 18px !important;
}