.dropDownMenu{
    display: flex;
    background-position: right center;
}
.dropDownMenu li{
    background-position: left center;
}
.dropDownMenu li ul li{
    width: 150px;
    padding: 0 10px 10px;
}
.dropDownMenu li a,.dropDownMenu li a:hover{
    padding: 20px 74px 20px 15px;
}
.dropDownMenu li ul li a span{
    font-size: 11px;
}
.dropDownMenu li:hover ul{
    padding: 20px 0;
}
.homecarousel .owl-dots{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.homecarousel .owl-dots button{
    width: 40px;
    height: 6px;
    margin: 0 5px;
    background: #fff;
    opacity: 0.8;
}
.homecarousel .owl-dots button:focus{
    outline: none;
    box-shadow: none;
}
.homecarousel .owl-dots button.active{
    opacity: 1;
}
.menu_container{width: auto;}
.bannercaption{
    position: absolute;
    top: 44%;
    left: 50%;
    width: 90%;
    max-width: 500px;
    transform: translate(-50%,-50%);
    z-index: 2;
    text-align: center;
}
.bannercaption a{
    display: inline-block;
    padding: 7px 20px;
    background: #1f54c4;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
}
.bannercaption a:hover{
    background: #ed1c24;
    text-decoration: none;
}
.header_top{
    text-align: left;
}
.header_right{
    width: 40%;
}
.covid19{
    padding: 15px 0;
    background: #ccc;
    text-align: center;
    color: #ed1c24;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.covid19 a::after{
    position: absolute;
    top: 6px;
    right: 0;
    width: 10px;
    height: 10px;
    border-right: 1px solid #ed1c24;
    border-top: 1px solid #ed1c24;
    content: '';
    transform: rotate(45deg);
}
.latestupdate{
    padding-top: 40px;
    padding-bottom: 20px;
    background: #fff;
}
.featuresection{
    padding: 70px 0 0;
}
.latestupdate h2,.featuresection h2{
    color: #ed1c24;
    text-decoration: none;
    font-size: 22px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.newswraper{
    padding: 0;
}
.newswraper figure{
    width: 100%;
    height: 96px;
    overflow: hidden;
    margin: 0;
}
.newswraper figure img{
    width: auto;
    height: auto;
    max-width:100%;
    max-height:100%;
    overflow: hidden;
}
.newswraper p{
    padding: 20px 0px 0;
    font-size: 14px;
    color: #212529;
}
.newswraper p small{
    display: block;
    font-size: 15px;
    color: #ed1c24;
    margin-bottom: 8px;
}
.newswraper a{
    display: inline-block;
    font-size: 14px;
    /* color: #ed1c24 !important; */
    text-decoration: none;
    position: relative;
    line-height: 1;
}
.newsmobile p{
    padding: 20px 0px 0 !important;
    font-size: 16px !important;
    color: #212529 !important;
    position: relative !important;
    bottom: 0 !important;
    text-align: left !important;
    line-height: 1.5;
}
.newsmobile p small{
    display: block;
    font-size: 15px;
    color: #ed1c24;
    margin-bottom: 8px;
}
.newsmobile a{
    display: inline-block;
    font-size: 14px;
    /* color: #ed1c24 !important; */
    text-decoration: none;
    position: relative;
    line-height: 1;
}
.newsmobile a::after{
    display: none !important;
}
/* .newswraper a::after{
    position: absolute;
    top: 4px;
    right: -10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
    content: '';
}
.newswraper:hover a::after{
    right: -20px;
} */
.redarrow a {
    color: #ed1c24;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}
.redarrow a::after{
    position: absolute;
    top: 4px;
    right: -10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
    content: '';
}
.redbutton{
    display: inline-block;
    border: 1px solid #ed1c24;
    padding: 12px 40px;
    font-size: 16px;
    color: #ed1c24;
    margin-top: 40px;
    border-radius: 40px;
}
.redbutton:hover{
    background: #ed1c24;
    color: #fff;
    text-decoration: none;
}
.featureslider .owl-prev{
    position: absolute;
    top: -40px;
    right: 40px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #1f54c4 !important;
    display: inline-block;
}
.featureslider .owl-next{
    position: absolute;
    top: -40px;
    right: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #1f54c4 !important;
    display: inline-block;
}
.featureslider .owl-prev span,
.featureslider .owl-next span{
    color: #1f54c4;
    font-size: 26px;
    line-height: 26px;
}
.featureslider .owl-prev:focus,
.featureslider .owl-next:focus,
.featureslider .owl-prev:hover,
.featureslider .owl-next:hover{
    border-color: #ed1c24 !important;
    outline: none;
}

.featureslider .owl-prev:focus span,
.featureslider .owl-next:focus span,
.featureslider .owl-prev:hover span,
.featureslider .owl-next:hover span{
    color: #ed1c24;
}
.featureslider a{
    display: block;
    position: relative;
    cursor: pointer;
}
.featureslider p{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    margin: 0;
    z-index: 3;
    font-size: 20px;
    color: #fff;
}
.featureslider a::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
}
.callboxes a{
    margin-top: 30px;
    display: block;
}
.featureslider a .vidimg{
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70px;
}
.vidpopup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    display: none;
}
.vidpopup.opened{
    display: block;
}

.vidpopup .closevidpopup{
    position: absolute;
    top: 15px;
    right: 30px;
    z-index: 3;
    cursor: pointer;
}
.vidpopup .closevidpopup svg{
    fill: #fff;
    width: 30px;
}
.vidpopup iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 450px;
    width: 90%;
    max-width: 800px;
    background: #000;
    transform: translate(-50%,-50%);
}
@media screen and (max-width:1199px) {
    .dropDownMenu li a,.dropDownMenu li a:hover{
        padding: 20px 40px 20px 15px;
    }
    .dropDownMenu li{width: 24%;}
}
@media screen and (max-width:991px) {  
    .footer_nav ul li {
        display: inline-block;
        float: none;
    }
    #bu_nav{
        top: 138px;
        left:0;
    }
    #bu_nav li{
        width: 100%;
    }
    #bu_nav li ul{
        text-align: left;
    }
    #bu_nav li ul li{
        width: 45%;
    }
}

