/* 
Default Stylesheet;
Author : Shaik Subhani;
Write by : Biswabandhu Behera;
Release Date : 16th Oct, 2023;
Version : 1.0;
*/
body{
    margin: 0%;
    padding: 0%;
}
/* header  */
.headerNav .nav-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px !important;
    position: relative;
}
.logo-center img{
    max-width: 300px;
    margin: auto;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover, .navbar-nav .nav-link.show {
    color: #FEBD1C;
    position: relative;
}
.navbar-nav .nav-link::before{
    content: "";
    width: 0px;
    height: 2px;
    position: absolute;
    left: 20px;
    bottom: 0;
    background: #FEBD1C;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.navbar-nav .nav-link.active::before, .navbar-nav .nav-link:hover::before {
    content: "";
    width: 30px;
    height: 2px;
    position: absolute;
    left: 20px;
    bottom: 0;
    background: #FEBD1C;
}
.flex-grid{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.section-wrapper{
    padding: 50px 0px;
}
.flex-slider-img{max-width: 300px;}
.flex-slider-content {
    max-width: 550px;
}
.hero-banner{
    background: url(../img/banner-bg.jpg) no-repeat;
    background-size: cover;
}
.flex-slider-content h4{
    font-size: 36px;
    font-weight: 300;
}
.flex-slider-content h3{
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
}
.flex-slider-content p{
    font-size: 18px;
    color: #8E8E8E;
}
.text-uppercase{
    text-transform: uppercase;
}
.btn.btn-warning{
    padding: 10px 30px;
    border-radius: 0px;
}
.border-line{
    width: 100%;
    height: 4px;
    background: #FEBD1C;
}
.heading-1{
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 30px;
}
.heading-1 span{
    font-weight: 700;
}
.grey-text{
    color: #8E8E8E;
}
.aboutline{
    max-width: 900px;
    margin: auto;
}
.aboutline p{
    font-size: 18px;
    margin-bottom: 30px;
}
.inline-cards{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 4px;
}
.inline-cards .cards{
    background: #F6EBFF;
    padding: 20px;
    color: #424E60;
}
.inline-cards .cards p{
    margin: 0;
    color: #697484;
}
.inline-cards .cards h1{
    font-size: 32px;
    font-weight: 700;
}
.flex-content{
    display: flex;
    justify-content: center;
    column-gap: 40px;
}
.video-img {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 440px;
    width: 100%;
}
.video-img img{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.video-img:hover img{
   transform: scale(1.3);
   -webkit-transform: scale(1.3);
   -o-transform: scale(1.3);
}
.play-btn{
    position: absolute;
    top: 40%;
    left: 43%;
    opacity: 1.0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.play-btn:hover{
    opacity: 0.8;
}
.left-col h5{
    font-size: 16px;
    color: #361C67;
}
.right-col h4{
    font-size: 20px;
    color: #132238;
}
.right-view .flex-row{
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E6E8EB;
}
.right-view .flex-row:nth-last-child(1){
    border: 0;
}
.right-view .flex-row .left-col {
    max-width: 210px;
    width: 100%;
}
.grey-bg{
    background: #F0F1F3;
}
.line-wrap {
    display: flex;
    flex-wrap: wrap;
}
.line-wrap li{
    font-size: 18px;
    flex: 1 0 50%;
    margin-bottom: 20px;
    position: relative;
    padding:0px 20px;
}
.line-wrap li::before{
    content: "";
    width: 10px;
    height: 10px;
    background-color: #FEBD1C;
    position: absolute;
    left: 0;
    top: 8px;
}
.heading-bold{font-weight: 700;margin-bottom: 30px;font-size: 40px;}
.connect {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 20px;
    background: #F5F5F5;
    padding: 20px;
}
.connect-tst p{
    margin-bottom: 2px;
}
.icons{font-size: 30px;}
.connect-tst h3{
    font-size: 20px;
    font-weight: 700;
}
.form-group{
    margin-bottom: 16px;
}
.form-control{
    padding: 10px;
    outline: none;
}
.form-control::placeholder{
    color:#8E8E8E;
}
.form-control:focus, .form-control.active{
    outline: none;
    box-shadow: none;
    border-color: #FEBD1C;
}
.dark-bg{
    background: #132238;
}
.fle-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.between h5 {
    font-size: 14px;
    font-weight: normal;
}
.between ul{
    display: flex;
    align-items: center;
}
.between ul li a{
    color: #87909D;
    text-decoration: none;
    padding: 5px 10px;
}
.between ul li a:hover{
    color: #FEBD1C;
}
.social-icons li a {
    background: #eee;
    margin: 5px;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #132238 !important;
}
.social-icons li a:hover{
    background: #FEBD1C;
}
.headerNav.sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
    width: 100%;
    z-index: 9;
    max-width: ;
}
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  .hamburger .line {
    width: 26px;
    height: 2px;
    background-color: #febd1c;
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hamburger{border-color: #FEBD1C;color: transparent;}
  
  .hamburger:hover{
    cursor: pointer;
  }
  .hamburger.focus{box-shadow: none;}
  #hamburger-1.is-active .line:nth-child(2){
    opacity: 0;
  }
  
  #hamburger-1.is-active .line:nth-child(1){
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
  }
  
  #hamburger-1.is-active .line:nth-child(3){
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }

  /* media query  */
  @media (max-width: 991px) {
    .flex-slider-content h3{font-size: 36px;}
    .flex-slider-content h4{font-size: 24px;}
    .play-btn{left: 36%;top: 36%;}
    .heading-bold{font-size: 30px;}
    .line-wrap li{font-size: 14px;}
    .headerNav .navbar-nav{
        background: #fffffff9;
        border-radius: 20px;
    }
  }
  @media (max-width: 768px) {
    .flex-grid{display: block; text-align: center;}
    .flex-slider-img {
        max-width: 300px;
        margin: auto;
        margin-top: 30px;
    }
    .flex-content, .fle-between{
        flex-wrap: wrap;
    }
    .between{
        margin-bottom: 30px;
    }
    .video-img{max-width: 100%;margin-bottom: 30px;height: 300px;}
    .video-img img{width: 100%;}
    .play-btn {
        left: 46%;
        top: 36%;
    }
    .profile-img {
        text-align: center;
        margin-top: 30px;
    }
  }
 @media (max-width: 768px) {
    .inline-cards{
        display: block;
    }
    .inline-cards .cards{
        margin-bottom: 4px;
    }
 }
