:root{
  --main-hue : #094F95;
  --size14 : 14px;
  --size16 : 16px;
  --size32 : 32px;
  --size48 : 48px;
  --size24 : 24px;
  --size20 : 20px;
  --size18 : 18px;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Work Sans', sans-serif;
}
html {
  scroll-behavior: smooth;
  height: 100%;
}
body{   
  color: #1A1A1A;
  background-color: #FFFFFF 0% 0% no-repeat padding-box;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: var(--size16);
  letter-spacing: 0.02em;
  height: 100%
}

.clear{
  clear: both;
}
main{
  /* min-height: 100%; */
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
section{
  margin: 60px 0px;
}
.oval-img{
  border-radius: 15px;
}
.size14{
  font-size: var(--size14);
}
h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 53px;
  padding-bottom: 15px;
}
h2 span{
  display: block;
}
.inner-banner h2{
  margin-bottom: 0;
  position: relative;
  top: 78px;
}
h3{
  font-size: var(--size32);
  font-weight: 600;
}
p{
  line-height: 32px;
}
.margl-10{
  margin-left: 10px;
}
.dull {
  color: rgba(26, 26, 26, 0.6);
  font-size: var(--size14);
}
a, a:hover{
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
.spcl-para{
  font-weight: 600;
  font-size: var(--size24);
  line-height: 30px;
}
.pdb-30{
  padding-bottom: 30px;
}
.pdb-50{
  padding-bottom: 50px;
}
.pl-85{
  padding-left: 85px;
}
.pr-85{
  padding-right: 85px;
}
.pdt-20{
  padding-top: 20px;
}
.pdl-20{
  padding-left: 20px;
}
.pull-right{
  float: right;
}
.web-none,.mobile-menu{
  display: none;
}
.mob-none{
  display: block;
}
.align-right{
  text-align: right;
}
.mart-25{
  margin-top: 25px;
}
.mt-40{
  margin-top: 40px;
}
.margtb-40{
  margin: 40px 0px 28px;
}
.primary-button-outline{
  line-height: 100%;
  text-align: center;
  color: var(--main-hue);
  border: 2px solid var(--main-hue);
  text-transform: uppercase;
  box-sizing: border-box;
  border-radius: 27px;
  padding: 0px 23px;
  background: transparent;
  height: 54px;
  width: auto;
  position: relative;
  overflow: hidden;
  transition: all .35s;
  transform: translate(0%, 0%);
}
input.primary-button-outline:hover{
  background-color: var(--main-hue);
}
.primary-button-outline:before,
.primary-button-outline:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: var(--main-hue);
  z-index: -1;
  transition: all .35s;
}
.primary-button-outline:before{
  opacity: .5;
}
.primary-button-outline:after{
  transition-delay: .2s;
}
.primary-button-outline:hover{
  color: #fff;
}
.primary-button-outline:hover:before,
.primary-button-outline:hover:after{
  top: 0;
}

