
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }

  body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    color: #2B2B2B;
  

  }

a:hover{ 
    color: #83b3f8!important;
  }
  h1, h2, h3, h4, h5, h6, p {
    margin: 0;
  }

  p{
    font-size: 18px;
  }
  .menu{
    width: 120px;
    transition: 2s;
  }
  .text-green{
    color: #e3000f;
  }


  /*--------------------------------------------------------------
  # Scroll top button
  --------------------------------------------------------------*/
  .scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #e3000f; 
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
  }

  

  .scroll-top:hover {
    background: #0f2d49;
    color: #fff;
  }

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

  /*---header*/

  .hdr-top{
    background: #06057a;
    padding: 10px;
    position: fixed;
    top: 60%;
    right: 0;
    z-index: 2;
    border-top-left-radius:8px ;
    border-bottom-left-radius: 8px;
  }

  .followus-h {
    display: flex;
    justify-content: end;
    gap: 20px;
    flex-direction: row;
    list-style: none;
    padding: 8px;
    margin: 0;
    background-color: #06067a;
}

.followus-h li a{
color: #ffffff;
}




  header{
    transition: all 0.5s;
    z-index: 997;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 2px 5px #666;
  }

  .mobile-logo2 {
    background: #fff;
    padding: 0 15px;
    position: absolute !important;
    top: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .navbar-toggler-icon{
    background-image: none;
    font-size: 30px;
    border: 0;
    color: #2B2B2B;
    height: auto;
    font-weight: 100;
  }
 
  

  .navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
  padding: 0;
    text-decoration: none;
    font-size: 15px;
    color: #000000 !important;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    text-transform: uppercase;
  }
  .nav-link.active-nav{
    color: #e3000f!important;
  }

  .equire-btn{
    background-color: #e3000f;
    padding: 8px 15px !important;
    font-weight: bold;
  }

  .equire-btn::before{
    background-color: transparent!important;
  
  }

  .equire-btn img{
  margin-left: 5px;
  transition: 0.5s;
  }

  .equire-btn:hover img{
    margin-left: 8px;
  }

  .sticky{
    background-color: #fff;
    transition: 0.5s ease-in;
  }


  .sticky .navbar-brand img{
  /* width: 200px; */
  transition: all 0.5s;
  }

  header.hide {
    transform: translateY(-100%);
  }

  .logo {
  }
  .logo img {
    width: 100px;
  }

  .sticky .logo img{
    /* width: 220px; */
    transition: 0.5s ease-in;
  }

  .mobile-logo{
    /* display: none !important; */
  }

  .mobile-logo img{
    width:290px;
  }

  .navbar-nav a {
    color: #ffffff;
    font-weight: bold;

  }
  .navbar ul li a:hover {
    color: #ffffff;
  }


  .navbar-nav .nav-link.active {
    color: #ffffff;
  }

  .navbar-nav .v-hidden {
 visibility: hidden;
  }


  .sticky .navbar-nav .nav-link{

      transition: 0.5s ease-in;
    }

    .sticky .navbar-nav .nav-link.equire-btn{
      color: #ffffff;
        transition: 0.5s ease-in;
      }
      
    

  .bd-mode-toggle {
    z-index: 1500;
  }

  .bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
  }

  .navbar-expand-lg .navbar-nav {
    gap: 2.5rem;
  }

  .navbar ul li.nav-item{
    white-space: nowrap;
    /* padding: 10px 0 10px 28px;   */
  }


  /* .navbar ul li.desk-logo{
    width: 20vw;
    display: flex;
    place-content: center;
  } */

  /* .navbar ul li.desk-logo a {
    margin-right: 0;
  } */


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


  /* .nav-scroller .nav {
    color: rgba(255, 255, 255, 0.75);
  }

  .nav-scroller .nav-link { 
    color: #ffffff;
  } */

