/*-------------- media section ---------------*/

@media screen and (max-width: 1920px) and (min-width: 768px){
  .slidder-inner-content-row{
    width: 100%;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1200px){
  .slider-main-image{
    height: 100%;
    width: 100%;
    right: -42px;
  }
  .guide-img-wrap {
    height: 490px;
    width: 490px;
  }
  .research-svg-one ,.research-svg-one svg,.research-svg-two  ,.research-svg-two  svg{
    width: 100%;
    height: 100%;
  }
  .research-wrap {
    align-items: center;
  }
  .slider-main-image{
    height: 100%;
    width: 100%;
    top: -2rem;
    right: -24px;
    position: relative;
  }
  #slider .carousel-inner {
    padding: 0% 0px 10% 0px;
  }
  .abt-item-three{
    height: 415px;
  }
  .counter-box-wrap h3{
    font-size: 16px;
    line-height: 22px;
  }
  .event-title{
    width: 74%;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1200px){
  .article-img-wrap,#single-article .article-img-wrap{
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width:1199px){
  .slider-left-image{
    display: none;
  }
  .article-img-wrap,#single-article .article-img-wrap{
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width:1023px){

      #header .search-buttons{
      margin-top: -1px;
      }

      .main-navigation .current-menu-item a:after{
      display: none;
      }
      .toggle-nav {
      display: block;
      }
      .innermenubox{
        text-align: end;
      }
      .toggle-nav i {
        font-size: 20px;
        color: #fff;
        margin-top: 5px;
      }
      .sidenav .close-sidebar {
      position: relative;
      font-size: 32px;
      display: block;
      padding-right: 7%;
      color: #ffffff;
      cursor: pointer;
      cursor: pointer;
      text-align: right;
      }
      .main-navigation ul li.current-menu-item a{
      border-top: none !important;
      }
      .main-navigation ul li>ul {
      opacity: 1;
      display: block !important;
      visibility: visible !important;
      transform: none;
      box-shadow: unset;
      padding: 0;
      margin: 0;
      }
      .main-navigation ul li a:before,
      .main-navigation ul li a:before {
      background-color: transparent;
      }
      .main-navigation ul li:hover>ul {
      display: block !important;
      padding: 0;
      color: #000000;
      }
      .main-navigation ul li {
      height: 100%;
      }
      .main-navigation ul li ul li ul {
      position: unset;
      }
      .main-navigation ul li ul{
      display: none;
      position: relative !important;
      }
      .main-navigation ul ul li a:hover{
      transition: unset;
      }
      .headerbar {
      display: block !important;
      margin: 0;
      }
      .main-navigation ul ul li{
      padding: 0px 12px;
      margin: 0px 0 0px 0;
      }
      .main-navigation ul ul li a {
      padding-left: 16px;
      color: #ffff !important;
      }

      .main-header .main-navigation {
      display: none
      }
      .sticky.stickynavbar .header-inner{
      padding-top:unset;
      padding-bottom: unset;
      }
      .main-navigation ul li.current-menu-item a{
      border-top: none !important;
      }
      .main-navigation ul li>ul {
      opacity: 1;
      display: block !important;
      visibility: visible !important;
      transform: none;
      box-shadow: unset;
      padding: 0;
      margin: 0;
      }
      .main-navigation ul li a:before,
      .main-navigation ul li a:before {
      background-color: transparent;
      }
      .main-navigation ul li:hover>ul {
      display: block !important;
      padding: 0;
      color: #000000;
      }
      .main-navigation ul li ul li ul {
      position: unset;
      }
      .main-navigation ul li ul{
      display: none;
      position: relative !important;
      }
      .main-navigation ul ul li a:hover{
      transition: unset;
      /* padding: 12px 27px; */
      }
      .headerbar {
      display: block !important;
      margin: 0;
      }
      .main-navigation ul ul li{
      padding: 0px 12px;
      margin: 0px 0 0px 0;
      }
      .main-navigation ul ul li a {
      padding-left: 16px;
      color: #ffff !important;
      }
      .main-navigation,.main-navigation li {
      padding: 0;
      display: block;
      width: 250px;
      }
      .main-navigation ul li a {
      padding: 10px 15px;
      display: block;
      border-bottom: 1px solid #e2e2e2;
      background: 0 0!important;
      text-align: left;
      margin: 0;

      }
      .main-navigation ul ul a {
      font: normal normal 600 13px/22px Open Sans;
      }
      #sidebar1 .close-sidebar.mobile-menu{
      position: relative;
      font-size: 32px;
      display: block !important;
      padding-right: 7%;
      color: #fff;
      cursor: pointer;
      cursor: pointer;
      text-align: right;
      }
      #sidebar1 {
      height: 100%;
      width: 0;
      position: fixed !important;
      z-index: 9999999;
      top: 0;
      right: 0;
      background-color: #25292F;
      overflow-x: hidden;
      transition: .9s;
      padding-top: 8px !important;
      transition-duration: 1s;
            animation: slideInRightMenu 1s;
      }
      @keyframes slideInRightMenu {
        0% {
        opacity: 0;
        -webkit-transform: translateX(296px);
        -ms-transform: translateX(296px);
        transform: translateX(296px);
        }

        100% {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        }
      }
      #sidebar1 ul li a{
      color: #fff !important;
      border-bottom: none;
      }
      #sidebar1 ul li:hover>ul {
      visibility: visible;
      opacity: 1;
      height: auto;
      z-index: 11111;
      transform: scale(1) !important;
      }
      #sidebar1 ul li:hover>ul {
      display: block !important;
      transition: all .4s ease;
      }
      #sidebar1 ul ul {
      background: #fff;
      border-top: 4px solid var(--color-red);
      visibility: hidden;
      display: none !important;
      opacity: 0;
      animation-name: fadeOutUp;
      transform: scale(0) !important;
      transform-origin: top left;
      transition: all 0.3s ease-out;
      }
      @keyframes fadeOutUp {
      from {
      opacity: 1;
      }
      to {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
      }
      }

      .main-navigation ul ul{
      width: 100%;
      }
      .main-navigation ul ul,.main-navigation ul ul li {
      background: transparent !important;
      }
      .main-navigation ul ul li {
      display: block;
      padding-left: 1px;
      border-bottom: none;
      }
      .main-navigation ul ul ul li {
      padding-left: 15px;
      }
      .main-navigation li {
      position: relative;
      }
      #contentwoocom{
      margin-top: 3rem;
      }
     

  }
