
<style>
@import url('https://fonts.cdnfonts.com/css/times-new-roman');
</style>
<style>
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
</style>

/*--------------------------------------------------------------
# GENERAL
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #106eea;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: "Fjalla One", sans-serif;
  font-weight: 600;
  font-style: normal;
}


 * p{
  color:#000;
  font-size:13px;
  text-align:justify;
 }
* h1,h2,h3,h4,h5,h6{
  color:;   
 }
 
.nav-tabs .nav-link{
     text-transform:uppercase;
     font-size:11px;
     font-weight:700;
 }
 .nav-tabs .nav-link p{
     font-size:14px;
     font-weight:500;
     text-transform:none;
 }
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #106eea;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3284f1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.logo-3 {
    display: flex;
    justify-content: center;
    height: 90px;
    margin-top: 30px;
}

  .logo-3 img{
width:400px;
}
 .logo-3 h1 {
    font-size: 48px;
	font-weight:600;
}
 .edition{
 display: flex;
justify-content: center;
margin-top:0px;
 }
 .edition .btn{
    font-size:14px;
    line-height:.8;
 }
 .edition .text-1{
    font-size:14px; 
 }
  .edition .text-2{
    font-size:14px; 
 }



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
 .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 100;
    margin-bottom: -15px;
  }
  .dropdown-menu {
    position: absolute;
    background-color: #fff;
    z-index: 10000;
       }
@media (min-width: 768px) { 
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }
}
@media (max-width: 767px) { 
.dropdown:hover .dropdown-menu{
	background-color:#000;
    display: block;
    margin-top: auto; 
}
 .navbar li {
    position: static!important;
}
	.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    position: static;
	}
}  

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    /* justify-content: center; */
    margin: 0 auto;
}
.navbar {
  padding: 20px 0;
  display:;
}

/*.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
} */

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #106eea;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: ;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 6px 0 0 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background:#0000006e;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li{
  min-width: 200px;
  background-color:;
  margin-bottom:10px;
 color: #fff;
}

.navbar .dropdown ul li a:hover {
    padding: 10px 20px;
    font-weight: 400;
    color:;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: rgb(6,184,250);
  background-color:;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left:24px;
    padding-right:24px;
    font-size: 12px;
     }
   .navbar {
    padding: 10px 0;
    margin-top: 33px;
    margin-bottom:13px;
       }
     

/*.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
} */

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #106eea;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #106eea;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 6px 0 0 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background:#fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
  background-color:;
  margin-bottom:10px;
 
}