.dropdown-menu li{ 
   padding: 5px 15px;

  }


  .dropdown-menu a{ 
    color: #000000 !important;
  }

  .dropdown-menu a:hover{ 
    color: #e3000f!important;
  }
  .dropdown:hover > .dropdown-menu,
  .dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
  }

  @media (max-width: 991.98px) {

    header {


  }

  .followus-h {
    justify-content: center;
    
}

  .navbar-toggler{
    z-index: 999;
    position: absolute;
    top: 25px;
    right: 10px;
    background: #ffffff;
  }

  .navbar-toggler-icon {
    color: #000000;
   
}

.navbar-toggler-icon:focus {
  outline: none;
}
    .offcanvas-collapse {
      position: fixed;
      top: 0px; /* Height of navbar */
      bottom: 0;
      left: 100%;
      width: 100%;
      padding-right: 1rem;
      padding-left: 1rem;
      overflow-y: auto;
      visibility: hidden;
      background-color: #2B2B2B;
      transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }
    .offcanvas-collapse.open {
      visibility: visible;
      transform: translateX(-100%);
    }  

    .navbar ul li.nav-item {
      margin: 5px 0;
      line-height: 35px;
  }

  .navbar ul li a:before {
    height: 0;

  }


  }

  @media (max-width: 420px) {

    .logo img {
      width: 80px;
  }

  }

  @media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
      position: absolute;
      top: 0;
      left: 100%;
    }
    .dropend .dropdown-toggle {
      margin-left: 0.5em;
    }
  }


  /*---header*/

  .pd-tb{
  padding: 3rem 0;
  }

  .banner-sec{
    position: relative;
  }

 
.swiper-scale-effect .swiper-slide-cover {
  transition-timing-function: linear;
  transition-duration: 20s;
  transform: scale(1);
}