@media screen and (max-width: 1199px) and (min-width: 992px){

  .error-page .error-heading {
    font: 500 35px / 40px var(--font-one);
  }
  .meta-heading {
    font: 500 14px / 20px "Montserrat", serif;
  }
  .payment-wrap{
    flex-direction: column;
    left: -10px;
  }
  .slider-content-column {
    padding-left: 7%;
  }
  #slider .carousel-inner {
    padding: 5% 0px 5% 0px;
}

  .featured-image-wrap{
    grid-gap: 20px;
    padding: 15px
  }
  /* #slider{
  overflow-x: hidden;
} */
  section h2{
    font-size: 27px;

  }
  .research-wrap {
    flex-wrap: nowrap;

  }
  #research-guide{
    overflow: hidden;
  }
  .slider-main-image{
    height: 100%;
    width: 100%;
    top: -5rem;
    right: -20px;
    position: relative;
  }
  section h1{
    font-size: 36px;
    line-height: 50px;
  }
  #slider .slider-nav-arrow{
    bottom: 27%;
    width: 10%;
  }
  .research-svg-one ,.research-svg-one svg,.research-svg-two  ,.research-svg-two  svg{
    width: 100%;
    height: 100%;
  }
  .research-wrap {
    align-items: center;
  }
  .abt-item-one{
    right: -27px;
    width: 133px;
    height: 385px;
  }
  .abt-item-two {
    height: 310px;
  }
  .abt-item-three{
    right: 20px;
    height: 319px;
    width: 190px;
    top: 24px;
  }
  .guide-img-wrap {
    height: 425px;
    width: 425px;
  }
  .counter-box-wrap h3{
    font-size: 17px;
    line-height: 22px;
  }
  .research-content-wrap .theme-para {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  .abt-main-img-wrap .theme-para {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
  }
  .featured-circle-two{
    height: 275px;
    width: 275px;
  }
  #discover .discover-inner-content1 .discover-inner-box .discover-img {
    height: 325px;
  }
  .discover-inner-content3 .discover-inner-box .discover-img {
    height: 284px;
  }
  .discover-inner-content4 .discover-img {
    height: 314px;
  }
  .discover-inner-cm::before{
    top: -58%;
  }
  .discover-inner-content1::before {
    height: 210px;
  }
  .discover-inner-content1::after {
    top: 0px;
  }
  .discover-inner-content3::before {
    height: 250px;
  }
  .discover-inner-content3::after {
    top: 40px;
  }
  .event-img-wrap {
    margin-top: -25%;
  }
  .event-title{
    width: 80%;
  }
  .event-circle-1{
    right: 30px;
  }
  .event-circle-2{
    height: 180px;
    width: 180px;
    left: 3%;
    bottom: 15%;
  }
  section h4, section h4 a{
    font-size: 17px;
  }
  .show-content-wrap-iner{
    gap: 15px;
    padding: 10% 5% 6% 5%;
  }
  .show-content-wrap-iner i{
    font-size: 16px;
  }
  #show .owl-nav{
    bottom: -30px;
  }
  .r-img {
    width: 170px;
    height: auto;
  }
  .r-img-one {
    top: -15%;
  }
  .r-img-four{
    left: 0;
    right: 0;
    bottom: -15%;
    margin: 0 auto;
  }
  .blog-img-outer {
    height: 255px;
  }
  .title-box.banner-img{
    padding-top: 0;
  }
  .above_title{
    padding: 35px 10px;
    margin: 5% auto 5%;
  }
  .featured-image-wrap{
    margin: 0px auto 0 auto;
  }
}
@media screen and (max-width: 1024px) and (min-width: 992px){
  .slider-main-image{
    right: -28px;
    position: relative;
  }
  #slider .carousel-inner {
    padding: 5% 0px 5% 0px;
  }
}
@media screen and (max-width:991px){
  .featured-article-row {
    gap: 20px 0;
}

  section{
    overflow-x: hidden  ;
  }
  .featured-circle-two{
    height: 260px;
    width: 260px;
    right: -20px;
    bottom: -30px;
  }
  #discover .discover-inner-box  {
    animation: unset !important;
  }
  .featured-image-wrap img{
    height: 100%;
    width: 100%;
  }
  .featured-circle{
    left: -3%;
  }
  .article-content p{
    -webkit-line-clamp: 2;
  }
  .newsletter-form-box .wpcf7-form-control::-webkit-input-placeholder {
    font-size: 20px;
  }
  .contact-page{
    padding: 15px;
  }
  .above_title{
    padding: 30px 10px;   
    margin: 5% auto 5%;
  }
  .bradcrumbs{
    display: block;
  }
  .item-inner{
    font-size: 14px;
    line-height: 20.6px;
  }
 
  p {
    font-size: 14px;
  }
  .our-records-info{
    width:96%;
  }
  #discover  .discover-img {
    height: 100% !important;
  } 
  #discover .discover-inner-box{
    margin-top: unset !important;
  }
  .event-img-wrap{
    margin-top:unset;
  }
  .footer-cols .row{
    gap: 40px 0;
  }
  .slider-main-image{
    height: 100%;
    width: 100%;
  }
  .discover-inner-cm::before,.discover-inner-cm::after{display: none;}
  .content-details-main{
    margin-top:unset;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px){
  .error-page .error-heading {
    font: 500 35px / 40px var(--font-one);
  }
  .slide-heading::after{
    bottom: 10px;
    right: 0;
  }
  .slider-content-column {
    padding-left: 7%;
  }
  #featured-article  .featured-image-wrap{
    width: max-content;
    margin: unset;
  }
  .slider-main-image {
    right: -23px;
    position: relative;
    top: -1rem;
  }
  #slider .carousel-inner {
    padding: 0% 0px 15% 0px;
  }
  .slider-nav-line{
    bottom: 20%;
  }
  #slider .slider-nav-arrow{
    width: 13%;
    bottom: 25%;
  }
  #research-guide svg{
    transform: scale(0.5);
  }
  .abt-item-one{
    right: -10px;
    width: 170px;
    height: 295px;
  }
  .abt-item-two{
    height: 100%;
    width: 100%;
  }
  .abt-item-three{
    right: 16px;
    height: 245px;
    width: 230px;
    top: 25px;
  }
  .r-img {
    width: 140px;
    height: auto;
  }
  .r-img-three,.r-img-two{
    top: 35%;
  }
  .r-img-one {
    top: -15%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .r-img-four{
    left: 0;
    right: 0;
    bottom: -15%;
    margin: 0 auto;
  }
  section h1{
    font-size: 33px;
    line-height: 40px;
  }
  .sub-heading{
    font-size: 14px;
  }
  .comment-list{
        padding-left: 20px;
  }
  section h3{
    font-size: 15px;
    line-height: 20px
  }
  .abt-main-img-wrap .theme-para {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  .event-title a{
    font-size: 14px;
  }
  .event-content-wrap{
    padding: 30px;
  }
  .event-circle-2{
    left: 2%;
    bottom: 10%;
    height: 160px;
    width: 160px;
  }
  .event-title{
    width: 80%;
  }
  .event-circle-1{
    top: 0;
  }
  .research-content-wrap .main-heading{
    font-size: 25px;
  }
  .guide-img-wrap {
    height: 360px;
    width: 360px;
  }
  .research-content-wrap .theme-para {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .research-svg-one svg{
    left: 44%;
  }
  .research-svg-two svg{
    left: -45%;
  }
  .research-wrap {
    flex-wrap: nowrap;
  }
  #research-guide{
    overflow-x: hidden;
  }
  .show-content-wrap-iner{
    gap: 10px;
    padding: 10% 5% 5% 5%;
  }
  .show-box h5{
    font-size: 14px;
  }
  .show-content-wrap-iner i{
    font-size: 14px;
  }
  .single-post-category .meta-heading{
    width: 185px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .meta-heading {
    font: 500 14px / 26px "Montserrat", serif;
  }
  #tribe-events-pg-template .event-map{
    margin-top: unset;
    height: max-content;
  }
}


@media screen and (max-width:767px) {
  .event-detail-meta{
    gap: 15px;
  }
  .error-page .error-heading {
    font: 500 32px / 35px var(--font-one);
  }
  .footer-col-one img{
    text-align: center;
  }

  .featured-image-wrap img{
    max-width: 100%;
  }
  .featured-image-wrap{
    padding: 20px;
  }
  .contactpage-details{
    text-align: center;
    gap: 10px;
  }
  .slider-main-image{
    right: 0;
    position: unset;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .discover-row,.featured-article-row{
    gap: 20px 0;
  }
  #slider {
    padding: 60px 0 20% 0;
  }

  #slider .slider-nav-arrow{
    bottom: -7%;
    width: 20%;
  }

  .sub-heading{
    font-size: 14px;
  }

  .abt-main-img-wrap{
    text-align: center;
  }
  .abt-item-one{
    right: -26px;
    width: 145px;
    height: 415px;
  }
  .abt-item-three{
    height: 340px;
    width: 180px;
    top: 22px;
    right: 35px;
  }
  .abt-item-two{
    height: 315px;
  }
  .abt-img-wrapper{
    margin-top: 10%;
  }
  .about-us-counter{
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 15px;
  }

  section h3{
    font-size: 16px;
    line-height: 25px;
  }
  section h2{
    font-size: 20px;
    line-height: 30px;
  }
  .abt-counter-border{
    display: none;
  }
  .contact-page>.row{
        gap: 25px 0
  }
  #featured-article .theme-btn{
    display: flex;
    width: fit-content;
    margin: 0 auto;
  }
  .bradcrumbs a, .bradcrumbs span{
        font: normal normal 600 14px / 19px "Montserrat", serif;
  }

  #show .owl-nav button{
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  #show .owl-nav button i {
    font-size: 18px;
  }
  .title-box h1 {
    font: 600 22px / 30px var(--font-one);
  }
  section{
    overflow-x: hidden;
  }
  .featured-title{
    width: 100%;
  }
  .above_title{
    padding: 20px 20px;
    margin: 5% auto 5%;
  }
  .event-circle-2{
    display: none;
  }
  .event-circle-1{
    top: 0;
  }
  .event-row {
    gap: 40px 0;
  }
  .education-inner {
    width: 95%;
  }
  .r-img-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .r-img{
    position: unset!important;
    height: 100%;
    width: 100%;
  }
  #comments{
  display: block;
  }
  .event-para-text{
    margin-top: 10px;
  }
  .research-svg-one,.research-svg-two {
    display: none;
  }
  .show-content-wrap-iner i{
    font-size: 14px;
  }
  .theme-btn{
    margin: 0 auto;
  }
  .video-controls i {
    font-size: 30px;
  }
  .video-controls{
    height: 80px;
    width: 80px;
  }

  #support-page .half-width, #support-page ul{
  display: block;
  text-align: center;
  }

  .comment-author.vcard{
  justify-content: center;
  margin-bottom: 10px;
  }
  .comment-list{
  width: 100%;
  }
  .comment-body>p, .comment-body>.reply{
    padding-left: unset;
  }
  .event-title{
    width: 85%;
    top: -25px;
  }
  section h4, section h4 a{
    font-size: 15px;
    line-height: 21.6px;
  }
  .event-circle-1{
    height: 100px;
    width: 100px;
    top: 10%;
  }
  #footer h3,#footer ul li,.widget_wpb_widget a, .widget_wpb_widget p,.add-title{
    text-align: center;
  }
  .widget_wpb_widget a, .widget_wpb_widget p{
    justify-content: center;
  }
  .tribe-events-single>.tribe_events{
    justify-content: center;
    text-align: center;
  }

  .tribe-events-single-event-title {
    font: 600 26px / 35px var(--font-one);
  }

  .post-meta-inner{
    display: grid !important;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 5px;
      text-align: center;
  }
  .meta-heading {
  font: 500 14px / 20px "Montserrat", serif;
}
.social-share-icon-main{
  justify-content: center;
      opacity: 1;
      right: 0;
      left:0;
      top: 21px;
  }
  .social-share-icon-main a{
    margin: unset;
  }
  .single-blog-content{
    margin-top: 20px;
    text-align: center;
  }
  #single-post .single-author-image {
    width: 40px;
    height: 40px;
  }
  #single-post .author-name {
    font: normal normal 600 14px / 26px  "Montserrat", serif;
  }
  #single-post .comment-respond{
    max-width: 100%;
    margin-top: 20px;
  }
  #single-post #commentform{
    justify-content: center;
  }
  }