.navbar .dropdown ul li a {
    padding: 0px 20px;
    font-weight: 300;
    color: #fff;
    text-transform:uppercase;
    font-weight:600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fff;
  background-color:rgb(6,184,250);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: flex;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #fff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #106eea;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


   .updated {
    margin-top: 13px;
    background-color: #000;
    color: #fff;
    height: 40px;
      }

 
    .updated .slick-carousel-2 .space{
    font-size:15px;
     margin:0 0 0 20px;
 }
  .updated img, svg {
    vertical-align: middle;
    position: relative;
    top: -8px;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    left: 0px;
     }
     .updated p{
         text-transform: uppercase;
    margin-top: 10px;
    color: #fff;
    margin-left: 100px;
      }
     
     .updated .slick-slide{
         margin-top:8px;
     }
     .calendar i{
         font-size:20px!important;
     }
     .calendar img {
    width: 50px!important;
    height: 51px!important;
    border-radius: 30px;
    border: 3px solid red;
}
     .x .btn{
         color:#000;
     }
     .x a {
    color: #106eea;
    text-decoration: none;
    font-size:14px;
      }
        .x a:hover {
    color: orange!important;
    text-decoration: none;
      }
 
     .social {
    margin-left: 25px;
     }
  .x .btn {
    color: #000;
    margin-top: -20px;
    margin-left:-700px;
     }
   .x .social {
    margin-top: 0px;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    }
  .x .social li {
    list-style-type: none;
    display: inline-block;
    }
     .x .social li a:hover {
    color:red;
    }
     .x .social li a i:hover {
    color:red;
    }
    .x .social li a i {
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 23px;
    border: 1px solid #000;
    text-align: center;
    font-size: 14px;
    color: #000;
    margin: 0 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 20px;
}
 .x .social-2 {
    display: inline-block;
    margin-top:10px;
   /* position: absolute;
    top: 133%;
    left: 75%;*/
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.x .social-2 i {
    display: inline-block;
    height: 18px;
    width: 18px;
    line-height: 16px;
    border: 1px solid #000;
    text-align: center;
    font-size: 12px;
    color: #000;
    margin: 0 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 20px;
}
 .x .social-2 i:hover{
     color:#fff;
     background-color:blue;
 }
  .social-1 a i{
   padding:0 6px;
     }
  .social-1 a i .whatsapp{
      background-color:green;
  }
/* Icons */

.x .social-2 a {
    color: #fff;
    background: none;
    border-radius: 4px;
    /* text-align: center; */
    /* text-decoration: none; */
    /* font-family: fontawesome; */
    position: relative;
    display: inline-block;
    width: 28px;
    height: 26px;
    /* padding-top: 12px; */
    margin: 0px 2px;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-font-smoothing: antialiased;
    border-radius: 50px;
    border: 1px solid #000;
    /* top: 10px; */
    /* padding-top: 3px; */
}

.x .social-2 a:hover {
  background:orange;
  color:#000;
}

/* pop-up text */

.x .social-2 a span {
  color:#666;
  position:absolute;
  font-family:sans-serif;
  bottom:0;
  left:-25px;
  right:-25px;
  padding:5px 7px;
  z-index:-1;
  font-size:14px;
  border-radius:2px;
  background:#fff;
  visibility:hidden;
  opacity:0;
  -o-transition:all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* pop-up text arrow */

.x .social-2 a span:before {
  content:'';
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position:absolute;
  bottom:-5px;
  left:40px;
}

/* text pops up when icon is in hover state */

.x .social-2 a:hover span {
  bottom:50px;
  visibility:visible;
  opacity:1;
}

 .ytp-large-play-button svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 67%;
} 
  .share-toggle,
.fixed_share ul.listing > li {
    font-size: 20px;
    width: 20px;
    height:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
   /* border: 2px solid;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;*/
}
.fixed_share ul.listing {
    list-style: none;
    display: none;
}
.fixed_share ul.listing > li {
  margin-bottom: -20px; 
}
.fixed_share ul.listing > li > a {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    padding:;
}
.share-toggle:hover,
.fixed_share ul.listing > li:hover {
  transform: scale(1.1) rotate(360deg);
}

.fixed_share .facebook, 
.fixed_share .facebook > a{
  color: #4267B2;
}
.fixed_share .twitter, 
.fixed_share .twitter > a{
  color: #00acee;
}
.fixed_share .pinterest, 
.fixed_share .pinterest > a{
  color: #E60023;
}
.fixed_share .linkedin, 
.fixed_share .linkedin > a{
  color: #0e76a8;
}
.fixed_share .whatsapp, 
.fixed_share .whatsapp > a{
  color: #25D366;
}
   
   .listing a img{
    min-width:30px;
    margin-top: -30px;
        }
 .share-toggle img{
    min-width:15px;
    margin-top:-20px;
          }
 .flicks .ytp-large-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 48px!important;
    height: 48px!importan;
    margin-left: -34px;
    margin-top: -24px;
    -webkit-transition: opacity .25s cubic-bezier(0,0,.2,1);
    transition: opacity .25s cubic-bezier(0,0,.2,1);
    z-index: 63
}
		.start-up{
     background-image: linear-gradient(340deg, #a9e5e999 0%, #dfb9d499 100%);
    height: 440px;
    padding: 15px 8px;
       }
	 .start-up .row {
    padding: 0 5px 8px 5px;
      }
	.start-up .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 200px;
    min-width:275px;
      }
      	.start-up .card {
      	 min-width:275px;   
      	}
	.start-up .card-text {
	    margin-top: 0px;
	    font-size:;
	}
  .start-up .owl-theme .owl-dots{
    text-align: center;
    -webkit-tap-highlight-color: transparent;
	display:none;
   }
 .start-up .owl-carousel .owl-nav button.owl-prev{
      background: 0 0;
    color: #b9b5b5;
    border: none;
    padding: 0 !important;
    position: relative;
    top: -13px;
    font-size: 36px;
    left: 0px;
  }  
.start-up .owl-carousel .owl-nav button.owl-next {
    background: 0 0;
    color: #b9b5b5;
    border: none;
    padding: 0 !important;
    font-size: 36px;
    position: relative;
    top: -13px;
    left: 25px;
}  
    .start-up .owl-theme .owl-nav {
    margin-top: -6px;
      }
          
  
           
  .law-firm .tab-content p {
    font-size: 13px;
    text-align: justify;
}       
          
    .main .right-section ul{
    list-style-type:none;
    padding-left:0px;
    }
     .main .right-section h3{
    font-size:19px;
    }
    .main .right-section .most-popular-post h6 {
    font-size: 14px;
    min-width: 275px;
       }
     .main .right-section .most-popular-post p {
    font-size: 13px;
    text-align: justify;
    line-height: 1.3;
    /* min-width: 269px; */
    word-spacing: -1px;
       }
       .main .right-section .most-popular-post img {
     height:110px;
       }
    .main .right-section .top_lawyer .most-popular-post{
     border-bottom:0;
       }
    .main .right-section .most-popular-post .row{
        padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #0000002e;
           }
       
    .main .right-section .law_ministry .most-popular-post{
   
       }
      #style-4::-webkit-scrollbar {
    width: 2px;
       }
    #style-4::-webkit-scrollbar-thumb {
    background-color: #D3D3D3;
      }
