/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */


/*   01 - General & Basic Styles    */


/*   02 - Main Header style    */


@CHARSET "ISO-8859-1";

@import url('https://fonts.googleapis.com/css?family=Archivo%20Narrow:100,100i,300,300i,400,400i,700,700i,900,900i');


/* ==========================================================================
   01. General & Basic Styles
   ========================================================================== */


body {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    overflow-x: hidden;
    font-family: "Roboto",sans-serif !important;
    color:#000000;
    width:100%;
    background: #ffffff;
	
}


body.no-scroll {
    overflow-y: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

a {
    text-decoration: none;
}

a:focus {
    color: inherit;
}


.br-0{
    border:none;
    box-shadow: 0px 0px 10px #00000029;
}
.center-auto{
    margin: auto;
    display: block;
}
.text-decoration-none{
    text-decoration: none;
}

/* ==========================================================================
   02. Main Header style
   ========================================================================== */

.brand-logo img {
   height:80px;
}


nav {
    padding: 10px 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 0px !important;
    left: 0;
    right: 0;
    height: auto;
    z-index: 99;
}

.navbar-nav li{
    margin-left: 60px;
}

.nav-link{
    padding: 3px 5px;
}

.navbar-nav li a{
    font-size: 16px;
    text-align: center;
    color: #252641;
    font-weight: 500;
}
.navbar-nav li a:hover{
    text-decoration: none;
}
.navbar-nav li.active{
    color: #252641;
    font-weight: bold;
}

.navbar-brand img{
    width: 130px;
}


.nav>li>a:focus,
.nav>li>a:hover {
    background: transparent;
}

.active {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.default {
    top: 0;
}
.navbar-fixed {
    position: fixed;
}
.top-nav-collapse {
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 0px !important;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.theme-bg-gradient {
    background: #fff;
    -webkit-box-shadow: 0 6px 13px 0 rgba(0,0,0,.06);
    box-shadow: 0 6px 13px 0 rgba(0,0,0,.06);
    
}
.bg-white-top-cls {
    background-color: #fff !important;
    box-shadow: 0 6px 13px 0 rgba(0,0,0,.06);
  }

.position_left{
    position: relative;
    left: 5%;
}
.login_reg{
    background-color: #54B820;
    padding: 8px 15px;
    color: #fff !important;
    border-radius: 20px;
    font-weight: bold !important;
}

.login_reg:hover {
    text-decoration: none;
    box-shadow: 0px 0px 11px rgba(84, 184, 32, 0.8);
    transition: box-shadow .3s;
    color: #fff !important;
  }

.res_hide{
    display: block !important;
}
.res_show{
    display: none !important;
}


.bg_yash_color{
    background-color: #f3f3f3;
}
.main_title{
    font-size: 3.5rem;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 85px;
   
}
.main_title_webinar{
    font-size: 2rem !important;
   
  }

  .main_title_webinar_left{
    color: #fff;
    background-color: #fc8006;
    padding: 0px 20px;
    border-radius: 20px;
  }
.w-150{
    width: 150px;
}
.btn-warning-custom {
    background-color: #FB8005;
    border-color: #FB8005;
    color: #fff;
    padding: 7px 22px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 20px;
  }
  .flex-align-hero-section{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
  .text-align-side-block{
    font-size: 14px;
    margin-top: 33px;
  }
  .border-none-transparent{
    border: none;
    background-color: transparent;
  }
  .card-pos-align{
    position: relative;
    top:-120px
  }
  .bg_image_second_block{
    background-image: url("../images/bg_second.png");
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50px -160px;
    height: auto;
  }
  .f-28{
    font-size: 32px;
  }
  .mt-5{
    margin-top: 2.8rem;
  }
  .mt-6{
    margin-top:5.5rem;
  }
  .mb-5{
    margin-bottom: 2.8rem;
  }
  .video_w_h{
    width: 200px;
    height: 200px;
  }
  .white_block {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 40px #00000029;
    border-radius: 10px;
    padding: 10px;
  }
  .br_radius{
    border-radius: 10px;
  }
  .bg_start_img::before{
    content: "";
    position: absolute;
    background-image: url("../images/star.png");
    left: 10px;
  }
  .right-side-start-mask-image {
    position: absolute;
    bottom: -9%;
    right: -40px;
    width: 100px;
    z-index: -1;
  }
  .left-side-start-mask-image {
    position: absolute;
    top: -9%;
    left: -40px;
    width: 100px;
    z-index: -1;
  }
  .lines-side-start-mask-image{
    position: absolute;
    bottom: 0%;
    right: -17%;
    width: 150px;
  }
  .left-side-half-start-mask-image{
    position: absolute;
    left: -10px;
    width: 100px;
    }
    .pos_video_block{
        position: relative;
        top:10px;
    }
.layer_w_h{
    width: 85%;
    height: auto;
}
.m_r_5{
    margin-right: -5px;
}
.color_white{
    color: #fff;
}
.f-14{
    font-size: 15px;
}
.text-right-pos{
    position: relative;
    left: 60px;
}
.text-left-pos{
    position: relative;
    left: 90px;
}
.f-16{
    font-size: 16px;
}
.card-custom{
    border: 2px solid #026AC7;
    border-radius: 15px 45px;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15);
}
.card-custom::before{
    content: "";
    background-image: url("../images/shadow.png");
    position: absolute;
    top: -10px;
    left: 30px;
    bottom: -10px;
    right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: -1;
    
}

.nav-tabs li{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.nav-tabs li:last-child{
    border-right: 1px solid #ddd;
}

.nav-tabs li:first-child{
    border-left: 1px solid #ddd;
}

.nav-tabs li button{
    cursor: pointer;
    padding: 20px 80px;
    background-color: #fff;
}
.nav-tabs li button i{
    font-size: 21px;
    color: #000;
}
.nav-tabs li button.active{
    background-color: #026AC7 !important;
    color: #fff;
}
.nav-tabs li button.active i{
    color: #fff;
}
.tab-content-bg{
    background-color: #026ac7;
    color: #fff;
    padding: 25px;
    position: relative;
    top: -2px;
    left: 1px;
}
#qrcode img{
    display: block;
    margin: auto;
}
.card-view{
    background-color: #F8F8F8;
    border-color: #026AC7;
    border-radius: 10px;
}
.card-view::after{
    content: "";
    background-image: url("../images/Vector.png");
    position: absolute;
    top: -25px;
    left: 315px;
    bottom: 0px;
    right: -50px;
    background-repeat: no-repeat;
    background-size: 63%;
    z-index: -1;
}
.width_70{
    width: 70px;
    height: 70px;
}
footer{
    background: transparent linear-gradient(105deg, #F9C52D 0%, #DD7A4C 100%) 0% 0% no-repeat padding-box;
    padding: 50px;
}
.social-media-cls li{
    display: inline-block;
    font-size: 28px;
    color: #fff;
    margin-left: 17px;
}
.social-media-cls li a{
    color: #fff;
}
.links-cls li a{
    color:#000;
}
.links-cls li{
    line-height: 32px;
    color:#000;
    font-weight: bold;
}
.color_red{
    color: red;
}
.f-18{
    font-size: 28px;
}
.errorCls{
    color: red;
}
.color_green{
    color: green;
    font-size: 18px;
}

.details  {
    border: 1px solid #000;
    padding: 10px;
}

.new_item {
    font-size: 10px;
    background-color: #ff3d50;
    color: #fff;
    padding: 1px 6px;
    border-radius: 5px;
    position: relative;
    top: -10px;
}

.main_details{
    background-color: #0057a3 !important;
    border-radius: 15px;
    border-bottom: 8px solid #fc8006;
}
.main_details_img{
    display: block;
    margin: auto;
    width: 56px;
}
.main_details_text{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.key_details{
    background-color: #0057a3 !important;
    border-radius: 15px;
    transition: transform 0.3s ease, filter 0.3s ease;
}
.f-20 {
   font-size :20px
   
}
 .ln-35{
  line-height:35px

}

.model_icon{
    font-size: 9rem;
}
.model_text{
    font-weight: bold;
    font-size: 2.5rem ;
    text-transform: capitalize;
}

.blink-text{
    font-weight: bold;
    font-size: 3rem;
    color:  #fc8006;
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
      opacity: 0;
    }
  }
  .sides_imges_width{
    width: 235px;
  }
  
  .custom-card:hover {
    box-shadow: 0px 6px 18px 4px rgba(6, 10, 48, .08);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  .custom-card {
    border-radius: 0.5rem;
    border: 0;
    background-color: #fff;
    box-shadow: 0 0.125rem 0 rgba(10, 10, 10, 0.04);
    position: relative;
    -webkit-margin-after: 1.5rem;
    margin-block-end: 1.5rem;
    width: 100%;
    transition-duration: 0.3s;
  }
  .me-3 {
    margin-right: 1rem !important;
  }
  .avatar {
    position: relative;
    height: 2.625rem;
    width: 2.625rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    color: #fff;
    font-weight: 500;
  }
  .bg-primary {
    background-color: #6259ca !important;
    color: #fff !important;
  }
  .bg-info {
    background-color: #01b8ff !important;
  }
  .bg-secondary {
    background-color: #f1388b !important;
  }
  .bg-warning {
    background-color: #ff9b21 !important;
  }
  .fw-normal {
    font-size: 14px;
    line-height: 24px;
  }


.key_details:hover,.webinarForms:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transform: scale(1.05); 
    cursor: pointer;
}
.video-containder{
    border-radius: 15px;
}
.webinarForms{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 15px;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.timmer-section{
    background-color: #fc8006;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border-radius: 15px;
}
.timer-text{
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
}
.sub-timer{
    padding: 0px 15px;
}
.timer-font{
    font-size: 2.5rem;
    color: #fff;
    font-weight: bold;
}

.webinar-link {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
    font-size: 1.3rem;
}

.webinar-link:hover {
    color: #0056b3;
}

/* Add an icon to the Zoom link */
.fas.fa-video {
    margin-right: 5px;
}
.mobile-break {
    display: none;
}

@media (max-width: 576px) {

    .mobile-break {
        display: block;
    }
    .webinar-link{
        margin-top: 10px;
    }

}
