
:root {
  --global--color-primary: #004279;
  --global--color-primary-90: rgba(50, 195, 108, 0.9);
  --global--color-primary-70: rgba(50, 195, 108, 0.7);
  --global--color-heading: #004279;
  --global--color-secondary: #f58220;
  --global--color-body: #595959;
  --global--color-black: #212121;
  --global--color-white: #ffffff;
  --global--color-white-90: rgba(255, 255, 255, 0.9);
  --global--color-gray: #eceff4;
  --global--font-body: 'Roboto', sans-serif;
  --global--font-heading: 'IBM Plex Sans', sans-serif;
  --global--font-secondary: 'Heebo', sans-serif;
  --transition:all ease .5s;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,400;1,700&display=swap');
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a,
dl,
dt,
dd,
ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0
}

*,
:active,
:focus {
  outline: none !important
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0
}

textarea {
  resize: none
}

::-moz-selection {
  text-shadow: none
}

::selection {
  text-shadow: none
}

::-moz-selection {
  text-shadow: none
}

::-webkit-selection {
  text-shadow: none
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none
}

button {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
  padding: 0
}

textarea {
  resize: none
}

body,
html {
  overflow-x: hidden
}

body {
  background-color: var(--global--color-white);
  font-family: var(--global--font-body);
  font-size: 14px;
  font-weight: 400;
  color: var(--global--color-body);
  margin: 0;
  
}

::-moz-selection {
  background-color: var(--global--color-primary);
  color: var(--global--color-white);
  text-shadow: none
}

::selection {
  background-color: var(--global--color-primary);
  color: var(--global--color-white);
  text-shadow: none
}

a {
  font-family: var(--global--font-body);
  font-weight: 400;
  color: var(--global--color-primary);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none
}

a:hover {
  text-decoration: none
}