.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
  transform: scale(1.5);
}


  /* .parallax-sec {
    height: calc(100vh + 20px);
    position: relative;
   
  } 
  .parallax-sec img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  

  .banner-bottom-img{
    position: absolute;
    bottom: 0;
    z-index: 1;
  }*/
  .banner-sec::after{
    /* content: "";
    position: absolute;
    width: 100%;  
    background-image: url(../images/banner-bottom.png);
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 9;
    background-size: contain;
    height: 230px;
    bottom: 0; */
  }

  .titleWrap{}



  

  .banner-caption{  
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 25%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    transform: translate(-50%);

  }

  .banner-caption p{
    text-align: center;
    font-family: 'FONTSPRING DEMO - Proxima Nova';
    margin-bottom: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
   
  }

  .banner-caption h2{
    /* font-family: 'Gloss And Bloom', sans-serif; */
        font-family: 'FONTSPRING DEMO - Proxima Nova';
    font-size: 3rem;
    text-wrap: balance;
    text-align: center;
    line-height: 75px;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 600;
  }

  .banner-caption span{
    color: #f9a825;
  }


  .video-bnt{
    position: absolute;
    left: 10%;
    bottom: 30%;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .v-icon img{
    width: 50px;
    border: 2px dotted #ffffff;
    border-radius: 50%;
    padding: 3px;
    position: relative;
  }

  .video-bnt p{
   color: #ffffff;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 16px;
  }


  .banner-direction img{
    width: 20px;
  
  }


  .banner-direction .swiper-button-next, .banner-direction .swiper-button-prev {
    width: 50px;
    height: 50px;
    backdrop-filter: blur(10px);
    border-radius: 50%;

  }

  .banner-direction .swiper-button-next:after, .banner-direction .swiper-button-prev:after {
    font-size: 0;

  }

  .banner-direction .swiper-button-next:hover, .banner-direction .swiper-button-prev:hover {
    background-color: #06067a;
  transition: 0.5s;
  }


  .banner-direction .swiper-pagination{
    bottom: 30px;
  
  }

  .banner-direction .swiper-pagination .swiper-pagination-bullet{ 
    width: 15px;
    height: 15px;
    transition: width .5s;
    border-radius: 50%;
    background: #717171;
    border: 1px solid transparent;
    opacity: 1;
  }

  .banner-direction .swiper-pagination .swiper-pagination-bullet-active{ 
    opacity: 1;
    background: #004495;}

.btn-sec{
  transition: all 0.5s;
  position: relative;
}




.btn-sec .btn-common  {
  background-color: #e3000f;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  width: fit-content;
  position: relative;
  /* min-width: 210px; */
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
}

.btn-sec .btn-common.cnt-read  {
 /* min-width: 210px; */
}



.btn-sec .btn-common:before {
    content: "";
    height: 2px;
    width: 0;
    background: #ffffff;
    display: inline-block;
    position: relative;
    top: -4px;
    margin: 0 10px 0 -10px;
    z-index: 2;
    transition: all 1s;
}

.btn-sec .btn-common:hover:before {
    /* width: 15%; */
}

.btn-sec .btn-common:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #2f2482;
    transition: all 1s;
    border-radius: 10px;
}

.btn-sec .btn-common:hover:after {
    width: 100%;
}

.btn-sec .btn-common span {
  position: relative;
  z-index: 1;
  color: #fff;
}



.blue-text{
  color: #0f2d49;
}
.yellow-text{
  color: #f9a825;
}

.sec-pd {
  padding: 3rem 0;
}

.sec-pd-2 {
  /* padding: 6rem 0; */
}
  /*---------------2-----------------*/



  .mainTitle  {
    /* font-family: 'Gloss And Bloom'; */
  }
  .mainTitle h2 {
    font-size: 3rem;
    padding-bottom: 10px;
    position: relative;
    font-weight: bold;
    text-transform: capitalize;

  }

  /*--------sec about-----*/ 
 
  .sec-1{
    background-image: url('../images/grey-structure.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  
  .about-sec{
    background-image: url('../images/aboutBg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
  }

  .abt-cnt{
    background-image: url('../images/grey-structure.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 50px;
    /* height: 85vh; */

   }

  .abt-item{
  margin: 100px 0;
    font-family: 'FONTSPRING DEMO - Proxima Nova', sans-serif;
  }

  .abt-item h3{
    font-weight: 600;
    font-size: 2.5rem;
  }
  .abt-item p{
    margin: 3rem 0;
  }

  .direction-left p{
    text-align: justify;
}

  
  .abt-direction2 {
    width: 130px;
    position: relative;
    z-index: 9;
    float: right;
    margin-right: -86px;
    top: 30px;
}

.abt-direction2 img{
  width: 15px;
}




.abt-direction2 .swiper-button-next:after, .abt-direction2 .swiper-button-prev:after {
  font-size: 0;
}

.abt-direction2 .swiper-button-next, .abt-direction2 .swiper-button-prev{
  width: 50px;
  height: 50px;
  border: 2px dotted #F9A825;
  border-radius: 50%;
  color: #F9A825;
}
.swiper-button-prev:hover, .swiper-button-next:hover{
  /* background-color: #F9A825; */
  transition: 0.5s;
  color: #fff;
}

/*-------------sec-2-----*/
.sec-2{
  background: #fcf7f1;
  padding-bottom: 50px;
}

.direction-left{
  color:#2B2B2B;
}

.direction-right{
  text-align: center;
}

.app-sec{
  margin: 3rem 0;
}

.app-sec h3{
  font-size: 2rem;
}

.app-icon{
  display: flex;
  gap: 10px;
  margin: 20px 0;
}



.direction-right img{ 
  /* width: 70%; */
  margin-bottom: 15px;
}

/*-------------sec-2-----*/

/*-------------sec-3-----*/
.sec-3{
  padding-bottom: 0; 
}


.sec-4{
  padding: 3rem 0;
}

.ex-tab-sec{
  margin: 20px 0;
  /* float: right; */

  }

  .scroll-container {
    overflow-y: hidden;
    overflow-x: auto;
  }

  .scroll-container::-webkit-scrollbar {
    width: 3px;
  }

  .scroll-container::-webkit-scrollbar-track {
    background-color: #fff;
  }

  .scroll-container::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #06057a;
    width: 0px;
  }
  .list-container {
    display: inline-flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    margin-bottom: 10px !important;
  }


  .tab-wrappar{
    position: relative;
    overflow-x: hidden;
    max-width: 600px;
  }

.tabs-box {
    display: flex;
    gap: 12px;
    list-style: none;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
  .ex-tab-sec ul{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  

  
  
  
  .ex-tab-sec ul li{

  
  }
  
  .ex-tab-sec .nav-link {
    color: #808286;
    font-size: 17px;
    text-transform: uppercase;
  }
  
  .ex-tab-sec .nav-tabs .nav-link {
  position: relative;
  border: 0;
  font-weight: bold;
  }
  
  .ex-tab-sec .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover, .ex-tab-sec .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fd6502;
    width: 100%;
    font-weight: bold;
    background: transparent;
  }

  .select-tab{
    padding: 0 10px;
    font-size: 20px;
    font-weight: bold;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px;
  }


  .jrn-cnt{
    margin: 40px 0;
    background-color: #f0f0f0;
    position: relative;
  }
  
  .jrn-cnt-left{

  }

  .jrn-cnt-left img{
    width: 90%;

  }

  .jrn-cnt-right{
    position: relative;

  }
  .jrn-cnt-right h4{
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
  }

.yr-batch{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #06067a;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    width: 100px;  
    text-align: center;
    padding: 10px 0;

  }

  .swiper.ex-wrapper {
    overflow: visible;
}
  
.ex-silder .swiper-slide .ex-card{
 position: relative;
 overflow: hidden;
}

.ex-silder .swiper-slide .ex-card img{
  object-fit: cover;
  transition: 0.5s;
 }
.ex-silder .swiper-slide .ex-card img:hover{
  transform: scale(1.2);

 }

.ex-card-cnt{
  position: absolute;
  bottom: 20px;
  color: #fff;
  margin: 0 20px;
  font-size: 20px;
}

.ex-card-cnt small{
 display: block;
 font-size: 16px;
 font-weight: 100;
}
    
/*-------------sec-3 end-----*/

/*-------------sec-4 start-----*/
.sec-4{
  margin-top: -25px;
  background-image: url('../images/our-partner.png');
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}

.partner-sec{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.partner-sec img{
width: 200px;
}
/*-------------sec-4 end-----*/

/*-------------sec-5 start-----*/
.sec-5{
  margin-top: -25px;
  background-image: url('../images/grey-structure-2.png');
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  padding-bottom: 0;
}
.sec-5 h2{
line-height: 7rem;
}

.sec-5-btn{
  min-width: 250px !important;
}

.society-sec{
  margin-top: 20px;
}


/*-------------sec-5 end-----*/

/*-------------sec-6 strat-----*/
.sec-6{

}


.write_to_us{
  max-width: 900px;
  margin: 0 auto;
  
}
.write_to_us .form-control{
  font-size: 16px;
  line-height: 2.5;
  color: #222222;
  background-color: #F9F9F9;
  border: 1px solid #EFEFEF;
  border-radius: 0;
  outline: none;
}
.write_to_us .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/*-------------sec-6 end-----*/

/*-------------sec-7 start-----*/
.sec-7 {
  margin-top: -20px;
  background-image: url(../images/frame-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}


.frame-time{
  line-height: 7rem;
  margin-top: 2rem;

}

.frameslider .swiper-wrapper {
  align-items: center;
}

.frame-card{
width: 100%;
}


.frame-card {
  position: relative;
  overflow: hidden;

}
.frame-card img:hover{
  transform: scale(1.2);
  transition: 0.5s;

}

.frame-card-cnt{
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}


.frame-card-cnt i{
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.frame-card-cnt p{
  font-weight: bold;
  line-height: 18px;
}

.frame-card-cnt p small{
 display: block;
 font-size: 14px;
 font-weight: 100;
 opacity: 80%;
}
/*-------------sec-7 end-----*/

/*---------gallery----*/
.gallery-slider .swiper-container {
  width: 100%;
  height: 100%;
overflow: hidden;
}
.slider__flex {
  display: flex;
  align-items: flex-start;
}
.slider__col {
  display: flex;
  flex-direction: column;
  /* width: 150px; */
  margin-left: 32px;
}
.slider__prev,
.slider__next {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider__prev:focus,
.slider__next:focus {
  outline: none;
}
.slider__thumbs {
  height: calc(500px - 50px);
}
.slider__thumbs .slider__image {
  transition: 0.25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  width: 250px;
}
.slider__thumbs .slider__image:hover {
  opacity: 1;
}
.slider__thumbs .swiper-slide-thumb-active .slider__image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
  width: 250px;
}
.slider__images {
  height: 550px;
}
.slider__images .slider__image img {
  transition: 3s;
}
.slider__images .slider__image:hover img {
  transform: scale(1.1);
}
.slider__image {
  width: 98%;
  height: auto;
  position: relative;

}

.slider__image .vdo-ico {
  position: absolute;
  width: 70px;
  height: 70px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
border: 4px solid #ffffff;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.slider__image .vdo-ico .fa-play{
  font-size: 2rem;
}
.slider__image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 820px) {
  .slider__flex {
    display: block;
    /* align-items: flex-start; */
}

.slider__image {
  width: 100%;
}

.slider__images {
  height: auto;
}


.slider__prev, .slider__next {
  position: absolute;
  right: 0;
}

.slider__prev, .slider__prev {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: flex-start;
}
.slider__thumbs {
  height: auto;
}

.slider__col {
  margin-left: 0;
  margin-top: 30px;
}

.slider__thumbs .slider__image {
  opacity: 0.5;
  width: auto;
}

.slider__thumbs .swiper-slide-thumb-active .slider__image {

  width: auto;
}

.slider__prev img{
  transform: rotate(-90deg);
}

.slider__next img{
  transform: rotate(-90deg);
}

.slider__prev, .slider__next {
  height: 130px;
}
.slider__thumbs {
  height: auto;
  width: calc(100% - 33px);
  margin: 0 16px;
}

}


@media (max-width: 767.98px) {
  .slider__flex {
    flex-direction: column;
  }
  .slider__col {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
  }
  .slider__images {
    width: 100%;
    height: auto;
 
  }

  .swiper-wrapper {
    height: auto;

  }
 

  .thumbs_slider img{
    width: 100px;
  }
  .slider__prev,
  .slider__next {
    height: auto;
    width: 32px;
  }
}
/*---------gallery----*/

  /*---footer Start---*/
  footer{
    margin-top: -20px;
    background-image: url(../images/Footer_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  
  }

  
  footer p{
    color: #F9A825;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
  
}
footer ul{
    list-style: none;
    padding-left: 0;
}
footer ul li a{
    color: #ffffff;
    font-size: 19px;
    line-height: 2;
    text-decoration: none;
    opacity: 70%;
}
.followus{
  display: flex;
  justify-content: center;
  gap: 20px;
}
.followus li{
    display: flex;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    margin: 5px;
}

.followus li a{   
  margin: 5px;
}

.followus li:last-child{
  margin-right: 0;
}

.followus li:first-child{
  margin-left: 0;
}

footer ul li a:hover{
  color: #ffffff;
}

.followus li:hover{
  background-color: #F9A825;
} 
footer ul li a:hover i{
  color: #fff;
}
.ftr-bottom{
  background-color: #000000;
  margin-top: -5px;
  padding: 20px 0;
}
.ftr-bottom-text{
  font-size: 15px;
  color: #ffffff;
  opacity: 70%;
 
}


.ftr-bottom-text a{
  text-decoration: none;
  color: #ffffff;
  float: right;
}

.ftr-bottom-text a:hover{
 color: #F9A825;
}




  /*---footer end---*/

  .outer { margin:0 auto; }
  #big .item {  padding: 0px; margin:2px; color: #000000; border-radius: 3px; text-align: center; }
  #thumbs .item {  height:70px; line-height:70px; padding: 0px; margin:2px; color: #000000; border-radius: 3px; text-align: center; cursor: pointer; font-weight: 600; font-size: 22px; }

  #thumbs .current .item { color:#FF5722;  }
  .owl-theme .owl-nav [class*='owl-'] { transition: all .3s ease; }
  .owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
  #big.owl-theme { position: relative; }
  #big.owl-theme .owl-next, #big.owl-theme .owl-prev { background:#333; width: 22px; line-height:40px; height: 40px; margin-top: -20px; position: absolute; text-align:center; top: 50%;  display: none;}

 .outer .owl-nav {  
   position: absolute;
    right: 0;
    top: -30px;
}
  #big.owl-theme .owl-prev { left: 10px; }
  #big.owl-theme .owl-next { right: 10px; }
  #thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background:#06067a; width: 30px; height: 30px; border-radius: 50%;}
  