.supreme_court, .high_court, .district_court, .consumer_court {
    margin-top: 15px;
    text-align: justify;
    height: 460px;
    overflow: hidden;
    overflow-y: scroll;
}
 .supreme_court,.high_court,.district_court,.consumer_court ul {
   
}
     
       .courts .tab-content .post-content .main{
    margin-bottom: 0px;
    padding-top: 0px;
      }
    .courts ul li .row {
    margin-bottom: 0px;
    padding-top: 0px;
      }
     .courts .post-content .main img{
          height:auto;
          margin-left:5px;
      }
      .courts .site-img img{
          min-height:135px;
      }
       .law_campus .tab-content .popular-news-image .main img{
          height:auto;
          margin-left:5px;
      }
      .law_campus .site-img img{
          min-height:135px;
      }
          .law_campus .tab-content .post-content .row {
    margin-bottom: -28px;
    padding-top: 10px;
      }
      .legal_domains .site-img img{
          min-height:135px;
      }
         .legal_domains .tab-content .post-content .row {
    margin-bottom: -28px;
    padding-top: 10px;
      }
      .chambers_commerce .site-img img {
    min-height: 135px;
       }
        .chambers_commerce .tab-content .post-content .row {
    margin-bottom: -28px;
    padding-top: 10px;
      }
      
    .most-popular-post .row {
    margin-bottom: -8px;
    padding-top: 2px;
      }
 .main-inner .nav-item .nav-link {
    padding: 0;
    border: 0;
    margin-bottom: 10px;
    font-size: 14px;
}
 /*.main .right-section li{
   padding-bottom: 12px;
   margin-bottom: 12px;
   border-bottom: 1px solid #0000002e;
     }*/
 
 .main .right-section h4 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: flex;
    font-size: 14px;
    padding-right: 44px;
    margin-left: -46px;
    /* position: relative; */
    left: -40px;
}
  .main .right-section h4 span {
    display: block;
    width: 35px;
    text-align: center;
    color:#d3d3d394;
    font-size: 48px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 8px;
    /* padding: 10px 0; */
    height: 55px;
    }
      
 .main .right-section h4 a {
    width: calc(100% - 50px);
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    margin-left: -1px;
    padding-right: 0px;
    min-width: 355px;
  }
  .main .right-section .post-content img{
        height: 80px;
    /* margin-left: -31px; */
    position: relative;
    left: 16px;
    top: -13px;
}
 

 .clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
  .para {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    margin-top: -50px;
    display: block;
    margin-left: 40px;
    padding-right: 18px;
    text-align: justify;
     margin-bottom: 10px;
}

 .para-1 {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    margin-top: -40px;
    display: block;
    margin-left: 60px;
    padding-right: 30px;
     text-align: justify;
      margin-bottom: 10px;
}
 .para-2 {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    margin-top: -50px;
    display: block;
    margin-left: 38px;
    padding-right: 45px;
    text-align: justify;
    margin-bottom: 10px;
}

.para-3 {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    margin-top: -50px;
    display: block;
    margin-left: 37px;
    padding-right: 42px;
     text-align: justify;
      margin-bottom: 10px;
}
.para-4 {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    margin-top: -52px;
    display: block;
    margin-left: 35px;
    padding-right: 55px;
     text-align: justify;
      margin-bottom: 10px;
}
 .main .right-section h4 .griv {
    -webkit-text-stroke: 1px #00000059;
    color: white;
   /* text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
    padding-top: 15px;
    /* height: 45px; */
    margin-top: -1px;
    width:10px;
}
   .main .right-section h4 .admi {
       color: #aa0d5f;
    text-transform: uppercase;
    -webkit-text-fill-color: #e6ebee;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #aa0d5f;
    letter-spacing: 3px;
    text-stroke: 1px #e6ebee;
    width: 12px;
    margin-top: 10px;
}

 .main .right-section h4 .annou {
    color: #ffffff;
    font: normal 4em arial;
    text-shadow: 1px 1px #0ae8bd, -1px -1px #0ae8bd, 1px -1px #0ae8bd, -1px 1px #0ae8bd;
    margin-top: -6px;
    font-size: 50px;
    width: 13px;
    /* border: 1px solid green; */
}
 
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
    .logo{
     height: 220px;
    /*width: 25%;
    margin: 0 auto;*/
    }

    .logo .container {
	width: 100%;
	height: 200px;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.logo .container img {
	width:;
}
.logo .two img{
      width: 280px;
    margin-top: -2%;
    margin-left: 60px;
    /* margin: 0 auto;*/
}
.logo .two span{
position: relative;
    top: 50px;
    font-size: 12px;
    /* margin-bottom: 10px; */
    left: -220px;
}
.logo .dropdown-menu {
    position: absolute;
    background-color:#fff;
    z-index:10000!important;
}
 .logo .dropdown-menu li a{
    color:#000;
}   

.logo .edition {
    font-size: 14px;
    position: relative;
    top: -44px;
    left: 780px;
}


 

.wrap {
  position: relative;
  height: 100%;
  background:;
  overflow: hidden;
}
  .title{
   color:#fff; 
   font-size:48px;
  }
 .content{
     position:absolute;
     top:70%;
     left:18%;
     right:10%;
     color:#fff;
     background-color:#0000003b;
     text-align:center;
 }

  .main-inner .nav-item .img-1, .img-2, .img-3, img {
    min-width: 82px;
     }

 .content h2{
     font-weight:400;
 }

#hero {
  width: 100%;
  height: 510px;
  background: url("../img/banner.jpg") top left;
  background-size: cover;
  position: relative;
  top:4px;
}

#hero:before {
  content: "";
  background: #16121299;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
  top:150px;
}
 #hero .banner-content {
	display:flex;
  justify-content:center;
  align-items:center;  
 }
#hero .banner-content h1 {
    color: #fff;
    position: relative;
    top: 50px;
}
#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}

#hero h1 span {
  color: #106eea;
 font-size: 48px;
margin-left: 10px;
}

#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}

#hero .btn-get-started:hover {
  background: #247cf0;
}

#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}

#hero .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

#hero .btn-watch-video:hover {
  color: #106eea;
}

