
  /* @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap'); */

 
.text-orange{
    color: #F37221 !important;
}
.text-green{
  color: #66BC4C;
}
.bg-orange{
    background-color: #F37221 !important;
}

.text-blue{
    color:#0c2061 !important;
}

.bg-blue{
  background-color:#0c2061 !important;
}
.text-hover
{
    transition:0.5s;
    font-weight: 500;
}
 .text-hover:hover {
    transform:scale(1.1);
    transition:0.5s;
    color: #F37221;
    cursor: pointer;
    font-weight: 500;
  }


.img-hover
{
    transition:0.5s;
}
 .img-hover:hover {
    transform:scale(1.3);
    transition:0.5s;
  }
.bg-service{
    background-color: #F9F9F9 !important;
}

.bg-blue{
    background-color: #0c2061 !important;
}

.btn-orange{
    background-color: rgb(240 89 7);
    color: white;
}

.shadow{
    box-shadow: 0px 0px 45px 0px rgba(0,0,0,.1) !important;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(240 89 7);
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

.overlay-red {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ef3139;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
}



.overlay-blue {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0c2061;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
}
.item {
    position: relative;
    overflow: hidden;
}

.fade-overlay {
    height: 100%;
    opacity: 0;
}

.item:hover .fade-overlay {
  opacity: 1;
}
.title-overlay {
    height: auto;
    top: auto;
    opacity: 0;
}
.item:hover .title-overlay {
    opacity: 1;
    height: auto;
    padding: 50px 0;
}
.text {
    color: white;
    font-size: 18px !important;
    font-weight: 500 !important;
    position: absolute;
    top: 8%;
    left: 6%;
    /* -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; */
}
.header-text{
  margin-top: 2% !important;
}
.tag{
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    background-color: #F37221 !important;
}

.bg-green{
    background-color: #66BC4C !important;
}
.btn-orange{
    background-color: #F37221 !important;
}

.text-justify{
  text-align: justify !important;
}


.counsellor-btn{
  margin-top: 1rem;
}
/* navbar */



.header{
    /* background: rgb(4,64,118); */
    height: 100vh;
    background-image: url('../img/home-banner.jpg');
    background-repeat: no-repeat;
background-size:cover ;
background-position: center;
  }
  a{
    text-decoration: none;
  }
  .nav-item .active{
    background: #0c2061;
  }
  .nav-link:hover{
    background: #0c2061!important;
    color: white;
  }
  .navbar-nav{
    line-height: 50px;
  }
  .nav-link{
    color: black;
    font-weight: 600;
    padding: 10px 25px !important;
  }
  .navbar{
    position: sticky;
    top: -10px;
    transition: .4s ease;
    z-index: 99;
  }

  .dropdown-menu{
    background: #0c2061;
    min-width: 39.3vh !important;
  }
  .dropdown-menu .dropdown-item{
    color: white;
    font-weight: 500;
    line-height: 40px;
  }
  .dropdown-menu .dropdown-item:hover{
    background: rgb(255,192,0);
  }

  .mediaIcon i{
    padding: 10px;
    clip-path: circle();
    margin-left: 10px;
  }
  .mediaIcon i:hover{
    background: rgb(102,188,76) !important;
  }


  /* testimonial */
  figure.snip1192 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;

    color: #333;
    text-align: left;
    box-shadow: none !important;
  }
  figure.snip1192 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  figure.snip1192 img {
    max-width: 100%;
    height: 100px !important;
    width: 100px !important;
  clip-path: circle();
    margin-bottom: 15px;
    display: inline-block !important;
    z-index: 1;
    position: relative;
  }
  figure.snip1192 blockquote {
    margin: 0;
    display: block;
    border-radius: 8px;
    position: relative;
    background-color: white;
    padding: 65px 50px 65px 50px;
    font-size:15px;
    font-weight: 500;
    margin: 0 0 -50px;
    line-height: 1.6em;
    box-shadow: inset 0px 0px 19px 0px rgb(244 119 0 / 45%);
    height: 347px;
  }
  figure.snip1192 blockquote:before,
  figure.snip1192 blockquote:after {
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: 0.3;
    font-style: normal;
  }
  figure.snip1192 blockquote:before {
    top: 35px;
    left: 20px;
  }
  figure.snip1192 blockquote:after {
    content: "\201D";
    right: 20px;
    bottom: 35px;
  }
  figure.snip1192 .author {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
  }
  figure.snip1192 .author h5 {
    opacity: 0.8;
    margin: 0;
    font-weight: 800;
    color: #0c2061;
  }
  figure.snip1192 .author h5 span {
    font-weight: 600;
    text-transform: none;
    display: block;
    color: #ef3139;
    font-size: 15px;
    margin-top: 5px;
  }

  /* #phone {

    width: 200px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    font-size: 16px;
  } */


  /* contact-form */
  .contactForm .form-control, .form-select{
    border-radius: 2px !important;
    box-shadow: none !important;
    /* height: 7vh; */
    border: 1px solid rgba(5, 44, 101, 0.3) !important;
  }
  .contactForm .form-label{
    color: #052c65 !important;
    font-weight: 500;
    font-size: 17px;
  }
/*          ==== Phone Number ===*/
  .iti__country-list{
    max-width: 38.7vh !important;
  }
  .iti  {
    width: 100% !important;
  }
  .learn-card{
    height: 309px !important;
  }

  img.course-img{
    width: 418px;
    height: 275px;

  }
  .img{
    background-image: url('https://hogwords.axiomthemes.com/wp-content/uploads/2017/12/our_story_bg.jpg?id=806');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:top center;
  }

  .google-certified{ 
    width: 100%;
    height: 185px;
  }

  .mobile{
    display: none;
  }

  .blink-soft {
    animation: blinker 1.5s linear infinite;
  }
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }

  @keyframes blink {
  0%, 100% {background-color:#F37221;}
  50% {background-color:#0c2061;}
}
.counseller {
  
  color: white;
  animation: blink 2s linear infinite;
}
   
  @media screen and (min-width: 1400px) {
    .header{
        /* background: rgb(4,64,118); */
        height: 76vh; 
        background-repeat: no-repeat;
    background-size:cover ;
    background-position: center;
      }
  }
  @media screen and (max-width: 600px) {
    .header{ 
      height: 41vh;
      background-size: contain;
      background-position: bottom !important;
      margin-top: 100px;
  
      }

      .counsellor-btn{
        margin-top: 3rem;
        height: 44px;
      }
      img.course-img {
        width: 100%;
        height: 200px;}
        .navbar{
          padding-top: 12px !important;
          padding-bottom: 12px !important;
          background-color: white !important;
        }
        .img{
          background: none;
        }
        figure.snip1192 blockquote { 
          height: 445px;
        }
        .google-certified{     
          width: 335px;
          height: 80px;
        }
        .display-4{
          font-size: 25px !important;
        }

        .mobile{
          display: block !important;
        }
        .web{
          display: none !important;
        }
  }
  @media screen and (max-width: 770px) {
  .navbar-nav{
    position: absolute;
    background: #f4f1f1;
    width: 93%; 
    margin-top: 20px;
    height: 89vh;
    z-index: 99;
  }
  }

  @media screen and (max-width: 770px) {
  .header-text{
    margin-top: 7% !important;
  }}

  