.secondary-button-outline{
  line-height: 100%;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  text-transform: uppercase;
  box-sizing: border-box;
  border-radius: 27px;
  padding: 0px 23px;
  background: transparent;
  height: 54px;
  width: auto;
  position: relative;
  overflow: hidden;
  transition: all .35s;
  transform: translate(0%, 0%);
}
input.secondary-button-outline:hover{
  background-color: #fff;
}
.secondary-button-outline:before,
.secondary-button-outline:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: #fff;
  z-index: -1;
  transition: all .35s;
}
.secondary-button-outline:before{
  opacity: .5;
}
.secondary-button-outline:after{
  transition-delay: .2s;
}
.secondary-button-outline:hover{
  color: var(--main-hue);
}
.secondary-button-outline:hover:before,
.secondary-button-outline:hover:after{
  top: 0;
}
.primary-button{
  font-size: var(--size16);
  line-height: 22px;
  color: var(--main-hue);
  border: none;
  background: transparent;
  text-transform: uppercase;
}
.primary-button:hover{
  color: #0d6bcb;
}
.spcl-bg-section{
  background: #f8f8f8;
  padding: 50px;
}
.inner-banner{
  padding-bottom: calc(5rem - 4.5rem);
  height: 90vh;
  color: #fff;
}
.inner-banner, .home-about{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-banner .container{
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.inner-banner .container .row:nth-child(1) p{
  margin-top: -90px;
}
.inner-banner .path{
  color: rgba(255, 255, 255, 0.6);
}
.img_container_left{
  padding-right: 30px;
  height: 100%;
}
.img_container_left img{
 height: 100%;
}
.img_container_right{
 padding-left: 30px;
  height: 100%;
}
.img_container_right img{
 height: 100%;
}
.breadcrum{
  margin: 65px 0px 60px;
}
/* home--------------- */

.main{
  padding-top: 70px;
}
.media-magazine{
  margin: 80px 0px 60px !important;
}
.media-magazine h2{
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #1A1A1A;
  /* margin-bottom: 20px; */
  padding-bottom: 0 !important;
}
.media-magazine .card{
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  text-align: center;
  padding:0;
  height: 500px;
  position: relative;
  border: none;
  margin-bottom: 1.9rem!important;
}
.media-magazine .card-body{
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 500px;
    width: 100%;
    border-radius: 10px;
    opacity: 0;
    transition: 0.5s ease;
    background: rgba(9, 79, 149, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
}
.media-magazine .card:hover  .card-body {
  opacity: 1;
}
.media-magazine .card img{
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
}
.media-magazine .card-text h3{
  font-weight: 600;
font-size: 18px;
line-height: 21px;
text-align: center;
color: #FFFFFF;
}
.mart-20{
  margin-top: 20px;
}
.media-magazine .modal-dialog{
  max-width: 1270px !important;
  position: relative;
    left: 11px;
  /* margin-left: 39px; */
}
.media-magazine .modal-header{
  position: absolute;
  top: -17px;
  right: -11px;
  z-index: 9999999;
  cursor: pointer;
  border-bottom: none;;
}
.media-magazine .modal-content{
  max-height: 570px;
  background: rgba(04, 0, 0, 0.4) !important;
  box-shadow: 0 0 5px #fff !important;
}
.flip-book .view .fnav a {
  font-size: 72pt;
  color: #aaa !important;
}

.media-magazine .modal-header .close {
  opacity: 1;
    position: relative;
    top: 0px;
    left: 10px;
    background: #FFFFFF;
    box-shadow: 0 4px 4px #0000004d;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.media-magazine .modal-header .close span{
  color: #000;
  position: relative;
  top: -12px;
  left: -7px;
}
 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden !important;
}
.media-magazine .modal-header .close.active{
  background-color: #fff !important;
  border-color: #fff !important;
  outline: none;
  box-shadow: none;
}
.media-magazine .modal-header .close.active span{
  color: #094F95 !important;
}
.media-magazine .modal-header .close:hover{
  background-color: #fff !important;
  border-color: #fff !important;
  opacity: 1;
  box-shadow: none;
}
.media-magazine .modal-header .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.media-magazine .modal-header .close:hover span{
  color: #094F95 !important;
}
/* .home .media-magazine select {
  word-wrap: normal;
  border: 1px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 6px 9px;
  margin-bottom: 45px;
}
select::-ms-expand {
  display: none;
  -webkit-appearance: none;
}
select{
  -webkit-appearance: none;
} */
/* ----------------footer------------------ */
.footer{
  background: #1A1A1A;
  color: #969696;
  font-size: var(--size14);
  padding: 40px 0px 0px;
}
footer p{
  font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 210%;
letter-spacing: 0.02em;
color: #969696;
}
.footer .col{
  padding-right: 40px;
}
.footer h4, .footer p span{
  color: #fff;
}
.footer h4{
  font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 170%;
max-width: 80%;
letter-spacing: 0.02em;

color: #FFFFFF;

  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 20px;
}
.footer ul, .news-detail ul{
  list-style-type: none;
  line-height: 210%;
}
.footer ul li a{
  font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 210%;
/* or 29px */

letter-spacing: 0.02em;

color: #969696;
}
.footer ul li a:hover{
  color: #fff;
}
.footer .footer_social ul li, .news-detail ul li {
  display: inline-block;
}
.footer .footer_social ul li a.rollover {
  width: 45px;
  display: inline-block;
  position: relative;
}
.footer .rollover img:nth-child(1){
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  /* transition: .4s ease; */
}
.footer .rollover .img-hover{
  position: absolute;
  top: -1px;
  left: 0px;
  z-index: 0;
}
.footer .rollover .left-2{
  left: 2px;
}
.footer .rollover .left-3{
  left: 3px;
}
.footer .rollover:hover .img-hover{
  opacity: 1;
}
.footer .rollover:hover img:nth-child(1), .footer .rollover .img-hover{
  opacity: 0;
}
footer{
  background: #0E0E0E;
  padding: 30px;
  /* margin-top: 30px; */
}
.footer .whatsapp-btn{
  background: transparent;
  border: 1px solid #6B6B6B;
  box-sizing: border-box;
  border-radius: 27px;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 5px;
}
.footer .quickmenu li{
  line-height: 3em;
}
.footer h6{
  font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 210%;
/* or 29px */

letter-spacing: 0.02em;

color: #FFFFFF;
  padding-top: 0px;
}
.footer .quickmenu{
  margin: 20px 0px 40px;
}
.contact-info{
  margin-right: 15px;
  position: relative;
  top: -1px;
}
/* -------------------media queries-------------- */

@media only screen and (max-width: 600px) {
  .media-magazine {
    margin: 30px 0px!important;
}
.media-magazine .text-right{
  text-align: left !important;
}
.stories .text-right {
  text-align: left !important;
  padding-top: 20px;
}
.breadcrum{
  margin: 40px 0px;
}
.leaders-message {
  margin: 40px 0px;
}
    section{
      margin: 30px 0px;
    }
    h2{
      font-size: 32px;
      line-height: 34px;
      padding-bottom: 8px;
    }
    .mobile-menu .accordion h1{
      font-size: 16px !important;
    }
    .mobile-menu .accordion h2{
      font-size: 16px !important;
    }
    .mobile-menu .accordion li{
      font-size: 15px !important;
    }
    h3{
      font-size: var(--size24);
    }
    .banner .carousel-inner .carousel-caption {
      left: 15%;
      right: 15%;
    }
    .banner .carousel-inner .carousel-caption, .initiatives h2 {
      text-align: center;
    }
    .home-about, #leaderstalk, .home-gallery{
      padding: 30px;
    }
    
    .home-gallery hr {
      width: 200px;
    }
    button.mr-2{
      margin-right: 0 !important;
    }
    button.ml-2{
      margin-left: 0 !important;
    }
    .mob-mt-1,.e-books .e-book-text{
      margin-top: 1rem;
    }
    .home-about, .who-we-are .img_container_right, 
    .our-mission .img_container_left,
    .more-courses-offered .img_container_right,
    .foreword .img_container_left,
    .institute-com .img_container_right,
    .library .img_container_right,
    .hostel .img_container_right,
    .books .card, .e-books .row
    {
      margin-bottom: 30px;
    }
    .course-all .card, 
    .initiatives .card, 
    .news-all .course-card .mb-30, 
    .home-courses .course-card .card
    .course-all .course-card .card ,
    .news-all .course-card .card,
    .academic-card .mb-30,
    .results.container .team-box,
    .contact .address-card{
      margin-bottom: 15px;
    } 
    .initiatives .col-md-3:nth-last-child(1) .card,
    .news-all .course-card .mb-30, 
    .home-courses .course-card .card:nth-last-child(1) {
      margin-bottom: 0px;
    }
    .home-about h3:after, .navbar-nav .dropdown-menu::after, 
    .navbar-nav .dropdown-menu::before { 
      content: unset !important;
    }
    .home-updates .date-time-block p {
      display: inline-flex;
    }
    .home-updates .date-time-block p span{
      padding-left: 5px;
    }
    .initiatives, .home-courses, .leaders-talk{
      padding: 30px 0;
    }
    .initiatives .card .card-img{
      margin-bottom: 15px;
      height: auto;
    }
    .leaders-talk .leaders-talk-bg,.mob-none, #mainNav , #header,
    .banner .carousel-controls, .contact .contact-form .btn-block .wpcf7-spinner{ 
      display: none;
    }
    .leaders-talk .quote-small{
      width: 43px;
      bottom: -18px !important;
    }
    .leaders-talk .quote-big{
      top: -22px !important;
      width: 50px;
    }
    .leaders-talk .mb-4{
      margin-bottom: 1rem  !important;
    }
    .leaders-talk .leaders-talk-block .learders-talk-desc {
      padding: 0;
      padding-top: 10px;
    }
    .year_box{
      width: 100%;
      border-radius: 10px;
    }
    .who-we-are .row ,
    .more-courses-offered .row,.institute-com .row,
    .library .row, .hostel .row{
      flex-direction: column-reverse;
    }
    .who-we-are .cust-width-88{
      width: auto;
    }
    .home-news .text-center {
      padding: 0px 50px;
    }
    .news-detail .news-img{
      width: 100%;
      border-radius: 10px;
      height: 400px;
      margin-top: -313px;
      object-fit: cover;
    }
    .leaders-talk .container {
      margin-top: 0;
     }
    .pr-85 {
      padding-right: 15px;
    }
    .pl-85 {
      padding-left: 15px;
    }
    .list_box ul {
      margin: 20px;
    }
    .report-box .crs-name {
      min-height: 125px;
    }
    .who-we-are .img_container_right {
      height: auto;
      width: 100%;
    }
    nav.fixed-top{
      top: -42px;
    }
    .announcement .announcement-head{
      padding: 15px 18px;
    }
    .announcement, .web-none, .mobile-menu {
      display: block;
    }
    .banner .carousel-inner img {
      object-fit: cover;
    }
    .banner .carousel-inner .carousel-item {
      height: calc(100vh - 130px);
    }
    .banner .carousel-inner .carousel-caption {
      top: 50%;
      bottom: initial;
      transform: translateY(-50%);
    }
    .home-news{
      padding-bottom: 30px;
    }
    .footer .quickmenu{
      flex-wrap: nowrap;
    }
    footer img.pull-right{
      float: inherit;
    }
    .footer h4 {
      padding-bottom: 15px;
    }
    .footer .footer_social ul li{
      margin-top: 7px;
    }
    .announcement .announcement-head img {
      width: 30px;
    }
    .e-books button{
      margin-top: 5px !important;
    }
    footer{
      padding: 30px 25px;
      text-align: center;
    }
    .footer_social{
      padding: 5px 0px;
    }
    .contact .contact-form .btn-block{
      justify-content: center;
      display: flex;
    }
}

@media (min-width: 1200px){
  .news-detail.container, .results.container{
    max-width: 878px;
  }
}
@media (max-width: 768px){
  .gallery-items .popup-image .gallery-img {
    width: 95%;
    height: 200px;
  }
  .gallery-items .popup-image .close {
    top: 272px;
    right: 13px;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
  /*------------ <navigation> --------------*/
#mainNav {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  transition: background-color 0.2s ease;
} 
.navbar .dropdown-toggle, .navbar .dropdown-menu a {
  cursor: pointer;
  width: 100%;
  display: block;
}
.navbar .dropdown-item.active, .navbar .dropdown-item:active {
  color: inherit;
  text-decoration: none;
  background-color: inherit;
}
.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: var(--main-hue);
}
.navbar-nav .nav-link.dropdown-toggle:after {
  vertical-align: middle;
}
.navbar-nav .dropdown li{
  position: relative;
  border-bottom: 1px solid #D7D7D7;
}
.navbar-nav .nav-item.dropdown:hover > ul.dropdown-menu , 
.navbar-nav .dropdown-item.dropdown:hover ul.sub-menu{
  display: block;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item, .navbar-nav .dropdown li:hover .sub-menu .dropdown-item{
  padding: 10px 20px;
  display: block;
  background: transparent;
  color: #1a1a1a;
  font-size: 16px;
}
.sub-menu.dropdown-menu {
  top: 0;
  /* left: 245px; */
  left: 273px;
  margin-top: -6px;
}
.navbar-nav .main-drop-menu{
  left: 50% ;
  transform: translateX(-50%) ;
  top: 100%;
}
.navbar-nav .drop-menu:after {
  float: right;
  margin-top: 9px;
}
.navbar-nav .dropdown li:nth-child(1):hover {
  border-radius: 10px 10px 0px 0px;
}
.navbar-nav .dropdown li:nth-last-child(1):hover {
  border-radius:0px 0px 10px 10px ;
}
.navbar-nav .dropdown-menu .dropdown-item:hover ,
.navbar-nav .dropdown-menu .dropdown-item .sub-menu li:hover{
  background: var(--main-hue);
}
.navbar-nav .dropdown-menu .dropdown-item:hover .sub-menu li a{
  color: #1A1A1A;
}
.navbar-nav .dropdown li:nth-last-child(1) {
  border-bottom: none;
}
.navbar-nav .dropdown .main-drop-menu .dropdown-item:hover a,  
.navbar-nav .dropdown-menu .dropdown-item .sub-menu li:hover a{
  color: #fff;
}
/* .dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}  */
.navbar {
  margin-top: 0px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  height: 82px;
  background: #F5F5F5 !important;
}
.scroll-up{
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
  /* -webkit-transition: all ease .5s !important;
  -o-transition: all ease .5s !important;
  transition: all ease .5s !important; */
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.navbar .navbar-collapse .navbar-nav{
  width: 100%;
  justify-content:end;
  align-items: center;
}
/* .navbar-nav .nav-item{
  padding: 20px 0px;
} */
.navbar-brand { padding: 0px }
/* .navbar-brand img { 
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
} */
.searchbutton {
  position: absolute;
  font-size: 22px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.search:focus + .searchbutton {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-color: #817F7F;
  color: #fff;
}

.search {
  position: absolute;
  left: 49px;
  background-color: #817F7F;
  color: #7D8196;
  outline: none;
  border: none;
  padding: 0;
  width: 0;
  height: 100%;
  z-index: 10;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.search:focus {
  width: 240px;
  padding: 0 16px 0 0;
}
.search-container {
  position: relative;
  display: inline-block;
  margin: 4px 15px;
  height: 50px;
  width: 50px;
  vertical-align: bottom;
}
.expandright {
  left: auto;
  right: 49px;
}
.expandright:focus {
  padding: 0 0 0 16px;
}
.searchbox {
  position: relative;
  min-width: 43px;
  width: 0%;
  height: 40px;
  float: right;
  overflow: hidden;
  right: 15px;
  transition: width 0.3s;
  border-radius: 3px;
}
@media (max-width: 47.9375em) {
  
  .searchbox {
    top: 0px;
  }
}

.searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background-color: #817F7F;
  color: #fff;
  width: 100%;
  height: 43px;
  margin: 0;
  padding: 0px 55px 8px 20px;
  font-size: 15px;
  position: absolute;
}

.searchbox-input::-webkit-input-placeholder {
  color: #fff;
  font-size: var(--size16);
}

.searchbox-input:-moz-placeholder {
  color: #fff;
  font-size: var(--size16);
}

.searchbox-input::-moz-placeholder {
  color: #fff;
  font-size: var(--size16);
}

.searchbox-input:-ms-input-placeholder {
  color: #fff;
  font-size: var(--size16);
}

.searchbox-icon,
.searchbox-submit {
  width: 43px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  font-family: verdana;
  font-size: 24px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: transparent;
}

.searchbox-open {
  width: 505%;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-brand {
  color: rgba(255, 251, 251, 0.9);
  background: none;
  border-radius: 0px 0px 10px 10px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
} 
.navbar .navbar-brand .navbar-logo{
  width: 241px;
  height: 51px;
  display: inline-flex;
  align-items: center;
}
.navbar-nav .dropdown .dropdown-menu{
  background: #FFFFFF;
  border-radius: 10px;
  position: absolute;
  min-width: 160px;
  z-index: 1;
  width: max-content;
  border: none;
  box-shadow: 0px 0px 3px #00000029;
  margin: 0;
  padding: 0;
}
.navbar-nav .dropdown-menu::before {
  border-bottom: 9px solid rgba(0, 0, 0, 0.2);
  top: -9px;
}
.navbar-nav .dropdown-menu::after{
  border-bottom: 8px solid #FFFFFF;
  top: -8px;
}
.navbar-nav .dropdown-menu::after,.navbar-nav .dropdown-menu::before { 
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 44%;
  position: absolute;
}
.sub-menu.dropdown-menu::after, .sub-menu.dropdown-menu::before{
  content: unset;
} 
@media (min-width: 767px) {
  .navbar .dropdown-toggle:not(.nav-link)::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .5em;
    vertical-align: 0;
    border-bottom: .3em solid transparent;
    border-top: .3em solid transparent;
    border-left: .3em solid;
  }
}
@media (min-width: 992px) {
  #mainNav {
    box-shadow: none;
    background-color: transparent;
    transition: background-color 700ms linear, color 700ms linear;
  }
  #mainNav .navbar-brand {
    color:#fff;
  }
  #mainNav .navbar-brand:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: #1A1A1A;
    padding: 1.2rem;
    font-size: 16px;
    font-weight: 500;
  }
  #mainNav .navbar-nav .nav-item .nav-link::after {
    content: "";
    display: block;
    width: 0%;
    height: 3px;
    background: #094F95;
    transition: width .3s ease-out .1s;
    position: relative;
    top: 27px;
  }
  #mainNav .navbar-nav .nav-item.active .nav-link:after {
    width: 100%;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover:after {
    width: 100%;
  }
  #mainNav .navbar-nav .nav-item .dropdown-toggle::after{
   border: 0;
  }
  #mainNav .navbar-nav .nav-item .dropdown-toggle i{
    margin-left: 7px;
    position: relative;
    top: 0px;
   }
   #mainNav .navbar-nav .mr-0{
     margin-right: -15px !important;
     margin-left: 15px;
     /* position: relative;
     right: -15px; */
   }
   #mainNav .navbar-nav .nav-item .dropdown-toggle::after{
    /* content: none; */
    left: -5px;
   }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #094F95;
    /* font-weight: 600; */
  }
  #mainNav .navbar-nav .nav-item.active .nav-link {
    color: #094F95;
    /* font-weight: 600; */
  }
  #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
    color: #1a1a1a;
  }
  #mainNav.navbar-scrolled.fixed-top {
    top: 0px;
    margin-top: 0;
  }
  #mainNav.navbar-scrolled {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #F2F2F2;
    -webkit-transition: background-color 700ms linear, color 700ms linear;
    transition: background-color 700ms linear, color 700ms linear;
  }
  #mainNav.navbar-scrolled .navbar-brand{
    margin: -12px 0px 0px;
    padding: 23px 14px 0px;
    border-radius: unset;
  }
  #mainNav .navbar-nav .nav-item .nav-link.active.navbar-scrolled{
    color: #0e0d0d;
  }
}
@media (min-width: 992px){
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  } 
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
  
}
.fixed-top {
  position: fixed;
  top: 0px;
  right: 0;
  left: 0;
  z-index: 1030;
}
.page-section {
  padding: 8rem 0;
}

   /* <top-bar> */