#hero .btn-watch-video:hover i {
  color: #3b8af2;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 50vh;
  }

 #hero h1 {
    font-size: 20px;
    line-height: 20px;
}

 #hero h2 {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 15px;
}

  #hero .btn-get-started,
  #hero .btn-watch-video {
    font-size: 9px;
  }
}


    .breaking_news .card-title{
      font-size:14px;  
    }
  .breaking_news .card-text{
    margin-bottom:;
    margin-top:0px;
    text-align:justify;
    font-size:12px;
        }
	 .breaking_news .owl-carousel .card{
    height:150px;
 }
   .breaking_news .owl-nav{
	   display:none;
   }
   	 .breaking_news .box p small{
     font-weight: 600;
    color: #836060;;
    font-size: 10px;
     text-transform: uppercase;
     }
  .breaking_news .box p span {
    font-weight: 600;
   color: #836060;;
    font-size: 10px;
    text-transform: uppercase;
    }
   .breaking_news .box {
     
    position: relative !important;
    top: -30px;
    /* margin-bottom: -4px; */
    text-transform: uppercase;
    /* margin-left: 11px; */
   
        }
    .breaking_news .box span{
         font-size: 8px;
          text-align: justify;
    letter-spacing: 1px;
    font-family: "roboto", sans-serif;
    color: #836060;
    font-weight: 600;
    display:flex;
    }
     .breaking_news .box .start{
      padding-top:5px;   
     }
     .breaking_news .box .end{
      margin-top:-12px;   
     }
   .supreme_court .sect-name{
	 color:#001266;
	  font-size: 16px;
    font-weight:500;
    margin-bottom: 8px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 14px;
    display: inline-block;
    position: relative;
  }
   .high_court .sect-name{
      	 color:#dc3545;
      	  font-size: 16px;
    font-weight:500;
    margin-bottom: 8px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 14px;
    display: inline-block;
    position: relative;
   }
  .district_court .sect-name{
	 color: #24cff4;
    font-size: 16px;
    font-weight:500;
    margin-bottom: 8px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 14px;
    display: inline-block;
    position: relative;
}
  .consumer_court .sect-name{
	 color: #e503bf;
    font-size: 16px;
    font-weight:500;
    margin-bottom: 8px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 14px;
    display: inline-block;
    position: relative;
}
 
 .sect-name:before {
     content: "";
    width: 8px;
    height: 8px;
    /* flex: 0 0 5.4px; */
    display: block;
    background-color: #000;
    /* transform: rotate(45deg); */
    /* margin-right: 8px; */
    position: absolute;
    left: 1px;
    top: 8px;
    border-radius: 10px;
}

.xy {
    list-style: none;
    display: flex;
    margin-top: 0px;
    width: 688px;
    margin-left: -34px;
}

.xy li{
    margin:0 10px 0 5px;
}
 
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 10px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title-15, .section-title-5, .section-title-6, .section-title-7, .section-title-9, .section-title-11, .section-title-12, .section-title-13, .section-title-14, .section-title-16 {
    border-image: linear-gradient(to right,rgb(6,184,250) 0%,transparent 75%);
    border-image-slice: 1;
    padding-bottom: 10px;
    border-bottom: 3px solid;
    width: 100%;
    left: 2px;
    margin-bottom: 25px;
    position: relative;
}
.section-title-3 {
    text-align: left;
    padding-bottom: 10px;
    border-image: linear-gradient(to right, #3a3d42 0%, transparent 70%);
    border-bottom: 3px solid;
    border-image-slice: 1;
    width: 100%;
}

 
#changingText {
  color: #ffd166;
  border-right: 1px solid black;
  animation: cursoranim 1s linear infinite;
}

