*{
    margin: 0;
    padding: 0;
}

body{
    width: 100%;
    height:100%;
    font-family: 'Roboto', sans-serif;
}
:root{
    --blue: #436f88;
    --white: #ffffff;
    --black: #000000;
    --gray:rgba(128, 128, 128, 0.599);
    --tag-line:#e9a86e;
    --main-left:#426e87;
    --footer-top:#6e8072;
    --section5:#45bdcd;
    --section5-img: rgba(128, 128, 128, 0.268);
    --bg1:#f7f8fa;
    --facebook:#3b5999;
    --red:#fd0000;
    --brown:#dc6701;
}
/* header */
/* row 1 */
.black-sqaure{
     color: var(--black);
}
.header-list{
    background: var(--blue);
    display: flex;
    justify-content: end;
    align-items: center;
    padding: .1rem 2rem;
}
.header-list>ul{
    list-style: none;
    display: flex;
    float: right;
    gap: 10px;
    text-align: center;
    align-items: center;
    margin-bottom: 0;
    color: var(--white) ;

}
.header-logo{
    height: 70px;
}
.vl{
    border:.5px solid var(--white);
    height: 15px;

}
.text-center {
    text-align: -webkit-center !important;
}
.clear {
    clear: both;
}
/* header row2 */
.header-second-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .3rem 1.8rem .3rem .5rem;
}
.header-text{
    color: var(--blue);
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    font-weight: 700;
}
.nav-link span {
    height: 30px;
    width: 30px;
    display: flex;
    border-radius: 50%;
    background: #fff;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.right>img{
    width: 115px;
    float: right;
}
.language-dropdown{
    padding: 0px 29px 0px 5px;
    font-size: 13px;
    font-weight: 500;
}
.vl2 {
    border: .5px solid var(--gray);
    height: 80px;

}
.left{
    gap: 1rem;
}

/* header row3 */
.header-third{
    background: var(--blue);
}

