a:hover {
    color: #000;
}
a:hover {
    color: #003271;
    text-decoration: none;
}
.dflex {
    display: flex;
    align-items: center;
}
.dflex ul {
    display: flex;
    align-items: center;
}
ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.fs-14 li {
    list-style-type: none;
    font-size: 12px;
    color: #fff;
    padding: 0px 10px;
}
.bg1 {
    height: 35px;
    margin-top: -37px;
} 
marquee ul {
    margin: 0 0 0px 25px;
}
.bgblack
{
    height: 39px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.33);
    padding: 0;
}
/* end */

/* banner */
/* @-webkit-keyframes zoom {
    from {
      -webkit-transform: scale(1, 1);
    }
    to {
      -webkit-transform: scale(1.5, 1.5);
    }
  }
  
  @keyframes zoom {
    from {
      transform: scale(1, 1);
    }
    to {
      transform: scale(1.5, 1.5);
    }
  }
.carousel-inner .carousel-item > img {
-webkit-animation: zoom 10s;
animation: zoom 10s;
} */
/* end */

/*  */

.h_div p {
    position: absolute;
    bottom: -20px;
    color: #fff;
    padding: 2px 15px;
    font-weight: 500;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgb(0 0 0 / 9%) 0%,rgb(0 0 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    padding: 20px 20px 20px;
    width: 100%;
}
/* end */

/* slider */


/* scrool_down_img */

.scrool_down_img
{
   position: relative;
}
.click_scroll_btn {
    width: auto;
    position: absolute;
    bottom: 39px;
    left: 50%;
    cursor: pointer;
}
/* end */

/* column_3 */
.text_style
{
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}
.column_3 li {
    /* border-bottom: 1px solid rgb(241, 241, 241); */
    transition: all linear.3s;
    cursor: pointer;
    background: #e9f7ff;
    margin-bottom: 10px;
    border-radius: 29px;
    box-shadow: 2.828px 2.828px 10px 0px rgb(0 48 78 / 34%);
}
.column_3 li p {
    color: #0072bb;
}
.column_3 li:hover {
    background: #0072bb;
}
.column_3 li:hover p{
    color: #ffd700;
}
/* end */

/* column_5 */
.btn_y_line
{
    background: url(../imgs/newimgs/yellow_line.png) no-repeat;
    background-size: inherit;
    background-position: left bottom;
    padding: 10px 0px;
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: 700;
}
.font_style
{
    color: #4a4a4a;
    font-size: 13px;
    font-weight: 400;
}
.yel_btn {
    background-color: #ffd700;
    /* box-shadow: 0.707px 0.707px 2px 0px rgb(0 0 0 / 41%);
    width: 128px; */
    transition: all linear.3s;
    color: #0072bb;
    font-size: 15px;
    border-color: #ffd700;
    padding: 7px 15px;
    border-radius: 29px;
    font-weight: 500;
  }
.yel_btn:hover, .yel_btn:active, .yel_btn:focus, .yel_btn:not(:disabled):not(.disabled):active
{
    background: #fff;
    color: #212529 !important;
    border-color: #ffd700;
    outline: 0px;
    box-shadow: none;
}
/* end */

/* column_3 */
.blue_bg
{
    background: #0072bb;
    padding-right: 40px;
    margin-top: 2px;
}
.btn_white_line
{
    background: url(../imgs/newimgs/yellow_line.png) no-repeat;
    background-size: inherit;
    background-position: left bottom;
    padding: 20px 0px;
    font-size: 26px;
}

.f_11
{
    font-size: 11px;
}
.f_12
{
    font-size: 12px;
}
.f_13 {
    font-size: 13px;
}
.f_15 {
    font-size: 15px;
}
.f_17 {
    font-size: 17px;
}
.f_22 { font-size: 22px; }

.white_txt
{
    color: #fff;
}
.light_red
{
    background: #f27d82;
    width: auto;
    padding: 5px 10px;
    display: inline-block;
}

.news_btn {
    background-color: #ffd700;
    box-shadow: 2.121px 2.121px 2px 0px rgb(0 0 0 / 41%);
    transition: all linear.3s;
    color: #0072bb;
    font-size: 15px;
    border-color: #ffd700;
    padding: 7px 15px;
    border-radius: 29px;
    font-weight: 500;
  }
.news_btn:hover, .news_btn:active, .news_btn:focus, .news_btn:not(:disabled):not(.disabled):active
{
    background: #fff;
    color: #000000;
    border-color: #000000;
    outline: 0px;
    box-shadow: none;
}
/* end */

/* */
.gray_bg
{
    background: #f9fbfc;
    padding: 50px 0 !important;
}
.white_bg
{
background: #fff;
    padding: 0 !important;
}
.btn_div
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* */

/* read more */
.show_hide {
    display: flex;
    align-items: center;
}
.show_hide:hover .hide_img {
    display: none !important;
}
.show_hide:hover .show_img {
    display: block !important;
}
/* end */

/* */
.modal-lg
{
    max-width: 100% !important;
    margin: 0px;
}
iframe
{
    height: 99vh;
}
.modal {
    padding: 0px !important;
}
button.close {
    border: 1px solid #fff;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    color: #fff;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    margin: 4px;
}
.modal-body {
    padding: 0px;
}
.close span {
    text-shadow: 0 0 #fff;
    font-size: 16px;
}
.close span:hover
{
color: #fff;
}
/* */

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .bg1 {
        top: 174px;
    }
    .yellowbg {
        font-size: 14px;
    }
    .d_v_mb {
        /* display: block !important; */
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    /* .carousel-indicators {
        display: none !important;
    } */
    .bgblack {
        height: 40px;
    }
    .mb_sp_n
    {
        padding-top: 20px !important;
    }
    
    .l_r_line .s_line:first-child {
        border-left: 0px solid #e9262e;
    }
    .l_r_line .s_line {
        border-right: 0px solid #e9262e;
    }
    .logo {
        left: 0px;
    }
    .s_line
    {
        padding: 10px 0px;
    }
    .row.l_r_line {
        padding: 10px 0px;
    }
    
}

@media only screen and (max-device-width: 1000px) {
    .scrool_down_img {
        display: none;
    }
   
    .blue_bg {
        padding-right: 20px;
    }
    .yel_btn
    {
        margin-bottom: 15px;
    }
    .foot_top_bg h6 {
        font-size: 12px;
    }

/*     
    .carousel-indicators {
        display: none !important;
    } */
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) 
{
    .bg1 {
        top: 391px; 
    }
    /* .carousel-indicators {
        display: none !important;
    } */
    .bgblack
    {
        height: 40px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) 
{
    .bg1 {
        top: 514px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1280px) {
    .bg1 {
        top: 536px;
    }
}

@media only screen and (min-device-width: 768px)
{
    .d_v_mb
    {
        display: none !important;
    }
}


/* carousel */
/* @media only screen and (min-device-width: 1028px)
{
#main-carousel .carousel-indicators {
    bottom: 40px;
}

#main-carousel .carousel-indicators .active {
    background-color: #e9262e;
}
.carousel-indicators {
    margin: 0 auto;
    margin-right: 0%;
    bottom: 40px;
    right: 0;
    justify-content: center;
    background: white;
    height: 50px;
    align-items: center;
    width: 200px;
}
#main-carousel .carousel-indicators li
{
    background-color: #dbdbdb;
}
#main-carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
#main-carousel .carousel-control-prev {
    top: 535px;
    right: 100px;
    left: inherit;
}
#main-carousel .carousel-control-next {
    right: 0px;
    top: 535px;
}
#main-carousel .carousel-control-prev, #main-carousel .carousel-control-next
{
    z-index: 99;
    width: 7%;
}
#main-carousel  .carousel-control-prev-icon {
    background-image: url(../imgs/black-prev.png) !important;
}
#main-carousel  .carousel-control-next-icon {
    background-image: url(../imgs/black-next.png) !important;
}
} */
/* end */


  