@keyframes cursoranim {
  50% {
    border-right: 1px solid rgba(0, 0, 0, 0);
  }
}
@keyframes cursor{
  0%, 100%{border-color: transparent;}
  50%{border-color: #000;}
}

@keyframes typing{
  0%{ width: 0ch} /*Text is hidden*/
  30%{ width: 16ch;} /*The enitre header will be typed out*/
  80%{ width: 16ch;} /*Text stays visible*/
  90%{ width: 0ch;} /*Text is deleted*/
  100%{ width: 0ch;} /*Text stays hidden*/
}
   .section-title-1{
    text-align: left;
    padding-bottom: 10px;
    border-image: linear-gradient(to right, #fff 0%, transparent 70%);
    border-bottom: 3px solid;
    border-image-slice: 1;
    width: 100%;
}
 .section-title-1 h2{
     	font-size:30px;
     	font-weight:700;
     	text-transform:uppercase;
  	letter-spacing: 0;
  	padding: .25em 0 .325em;
	  display: block;
	  margin: 0 auto;
  	text-shadow: 0 0 80px rgba(255,255,255,.5);

/* Clip Background Image */

	  background: url(https://i.ibb.co/RDTnNrT/animated-text-fill.png) repeat-y;
	  -webkit-background-clip: text;
	  background-clip: text;

/* Animate Background Image */

	  -webkit-text-fill-color: transparent;
	  -webkit-animation: aitf 80s linear infinite;

/* Activate hardware acceleration for smoother animations */

	  -webkit-transform: translate3d(0,0,0);
	  -webkit-backface-visibility: hidden;

  }

   .section-title-2{
    text-align: left;
    padding-bottom: 0px;
    border-image: linear-gradient(to right, #3a3d42 0%, transparent 70%);
    border-bottom: 3px solid;
    border-image-slice: 1;
    width: 100%;
}
 .section-title-2 h2{
     	font-size:30px;
     	font-weight:700;
     	text-transform:uppercase;
  	letter-spacing: 0;
  	padding: .25em 0 .325em;
	  display: block;
	  margin: 0 auto;
  	text-shadow: 0 0 80px rgba(255,255,255,.5);

/* Clip Background Image */

	  background: url(https://i.ibb.co/RDTnNrT/animated-text-fill.png) repeat-y;
	  -webkit-background-clip: text;
	  background-clip: text;

/* Animate Background Image */

	  -webkit-text-fill-color: transparent;
	  -webkit-animation: aitf 80s linear infinite;

/* Activate hardware acceleration for smoother animations */

	  -webkit-transform: translate3d(0,0,0);
	  -webkit-backface-visibility: hidden;

  }


/* Animate Background Image */

@-webkit-keyframes aitf {
	0% { background-position: 0% 50%; }
	100% { background-position: 100% 50%; }
}
 }
 .section-title {
      text-align: left!important;
    padding-bottom: 10px!important;
    border-image: linear-gradient(to right, #3a3d42 0%, transparent 70%)!important;
    border-bottom: 3px solid!important;
    border-image-slice: 1!important;
    width: 100%!important;
 }
  .section-title h2{
       font-weight: 700;
  text-align:;
  font-size: 30px;
  font-family:;
  text-transform: uppercase;
  background: linear-gradient(90deg, #000, #fff, #000);
  letter-spacing: 5px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
  background-size: 80%;
  animation: shine 5s linear infinite;
  position: relative;
}

@keyframes shine {
  0% {
    background-position-x: -500%;
  }
  100% {
    background-position-x: 500%;
  }
}

  }

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #106eea;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}
  .trapdoor {
  -webkit-transform: translateZ(0px);
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: 770px;
  width: 200px;
  height: 50px;
  box-shadow: inset -7px 0px 12px -8px rgba(0,0,0,0.3), inset 7px 0px 12px -8px rgba(0,0,0,0.3);
  background: rgba(0,0,0,0.3);
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  
  &:hover {
    background: #fff;
    
    .door {
       box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.4);
       -webkit-transform: scale(1.08);
       -moz-transform: scale(1.08);
       -ms-transform: scale(1.08);
       -o-transform: scale(1.08);
       transform: scale(1.08);
    }
   
    .top {
    top: -50%; 
    }
    
    .bottom {
    top: 100%; 
    }
  }
     .twitter-follow-button {
   margin-left: -77px;
   position: absolute !important;
   margin-top: -14px;
   left: 50%;
   top: 50%;
  }
}

.top {
  top: 0%;
  left: 0px;
  
  &:before {
    top: 5px;
  }
}

.bottom {
  top: 50%;
  left: 0px;
  
  &:before {
    top: -20px;
  }
}
.door {
  -webkit-transition: top 400ms, box-shadow 200ms, -webkit-transform 300ms;
  -moz-transition: top 400ms, box-shadow 200ms, -moz-transform 300ms;
  -ms-transition: top 400ms, box-shadow 200ms, -ms-transform 300ms;
  -o-transition: top 400ms, box-shadow 200ms, -o-transform 300ms;
  transition: top 400ms, box-shadow 200ms, transform 300ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background-color: #fff;
  position: absolute;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  height: 50%;
  
  &:before {
    font-family: 'tweet', sans-serif;
    position: absolute;
    margin-left: -20px;
    font-size: 35px;
    display: block;
    color: #4099FF;
    content: "\e000";
    width: 0px;
    height: 20px;
    left: 52%;
  }
}

@font-face {
  font-family: 'tweet';
  src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/277/tweet.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
 

   .bg-light-2{
       background-color:#fbc7ac;
   }
    .bg-light-sky{
 background-color:#d0eef1;
 }
 .bg-light-violet{
 background-color:#fdd6e8;
 }
  .bg-light-1{
 background-color:#fdd6e8;
 height:290px;
 }
  .main-inner-2 .bg-light-2{
        height:350px; 
     padding-top:10px;  
  }
  .main-inner-3 .bg-light-1{
     height:335px; 
     padding-top:10px;
  }
   .main-inner-3 .card{
       min-width:220px;
   }
 .bg-light-slate{
 background-color:#d9d7f9;
 }
 .bg-light-red{
 background-color:#f71c0252;
 }
 .bg-light-yellow{
	background-color:#e7e195; 
 }
  .bg-light-green{
  background-color:#e8f3d7;
  }
  .bg-medium-blue {
    background-color: #a5d7f5;
}
 .bg-light-orange{
     background-color:#f9ce80cc;
 }
  

   .swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
     display:none!important;
}
/*--------------------------------------------------------------*/

 .card-text{
    margin-bottom: 34px;
    margin-top: -50px;
    text-align:justify;
}

  @media (min-width: 1400px)
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
}

@media (min-width: 1200px)
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
}

@media (min-width: 992px)
.container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
}
@media (min-width: 768px)
.container, .container-md, .container-sm {
    max-width: 720px;
}
@media (min-width: 576px)
.container, .container-sm {
    max-width: 540px;
}
   .container-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 0!important;
    padding-left: 0!important;
    margin-right: auto;
    margin-left: auto;
}

