/**
* Template Name: BizLand - v3.7.0
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #106eea;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #03a2d3;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}
#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}
#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
  margin-left: 20px;
}
#topbar .social-links a:hover {
  color: white;
}
a.register {
    line-height: 32px;
    font-size: 14px;
    padding: 3px 10px;
    display: block;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    background: #037fa5;
    border: 0px solid transparent;
    letter-spacing: 1px;
}
a.register:hover {
    background: #FFFFFF;
    border: 0px solid transparent;
    color: #5893dd!important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 65px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header.fixed-top {
  height: 70px;
}
#header .logo a {
  color: #fff;
}
#header .logo a span {
  color: #106eea;
}
#header .logo img {
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 90px;
}
#header .logo{
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    background-color: #5893dd;
    padding: 6px;
    border-radius: 40px;
    letter-spacing: 2px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 20px;
}
#header .title{
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px;
    border-radius: 40px;
    letter-spacing: 2px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 20px;

}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #106eea;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #106eea;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #106eea;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #106eea;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #106eea;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/******************************************************
General  CSS
******************************************************/

.ml5{
  margin-left: 5rem!important;  
}
.mr5{
  margin-right: 5rem!important;  
}
.pl10{
  padding-left: 10rem!important;  
}
.pr10{
  padding-right: 10rem!important;  
}
.ml40{
  margin-left: 40px!important;
}
.pb30{
  padding-bottom: 30px!important;
}
.mt-1{
  margin-top: 1rem!important;
}
.mt-2{
    margin-top: 2rem!important;
}
.mb-1{
  margin-bottom: 1rem!important;
}

.ml-5{
  margin-left: 5rem!important;
}
.mt-5{
  margin-top: 5rem!important;
}
.mt-15{
  margin-top: 15rem!important;
}
.mb-5{
  margin-bottom: 5rem!important;
}
.mt-3{
    margin-top: 3rem!important;
}
.mt-6{
    margin-top: 7rem!important;
}
.mt-7{
    margin-top: 7rem!important;
}
.mt-8{
  margin-top: 8rem!important;
}
.mb-5{
  margin-bottom: 5rem!important;
}
.pt-5{
  padding-top: 5rem!important;
}
.pt-10{
  padding-top: 10rem!important;
}
.pb-5{
  padding-bottom: 5rem!important;
}
.pt-2{
  padding-top: 2rem!important;
}
.pb-2{
  padding-bottom: 2rem!important;
}
@media (min-width:992px) {
    .marginlg5 {
        margin-left: 5rem;
        margin-right: 5rem;
    }
    .paddinglg10{
        padding-left: 10rem;
        padding-right: 10rem;
    }
    .query-modal{
      display: block;
      margin-top: 75px;
    }
    
}
@media (max-width:992px) {
  .sm-none{
      display: none;
    }
    .query-modal{
      display: block;
      margin-top: 50px;
    }
}
/*--------------------------------------------------------------
# Home page Features
--------------------------------------------------------------*/
.box-highlight{
    text-align: center;
    border-radius: 5px;
    transition: 0.5s;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    background: #ffffff;
    padding: 30px;
    height:375px;
    margin-bottom: 30px;
}
.box-highlight p a:hover {
  color: #2554ff;
}
.box-highlight p:last-child {
  margin-bottom: 0;
}
.box-highlight:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.icon{
  display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 70px;
    border-radius: 50%;
    font-size: 35px;
    color: #F3A933;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 12px;
    position: relative;
    left: 35%;
}
.icon-image {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    color: transparent;
}

.feature-heading{
      font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    color: #5893dd;
    line-height: 25px;
    margin: 0 0 16px 0;
}
.no-img-separator{
  text-align: center;
    position: relative;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 20px;
    font-family: 'Lato';
    letter-spacing: 0em;
    font-weight: 700;
    color: #5893dd;
}
span.heading-separator-horizontal {
    width: 72px;
    height: 2px;
    margin-top: 0px;
    position: relative;
    top: -3px;
}

