
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

.header-logo {
    position: absolute;
    z-index: 9999;
    /* top: 5px; */
    background: #fff !important;
    overflow: hidden;
    padding: 2px;
    /* border: 1px solid #ccc; */
    border-top: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* .header-logo img {
    width: 90px;
} */

.header-top ul {
    margin: 0;
    padding: 0;
}

.header-top ul li {
    display: inline-block;
    padding: 5px 15px;
}

.header-top ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    top: 3px;
}

.mainheader {
    background:#fff;
}
/*
.mainHeader-top {
background: linear-gradient(to right,  #ffffff 29%,#1c2c45 29%);
} */

.header-top::before {
    content: '';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+29,1c2c45+29 */
    background: linear-gradient(to right,  #ffffff 35%,#6d6f96 35%);
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    right: 0;
}

section {
    padding: 50px 0px;
}

/*---------------------------------main-section-start---------------------------------*/


h1.banner-title {
  position: absolute;
  left: 100px;
  display: flex;
  justify-content: center;
  top:120px;
}

.services-section {
    text-align: center;
    margin-top: -8px !important;
}

.services-details {
    background-color: #fff;
    border-radius: 10px;
    padding: 45px 0 10px;
    position: relative;
    z-index: 9;
    margin-bottom: 95px;
    margin-top: 10px;
    color: #1c2c45;
    font-size: 20px;
}
.services-icon {
    background: #fff;
    width: 40%;
    margin: 0 auto;
    border-radius: 100px;
    padding: 31px;
    height: auto;
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
    top: -66px;
}

.online-skills {
    text-align: center;
}

.online-skills h2 {
    font-size: 40px;
    text-transform: uppercase;
    color: #1c2c45;
    font-weight: 800;
    margin: 0;
}

.online-skills .subtitle {
    font-size: 17px;
    color: #6d6d6d;
}

.online-skills .online-class {
    background: #fff;
}

.about-section {
    font-size: 0.9rem;
    background-color: #fff;
}

.service-title h3 {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.online-class a {
    color: #1c2c45;
    text-decoration: none;
    font-weight: 600;
}
.subtitle {
    color: #121153;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
}
.block-title {
    font-weight: 700;
    font-size: 2rem;
}

.common-btn {
    background-color: #fff;
    border-radius: 50px;
    border: #121153 solid 2px;
    padding: 6px 30px;
    font-size: 1.1rem;
    color: #121153;
    transition: all 0.5s;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
  }

  .common-btn:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 600;
    position: absolute;
    left: 79%;
    top: 32%;
    right: 5%;
    bottom: 0;
    opacity: 0;
  }
  .common-btn:hover {
    background: #121153;
    transition: all 0.5s;
    padding: 6px 3.5rem 6px 3.5rem;
    color: #fff;
  }
  .common-btn:hover::after {
    opacity: 1;
    transition: all 0.5s;
  }

  .about-section h4 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 31px;
  }

.main {
    background-color: #f9fafb;
}


