@font-face{
    font-family:dinnextltw23;
    src:url(fonts/DINNextLTW23-Light.woff) format('woff'),url(fonts/DINNextLTW23-Light.ttf) format('truetype'),url(fonts/DINNextLTW23-Light.svg#DINNextLTW23-Light) format('svg');
    font-weight:300;
    font-style:normal;
    font-display: swap;
}
@font-face{
    font-family:dinnextltw23;
    src:url(fonts/DINNextLTW23-Heavy.woff) format('woff'),url(fonts/DINNextLTW23-Heavy.ttf) format('truetype'),url(fonts/DINNextLTW23-Heavy.svg#DINNextLTW23-Heavy) format('svg');
    font-weight:900;
    font-style:normal;
    font-display: swap;
}
@font-face{
    font-family:dinnextltw23;
    src:url(fonts/DINNextLTW23-Regular.woff) format('woff'),url(fonts/DINNextLTW23-Regular.ttf) format('truetype'),url(fonts/DINNextLTW23-Regular.svg#DINNextLTW23-Regular) format('svg');
    font-weight:400;
    font-style:normal;
    font-display: swap;
}
@font-face{
    font-family:dinnextltw23;
    src:url(fonts/DINNextLTW23-Medium.woff) format('woff'),url(fonts/DINNextLTW23-Medium.ttf) format('truetype'),url(fonts/DINNextLTW23-Medium.svg#DINNextLTW23-Medium) format('svg');
    font-weight:500;
    font-style:normal;
    font-display: swap;
}
:root{
    --countriesGrid-hover-bg:#f3f5f7;
    --country-link:#333;
    --grid-bg:#FFF;
    --grid-border:#f5f5f5;
}
html{
    border-top: solid 2px #4091d2;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
*:focus {
    outline: 0 !important;
}
body {
    font: normal 12px dinnextltw23,tahoma , arial, Geneva, sans-serif;
}
#site-header{
    background: url('../images/map.png') no-repeat  50px center  #f9f8f8;
    border-bottom: solid 2px #4091d2;
    height: 135px;
}
#logo{
    display: block;
    margin-top: 35px;
    width: 200px;
    height: 80px;
    background: url("../images/logo.png") no-repeat center center transparent;
    padding: 0;
    text-indent: -9999px;
}


.bigFont{
    color: #4091D2;
    font-size: 20px;
    margin: 15px 0;
    font-weight: bold;
    font-size: 1.8em;
}
.text{
    font-size: 1.5em;
    line-height: 26px;
}
.mrtb4{
    margin: 2em auto !important;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    margin-left: 15px
}
.overfollowHide {
    overflow: hidden;
}

.gray{
    color: #CCC;
}
.mrtb{
    margin-top: 1em;
    margin-bottom: 1em;
}
.mrtb_20{
    margin-bottom: 20px;
    margin-top: 20px;
}
.sw_tr{
    position: absolute;
    top: 10px;
    right: 10px;
}
.font1{
    font-size: 1.3em;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {
    .largeicon{
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 10em;
    }

}



.ulGrid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px -3px 0;
    list-style: none;
    padding: 0;
    justify-content: center;
}
.ulGrid a{
    text-decoration: none;
}
.ulGrid li {
    flex: 1 0 11.1111111%;
    height:120px;
    border-right: 2px solid var(--grid-border);
    border-bottom: 2px solid var(--grid-border);
    background: var(--grid-bg);
}

.ulGrid li:last-child {
    flex-grow: 10;
}
.ulGrid li:empty {
    height: 0;
    border: none;
}

.countriesGrid {
    width:100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    transition: background-color 0.35s ease-in-out;
}
.countriesGrid img{
    height:50px;
    width:50px;
}
.countriesGrid:hover {
    background-color: var(--countriesGrid-hover-bg) !important;

}
.countriesGrid .countryName {
    font-size: 1.3em;
    text-align: center;
    color: var(--country-link);
    display: block;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;

}

.home_cat{
      padding: 10px;
    line-height: 25px;
    margin: 10px 0 10px 0;
        font-size: 1.5em;
    font-weight: 600;
    background-color: #f5f5f5;
    color: #333;
}

.br_word{
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    -ms-word-break: break-all;
}
.twolines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wh_100{
    width: 100% !important;
    height: 100% !important;
}
.shadow{
  color: #FFF;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px;
    font-size: 1.2em;
    border-radius: 5px;
}
.text-decoration-none{
    text-decoration: none !important;

}
.blackColor {
    color: #000;
}    
.blackLink a,
.blackLink a:hover,
.blackLink a:visited
{
    color: #000 !important;
}  
@media (max-width: 767px) {
    #site-header{
        background-image:none ;
    }
    #logo{
                margin: 20px auto 0 auto;
    }
    #site-header{
        height: auto;
    }
    .ulGrid li {
        flex: 1 0 25%;
        height:100px;
    }

}

/* Landscape phones and smaller mymobile */
@media (max-width: 480px) {

    #site-header{
        background-image:none ;
        height: 100px;
    }


    .bigFont{
        font-size: 1.5em;
        text-align: center ;
        font-weight: bold;
        line-height: 28px;
    }
    .text{
        text-align: center ;
        font-size: 1.2em;
        margin-bottom: 22px;
    }

    .mrtb4{
        margin: 10px auto !important;
    }
    .ulGrid li {
        flex: 1 0 33.3333%;
        height:100px;
    }
}

@media (max-width: 320px) {
    .text{
        font-size: 1em;
    }
    .ulGrid li {
        flex: 1 0 33.333%;
    }

}

/*home slider*************************************************/
:root{
    --swiper-navigation-sides-offset:-4rem;
    --swiper-navigation-color:#FFF;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    direction: rtl;
}
.sw_bottom{
    z-index: 1;
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 5px 8px;
    background: rgba(0, 0, 0, 0.7);
    max-width: 90%;
    color: #FFF;
    font-size: 1.4em;
    /*font-weight: 600;*/
    border-radius: 5px;
}
.swiper-bg{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.swiperbg,
.swiperbg:hover,
.swiperbg:focus,
.swiperbg:visited
{
    text-decoration: none;
}
.home_sliders{
    width: 100%;
    margin-bottom: 10px;
    display: flex;
}
.home_sliders  .swiper-slide{
    background: var(--swiper-slide-bg) ;
    margin-left: 10px;
    height: 260px;
    width: 220px;
}
.home_sliders .img-ct{
    position: relative;
        height: 200px;
    width: 220px;
}
.home_sliders .title{
    padding-top: 10px;
    font-size: 1.4em;
}

@media(max-width:767px) {
    .swiper-slide{
        width: auto
    }
    .sw_bottom{
        font-size: 1em;
        font-weight: normal
    }

/*.home_sliders  .swiper-slide{
    margin-left: 5px;
    height: 210px;
    width: 170px;
}
.home_sliders .img-ct{
        height: 150px;
    width: 170px;
}*/

}
/**************************************************/