nav {
    display: block;
  }
  
  .menu {
    /*display: block; -before*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0px;
  }
  
  .menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
    align-items: center;
  }
  
  .menu li:first-child {
    margin-left: 0;
  }
  .menu li ul li a::after{
    content: unset;
  }
  .menu li a::after{
    content: "";
    position: absolute;
    right: 0px;
    background: #fff;
    height: 20px;
    width: 1px;
  }
  .menu li:last-child a:after{
    content: unset;
  }
  .menu li a {
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    color: #fff;
    text-decoration: none;
    padding: 6px 16px;
    display: block;
    transition: all 0.2s ease-in-out 0s;
    font-family: 'Poppins',sans-serif;
  }
  .topbar_logo_names{
    font-size: 12px;
    font-weight: 600;
    color: #000;
    padding-left: 10px;
    line-height: 14px;
  }
  
  .menu li a:hover,.menu li:hover>a {
    color: #dc6701;
    border-radius: 40px;
    
  }
  .menu ul li a:hover, .menu ul li:hover>a {
    background: #dc6701;
    color: #fff;
    border-radius: unset;
  }
  /* .menu ul li ul li a:hover{
    color: #fff !important;
    background: #185589 !important;
    border-radius: unset;
  } */
  .menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: auto;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all 0.2s ease-out;
    box-shadow: 20px 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  }
  
  .menu ul:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
  }
  
  .menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
  }
  
  .menu ul li a {
    font-size: 13px;
    font-weight: normal;
    display: block;
    color: #000;
    background: #fff;
    font-family: 'Poppins',sans-serif;
  }
  
  .menu ul li a:hover,.menu ul li:hover>a {
    background: #dc6701;
    color: #fff;
  }
  .menu li:hover>ul ul {
    width: 185px;
}
  .menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
  }
  
  .menu ul ul {
    left: 169px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
  }
  
  .menu ul ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
  
  
  }
  
  .menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
  }
  
  .responsive-menu {
    display: none;
    width: 100%;
    padding: 14px 15px;
   /* background: #374147;*/
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
  }
  
  .responsive-menu:hover {
    /* background: #374147; */
    color: #fff;
    text-decoration: none;
  }
  
  a.homer {
    background: #20242d;
  }
  .menu-circle{
    height: 35px;
    width: 35px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  @media (min-width: 768px) and (max-width: 979px) {
    .mainWrap {
        width: 768px;
    }
  
    .menu ul {
        top: 37px;
    }
  
    .menu li a {
        font-size: 12px;
    }
    .menu {
        display: none;
    }
  
    .responsive-menu {
        display: block;
        position: absolute;
        right: 11px;
        z-index: 111;
        top: 109px;
        width: 55px;
    }
  
    nav {
        margin: 0;
        background: none;
        margin-top: 40px;
    }
    
  }
  
  @media (max-width: 767px) {
    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }
  
    .menu {
        display: none;
    }
  
    .responsive-menu {
        display: block;
        position: absolute;
        right: 11px;
        z-index: 111;
        top: 109px;
        width: 55px;
    }
  
    nav {
        margin: 0;
        background: none;
        margin-top: 40px;
    }
  
    .menu li {
        display: block;
        margin: 0;
    }
  
    .menu li a {
        /* background: #fff; */
        color: #fff;
    }
  
    .menu li a:hover,.menu li:hover>a {
        background: #e69853;
        color: #fff;
    }
  
    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }
  
    .menu li:hover>ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }
  
    .menu ul ul {
        left: 0;
        transform: initial;
    }
  
    .menu li>ul ul:hover {
        transform: initial;
    }
  }
  @media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1023px)  { 
     .mainWrap {
        width: auto;
        padding: 50px 20px;
    }
  
    .menu {
        display: none;
    }
  
    .responsive-menu {
        display: block;
        text-align: right;
        position: absolute;
        top: -46px;
        background: #f0f8ff00 !important;
        right: auto;
        left: 94%;
    }
  .responsive-menu:hover{
   /* background: #37414700; */
    color: #fff;
    text-decoration: none; 
  }
  .md-p-0{
    padding: 0px !important;
  }
    nav {
        margin: 0;
        background: none;
    }
  
    .menu li {
        display: block;
        margin: 0;
    }
  
    .menu li a {
        background: #fff;
        color: #797979;
    }
  
    .menu li a:hover,.menu li:hover>a {
        background: #20242d;
        color: #fff;
    }
  
    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }
  
    .menu li:hover>ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }
  
    .menu ul ul {
        left: 0;
        transform: initial;
    }
  
    .menu li>ul ul:hover {
        transform: initial;
    }   
  }
  @media (max-width: 480px) {
  }
  
  @media (max-width: 320px) {
  }

  .line {
    width: 1px;
    background-color: var(--white);
    height: 20px;
}