.header .topbar {
  background: #fff;
  position: absolute;
  padding: 2px 0px;
  width: 100%;
  z-index: 1000;
}
.header .topbar-right {
  float: right;
}
.header .contact {
  float: left;
  margin-top: 16px;
  padding-right: 10px;
}
.header .contact li {  
  color:var(--main-hue);
  display: inline-block;
  margin-right: 20px;
  font-weight: 600;
  font-size: var(--size16);
}
.header .contact li:last-child{
  margin-right:0px;
}
.header .contact li i {
  margin-right: 5px;
  font-size:var(--size16);
  font-weight: 600; 
}
.header .contact li a {
  color:var(--main-hue);
  font-size: var(--size16);
  font-weight: 600;
}
  
  /* Social */
  .header .social {
    display: none;
    margin: 7px;
    padding: 0px 15px;
  }
  .header .social li{
    display:inline-block;
    margin-right:10px;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 0px 3px 1px 3px;
  }
  .header .social li:last-child{
    margin-right:0;
  }
  .header .language li a{
    color: #1a1a1a;
    font-size: var(--size14);
    font-weight: 600;
  }
  .header .language li{
    display:inline-block;
    margin:10px;
  }
  .border-w{
    border: 1px solid #FFFFFF;
    margin: -5px !important;
    padding:5px 0px 5px !important; 
  }
  .language li button.lang-btn{
    width: 70px;
    font-size: var(--size14);
  }
  .language li button.lang-btn, .size-adjust-btns .size-btn{
    font-weight: 600;
    border: none;
    background: transparent;
  }
  .size-adjust-btns li.active .size-btn{
    color: var(--main-hue);
  }
  .clr-btns li.active{
    border: 1px solid var(--main-hue);
  }

  /*---------------- <mobile menu>------------------- */