@media screen and (max-width: 767px) and (min-width: 576px){
  .slider-content-column{
    width: 80%;
    margin: 0 auto;
    padding-left:unset;
  }
  .discover-row{
    gap: 20px 0;
  }
  .guide-img-wrap {
    height: 460px;
    width: 460px;
  }
  section h1{
    font-size: 38px;
    line-height: 53px;
  }
  .showcase-img{
    height: 360px;
    width: 330px;
    margin: 0 auto;
  }
  .showcase-img img {
    height: 100%;
    width: 100% !important;
    object-fit: contain;
  }
  #show .owl-nav{
    bottom: -5px;
  }

}
@media screen and (max-width:575px) {
  .slider-content-column {
    padding-left: unset;
    width: 85%;
    margin: 0 auto;
  }
  #slider .carousel-inner{
    padding: 0% 0px 10% 0px;
  }
  .payment-wrap{
    position: unset;
    flex-direction: column;
    margin-top: 15px;
  }

  .contact-page{
    padding: 15px
  }
  .slide-heading::after{
    right: 0;
  }
  section h1{
    font-size: 35px;
    line-height: 45px;
  }
  #slider .slider-nav-arrow{
    width: 27%;
    bottom: -10%;
    left: 0px;
  }
  #slider {
    padding: 60px 0 35% 0;
  }
  .abt-img-wrapper .abt-item-one,  .abt-img-wrapper .abt-item-two,  .abt-img-wrapper .abt-item-three{
    height: 100%;
    width: 100%;
  }
  .abt-main-img-wrap .theme-para{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
  }
  .featured-circle,.featured-circle-two{
    display: none;
  }
  .guide-img-wrap {
    height: 300px;
    width: 300px;
  }
  .research-content-wrap .theme-para{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  #show .owl-nav{
    bottom: -5px;
  }
  #research-guide svg{
    width: 25px;
    height: 25px;
  }
  .circle-svg1{
    top: -15px;
  }
  .moon-svg{
    right: -10px;
  }
  .star-svg{
    left: -10px;
  }
  .circle-svg2{
    bottom: -15px;
  }
  #gallery .vw_gallery_front{
    grid-template-rows: repeat(8, 30px);
  }
  #testimonial .slider.slider-nav {
    width: 80%;
  }
  #testimonial .testi-image img {
    height: 45px;
    width: 45px;
  }

  .discover-row{
    flex-wrap: nowrap;
    display: flex;
    overflow-x: scroll;
  }
  .event-title{
    top: -35px;
  }
}
@media screen and (max-width: 425px){
 
}
@media screen and (max-width: 320px){

 
}