img{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
img{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  font-family: var(--global--font-body);
  font-weight: 400
}

textarea {
  resize: none
}

.fullscreen {
  height: 100vh !important
}

section {
  background-color: var(--global--color-white);
  

}



hr {
  background-color: #eaeaea;
  border-color: #eaeaea;
  margin: 0
}

@media only screen and (max-width:992px) {
  .fullscreen {
      height: auto !important
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--global--color-heading);
  font-family: var(--global--font-heading);
  font-weight: 700;
  margin: 0 0 28px;
  line-height: 1
}

.h1,
h1 {
  font-size: 52px
}

.h2,
h2 {
  font-size: 42px
}

.h3,
h3 {
  font-size: 38px
}

.h4,
h4 {
  font-size: 28px
}

.h5,
h5 {
  font-size: 24px
}

.h6,
h6 {
  font-size: 18px
}

p {
  font-family: var(--global--font-body);
  color: var(--global--color-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px
}

.header{
  position: relative;
  top: 0;
  z-index: 9;
  width: 100%;
 

}

.header .top-part{
  position: relative;
  padding: 5px 15px;
  border-bottom: 1px solid #e7e6e6;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .top-part ul{
  margin: 0;
}
.header .top-part ul li{
  float: left;
  align-items: flex-start;
  padding-left: 10px;
}

.header .top-part ul li::after{
  content: "";
  border-right: 1px solid #dedede;
  padding-left: 10px;
}
.header .top-part ul li:last-child::after{
 
  border-right: 0px solid #dedede;
 
}
.header .bottom-part{
  position: relative;
  padding: 10px 0px;

}
.header.header-floating .sticky-wrapper.is-sticky .header-nav.navbar-sticky {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.header.header-floating .sticky-wrapper.is-sticky .header-nav.navbar-sticky .header-nav-wrapper {
  box-shadow: none;
}
.header.header-floating.header-transparent-white .header-nav.scroll-to-fixed-fixed {
  background-color: #f9f9f9;
}
.header.header-floating.header-transparent-white .header-nav .log img {
 
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.header.header-floating.header-transparent-white .header-nav.scroll-to-fixed-fixed .log img {
  width: 580px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
/* -------- Scrolltofixed ---------- */
.header-nav {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  /* -------- Navbar Sticky Animated ---------- */
}
.header-nav.navbar-scrolltofixed.scroll-to-fixed-fixed {
  background-color: #fff;
}
.header-nav.navbar-sticky-animated .container {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header-nav.navbar-sticky-animated:not(.scroll-to-fixed-fixed) .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* -------- sticky.js ---------- */
.sticky-wrapper .header-nav.navbar-sticky.navbar-sticky-animated .container {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.sticky-wrapper.is-sticky .header-nav.navbar-sticky {
  background-color: #fff;
}
.sticky-wrapper:not(.is-sticky) .header-nav.navbar-sticky.navbar-sticky-animated .container {
  padding-top: 10px;
  padding-bottom: 10px;
}


  .header .logo{
    position: absolute;
    top: 0;
    left: 60px;
    display: inline-block;
  }
  .menubx{
 
    background-color: var(--global--color-secondary);
  }
  .header .navbar {
    max-width: 100%;
    height: auto;
  }
  
  .header .menu > .menu-item {
    position: relative;
    display: inline-block;
    margin: 0 0.75rem;
  }
  
  .header .menu > .menu-item > a {
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    padding: 5px 0;
    border: none;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  
  .header .menu > .menu-item > a .expand {
    position: relative;
    display: inline-block;
    height: 0.75rem;
    width: 0.75rem;
    margin-left: 0.35rem;
    border: none;
    outline: none;
    pointer-events: none;
  }
  
  /*.header .menu > .menu-item > a .expand:before, .header .menu > .menu-item > a .expand:after {
    position: absolute;
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    content: '';
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #121212;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }*/
  
  .header .menu > .menu-item:hover > a {
    color: var(--global--color-secondary);
  }
  
  .header .menu > .menu-item:hover > a .expand::before, .header .menu > .menu-item:hover > a .expand::after {
    background: var(--global--color-secondary);
  }
  
  /*.header .menu > .menu-item > a .expand::after {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
  }*/
  
  .header .menu > .menu-item > .sub-menu > .menu-item > a:hover {
    color: var(--global--color-secondary);
  }
  
  .header .menu > .menu-item > .sub-menu {
    position: absolute;
    left: -1rem;
    top: 100%;
    width: 13rem;
    height: auto;
    padding: 0.75rem 0;
    border: none;
    outline: none;
    opacity: 0;
    visibility: hidden;
    border-top: 3px solid var(--global--color-secondary);
    background: #ffffff;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-transform: translateY(1rem);
        -ms-transform: translateY(1rem);
            transform: translateY(1rem);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  
  .header .menu > .menu-item > .sub-menu > .menu-item {
    display: block;
  }
  
  .header .menu > .menu-item > .sub-menu > .menu-item > a {
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    padding: 0.5rem 1.25rem;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  
  .header .opened-menu {
    position: relative;
    display: none;
    cursor: pointer;
    width: 2rem;
    height: 1rem;
    border: none;
    outline: none;
    opacity: 0;
    visibility: hidden;
    background: none;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  
  .header .opened-menu span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 0.25rem;
    background: #121212;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  
  .header .opened-menu span:nth-child(1) {
    top: 0;
  }
  
  .header .opened-menu span:nth-child(2), .header .opened-menu span:nth-child(3) {
    top: 0.5rem;
  }
  
  .header .opened-menu span:nth-child(4) {
    top: 1rem;
  }
  
  .header .closed-menu {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    outline: none;
    background: none;
  }
  
  .header .closed-menu img.closed-icon {
    display: block;
    width: 1rem;
    height: auto;
  }
  
  .header .overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  
  @media only screen and (min-width: 993px) {
    .header .menu > .menu-item-has-children:hover > .sub-menu {
      display: block;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
    }
    .header .menu > .menu-item-has-children:hover > a .expand::after {
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
          -ms-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
    }
  }
  
  @media only screen and (max-width: 992px) {
    .header .overlay.active {
      display: block;
      opacity: 1;
      visibility: visible;
    }
    .header .navbar {
      position: fixed;
      top: 0;
      left: -18rem;
      /*width: 18rem;*/
      width: 100%;
      height: 100%;
      padding: 1rem 0;
      z-index: 999;
      opacity: 0;
      overflow-y: auto;
      visibility: hidden;
      background: #ffffff;
      -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
              box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }
    .header .navbar.active {
      left: 0rem;
      opacity: 1;
      visibility: visible;
    }
    .header .navbar::-webkit-scrollbar {
      width: 5px;
    }
    .header .navbar::-webkit-scrollbar-thumb {
      border-radius: 1rem;
      background: #e6e6e6;
      -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
              box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
    }
    .header .menu {
      width: 100%;
      height: auto;
      margin-top: 3.5rem;
    }
    .header .menu > .menu-item {
      display: block;
      margin: 0;
    }
    .header .menu > .menu-item-has-children > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .header .menu > .menu-item > a {
      padding: 0.75rem 1rem;
      color: #121212;
      border-bottom: 1px solid #f2f2f2;
    }
    .header .menu > .menu-item:first-child > a {
      border-top: 1px solid #f2f2f2;
    }
    .header .menu > .menu-item > a .expand::before, .header .menu > .menu-item > a .expand::after {
      background: #121212;
    }
    .header .menu > .menu-item-has-children.active > a .expand:after {
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
          -ms-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
    }
    .header .menu > .menu-item > .sub-menu {
      position: relative;
      top: auto;
      left: auto;
      width: 100%;
      max-height: 0;
      padding: 0px;
      border: none;
      outline: none;
      opacity: 1;
      overflow: hidden;
      visibility: visible;
      background: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
              transform: translateY(0px);
    }
    .header .menu > .menu-item > .sub-menu > .menu-item > a {
      padding: 0.75rem 2rem;
      color: #121212;
      border-bottom: 1px solid #f2f2f2;
    }
    .header .opened-menu {
      display: block;
      opacity: 1;
      visibility: visible;
    }
    .header .closed-menu {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      top: 1rem;
      right: 0.5rem;
    }
  }

  .menu-desktop{
    background-color: var(--global--color-black);
  }
  @media only screen and (max-width:992px){
    .menu-mobile{
      width: auto;
      position: absolute;
      top: 50%;
      right: 15px;
      

    }
    .menu-desktop{
      background-color: var(--global--color-white);
    }
  }


  .black_box {
    background-color: #1e1f26;
    max-width: 300px;
    padding: 10px 25px;
    border-radius: 100px;
    color: #e8b447;
    
    box-shadow: 0px 0px 0px 3px #e8b447;
    
    cursor: pointer;
    
    transition: all 0.3s;
   
  }
  .black_box:hover {
    box-shadow: 0px 0px 0px #e8b447;
  } 

  .banner{
    position: relative;
  }  
  .banner-title{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
  }
  .banner-title h1{
    color: var(--global--color-white);
  }
  .banner-title h1 span{
    font-size: 30px;
    color: var(--global--color-white);
    padding: 10px 30px;
    background-color: var(--global--color-primary);
  }
  .banner-title p{
    text-transform: none;
    color: var(--global--color-white);
  }

  @media only screen and (max-width:575px){

    .banner-title h1{
      font-size: 26px;
      line-height: 30px;
    }

    .banner-title h1 span{
      font-size: 22px;
      padding: 5px 10px;

    }

    .banner-title p{
      line-height: 0px;
    }

  }

   /* ==== Main CSS === */
.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}


.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}



.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left /* If RTL Make This Right */ ;
  padding: 0;
}

/* ==== Slider Style === */
.Modern-Slider .item .img-fill{
  /* height:100vh; */
  height: auto;
  background:#000;
}

.Modern-Slider .item .img-fill .info{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0px;
  background:rgba(0,0,0,.50);
  
 
}

.Modern-Slider .item .img-fill .info .title{
  font-family: var(--global--font-body);
  position:absolute;
  width:100%;
  height:auto;
  top:50%;
  left:0px;
  text-align:center !important;
  transform: translateY(-50%);

 
}

.Modern-Slider .item .img-fill img{
  /*filter:blur(5px);*/
}

.Modern-Slider .item .info > div{
  display:block!important;
  vertical-align:middle;
}

.Modern-Slider .NextArrow{
  position:absolute;
  top:50%;
  right:0px;
  width:45px;
  height:45px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font-family:"Font Awesome 5 Pro";
  font-size: 30px;
  line-height: 45px;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .NextArrow:before{content:'\f054';}

.Modern-Slider .PrevArrow{
  position:absolute;
  top:50%;
  left:0px;
  width:45px;
  height:45px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font-family:"Font Awesome 5 Pro";
  font-size: 30px;
  line-height: 45px;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .PrevArrow:before{content:'\f053';}

.Modern-Slider .slick-dots{
  position:absolute;
  height:5px;
  background:rgba(255,255,255,.20);
  top:0px;
  width:100%;
  left:0px;
  padding:0px;
  margin:0px;
  list-style-type:none;
}
.Modern-Slider .slick-dots li button{display:none;}
.Modern-Slider .slick-dots li{
  float:left;
  width:0px;
  height:5px;
  background:var(--global--color-secondary);
  position:absolute;
  left:0px;
  top:0px;
}

.Modern-Slider .slick-dots li.slick-active{
  width:100%;
  -webkit-animation:ProgressDots 11s both;
          animation:ProgressDots 11s both;
}

.Modern-Slider .item h3{
  font:40px/50px var(--global--font-body);
  text-transform:uppercase;
  font-weight: 700;
  color:#FFF;
  -webkit-animation:fadeOutRight 1s both;
          animation:fadeOutRight 1s both;
  margin:0;
  padding:0;
}

.Modern-Slider .item h3 span{
  font-size: 24px;
  display: block;
}

.Modern-Slider .item h5{
  margin:0 auto;
  padding:0;
  font:15px/30px var(--global--font-body);
  color:#FFF;
  max-width:600px;
  overflow:hidden;
  height:60px;
  -webkit-animation:fadeOutLeft 1s both;
          animation:fadeOutLeft 1s both;
        
}

.Modern-Slider .item.slick-active h3{
  -webkit-animation:fadeInDown 1s both 1s;
          animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5{
  -webkit-animation:fadeInLeft 1s both 1.5s;
          animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  -webkit-animation:Slick-FastSwipeIn 1s both;
          animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider {background:#000;}

@media only screen and (max-width:575px){
  .Modern-Slider .item h3{
    font:20px/25px var(--global--font-body);
  }
  .Modern-Slider .item h5{
    
    font:13px/20px var(--global--font-body);

          
  }

}

/* ==== Slider Image Transition === */
@-webkit-keyframes Slick-FastSwipeIn{
    0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
    100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
}
@keyframes Slick-FastSwipeIn{
    0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
    100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
}

@-webkit-keyframes ProgressDots{from{width:0px;}to{width:100%;}}
@keyframes ProgressDots{from{width:0px;}to{width:100%;}}


#purchase-now *{
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
  outline: none;
}

#purchase-now {
    position: fixed;
    bottom: 80px;
    left: 20px;
    z-index: 10000;
}

#purchase-now a {
    color: #ffffff;
    z-index: 1;
    position: absolute;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    background: #78A938;
    display: block;
    font-size: 24px;
    font-weight: bold;
    width: 60px;
    height: 60px;
    padding: 17px;
    text-decoration: none;
    animation: shadow-pulse 1s infinite;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(120, 169, 56, 0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(120, 169, 56, 0);
    }
}

#purchase-now a span {
    font-size: 14px;
    font-weight: 500;
    left: 8px;
    position: absolute;
    top: 18px;
    width: 100px;
}

#purchase-now .pn-hover {
    position: absolute;
    font-weight: bold;
    font-size: 16px;
    background: #ffffff;
    color: #78A938;
    width: 120px;
    padding: 10px;
    padding-left: 20px;
    text-align: center;
    top: 8px;
    border-radius: 5px;
    left: 30px;
    opacity: 0;
}

#purchase-now:hover .pn-hover {
    opacity: 1;
    left: 40px;
}



/*  Transilator Styles */


/*  End of Transilator Styles */


#selector {
  width: 500px;
  position: fixed;
  right: 0;
  top: 45%;
  padding: 5px;
  z-index: 5;
}
#selector .sc-opt {
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  max-width: 45px;
  padding-right: 20px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  right: 10px;
  background-color: var(--global--color-primary);
  transition: var(--transition);
}

#selector .sc-opt:hover {
  max-width: 100%;
  transition: var(--transition);
}

#selector .sc-opt .sc-icon {
  width: 45px;
  height: 38px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding: 12px 10px;
  position: relative;
 

}
#selector .sc-val {
  display: inline-block;
  margin-top: 5px;
}

.main-title h4{
  font-weight: 600;
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
  display: inline-block;
}
.main-title h4::after{
  content: "";
  width: 50px;
  height: 3px;
  background-color: var(--global--color-secondary);
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
}

.flash-newsbx{
  background-color: #f58220;
  padding: 13px 0;
  border-radius: 3px;
  margin-top: -53px;
  position: relative;
}

.flash-newsbx li{
  color: var(--global--color-white);
}

.welcome-txt h4{
  font-weight: normal;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  display: inline-block;
}
.welcome-txt h4::after{
  content: "";
  width: 50px;
  height: 3px;
  background-color: var(--global--color-secondary);
  position: absolute;
  left: 0;
  bottom: -2px;
}

.welcome-txt button{
  margin-top: 20px;
}

.princi-desk h4{
  font-weight: normal;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  display: inline-block;
}
.princi-desk h4::after{
  content: "";
  width: 50px;
  height: 3px;
  background-color: var(--global--color-secondary);
  position: absolute;
  left: 0;
  bottom: -2px;
}

.marquee-h{
  height: 85%;
}
.marquee-h marquee{
  height: 100%;
}
.marquee-h ul li{
  margin-bottom: 10px;
  background-color: var(--global--color-white);
  box-shadow: 0px 0px 20px rgb(0 0 0 / 7%);
  padding: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
.marquee-h ul li span{
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding: 3px 10px;
  color: var(--global--color-white);
  background-color: var(--global--color-primary);
  border-left: 3px solid var(--global--color-primary);
}
.marquee-h ul li a{
  font-size: 15px;
  line-height: 20px;
  color: var(--global--color-black);
  padding-top: 10px;
  display: block;
}

.programmes-offered{
  background-color: var(--global--color-gray);
}

.color-layer{
	position:absolute;
	right:-250px;
	top:-10px;
	width:500px;
	height:500px;
	border-radius:50%;
	background-color:#fef3ec;
}

.color-layer-pink-bottom-left{
	position:absolute;
	left:-250px;
	bottom:0px;
	width:400px;
	height:500px;
	border-radius:50%;
	background-color:#fef3ec;
}

.color-layer-blue{
	position:absolute;
	left:-250px;
	bottom:10px;
	width:500px;
	height:500px;
	border-radius:50%;
	background-color:#eef5fc;
}

.color-layer-blue-top-right{
	position:absolute;
	right:-250px;
	top:10px;
	width:500px;
	height:500px;
	border-radius:50%;
	background-color:#eef5fc;
}


.single-featured-box{text-align:center;position:relative;padding:115px 25px 40px;margin-bottom: 30px; z-index:1;overflow:hidden;box-shadow: 7px 7px 30px -5px rgb(0 0 0 / 10%);}
.single-featured-box:before{top:15px;left:15px;border-top:2px solid var(--global--color-primary);border-left:2px solid var(--global--color-primary)}.single-featured-box:after,.single-featured-box:before{content:"";position:absolute;width:0;height:0;transition:var(--transition);opacity:0}.single-featured-box:after{bottom:15px;right:15px;border-bottom:2px solid var(--global--color-primary);border-right:2px solid var(--global--color-primary)}
.single-featured-box:hover{transform:translateY(-5px);background-color:#f1fbfc;border-color:#f1fbfc}
.single-featured-box:hover:after,.single-featured-box:hover:before{width:50px;height:50px;opacity:1}
.single-featured-box .icon{transition:.4s;color:#ee0979;position:absolute;top:50px;left:50%;transform:translate(-50%);margin-top:-12px}
.single-featured-box .icon i:before{font-size:55px}
.single-featured-box .icon.color-fb7756{color:#fb7756}
.single-featured-box .icon.color-facd60{color:#facd60}
.single-featured-box .icon.color-1ac0c6{color:#1ac0c6}
.single-featured-box h3{transition:.4s;margin-bottom:0;margin-top:5px;font-size:20px;font-weight:600;color: var(--global--color-black);}
.single-featured-box p{transition:.4s;font-size:14px;line-height: 24px; margin-top:12px;margin-bottom:0}

.single-featured-box .read-more-btn{background:linear-gradient(90deg,#ee0979,#ff6a00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;position:absolute;bottom:0;left:50%;transform:translateX(-50%);opacity:0;visibility:hidden;transition:.6;font-size:15px;font-weight:400}
.single-featured-box .read-more-btn:before{content:"";position:absolute;left:0;bottom:1px;width:0;transition:.5s;height:1px;background:linear-gradient(90deg,#ee0979,#ff6a00)}
.single-featured-box .read-more-btn:hover:before{width:100%}
.single-featured-box:hover .icon{top: 40px;-webkit-animation:iconTop .4s ease-in-out;animation:iconTop .4s ease-in-out}
.single-featured-box:hover h3,.single-featured-box:hover p{transform:translateY(-20px)}
.single-featured-box:hover .read-more-btn{opacity:1;visibility:visible;bottom:23px}

@-webkit-keyframes iconTop{0%{transform:translate(-50%)}25%{opacity:0;transform:translate(-50%,-70%)}50%{opacity:0;transform:translate(-50%,-40%)}to{opacity:1;transform:translate(-50%)}}
@keyframes iconTop{0%{transform:translate(-50%)}25%{opacity:0;transform:translate(-50%,-70%)}50%{opacity:0;transform:translate(-50%,-40%)}to{opacity:1;transform:translate(-50%)}}

@media only screen and (max-width:767px){
  .single-featured-box{padding-left:20px;padding-right:20px;padding-top:100px;padding-bottom:36px}
  .single-featured-box .icon{top:25px;-webkit-animation:iconTop .4s ease-in-out;animation:iconTop .4s ease-in-out}
  .single-featured-box .icon i:before{font-size:40px}
  .single-featured-box h3{font-size:19px}
  .single-featured-box h3,.single-featured-box p{transform:translateY(-20px)}
  .single-featured-box .read-more-btn{opacity:1;visibility:visible;bottom:20px}
  .single-featured-box:hover .icon{top:25px}
  .single-featured-box:hover .read-more-btn{bottom:20px}
}



/*
.single-services-box{text-align:center;padding:30px;position:relative;z-index:1;transition:var(--transition);border:1px solid #f5f5f5;margin-bottom:30px}.single-services-box:before{top:15px;left:15px;border-top:2px solid var(--global--color-primary);border-left:2px solid var(--global--color-primary)}.single-services-box:after,.single-services-box:before{content:"";position:absolute;width:0;height:0;transition:var(--transition);opacity:0}.single-services-box:after{bottom:15px;right:15px;border-bottom:2px solid var(--global--color-primary);border-right:2px solid var(--global--color-primary)}.single-services-box i{font-size:50px;color:var(--mainColor);line-height:1;margin-bottom:17px;display:inline-block}.single-services-box h3{font-size:20px;margin-bottom:12px}
.single-services-box .read-more{color:var(--headingColor)}.single-services-box .read-more:hover{color:var(--mainColor)}
.single-services-box:hover{transform:translateY(-5px);background-color:#f1fbfc;border-color:#f1fbfc}
.single-services-box:hover:after,.single-services-box:hover:before{width:50px;height:50px;opacity:1}
*/


#tile-1 .tab-pane
{
  padding:15px;
  width: 100%;
  height:80px;
}
#tile-1 .nav-tabs
{
  position:relative;
  border:none!important;
  
 
/*   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
 
}
#tile-1 .nav-tabs li
{
  margin:0px!important;
}
#tile-1 .nav-tabs li a
{
  position:relative;
  margin-right:0px!important;
  padding: 10px 20px!important;
  font-size:14px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: .05em;
  border:none!important;
  color:#9b9b9b;
  text-transform: uppercase;
}
#tile-1 .nav-tabs a:hover
{
  background-color:#fff!important;
  border:none;
}
#tile-1 .slider
{
  display:inline-block;
  width:30px;
  height:2px;
  
  background-color:#39bcd3;
  position:absolute;
  z-index:1200;
  bottom:0;
  transition:all .4s linear;
  
}
#tile-1 .nav-tabs .active
{
  background-color:transparent!important;
  border:none!important;
  color:#39bcd3!important;
}

/* ======= Slick Controls ======= */
.slick-slide:focus{ outline: none; }
.nav-style .slick-arrow{
    background-color: var(--global--color-primary);
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
}
.nav-style .slick-arrow:hover{
    background-color: #07122D;
    color: #fff;
}
.nav-style .slick-arrow.right{
    left: auto;
    right: 0;
}
.nav-style:hover .slick-arrow{
    left: -40px;
    visibility: visible;
    opacity: 1;
}
.nav-style:hover .slick-arrow.right{
    left: auto;
    right: -40px;
}
@media (max-width: 767px){
  .nav-style:hover .slick-arrow{
    left: 0;
}
.nav-style:hover .slick-arrow.right{
    left: auto;
    right: 0;
}
}
.carousel-dots .slick-dots{
    text-align: center;
    margin-top: 30px;
    line-height: 1;
}
.carousel-dots .slick-dots li{
    display: inline-block;
    margin: 0 4px;
    line-height: 1;
}
.carousel-dots .slick-dots li button{
    display: inline-block;
    background-color: #6a7c92;
    width: 15px;
    height: 8px;
    border-radius: 3px;
    overflow: hidden;
    text-indent: -999px;
}
.carousel-dots .slick-dots li.slick-active button{
    background-color: var(--global--color-primary);
    width: 40px;
}
.carousel-dots .slick-dots li button:focus{ outline: none; }
@media (max-width: 767px) {
    .nav-style .slick-arrow{ left: 0; }
    .nav-style .slick-arrow.right{
        left: auto;
        right: 0;
    }
}
.slider-container {
  max-width: 100vw;
  width: 100%; 
}

.image-wrap {
  position: relative;
  padding: 0 10px;
}
.image-wrap a img {
  transition: all 0.3s ease;
}
.image-wrap .post-categories {
  position: absolute;
  z-index: 11;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.image-wrap .post-categories li {
  display: inline-block;
}
.image-wrap .post-categories li a {
  border-radius: 4px 4px 4px 4px;
  background-color: transparent;
  background-image: linear-gradient(40deg, #dd4c23 0%, #f27c1e 79%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  display: block;
}
.rs-blog .blog-item:hover .image-wrap a img {
  filter: grayscale(1);
}

#back-to-top.show, #back-to-top.hide{
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
  outline: none;
}
#back-to-top {
  position: fixed;
  bottom: -40px;
  right: 20px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  outline: none;
  opacity: 0;
  padding-top: 4px;
}

#back-to-top:hover {
  
}

#back-to-top.show {
  bottom: 20px;
  opacity: 1;
}

#back-to-top.hide {
  bottom: -40px;
}

#back-to-top:before {
  font-family: "FontAwesome";
  font-size: 18px;
  content: "\f106";
  color: #ffffff;
  position: relative;
}

footer{
  background-color: var(--global--color-black);
  
}

.address{ font-size:20px; margin:10px 0 25px 0;color: var(--global--color-white); }
.phone, .fax, .email{ font-size:16px; color: var(--global--color-white); }
.hover-effect1 { text-align: left; }
.hover-effect1 ul { padding-top: 25px; margin:0; padding-left:0; }
.hover-effect1 ul li { display: inline-block; }
.hover-effect1 ul li a { font-size: 25px; color: #fff; margin: 0px 15px; line-height: 30px; display: inline-block; -webkit-transition: .6s ease; -moz-transition: .6s ease; -ms-transition: .6s ease; -o-transition: .6s ease; transition: .6s ease; }
.hover-effect1 ul li a:first-child{ margin-left:0 !important;}
.hover-effect1 ul li:hover a { -moz-transform: scale(1.3); -webkit-transform: scale(1.3); -o-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); }
.btm-col{ margin-top:15px;}
.copyright{ float:left;}
.powered{ float:right;}

.left {
  float: left;
  width: 680px;
}
.right {
  float: left;
  margin-left: 40px;
}

.summary.scroll-to-fixed-fixed {
  margin-top: 0px;
  
}

.department-acc .card-header .btnd{
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 8px 0;
  outline: none;
  text-decoration: none;
}


.department-acc .card-header{padding:.25rem 1.25rem;}
.department-acc .card h4{
  padding: 0;
  margin: 15px 0 15px 0;
  font-size: 20px;
}
.department-acc .card h4:first-child{
margin: 0px 0 15px 0;
}

.department-acc .card p{
  line-height: 24px;
}

.department-acc .staff-details h5{
  margin: 0 0 5px 0;
  padding: 0;
  color: var(--global--color-primary);
  font-size: 17px;
}

.department-acc .staff-details .designation{
  color: var(--global--color-secondary);
}

.department-acc .staff-details .staff-col{
  padding: 15px;
  border-bottom: 1px solid #dfdfdf !important;
  border: 1px solid #fff;
  transition: var(--transition);
  
}
.department-acc .staff-details .staff-col:hover{
  border: 1px solid #f00 !important;
  border-radius: 5px;
  transition: var(--transition);
  box-shadow: rgb(0 0 0 / 8%) 0px 0.125rem 0.25rem;
}

.department-head img{
  border-radius: 4px;
}
.department-head h6{
  text-align: center;
  font-size: 18px;
  color: var(--global--color-secondary);
  font-weight: 400;
}
.department-head h6 span{
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--global--color-body);
}
.tick-style li{
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}
.tick-style li span{
  font-weight: 600;
}
.tick-style li:before{
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  color: var(--global--color-secondary);
  position: absolute;
  left: 5px;
  top: 0;
}

      /*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-link::before {
  content: '\f107';
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.1rem;
}

.collapsible-link[aria-expanded='true']::before {
  content: '\f106';
}

/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/

  /* Common button styles */
.button {
	float: left;
	min-width: 150px;
	max-width: 250px;
	display: block;
	
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}
.button--round-l {
	border-radius: 40px;
}
/* Shikoba */
.button.button--shikoba {
	padding: 1em 30px 1em 50px;
	overflow: hidden;
	background: #fff;
	color: #37474f;
	border-color: #37474f;
	-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
	transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.button--shikoba.button--inverted {
	color: #fff;
	background: var(--global--color-secondary);
}
.button--shikoba > span {
	display: inline-block;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--shikoba .button__icon {
	position: absolute;
	left: 20px;
	font-size: 18px;
	-webkit-transform: translate3d(-40px, 2.5em, 0);
	transform: translate3d(-40px, 2.5em, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--shikoba:hover .button__icon,
.button--shikoba:hover > span {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button--shikoba:hover {
	background: var(--global--color-primary);
	border-color: var(--global--color-primary);
	color: #fff;
}