.mobile-menu {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: top 0.2s ease-in-out;
}
.mobile-menu .header-top {
  min-height: 48px;
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
}
.mobile-menu .header-top-container {
  display: flex;
  justify-content: space-between;
  position: relative; 
  padding: 0;
}
.mobile-menu .header-top-container .navbar-brand{
  /* background-color: var(--main-hue); */
  padding: 10px;
  width: 100%;
}
.mobile-menu .social li {
  margin-right: 0;
}
.mobile-menu .collapse:not(.show) {
  display: block; 
}
.mobile-menu .navbar {
  padding: 0rem; 
  margin-top: 0;
  height: 50px;
  background: #ECEAEA;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
} 
@keyframes swing {
  0% {
    transform: rotate(0deg); }
  10% {
    transform: rotate(10deg); }
  30% {
    transform: rotate(0deg); }
  40% {
    transform: rotate(-10deg); }
  50% {
    transform: rotate(0deg); }
  60% {
    transform: rotate(5deg); }
  70% {
    transform: rotate(0deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
  
@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1; }
  100% {
    transform: scale(2);
    opacity: 0; } 
  }
.mobile-menu .language li button.lang-btn{
  background: #ECEAEA;
  border-radius: 5px;
  width: auto;
  padding: 13px;
  font-size: 13px;
}
.mobile-menu .language li{
  margin: 10px 0px 10px 18px;
}
.mobile-menu .lan-block{
  height: 65px;
}
.mobile-menu .hamburger {
	padding-left: 15px;
  float: left;
}
#slidingSideNav.overlay {
  height: 100%;
  width: 0%;
}
.mobile-menu .overlay { 
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fafafa; 
  overflow-y: auto;
  transition: 0.5s;
  height: calc(100vh - 65px);
}
.mobile-menu .side-overlay-content {
	position: relative;
  width: 100%;
  top: 3%;
  height: 100%;
  overflow-y: auto;
}
.mobile-menu .overlay .sideClosebtn {
  text-decoration: none;
  font-size: 27px;
  color: #fff;
  display: flex;
  transition: 0.3s;
  background: #094F95;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 3%;
  right: 5%;
}
@media screen and (max-height: 450px) {
  .mobile-menu .overlay {
    overflow-y: auto;
  }
}
.mobile-menu .accordion h2, 
.mobile-menu .accordion h1,
.mobile-menu .accordion ul li{
  cursor: pointer;
  margin: 0;
  font-size: var(--size14);
  line-height: 16px;
  padding: 20px;
  font-weight: 500;
  border-bottom: 1px solid #D0D0D0;
}
.mobile-menu .accordion li h2{
  padding: 0;
  border: none;
}
.mobile-menu .accordion h2::after{
  display: inline-block;
  float: right;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  margin-top: 7px;
}
.mobile-menu .accordion ul{
  background: #ECEAEA;
}
.mobile-menu .accordion ul ul{
  background-color: #CCCCCC;
}
.mobile-menu .accordion ul ul li:hover{
  color: var(--main-hue);
  background: transparent;
}
.mobile-menu .accordion h2:hover,
.mobile-menu .accordion h1:hover,
.mobile-menu .accordion ul li:hover {
	background-color: var(--main-hue);
  color: #fff;
}
.mobile-menu .accordion .in-stock-open {
  display: block;
}
.mobile-menu .accordion div {
  display: none;
}