@media screen and (max-width:999px) {  
    .bannercaption {
        top: 38% !important;
    }
    .bannercaption img {
        width: 50% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .bannercaption a {
        padding: 5px 12px;
        font-size: 12px;
    }
    .header_right{
        width: 50px;
    }
}
@media screen and (max-width:767px) {  
    .bannercaption {
        top: 32% !important;
    }
    .bannercaption img {
        width: 32% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .bannercaption a {
        padding: 5px 12px;
        font-size: 12px;
    }
    #bu_nav{
        top: 95px;
        left:0;
    }
    .footer_nav_title {
        font-size: 14px;
    }
    .footer_nav_link{font-size: 12px;}
}

/*Suddesh*/
.secondary_banner {
    display: block;
    margin-top: 50px;
    position: relative;
    width: 100%;
    text-align: center;
}
.main_wrapper {
    width: 100%;
    max-width: 1280px;
    display: block;
    margin: 0 auto;
}
.home_sections {
    font-family: 'Titillium Web',sans-serif;
    position: relative;
    margin-top: 50px;
    border-width: 20px 20px 0 0;
    border-style: solid;
    border-color: #f2f2f2;
}
.home_sections * {
    box-sizing: border-box;
}
.imp_notice {
    padding-top: 15px;
}
.imp_notice p {
    /* border: 1px solid; */
    padding: 0 2%;
}
.business-section {margin: 40px 0;}
.business-section figure{position: relative;}
.business-section figure img{ width: 100%;}
.business-section figure .imagecaption{font-family: 'Titillium Web',sans-serif; position: absolute; font-weight: 700; top: 14%; left: 10%; font-size: 30px; text-transform: uppercase; text-shadow: 1px 1px 4px rgba(0,0,0,0.8); z-index: 1; max-width: 100%; padding: 0 20px;}
.business-section figure .imagecaption.rihgttext{ left: auto; right: 10%;}
.business-section figure .imagecaption.textwhite{ color: #ffffff; text-shadow: 1px 1px 4px rgba(255,255,255,0.8);}
.business-section figure .imagecaption.advtextsol{ left: auto; right: 20%; top: 10%;}
.nodropDownMenu {
    background: none !important;
}
@media screen and (min-width: 768px) {
    .latestupdate-mobile {
        display: none;
    }
}
@media screen and (max-width: 1199px) {
    .business-section figure .imagecaption{font-size: 25px; top: 11%;}
}
@media screen and (max-width: 991px) {
    .business-section figure .imagecaption.advtextsol{ left: auto; right: 0%; top: 1%;}
}
@media screen and (max-width: 767px) {
    .business-section figure .imagecaption{font-size: 16px; left: 0%; top: 5%;}
    .business-section figure .imagecaption.rihgttext{ right: 0%;}
    .business-section figure .imagecaption{text-shadow: 0 0 2px rgba(0,0,0,0.8);}
    .business-section figure .imagecaption.textwhite{text-shadow: 0 0 2px rgba(255,255,255,0.8);}
    .latestupdate {
        display: none;
    }
}