/*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
  .main-inner .toast {
    box-shadow:none;
      }
 .main-inner .toast-body {
    padding: 0;
    word-wrap: break-word;
      }
.main-inner h6 {
    margin-top: -9px;
    margin-left: 30px;
    text-transform:uppercase;
    font-size:12px;
}
 .ads .container-fluid img{
    position: relative;
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
 }

 .social-1 button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: .1;
    background-color: transparent;
    border: 0;
    font-size: 18px;
    margin-top: -14px;
}



  .start-up .member{
    margin-bottom: 0px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}
  .start-up h5{
   font-size:; 
   font-weight:600;
  }

    .start-up .member p {
    font-size: 13px;
    line-height: 21px;
    color: #484646;
    position: relative;
    /*top: -30px;*/
    text-align:justify;
       }
  .legal_domains p{
     font-size:; 
  }
   .legal_domains {
    text-align: justify;
    overflow-x: hidden;
    height: 440px;
    overflow-y: auto;
    scrollbar-width: none;
}
 .legal_domains h4 {
    font-size: 16px;
    padding-top: 22px;
    font-weight: 600;
}
 /*.legal_domains ul {
    margin-left: -15px;
}
  .legal_domains ul li {
    list-style-type:none;
    border-bottom: ;
    /* margin-bottom: 12px; 
    font-size: 12px;
    padding: 0px;
    line-height: 1.4;
    font-weight:500;
} */
  .chambers_commerce h4{
      font-size:14px;
      font-weight:600;
  }
   a{
     color:#000!important;   
   }
   a:hover{
	 color: rgb(6,184,250)
 }
   
  .economy li a{
   color:#000!important;
   }
  .economy li a:hover{
	 color: rgb(6,184,250)
 }
 .economy .head_1 .row{
     height:262px;
 }
  .economy ul li .heading {
    color: #000;
    /* background-color: #000; */
    padding: 0px 5px;
}
.economy .post-content h3 {
    font-size: 19px;
}
.new-section h3 {
    font-size: 16px;
}
.new-section h6 {
    font-size: 15px;
}
.new-section .post-content p{
    font-size:;
}
.new-section .post-image .center img{
      font-size: ;
   
}
 .law-firm h3{
   font-size:20px;  
 }
  .law-firm h4{
   font-size:16px;  
 }
.law-firm .main {
    padding: 16px 0px 0px 0;
    /* border-radius: 10px; */
    background-color: #f9d3f1b3;
}
 
.law-firm .nav-tabs .nav-link {
    border: 1px solid #000;
    margin-bottom: 6px;
    background-color: #9ec7e06b;
    padding: 8px;
}

.law-firm .nav-tabs .nav-link.active {
    background-color: #f6b491;
  }
 .law-firm .nav-tabs .nav-link h6{
    font-size:11px;
    text-align: center;
    font-weight: 400;
    line-height:.8;
 }
 .law-firm p{
 font-size:;
 }
  .courts h3{
      font-size:20px;
  }
   .courts li a{
   color:#000!important;
   }
  .courts li a:hover{
	 color: rgb(6,184,250)
 }
 .courts .head_1 .row{
     height:262px;
 }
  .courts ul li .heading {
    color: #000;
    /* background-color: #000; */
    padding: 0px 5px;
}
.courts .post-content h3 {
    font-size: 16px;
}
 .courts .post-content .main p{
     font-size:13px;
 }
  /*.courts p {
    text-align: justify!important;
    font-size:;
    padding: 0px;
    color:#000;
	line-height:1.4;
}*/
  

 .courts ul{
  color: green;
  list-style-type:none;
  margin-top:6px;
 }


 .courts .main{
	 position: -webkit-sticky;
  position: sticky;
  top: 0%; 
 }
 .courts .text-scroll{
  width: 100%;
  height:300px;
 overflow-y: auto;
scrollbar-width:thin;
  overflow-x:hidden;
}

.law_campus li a{
	color:#fff;
	font-size:14px;
}
.law_campus h3 {
    font-size:20px;
    color: #000;
    font-weight:600;
}
.law_campus h4 {
    font-size: 16px;
    font-weight: 600;
}
.law_campus p {
    font-size:;  
}
 .law-firm .tab-content img {
    margin-left: 29px;
    height: 190px;
    max-width: 280px;
    }
.flicks .background {
  background: linear-gradient(to right,#3535e3b8,pink);
    opacity: .9;
    content: '';
  max-width: 854px;
    margin-left: 1px;
}                  
 .flicks .row{
padding:3px 10px;	 
 }
.flicks .logo-2 img {
    max-height: 45px;
    position: relative;
    left: 100%;
    bottom: 0px;
}
  .flicks h1 {
    color: #fff;
} 
  .flicks h3 {
    color: #000;
    font-size: 20px;
}
 .flicks h4 {
    color: #000;
    font-size: 14px;
}
.flicks p {
    color: #000;
    font-size: ;
}
.flicks #myVideo{
    border: 2px solid #fff;
    border-radius: 10px;
}	
 .flicks .ytp-large-play-button {
  max-width:40px;
   max-height:40px;
 }
 .video h3 {
    position: relative;
    top: 14px;
    left: -7px;
  }
  
  .ads {
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    overflow-x: hidden;
    width: 100%;
    height:;
    margin: 0 auto;
}
   .right-section{

   } 
  
   #myVideo-1{
    width:100%;
    max-width:100%;
    z-index:1;
   } 
  #myVideo-2{
    width:100%;
    min-width:100%;
    min-height:;
    z-index:1;
    margin-top:0px;
   }   
   .content-2{
     position: absolute;
    top: 80%;
    left: 10%;
    right: 10%;
    color: #fff;
    background-color: ;
    text-align: center;
     }
    .content-2 .title {
    color: #fff;
    font-size:35px;
        }
    .content-2 h2{
        font-size:20px;
        font-weight:400!important;
    }
      .news-content{
        margin-top:270px;
    }
     #myVideo-3{
    width:100%;
    min-width:100%;
    min-height:;
    z-index:1;
    margin-top:0px;
   }
   .content-3{
     position: absolute;
    top: 65%;
    left: 10%;
    right: 10%;
    color: #fff;
    background-color: ;
    text-align: center;
     }
    .content-3 .title {
    color: #fff;
    font-size:35px;
        }
    .content-3 h2{
        font-size:20px;
        font-weight:400!important;
    }
       #myVideo-4{
    width:100%;
    min-width:100%;
    min-height:;
    z-index:1;
    margin-top:0px;
   }
   .content-4{
     position: absolute;
    top: 65%;
    left: 10%;
    right: 10%;
    color: #fff;
    background-color: ;
    text-align: center;
     }
    .content-4 .title {
    color: #fff;
    font-size:35px;
        }
    .content-4 h2{
        font-size:20px;
        font-weight:400!important;
    }
    .post-content p{
        font-size:;
    }
    #adsVideo {
    margin-left: 0px!important;
    width: 100%;
    min-width:200px;
    z-index: 1;
    margin-top: 0px;
        }
 #hero-2 .content-2 {
    position: absolute;
    top: 100%!important;
    left: 10%!important;
    right: 10%!important;
     }