/* custom select */
.s-hidden {
  visibility:hidden;
  padding-right:0px;
}
.select {
  cursor:pointer;
  display:inline-block;
  position:relative;
  font-size:16px;
  border: 1px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 4px;
    height: 38px !important;
    width: 120px !important;
}
.styledSelect {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background: transparent;
    border: none !important;
    color: #1A1A1A;
    padding: 6px 15px;
border-radius: 4px;
font-size: 16px;
height: 38px !important;
text-align: left;
}
.styledSelect:after {
  content:"";
  width:0;
  height:0;
  border:5px solid transparent;
  border-color:black transparent transparent transparent;
  position:absolute;
  top: 15px !important;
  right: 15px;
}
@media (max-width: 35.9375em){
  .styledSelect:after {
    right:7px !important;
  }
  .styledSelect {
    width:100% !important;
  }
}

/* .styledSelect:active, .styledSelect.active {
  background-color:#eee;
} */
.options {
  display:none;
  position:absolute;
  top:100%;
  right:0;
  left:0;
  z-index:999;
  margin:0 0;
  padding:0 0;
  list-style:none;
  border: 1px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
}
.options li {
  margin: 0 0;
padding: 10px 15px;
font-size: 14px;
font-weight: 500;
color: #1A1A1A;
border-bottom: 1px solid #D0D0D0;
text-align: left;
}

