/*===================================== 
MY CUSTOME CSS 
======================================*/
@import url('https://fonts.googleapis.com/css?family=Federant');

/*@font-face {
  font-family: nasalization-rg;
  src: url(../fonts/nasalization-rg.ttf);
}*/


@media only screen and (max-width:767px){
    header .top-bar .wt-topbar-left ul, header .top-bar .wt-topbar-right{
        text-align: center !important;
        float: none !important;
    }
    .top-bar-contact-details{
        display: none;
    }
}

@media only screen and (min-width:768px){
    .navbar-nav>li:last-child>a{
        /* padding-right: 0; */
    }
}
.fa-leaf:before, .widget-title:before {
    content: "\25BC" !important;
}
.wt-topbar-right p{
    margin: 0;
}
.text-dark{
    color: #000;
}
.delivery-value{
    background: #cb2128;
}
.delivery-value a{
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    cursor: default !important;
}
.active-nav{
    color: #cb2128 !important;
}
.is-fixed .main-bar {
    box-shadow: 0 0 10px #292929;
}
.forcefullwidth_wrapper_tp_banner, .forcefullwidth_wrapper_tp_banner ul, .forcefullwidth_wrapper_tp_banner ul li, .forcefullwidth_wrapper_tp_banner .slider-dots{
    height: 250px !important;
}

/*Header Tagline design*/
.logo-header > a{
    display: inline-block;
}


.logo-header .logo-tagline-delivering {
    float: right;
    transform: translateY(100%);
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0px;
    font-weight: 500;
   
}

.logo-header span.logo-tagline-value {
    font-size: 20px;
    letter-spacing: 0px;
    color: #000; 
    text-transform: uppercase;
    font-weight: 500;
}

/***/




@media only screen and (max-width: 320px){

.logo-header{
    height: 0px !important;
}

.logo-header > a{
    max-width: 80px;
}
.logo-header .logo-tagline-delivering {
    font-size: 16px;
    transform: translateY(114%);

} 
.logo-header span.logo-tagline-value {
    font-size: 16px;
}
.navbar-toggle { 
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}  

}

/***/

.about4-section-pic .wt-media {
    margin-top: 20px;
}

/*Product Page*/

.bg-gray.product-page-background{
    background-color: #cfcfcf;
}

.product-page-background h3.wt-title.m-t10.m-b0{
    color: #222;
    font-weight: 500;
}

/***/

/*Network Page*/

p.network-text{
    color: #222;
}

.map-bg{
    background: #B9E7FF;
    padding: 30px 0px;
}

/* Global Network */
.home-page-network.global-network{
    background: url(../assets/image/home-page/world-map.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* position: relative; */
}
.global-network p{
    font-size: 15px;
    font-weight: 400;
    color: #292929;
}
.global-network .country{
    margin-bottom: 20px;
}

@media only screen and (min-width:768px ){
    .global-network .country:last-child{
        margin-bottom: 0;
    }
}
.global-network .country img{
    width: 60px !important;
    display: inline-block;
    box-shadow: 0 0 6px 2px #eeeeee;
    margin-right: 6px;
}
.global-network .country p{
    display: inline-block;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #292929;
}
.contact-map, .contact-map iframe{
    width: 100%;
    height: 420px;
    border: 0;
}
.call-to-action-right .site-button-secondry{
    background: #fff;
    color: #cb2128;
}
.widget{
    margin-bottom: 0;
}
footer .site-footer{
    height: auto !important;
}
.footer-contact ul{
    margin-bottom: 20px;
    margin-top: 20px;
}
.footer-contact ul li{
    font-size: 14px;
    line-height: 28px;
    padding-top: 10px;
}
.footer-contact ul li span{
    padding-right: 1rem;
}
.footer-contact .social-icons li{
    margin-right: 10px;
}
.footer-contact ul li a{
    color: #292929 !important;
}
.footer-bottom{
    border-top: 1px solid #cb2128;
}
.matrix{
    font-family: 'Federant', cursive;
}

/* Inner Pages */
.wt-bnr-inr{
    height: 220px;
    background-size: cover;
    background-position: center center !important;
}
.wt-bnr-inr-entry{
    vertical-align: bottom;
}


/* About Us Page */

.about-page-about .section-head p{
    padding-top: 0 !important;
    margin-bottom: 6px;
}
.bg-dark{
    background: #000;
}
.mission p{
    color: #292929;
}
.wt-icon-box-wraper .icon-md, .wt-icon-box-wraper .icon-md img{
    width: 70px !important;
    height: 70px !important;
}

/* Products Page */
.products-item .section-content{
    /* background: #E5E5E5;
    padding: 10px; */
}

/* Network Page */
.mapael .map {
    position: relative;
}
circle{
    fill: #cb2128 !important;
}
.mapael .mapTooltip {
    position: absolute;
    background-color: #cb2128;
    moz-opacity: 0.70;
    opacity: 0.70;
    filter: alpha(opacity=70);
    border-radius: 4px;
    padding: 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #ffffff;
}

/***/

/*Contact Page*/
form.cons-contact-form span.input-group-addon i {
    color: #cb2128;
}

form.cons-contact-form input.form-control:focus{
   border-color: #cb2128;
}

form.cons-contact-form textarea:focus{
   border-color: #cb2128;
}

.wt-icon-box-wraper.bx-style-1.p-a15.left:hover{
    border-color: #cb2128;
    
}
.form-group:focus-within .input-group-addon{
    border-color: #cb2128 !important;
}
    
form.cons-contact-form .captcha img{
    margin-top: 4px;
}

@media only screen and (max-width: 767px){

    .mt-sm-20{
        margin-top: 20px !important;
    }

}