/* navbar */
/* .navbar {
    padding: 4px 0 !important;
    column-gap: 4px;
}

.navbar-brand>img {
    width: 100px;
}

.navbar li>a {
    padding: 3px 6px !important;
    text-decoration: none;
}

.dropdown-menu {
    display: none;
}

.nav-item.dropdown:hover .dropdown-menu.main-menu {
    display: block;
    top: 90%;
    z-index: 2500;
}

.dropdown-menu.main-menu .dropdown-submenu:hover .dropdown-menu.sub-menu {
    display: block;
    top: 0;
    left: 98.5%;
    margin-left: .1rem;
}

ul.dropdown-menu {
    padding: 0 !important;
}

div.dropdown-menu {
    padding: 0 !important;
}

.dropdown-menu a.dropdown-item {
    padding: 6px !important;
    background-color: var(--white);
}

.dropdown-menu a.dropdown-item:hover {
    background-color: var(--blue);
    color: white;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    visibility: hidden;
}

.navbar-nav {
    justify-content: space-between;
    align-items: center;
    font-size: 1.0rem;
    width: 100%;
}

.nav-link {
    color: black;
}

a.home>i {
    font-size: 15px;
}

a.nav-link:hover {
    color: white;
    border-radius: 15px;
    padding: 0 2px;
}

.dropdown-menu {
    padding: 3px 5px !important;
}



.nav-item.dropdown:hover .dropdown-menu.main-menu {
    display: block;
    top: 26px;
    left: 40px;
    z-index: 2500;
    border-radius: unset;
    transition: all 0.5s ease-out;
}

.nav-item.dropdown:hover .dropdown-menu.main-menu::after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
    transition: all 0.5s ease-out;
}

.dropdown-menu {
    margin: 12px;
    padding: 0;
    width: 180px;
    position: absolute;
    left: 0px;
    background: var(--txt);
    z-index: 99;
    border-radius: unset;
    transition: all 0.2s ease-out;
    box-shadow: 20px 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.sub-menu::after {
    z-index: 999;
    left: -11px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
    transition: all 0.2s ease-out;
}

.listStyle li {
    list-style: none;
}

.dropdown-submenu.focused {
    background-color: var(--btn1);
}

.dropdown-submenu.focused>a.dropdown-item {
    color: #ffffff;
    White color 
}


.nav-header {
    column-gap: 30px;

}


.navbar-nav>li>a {
    color: white !important;
    transition: transform 0.3s ease;
}
.line {
    width: 1px;
    background-color: var(--white);
    height: 20px;
}
.navbar-nav>li>a:hover {
    color: white;
    transform: scale(1.1); 

}*/




/* banner section */
 

  .swiper {
      width: 100%;
      height: 100%;
  }

  .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
  }
.bannerslider .swiper-slide img {
    display: block;
    width: 100%;
    height: 60vh;
    object-fit: cover;
}
.imageSwiper .swiper-slide img {
    height: 200px;
}
  .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .tag-line{
    padding: .5rem 0;
    border-radius: 25px;
    margin-top: -3px;
    position: relative;
    
    z-index: 2;
    font-weight: 600;
  }