.options li:hover {
  background: #094F95;
  color:#fff !important;
}
.styledSelect.active {
    background-color:transparent;
}
.styledSelect:focus {
    background-color:transparent;
}
.styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #54586E transparent transparent transparent;
    position: absolute;
    top: 9px;
    right: 15px;
}
.select li:nth-last-child(1) {
  border-bottom: none;
}
.mb-40{
  margin-bottom: 40px;
}

/* pagination */
.pagination li{
  display: inline-block;
  margin-right: 0.0625rem;
}
.pagination li a{
  padding: 11px 0px!important;
  border-radius: 5px!important;
  background: #EAEAEA;
  color: #1A1A1A;
  text-decoration: none;
  width: 45px;
  height: 45px;
  text-align: center;
  margin-left: 0;
  display: block;
}
.pagination li.active a{
background: #094F95;
color: #fff !important;
}
.pagination li:hover a{
  background: #094F95;
  color: #fff !important;
  }
.pagination .right-arrow{
  margin-left: 15px;
}
.pagination .left-arrow{
  margin-right: 15px;
}
.mt50{
  margin-top: 50px;
}
/* .pagination{
  margin: 50px 0px 30px !important;
  text-align: center;
} */

 .breadcrum .path{
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #1A1A1A;
 }
 .breadcrum .path-follow{
  font-style: normal;
font-weight: 500;
font-size: 19px;
line-height: 32px;
letter-spacing: 0.02em;
color: rgba(26, 26, 26, 0.6);
 }
 .breadcrum p{
   margin-bottom: 0;
 }
 .breadcrum a:hover{
  color: #1A1A1A;
 }