.consultant-section { background-image:url(../images/consultant-bg.jpg); background-repeat:no-repeat; background-position:center center; background-size:cover; width:100%; color:#fff; overflow:inherit !important; background-attachment:fixed; }
.consultant-header h3 { font-size:2.5rem; }
.consultant-header p { font-size:1.8rem; }
.consultant-header p span { color:#ffc600; padding:0px 10px; }
.consultant-para { font-size:1.3rem; padding:0px 50px 0px 50px; }
.consultant-details { position: relative;}
.consultant-photo { position:relative; bottom: -60px; z-index: 1; }
.photo-brief { position: absolute; bottom: 0px; left: 25px; right: 25px;  }
.photo-brief .con-brief { color:#fff; text-transform: uppercase;
font-size: 2.2rem; text-align: left; line-height: 40px; font-weight: 800; }
.photo-brief .con-brief span { color:#121153; }
.consultant-para h2 { margin-bottom: 60px; font-size: 3rem; }
.consultant-para .section-button { background:none; color:#fff; }
.consultant-name { color:#b1b1b1; font-size:1.5rem; }
.consultant-photo .zoom-effect, .consultant-details .zoom-effect { transition: 0.5s all ease-in-out; position:relative; }
.consultant-photo .zoom-effect:hover, .consultant-details:hover .zoom-effect { transform: scale(1.1); }

.consultant-section .common-btn {
    border: #fff solid 1px;
    background: none;
    color: #fff;
}

.consultant-section .common-btn:after {
    left: 85%;
    top: 32%;
}

.testimonial-girl {
    background-color: #121153;
    color: #fff;
    min-height: 340px;
}

.testimonial-boy {
    background-color: #fff;
    color: #000;
}

.testimonial-profile {
    display: flex;
    align-items: center;
}

.profile-content {
    margin-left: 15px;
    font-size: 1rem;
    color: #fff;
}

.testimonial-boy .profile-content {
    margin-left: 15px;
    font-size: 1rem;
    color: #000;
}

.blog-section { position: relative;}
.blog-content { background-color: #f7f7f7; padding: 15px;}
.blog-content h2 { font-size: 1.4rem; font-weight: 600;}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
background: #182438;
padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 0rem 6rem rgba(0,0,0,.175)!important;
  }

  #footer .footer-top {
    padding: 60px 0 30px 0;
  }

  #footer .footer-top .footer-info {
    margin-bottom: 30px;
  }

  #footer .footer-top .footer-info h3 {
    font-size: 28px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
  }

  #footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
  }

  #footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }

  #footer .footer-top .social-links a:hover {
    background: #ff4a17;
    color: #fff;
    text-decoration: none;
  }

  #footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
  }

  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }

  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
  }

  #footer .footer-top .footer-links ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
  }

  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }

  #footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
  }

  #footer .footer-top .footer-links ul a:hover {
    color: #fff;
  }

  #footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
  }

  #footer .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
  }

  #footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #ef4036;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
  }

  #footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: #ff5e31;
  }

  #footer .copyright {
    text-align: center;
    background-color: #e7e3e3;
    padding: 10px;
    color: #000;
  }

  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
  }

  #footer .credits a {
    transition: 0.3s;
  }

  .footer-links address { color: #fff; position: relative; padding-left: 20px; }
  .footer-links address .bx { position: absolute; left: 0; top: 5px;}
  .footerbot-link { margin: 0; padding: 0; border-top: #ccc solid 1px; padding-top: 25px; }
  .footerbot-link li { display: inline-block; list-style: none;}
  .footerbot-link li a { color: #fff; border-right: #000 solid 1px; padding: 0px 15px;}
  .footerbot-link li:last-child a { border: none;}


@media (max-width:767px){

    .header {
        text-align:right;
    }
    .header-logo {
      width: 25%;
    }
    .header-logo img {
        padding-bottom: 10px;
    }

   .services-section {
    margin-top:80px !important;
   }
 .stellarnav.mobile.left > ul {
    z-index: 9999 !important;
}
   .online-skills .online-class {
    background: #fff;
    margin-bottom: 25px;
}

.about-details {
    margin-top: 15px;
}

.photo-brief .con-brief {
    font-size: 1.9rem;
    text-align: left;
    line-height: 34px;
    font-weight: 800;
}

.consultant-para h2 {
    margin-bottom: 20px;
    font-size: 2rem;
    margin-top: 2rem;
}

.consultant-para {
    font-size: 1.2rem;
    padding: 80px 10px 80px 10px;
}


}

/*---------------------------------main-section-stop---------------------------------*/



.enquiry-form {
      max-width: 400px;
      width: 100%;
      padding: 20px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
    .enquiry-form h4 { color: #000;}
    .btn-submit {
      background-color: #0d1321;
      color: #fff;
      font-weight: bold;
      border-radius: 8px;
      padding: 10px;
    }
    .btn-submit:hover {
      background-color: #1a2235;
    }