.tag-line-left{
    background-color: var(--brown);
    color: var(--white);
    /* text-align: center; */
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    justify-content: center;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.tag-line-right{
        background-color: rgba(27, 127, 204, 0.29);
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
            padding: .5rem 0;
            display: flex;
            align-items: center;

}
.social-bg{
    background: #e3e3e382;
}
  /* main section
   */

   .main-dashboard-sec{
    overflow-x: hidden;
    background: url('../images/dashboard-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
   }
   .dashboard-col-1bg{
    background: url('../images/Group\ 9960.svg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
   }
.hr{
    border-bottom: 2px solid var(--gray);
}
   
   .count-heading{
    flex: 1;
    font-size: 14px;
    text-align: center;
   }
   .count{
    font-size: 35px;
    position: absolute;
    top: 32%;
    left: 40%;
    font-weight: 600;
   }
   .count-1{
    left: 32%;
   }
   .count-2{
    left: 34%;
   }
   .video-heght{
    height: 322px;
   }
   .dashboard-count-txt{
    font-size: 15px;
    font-weight: 600;

   }
   .main-right-col>span>p{
    font-size: 14px;
    margin-bottom: 0px;
   }
   .main-right-col{
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid var(--gray);
    padding: 1rem 0.3rem;
    /* padding: 1rem 1.5rem; */
    /* background: var(--gray); */
   }
   .right-col-main{
    background-color: var(--section5-img);

   }
   

          .button {
            display: inline-block;
            padding: 0.75rem 2rem;
            border-radius: 10rem;
            color: var(--white);
            text-transform: uppercase;
            font-size: 0.7rem;
            transition: all 0.3s;
            position: relative;
            overflow: hidden;
            z-index: 1;
            font-weight: 600;
          }
    
          .button:after {
              content: '';
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-color: var(--main-left);
              border-radius: 10rem;
              z-index: -2;
          }
    
          .button:before {
              content: '';
              position: absolute;
              bottom: 0;
              left: 0;
              width: 0%;
              height: 100%;
              background-color: rgba(0, 0, 0, 0.4);
              transition: all 0.3s;
              border-radius: 10rem;
              z-index: -1;
          }
    
          .button:hover {
              color: #fff;
          }
    
          .button:hover:before {
              width: 100%;
          }
    
          .button-box {
              display: inline-block;
              margin-bottom: 20px;
          }
    
          /*footer  */
.inner-list{
    list-style: none;
    gap: 20px;
    padding: 0;
}
.inner-list>li>a>i{
    font-size: 1.6rem;
    border: 2px solid var(--white);
    border-radius: 50%;
    padding: 5px;
    background-color: var(--white);
}
.ri-instagram-line{
    color: mediumvioletred;
}
.ri-facebook-fill{
    color: var(--facebook);
}
.ri-youtube-fill{
    color: var(--red);
}
.ri-twitter-x-line{
    color: var(--black);
}
.ri-linkedin-fill{
    color: var(--facebook);
}
.outer-list{
    list-style: none;
    gap: 10px;
    padding: 0;
}
a{
    text-decoration: none;
    color: var(--white);
    
}
.top-footer{
    background: var(--footer-top);
    padding: 2rem;
    display: flex;
    justify-content: space-between;
    
}
ul>li>span{
    font-size: 16px;
    /* font-weight: bold; */
    color: var(--white);
}
ul>li>span>strong{
    font-size: 2rem;
}

h4 {
    color: var(--white);
    font-size: 1.8rem;
}
 .bottom-footer{
text-align: center;
background: var(--blue);
display: flex;
align-items: center;

 }
.bottom-footer>p
{
color: var(--white);
font-size: 12px;
}
 /* section5 */
 .section5-img{
    border-radius: 50%;
    background: var(--section5-img);
    padding: 5px;
    height: 96px;
    width: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .section5-img img {
    height: 50px;
}
.logoslider .swiper-slide img {
    display: block;
    width: 119px;
    height: auto;
}
.logoslider .swiper-slide{
    display: flex;
    align-items: center;
}
.section5 a {
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    display: block;
}
 .section5{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 317px;
    border-radius: 200px;
    background-color: var(--section5);
    color: var(--white);
    text-transform: uppercase;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-right: 5px;
 }
 .img-box{
    background-color: #ffffff;
    width: 40%;
    border-radius: 73%;
    width: 106px;
    height: 106px;
    display: flex;
    align-items: center;

 }

 
 .section5:after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: var(--section5);
     border-radius: 10rem;
     z-index: -2;
 }

 .section5:before {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     width: 0%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.4);
     transition: all 0.3s;
     border-radius: 10rem;
     z-index: -1;
 }

 .section5:hover {
     color: #fff;
 }

 .section5:hover:before {
     width: 100%;
 }
 .external-link{
        margin: 40px;
 }

 .facebook{
    background-color: var(--facebook);
    margin-bottom: 0;
    /* width: 400px; */
    color: var(--white);
    padding-left: 10px;
    font-size: 22px;
    padding: 10px;
 }
 .twitter{
    background-color: var(--black);
    margin-bottom: 0;
    /* width: 400px; */
    color: var(--white);
    padding-left: 10px;
    font-size: 22px;
    padding: 10px;
}
 .youtube{
    background-color: var(--red);
    margin-bottom: 0;
    /* width: 400px; */
    color: var(--white);
    padding-left: 10px;
    font-size: 22px;
    padding: 10px;
 }

.section4{
    /* width: 200px; */
    height:200px;
   overflow-y: auto;
}
.vide0-2{
    height: 195px;
}
.vide0-1{
    height: 190px;
    margin-bottom: 10px;
}
.twitter-box {
    overflow-y: scroll;
    height: 315px;
    overflow-x: hidden;
    border: 1px solid #e3e3e3;
    background: #fff;
}
.twitter-box-1{
    overflow-y: scroll;
    height: 403px;
    overflow-x: hidden;
    border: 1px solid #e3e3e3;
}
.outer-list li a {
    font-size: 0.9rem;
}
.w-400{
    width: 400px;
}
.sec5 {
    position: relative;
    /* margin: 16rem 0 0; */
    background: url('../images/bg-light.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/* .section4 div {
    width: 416px;
    height: 200px;
  
} */

.section4 div::-webkit-scrollbar {
    width: 6px;
    /* For Chrome, Safari, and Opera */
}

.section4 div::-webkit-scrollbar-thumb {
    background-color: lightgray;
    /* For Chrome, Safari, and Opera */
}

.section4 div::-webkit-scrollbar-track {
    background-color: darkgray;
    /* For Chrome, Safari, and Opera */
}
.marquee-div::-webkit-scrollbar {
    width: 6px;
    /* For Chrome, Safari, and Opera */
}
.marquee-div::-webkit-scrollbar-thumb {
    background-color: lightgray;
    /* For Chrome, Safari, and Opera */
}
.marquee-div::-webkit-scrollbar-track {
    background-color: #ef7d24;
    /* For Chrome, Safari, and Opera */
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    /* font-size: var(--swiper-navigation-size); */
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: white;
    font-size: 1rem;
}

/* publication start */
.publi-col {
    border-radius: 21px;
    background-image: url('../images/bg-1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.publi-row {
    position: relative;
}

.card-1-publi {
    position: absolute;
    top: 16px;
    left: 0;
}

.card-details {
    border-radius: 15px;
    background-color: #90c9e7;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-color: #8a2be200;
}

.para-icon p {
    margin-left: 37px;
    position: relative;
}
.para-icon p a img{
    height: 17px;
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
.marquee-div{
    height: 270px;
    margin-bottom: 10px;
    overflow-y: scroll;
}
@keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }
  @-webkit-keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }
.para-icon p::after {
    text-align: center;
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    width: 20px;
    height: 20px;
    background-color: #bce3f6;
    border-radius: 50%;
    top: -2px;
    left: -29px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
.para-icon p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    padding-right: 6px;
}
.pub-head-text {
    background-color: #ef7d24;
    border-radius: 0px 200px 200px 0px;
    -webkit-border-radius: 0px 200px 200px 0px;
    -moz-border-radius: 0px 200px 200px 0px;
    margin-left: -4px;
}

.pub-head-text p {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 17px 21px;
    display: flex;
    align-items: center;
    line-height: 17px;
}

.publication-text {
    position: relative;
}

.publication-text::after {
    position: absolute;
    content: "";
    background-color: #6d8c9d;
    width: 60px;
    height: 4px;
    bottom: -8px;
    left: 58px;
    border-radius: 10px;
}

.cbtn {
    font-size: 12px;
    font-weight: 600;
    color: white;
    background-color: #436f88;
    padding: 12px 26px;
}

.cbtn-2 {
    font-size: 12px;
    font-weight: 600;
    color: white;
    background-color: #436f88;
    padding: 12px 26px;
    width: 26%;
}

/* publication end */

/* stories start */
.stories {
    background: url(../images/bg-3.png);
    background-position: -165px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    /* background-color: #0181ae;
    border-radius: 0px 200px 200px 0px;
    -webkit-border-radius: 0px 200px 200px 0px;
    -moz-border-radius: 0px 200px 200px 0px; */
}

.small-card {
    border-radius: 15px;
    width: 11rem;
    transition: all linear 0.6s;
    margin-bottom: 40px;
}

.story-card:hover {
    background-color: rgb(18, 18, 18, 0.2);
}

.story-card {
    border-radius: 15px;
    cursor: pointer;
    /* padding: 10px 38px; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 140px;
}
.story-card img{
    height: 51px;
}
.story-card p {
    font-size: 1rem;
    line-height: 20px;
}

.img {
    padding: 12px;
}

.img-stories {
    position: relative;
}

.succes-btn {
    position: absolute;
    bottom: 51px;
    left: 122px;
}

/* stories end */
.earth {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.earth img {
    border-radius: 50%;
}

/* slider */
.slider-col {
    height: 350px;
    background: url('../images/meeting.jpeg') rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-blend-mode: multiply;
    padding: 2.2rem;
}

/* .swiper-button-next {
    background-color: white;
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
} */

.swiper-button-next:after {
    content: "";
}

/* .swiper-button-prev {
    background-color: white;
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
} */

.swiper-button-prev:after {
    content: "";
}

.video::after {
    left: 6px;
}

.photo::after {
    left: 68px;
}

/* responsiveness start */
@media  (max-width: 992px) {
    .card-1-publi {
        position: relative;
    }

    .earth {
        width: 65vw;
    }

    .swiper-button-prev {
        padding: 4px;
        width: 5vw;
        height: 5vw;
    }

    .swiper-button-next {
        padding: 4px;
        width: 5vw;
        height: 5vw;
    }
        .succes-btn{
            display: hidden;
        }
}

@media screen and (max-width: 504px) {
    .viewAll {
        padding: 10px 20px;
        width: 35%;
    }
}

/* responsiveness end */

/*--------------Dark Mode CSS ---------------*/
body.dark-mode{
    background-color: #000;
    color:rgb(235, 191, 15);
}
.dark-mode .header-second-row{
filter:invert(1);
}
.dark-mode{
    --blue: #000;
    --white: rgb(235, 191, 15);
}
.dark-mode .header-list{
border-top:1px solid rgb(235, 191, 15);
border-bottom: 1px solid rgb(235, 191, 15);
}
.dark-mode .header-third{
    border-top:1px solid rgb(235, 191, 15);
    border-bottom: 1px solid rgb(235, 191, 15);
    color: rgb(235, 191, 15); 
}
.dark-mode .header-text{
    color: rgb(235, 191, 15); 
}
.dark-mode .menu li a{
    color: rgb(235, 191, 15); 
}
.dark-mode .menu ul{
background-color: #000;

}
.dark-mode .card-details{
    background-color: #000000;
}
.dark-mode a{
    color: rgb(235, 191, 15) !important;  
}
.dark-mode .social-bg {
    background: #000000;
}
.dark-mode  .sec5{
   
    background: #000;
}
.dark-mode .top-footer{
    background: #000;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.dark-mode .main-dashboard-sec {
    background: #000;
    border-bottom: 1px solid;
}
.dark-mode .tag-line-right{
    background-color: #000;
    border: 1px solid;
}
/*--------------Dark Mode CSS ---------------*/
/*------Table Style ------------*/
.table>thead>tr>th{
    background-color: #436f88;
    color: #fff;
}
.table>thead>tr>th:first-child{
    border-top-left-radius: 10px;
}
.table>thead>tr>th:last-child{
    border-top-right-radius: 10px;
}
.table-responsive{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
/*------Table Style ------------*/
.photo-gallery img{
    height: 220px;
    width: 100%;
    margin-bottom: 15px;
}
.photo-gallery .inner_folder{
    position: relative;
    width: 283px;
    height: 187px;
    background-color: #f6f6f6;
    border-radius: 4px;
    margin-bottom: 86px;
}
.photo-gallery .inner_folder::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b0cddd;
    transform: rotate(10deg);
    border-radius: 4px;
    border: 1px solid #e3e6f0;
}
.photo-gallery .inner_folder::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b0cddd;
    border: 1px solid #e3e6f0;
    transform: rotate(-10deg);
    border-radius: 2px;
}
.photo-gallery .inner_folder img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 4px;
    border: 1px solid #e3e6f0;
}
.sl-overlay{
    background: #000 !important;
    opacity: 0.8 !important;
}
.sl-wrapper .sl-navigation button{
    color: #e7e5e5 !important;
}
.sl-wrapper .sl-close{
    color: #e7e5e5 !important;
}