/* MEDIA */

      .media_logo video {
    width: 100%;
    height: 600px;
    background-color: #000 !important;
    object-fit: cover !important;
}
  

  .ads-4 img{
    height:256px;  
  }


.card-btn{
  border: none;
  border-radius: 100px;
  padding: 5px 30px;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.toast{
    border:0!important;
     }
.toast-header{
    border:0!important;
}
 .toast-body img{
     display:flex;
     justify content:center;
     width:100%;
 }
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
  
      .main-inner #advertising_Video {
   width: 100%;
    position: relative;
    left: 0%;
    top: 0%;
        }
   .main-inner .ads img {
    height: 265px;
      } 
     .main-inner .ads_1 img{
         height:auto;
         width:100%;
     }   
  
     .media_logo {
 margin-top:20px;
    }
  #advertising_Video {
    width: 100%;
    position: relative;
    left:0%;
    top: -15%;
}
  /*#myVideo {
    width: 70%;
    height: 70%;
    /* max-height: 680px; 
    margin: 1px auto 0px auto;
    /* max-height: 773px; */
}*/

  #banner_1 {
      width: 100%;
    height: 500px;
    background: url(../img/4.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
    padding: 0;
    margin-top: -16px;
}


  .banner-content h1 a{
position: absolute;
    left: 45%;
    top: 260px;
    text-transform: uppercase;
    font-size: 35px;
}

     #banner_2 {
      width: 100%;
    height: 500px;
   background: url(../img/banner-3.jpg) top center fixed no-repeat;
    background-size: cover;
    position: relative;
    padding: 0;
    margin-top: -16px;
    }
 #banner-2 .heading {
      font-family: 'Times New Roman', sans-serif;
    color: #fff !important;
    font-weight: bold;
    font-size: 50px;
    text-transform: uppercase;
   
   }
    #banner-2 .heading a{
      color:#fff;
      margin-top:100px;
    }
 #banner-4 {
  
}
 #banner-4 .heading {
      font-family: 'Times New Roman', sans-serif;
 
 font-weight: 600;
    color: #ffeb3b;
    font-weight: bold;
    font-size: 40px;
    background-color: #1a010147;
    padding: 5px 16px;
    position: relative;
    top: 166px;
    text-transform: uppercase;
}
#banner_5{
 width: 100%;
    height: 500px;
    background: url(../img/banner-5.jpg) top center no-repeat!important;
    background-size: cover!important;
    position: relative;
    padding: 0;
    margin-top: -16px;
}
 #banner_5 .heading {
font-family: 'Times New Roman', sans-serif;
 font-weight: 600;
    color: yellow;
    font-weight: bold;
    font-size: 65px;
    background-color: ;
    padding: 5px 16px;
    position: relative;
    top: -120px;
    text-transform: uppercase;
}
 #banner_5 .heading-2 {
 font-family: 'Times New Roman', sans-serif;
 font-weight: 600;
    color: #fff;
    font-weight: bold;
    font-size: 48px;
    padding: 0px 16px;
    text-align: center;
    position: relative;
    top: -155px;
    line-height: 1;
}
 #banner-6 {
    width: 100%;
    height: 500px;
   background: url(../img/banner-4.jpg) top center fixed no-repeat;
    background-size: cover;
    position: relative;
    padding: 0;
    margin-top: -16px;
}
  #banner-6 .heading {
    color: #ffeb3b;
    font-weight: 600;
    font-size: 38px;
    background-color: #1a010147;
    padding: 5px 16px;
    position: relative;
    top: 188px;
    text-transform: uppercase;
    width: 63%;
    /* max-width: 439px; */
    margin: 0 auto;
}
 #banner-7 {
    width: 100%;
    height: 500px;
   background: url(../img/banner-6.jpg) top center fixed no-repeat;
    background-size: cover;
    position: relative;
    padding: 0;
    margin-top: -16px;
}
  #banner-7 .heading {
    color: #ff661f;
    font-weight: 600;
    font-size: 38px;
    background-color:#f1d5d58c;
    padding: 5px 16px;
    position: relative;
    top: 188px;
    text-transform: uppercase;
    width: 85%;
    /* max-width: 439px; */
    margin: 0 auto;
}

 
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
     background-color:#161212;
}


 .main-inner .nav-item .nav-link{
	padding:0;
    border:0;
   margin-bottom:10px;	
 }
  .main-inner .nav-item .nav-link span{
  color: blue;
    position: relative;
    top: 33px;
    left: -33%;
    background-color: #f1eee9c2;
    padding: 0px 5px;
}
 .main-inner .nav-item .nav-link img{
	height: 96%;
    width: 100%;
    border-radius: 10px;
      }
	.main-inner .nav-tabs{
	border-bottom:0px;
	}