.breadcrum i{
  font-size: 14px;
}
 /* articles */
 .article-list{
   margin: 0px 0px 60px !important;
 }
 .mart-60{
   margin-top: 60px;
 }
 .mart-40{
   margin-top: 40px;
 }
 .article-detail p{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #1A1A1A;
 }
 .article-detail h3{
 padding-bottom: 10px;
 }
 .article-detail p span{
  color: rgba(26, 26, 26, 0.6);
 }
 .content-center{
   align-items: center;
   place-content: center;
 }
 .article-detail .share-icons img{
  padding-right: 20px;
  width: 40px;
  height: 40px;
}
.article-detail .share-icons .facebook{
  width: 31px !important;
  height: 40px;
}
.editorial-board{
  margin: 60px 0px !important;
}
.editorial-board .team-box {
  box-shadow: 0px 0px 2px 2px rgb(29 29 29 / 11%);
  border-radius: 10px;
  padding: 24px 10px;
  margin-bottom: 30px;
  text-align: center;
  height:360px;
}
.editorial-board .team-box .team-img {
  background: #f3f3f3;
  width: 174px;
  height: 174px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}
.editorial-board .editor{
 place-content: center;
}
.editorial-board .mt-80{
  margin-top: 60px;
}
.editorial-board h2{
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.02em;
  
  color: #1A1A1A;
 }
 .editorial-board .team-box .name{
  font-size: var(--size20);
  font-weight: 600;
  padding-bottom: 10px;
}
.editorial-board .team-box .designation{
 line-height: 24px;
}
.about-us{
  margin: 60px 0px 60px;
}
/* advertisment tarrif */
.advertisment-tarrif .tarrif-card{
  background: #F6F6F6;
  border-radius: 10px;
  padding: 30px;
  height: 200px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.advertisment-tarrif h5{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.02em;
  padding-bottom: 5px;
  color: #1A1A1A;
}
.leaders-message{
  margin: 80px 0px;
}
.leaders-message .team-box {
  box-shadow: 0px 0px 2px 2px rgb(29 29 29 / 11%);
    border-radius: 10px;
    padding: 31px 10px;
    text-align: center;
    height: 321px;
}
.leaders-message .team-box .team-img {
  background: #f3f3f3;
  width: 174px;
  height: 174px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}
.leaders-message  .team-box .name {
  font-size: var(--size20);
  font-weight: 600;
  padding-bottom: 10px;
}
.leaders-message  .team-box .designation {
  line-height: 24px;
}
.leaders-message  .mb-80{
  margin-bottom: 80px;
}
.contact{
  margin: 50px 0px;
}

.contact .bg-form{
  background: #F5F5F5;
  border-radius: 10px;
  padding: 40px;
}
.contact .bg-form input{
width: 100%;
height: 50px;
border: 1px solid #ACACAC !important;
border-radius: 6px;
background: #F5F5F5;
padding: 15px;
font-size: 14px;
}
.contact .message-box {
  height: 81.8% !important;
  margin-bottom: 0px !important;
}
.contact .primary-button-outline{
  padding: 0px 40px !important;
    background: transparent;
    height: 50px !important;
    width: auto;
}
.address .address-box{
  background: #F5F5F5;
  border-radius: 10px;
  padding: 47px 0px;
  height: 160px;
}
.address .address-box img{
 margin-bottom: 5px;
}
.cotact-map-section{
  margin: 0;
  background: #F5F5F5;
padding: 60px 0px;
}
.success-alert-bar{
  padding-top: 25px;
  color: green;
}
.error{
  color: red;
  font-size: 14px;
}
.contact .mb-30{
  margin-bottom: 30px;
}
.m-b-30{
  margin-bottom: 30px;
}
.search-result-section h3{
  margin-top: 40px;
}
.search-result-section .mt-2{
  margin-bottom: 10px;
}
/* mobile */
@media (max-width:600px){
  .main{
    padding-top: 110px;
  }
  .navbar {
    margin-top: 0px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    height: 70px;
    background: #F5F5F5 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: all ease .5s !important;
    -o-transition: all ease .5s !important;
    transition: all ease .5s !important;
  }
  .media-magazine h2{
    font-size: 20px;
    padding-top: 10px;
  }
  .media-magazine .modal-dialog {
    max-width: 1270px !important;
    position: relative;
    left: 0px !important;
    height: 100vh;
}
.media-magazine  .flip-book-container{
  height: 64vh;
}
.modal {
  z-index: 9999;
}
.media-magazine .modal-header {
  position: absolute;
  top: 15px;
  right: 6px;
  z-index: 9999999;
  cursor: pointer;
  border-bottom: none;
}
.media-magazine .modal-header .close {
    top: -21px;
}
.article-detail .text-right{
  text-align: left !important;
}
.advertisment-tarrif .tarrif-card{
  margin-top: 15px;
  margin-bottom: 0px;
}
.leaders-message p{
  text-align: center;
  margin-top: 15px;
}
.address .address-box {
  margin-bottom: 15px;
  height: auto;
}
.bg-form .btnCls {
  margin-top: 50px;
}
.contact .bg-form {
  padding: 40px 20px;
}
.media-magazine {
  margin: 30px 0px!important;
}
.media-magazine .text-right{
text-align: left !important;
}
.stories .text-right {
text-align: left !important;
padding-top: 20px;
}
.breadcrum{
margin: 40px 0px;
}
.leaders-message {
margin: 50px 0px;
}
  section{
    margin: 50px 0px;
  }
  .editorial-board {
    margin: 50px 0px !important;
}
.editorial-board .mt-80 {
  margin-top: 50px;
}
  .about-us {
    margin: 40px 0px 60px;
}
.contact {
  margin: 50px 0px;
}
.article-list p{
  word-break: break-all;
}
}