span.heading-separator {
    display: inline-block;
    width: 72px;
    height: 2px;
    background: #212529;
    margin-top: 12px;
    top: -20px;
}
/********************************************
BANNER CaRousEl & REVIEWS 
*********************************************/
@media (min-height:700px) {
    .reviews-home{
        max-height: 200px;
        min-height: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: justify;
    }
    .banner-carousel{
      width: 100%;
      height: 450px;
    }
}
@media (max-height:700px) {
    .reviews-home{
        max-height: 150px;
         min-height: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: justify;
    }
    .banner-carousel{
      width: 100%;
      height: 280px;
    }
}
/******************************************
SECTION WHY SNOWFLAKE
*******************************************/
.section-secondary-bg {
    background: #EDF0F2 !important;
}
.bgq{
      background: #5893dd;
}
.section-content-block {
    padding: 50px 0 50px 0;
    background: #FFFFFF;
}
.text-left{
  text-align: left;
}
.section-heading-wrapper{
    margin-top: 32px;
}
.about-details{
    clear: both;
    font-size: 18px;
    text-align: justify;
}
.contact-title{
  font-size: 24px;
    border-bottom: 3px solid #eeeeee;
    color: #ff6601;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 32px;
}
.contact-title:after {
    bottom: -3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 32px;
    background: black;
}
.input-box{
      border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    height: 34px;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
}
.btn-theme{
    border: 0px;
    background: #283a5e;
    color: #FFFFFF;
    display: inline-block;
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 32px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: 'all' '0.5s' ease-out;
    -moz-transition: 'all' '0.5s' ease-out;
    -o-transition: 'all' '0.5s' ease-out;
    transition: 'all' '0.5s' ease-out;
    margin-bottom: 0;
    letter-spacing: 0em;
    overflow: hidden;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
/******************************************
SECTION: STATS
*******************************************/
.section-content-stats {
    padding: 50px 0 50px 0;
    background: #fff;
}
.counter-section span.counter {
    font-size: 40px;
    color: #000;
    line-height: 60px;
    display: block;
    font-family: 'Lato';
    letter-spacing: 2px;
  }
  .counter-title {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #5893dd;
}
/*****************************************
footer
******************************************/

.section-content-block {
    padding: 50px 0 50px 0;
    background: #5893dd;
}
.footer-widget-area-bg .footer-widget-area h3 {
    font-size: 24px;
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.footer-section {
    clear: both;
    font-size: 18px;
    background: #FFFF;
    border-top: #FFFF;
    padding: 32px 0 24px 0;
    color: #5893dd;
}
 .contact-details {
    color: #FFFFFF;
    font-size: 20px;
}
.divider-line {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #808080;
}
.footer-widget-area-bg .footer-widget-area a {
    color: #FFFFFF;
    display: inline-block;
}
.contact-heading {
    display: block;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    width: 100px;
    font-size: 20px;
    color: #FFFFFF;
}
.contact-details {
    color: #FFFFFF;
    font-size: 16px;
}
.feedback-sticker{
    position: fixed;
    right: 0;
    bottom: 46.5%;
    z-index: 999999;
    text-align: end;
    float: right;
}
.feedback-sticker-content{
      list-style-type: none;
}
.side-text {
    position: relative;
    bottom: 0px;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

/************************************
Floaters
*************************************/
.feedback-sticker a{
    background-image: linear-gradient(285deg, #5893dd, #497bb9ba);
    border-radius: 80px 0px 0px 80px;
    color: #fff;
    padding: 12px 12px;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    border: #5893dd;
    font-size: 15px;
    padding: 7px 7px 7px 12px;
}
.wa-float{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    float: left;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float{
    margin-top: 16px;
}
#backTop:after {
    position: absolute;
    content: '-';
    width: 16px;
    height: 16px;
    text-align: center;
    top: 0;
    left: 0;
    color: #FFF;
}
#backTop.custom {
   right: 24px;
    bottom: 24px;
    position: fixed;
    display: block;
    background-color: #5893dd;
    background-image: url(../../images/uparr-48-b.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 0px solid #a9e667;
    -webkit-transition: 0.2s 0.2s ease-out;
    -moz-transition: 0.2s 0.2s ease-out;
    -o-transition: 0.2s 0.2s ease-out;
    transition: 0.2s 0.2s ease-out;
  }
  #backTop {
    width: 16px;
    height: 16px;
    padding: 10px;
    border-radius: 0px;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 999999999;
    display: none;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
/********************************
TESTIMONIAL
*********************************/
.reviews{
  background: #edf0f29e
}
.carousel-item blockquote {
    border-left: none;
    margin: 0;
}

.review {
    background: none;
    border: none;
    font-size: 16px;
    font-family: "Lato";
    cursor: pointer;
}

blockquote {
    padding: 12px 26px 26px 42px;
    margin: 0 0 20px;
    font-size: 14px;
    font-family: 'Lato';
    background: #FFFFFF;
    position: relative;
    border: 1px solid #CCCCCC;
    border-left: 4px solid #4d4d4d;
    -webkit-transition: 0.3s 0.2s ease-out;
    -moz-transition: 0.3s 0.2s ease-out;
    -o-transition: 0.3s 0.2s ease-out;
    transition: 0.3s 0.2s ease-out;
}


blockquote p {
    font-size: 16px;
    line-height: 24px;
}

blockquote:before {
    display: block;
    position: absolute;
    left: 12px;
    top: 14px;
    content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #d6d6d6;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

blockquote.testimonial {
    background: #FFFFFF;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 0;
}

/*
course details pages
*/

header.masthead, header.bloghead {
  position: relative;
  overflow: hidden;
  padding-top: calc(3rem + 72px);
  padding-bottom: 3rem;
  background: linear-gradient(0deg, #1eE2F1 0%, #5f87da 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

header.masthead .masthead-content,  header.bloghead .bloghead-content {
  z-index: 1;
  position: relative;
}

header.masthead .masthead-content .masthead-heading,  header.bloghead .bloghead-content .bloghead-heading  {
    font-size: 42px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(41,48,59,.55);
}

header.masthead .masthead-content .masthead-subheading, header.bloghead .bloghead-content .bloghead-subheading {
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 30px;
    text-shadow: 0 2px 4px rgba(41,48,59,.55);
}

header.masthead .bg-circle, header.bloghead .bg-circle {
  z-index: 0;
  position: absolute;
  border-radius: 100%;
  background: linear-gradient(0deg, #5f87da 0%, #1eE2F1 100%); //linear-gradient(0deg, #294681 0%, #39D5E1 100%);

}

header.masthead .bg-circle-1,  header.bloghead .bg-circle-1 {
  height: 90rem;
  width: 90rem;
  bottom: -55rem;
  left: -55rem;
}

header.masthead .bg-circle-2,  header.bloghead .bg-circle-2 {
  height: 50rem;
  width: 50rem;
  top: -25rem;
  right: -25rem;
}

header.masthead .bg-circle-3,  header.bloghead .bg-circle-3 {
  height: 20rem;
  width: 20rem;
  bottom: -10rem;
  right: 5%;
}

header.masthead .bg-circle-4,  header.bloghead .bg-circle-4 {
  height: 30rem;
  width: 30rem;
  top: -5rem;
  right: 35%;
}

.dsh-1{
    background: linear-gradient(-45deg,#9781ec,#61b8cc);
    color: #fff;
    padding: 15px 0px 15px 0px;
    margin-bottom: 30px;
}

.course-heading{
  font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    color: #5893dd;
    line-height: 25px;
    margin: 0 0 16px 0;
}

.course-heading ~ ul{
      list-style-type: none;
}
/*********************************************
Interview questionns page
**********************************************/
.section-iq{
    padding: 40px;
    margin: 10px 10px 10px 50px;
    min-height: 500px;
    max-height: 500px;
}
 .nav-tabs .nav-link.active {
    background: #03a2d3;
    border: none;
    border-radius: 0px;
    margin: 0px;
    color: white;
}
.nav-tabs .nav-link.active::after{
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f90;
    display: block;
    width: 0;
}

.section-title{
      text-align: center;
    color: #0077c1;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 400;
}


/********************
MCQs 
********************/
.mcq-body{
  background-color: #ffffff;
  padding: 20px;
}
.question{
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.mcq-layer{
    border: 1px solid #00000014;
    padding: 10px;
    box-shadow: 0 1px 1px 0 rgba(66, 66, 66, 0.08), 0 1px 3px 1px rgba(66, 66, 66, 0.16);
}
.wrong{
   border: 1px solid #e45018;;
    color: orange;
}
.correct{
  border: 1px solid green;
  color: green;
}
.explaination{
   
    padding: 10px;
    box-shadow: 0 1px 1px 0 rgba(66, 66, 66, 0.08), 0 1px 3px 1px rgba(66, 66, 66, 0.16);
}

/********************
Corporate Training Rating 
********************/
      .rating {
          display: flex;
          flex-direction: row-reverse;
          justify-content: center
      }

      .rating>input {
          display: none
      }

      .rating>label {
          position: relative;
          width: 1em;
          font-size: 6vw;
          color: #FFD600;
          cursor: pointer
      }

      .rating>label::before {
          content: "\2605";
          position: absolute;
          opacity: 0
      }

      .rating>label:hover:before,
      .rating>label:hover~label:before {
          opacity: 1 !important
      }

      .rating>input:checked~label:before {
          opacity: 1
      }

      .rating:hover>input:checked~label:before {
          opacity: 0.4
      }


      /*h1,
      p {
          text-align: center
      }

      p {
          font-size: 1.2rem
      }*/

      /*--------------------------------------------------------------
      # Disable aos animation delay on mobile devices
      --------------------------------------------------------------*/
      @media screen and (max-width: 768px) {
        form-body{
           padding-left: 5%;
           padding-right: 5%;
        }
        
      }
      @media screen and (min-width: 767px) {
        form-body{
           padding-left: 15%;
           padding-right: 15%;
        }
        
      }
      @media only screen and (max-width: 600px) {
          h1 {
              font-size: 14px
          }

          p {
              font-size: 12px
          }
      }