.main-inner .tab-content img {
    width: 100% !important;
    z-index: 1000;
    height: 455px;
    position: relative;
    left: 0px;
    min-width: 0px;
}
 .main-inner .tab-content .toast video {
    z-index: 1000;
   }
  .main-inner .tab-content p {
    position: relative;
    left: 0px;
    min-width: 0px;
    text-align: justify;
    font-size:13px;
}
   
   .main-inner .tab-content .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: transparent;
    border-color: var(--bs-nav-tabs-link-active-border-color);
}
 .main-inner .tab-content .toast-header .btn-close {
    /* margin-right: -132px; */
    /* margin-left: 0; */
    position: relative;
    right: -150px;
}
   .main-inner .section h1{
       text-transform:uppercase;
       font-size:27px;
   }
    .main-inner .section h4{
       text-transform:;
       font-size:22px;
       font-weight:500;
   }
    .main-inner .text-scroll{
    overflow: auto;
    height:500px;
    scrollbar-width: thin !important;
     }
     .main-inner .nav-tabs .nav-link p {
      font-size: 13px;
    font-weight: 500;
    text-transform: none;
    margin-left: 16px;
    margin-top: -6px;
    min-width: 226px;
     }
     .main-inner-2 .card-text {
    margin-bottom: 34px;
    margin-top: -8px;
    text-align: justify;
        }
   .main-inner-2 .card {
    height: 195px;
    border: 0px;
      }
   .main-inner-2 .card img {
    height: 150px;
    }
    .main-inner-2 .card-title {
     line-height: 1;
        }
    .main-inner-2 .ads img {
    height:390px;
} 
   .main-inner-3 .card {
    height:330px;
    border: 0px;
       }
   .main-inner-3 .card img {
    height:280px;
    }
    .main-inner-2 .card-title {
     line-height: 1;
        }
   .main-inner-4 .card {
    height:440px;
    border: 0px;
       }
   .main-inner-4 .card img {
    height:390px;
    }
    .main-inner-2 .card-title {
    line-height: 1;
    width: 100%;
    min-width: 224px;
    margin-left: -14px;
    font-size: 13px;
         }
   .main-inner-6 .card {
    height:360px;
    border: 0px;
       }
   .main-inner-6 .card img {
    height:300px;
    }
    .main-inner-6 .card-title {
     line-height: 1;
        }
   .main-inner-6 .card .side img {
      height:auto;   
   }
    .main-inner-7 .card {
    height:210px;
    border: 0px;
       }
   .main-inner-7 .card img {
    height:150px;
    }
    .main-inner-7 .card-title {
    line-height: 1;
    font-size: 14px;
    min-width: 214px;
    margin-left: -16px;
         }
    .main-inner-8 .card {
    height:240px;
    border: 0px;
       }
   .main-inner-8 .card img {
    height:190px;
    }
    .main-inner-8 .card-title {
     line-height: 1;
        }
    .main-inner-8 .card .side img {
      height:auto;   
        }
     .main-inner-9 .card {
    height:240px;
    border: 0px;
       }
   .main-inner-9 .card img {
    height:190px;
    }
    .main-inner-9 .card-title {
     line-height: 1;
        }
      .main-inner-9 .card .side img {
      height:auto;   
   }
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #444444;
  font-size: 14px;
  background: #f1f6fe;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #106eea;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #0d58ba;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #106eea;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #106eea;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #106eea;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}

.footer-area {
    /* background-color: #c3d4edf5; */
    background-image: linear-gradient( #f8f9fa,#2f9cdd5c);
}
 .left-margin {
    margin-left: -17px;
    }
  .left-padding {
    padding-left: 70px;
      }
 .single-footer-widget {
    margin-bottom: 30px;
}
 .single-footer-widget p {
      color: #000;
    font-size: 14px;
    text-align: justify;
    padding-top: 10px;
      }

 .single-footer-widget .social li {
    list-style-type: none;
    display: inline-block;
  }
  
 .single-footer-widget .social li a i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #000;
    text-align: center;
    font-size: 20px;
    color: #000;
    margin: 0 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 20px;
}
 .single-footer-widget .useful-links-list {
    padding-left: 0;
    margin-bottom: 0;
  }
  .single-footer-widget .useful-links-list li {
    list-style-type: ;
    margin-bottom: 3px;
    font-size: 14px;
    text-transform: uppercase;
}
  .single-footer-widget .useful-links-list li a {
    color: #000;
     line-height: 2.5;
   }
   .single-footer-widget .logo{
    text-align: center;
    font-size: 33px;
    }
  .single-footer-widget .logo img {
    width: 50%;
    margin-top: -30px;
    margin-bottom: -25px;
      }
   .footer-area .journal li a {
    font-size: 12px;
    color: #09101f;
    line-height: 3;
 }
 .footer-area .journal {
    list-style-type: ;
    padding-left: 0;
}
 .footer-area .social {
    margin-left: -50px;
   }
 .copyright{
 background-color: #2a292926;   
 }
#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}