/* =======================================================================
Template Name: Youtubers
Author:  SmartEye Technologies
Author URI: www.smarteyeapps.com
Version: 1.0
coder name:Prabin Raja
Description: This Template is created for Youtubers
======================================================================= */
/* ===================================== Import Less ================================== */
:root {
  --color-font: #808291;
  --color-primary: #3ed2a7;
  --color-secondary: #ffb09f;
  --color-link: #a7a9b8;
  --color-link-hover: #181b31;
  --color-gradient-start: #4fda91;
  --color-gradient-stop: #34dbc5;
  --color-img-holder: #efefef; }

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800&display=swap');
/* ===================================== Basic CSS ==================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  outline: none;
  color: #444; }

a:hover {
  color: #444; }

ul {
  margin-bottom: 0;
  padding-left: 0; }

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.cp {
  cursor: pointer; }

html, body {
  height: 100%; }

p {
  margin-bottom: 0px;
  width: 100%; }

.no-padding {
  padding: 0px; }

.no-margin {
  margin: 0px; }

.hid {
  display: none; }

.top-mar {
  margin-top: 15px; }

.h-100 {
  height: 100%; }

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: .5 !important; }

.container-fluid {
  padding: 0px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Nunito', sans-serif; }

strong {
  font-family: 'Nunito', sans-serif; }

body {
  /*background-color: #f3f3f5 !important;*/
  font-family: 'Nunito', sans-serif;
  color: #6A6A6A;
  overflow-x: hidden; }

.session-title {
  padding: 30px;
  margin: 0px; }
  .session-title h2 {
    width: 100%;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400; }
  .session-title p {
    max-width: 850px;
    text-align: center;
    float: none;
    margin: auto;
    font-size: .9rem; }
  .session-title span {
    float: right;
    font-style: italic; }

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccccccc4;
  display: block;
  padding-right: 0px; }
  .inner-title h2 {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #863dd9;
    padding-bottom: 10px;
    margin-bottom: 0px;
    width: 300px; }
  .inner-title p {
    width: 100%;
    text-align: center; }
  .inner-title .btn {
    float: right;
    margin-top: -38px;
    font-weight: 600;
    font-size: .8rem; }

.page-nav {
  padding: 40px;
  text-align: center;
  padding-top: 160px; }
  .page-nav ul {
    float: none;
    margin: auto; }
  @media screen and (max-width: 576px) {
    .page-nav {
      padding-top: 186px; } }
  @media screen and (max-width: 356px) {
    .page-nav {
      padding-top: 206px; } }
  .page-nav h2 {
    font-size: 36px;
    width: 100%;
    color: #444; }
    @media screen and (max-width: 600px) {
      .page-nav h2 {
        font-size: 26px; } }
  .page-nav ul li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px; }
    .page-nav ul li i {
      width: 30px;
      text-align: center;
      color: #444; }
    .page-nav ul li a {
      color: #444; }

.btn-success {
    background-color: #0745ca;
    border-color: #0745ca;
}
.btn-success:hover {
    background-color: #fd5115 !important;
    border-color: #fd5115 !important;
}
.btn-success:active {
    background-color: #fd5115 !important;
    border-color: #fd5115 !important;
}
.btn-success:focus {
    background-color: #fd5115 !important;
    border-color: #fd5115 !important;
    box-shadow: none !important;
}

.btn-primary {
  background-color: #1e266d;
  border-color: #1e266d; }
  .btn-primary:hover {
    background-color: #1e266d !important;
    border-color: #1e266d !important; }
  .btn-primary:active {
    background-color: #1e266d !important;
    border-color: #1e266d !important; }
  .btn-primary:focus {
    background-color: #1e266d !important;
    border-color: #1e266d !important;
    box-shadow: none !important; }

.btn {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px; }

.form-control:focus {
  box-shadow: none !important;
  border: 2px solid  #863dd9; }

.btn-light {
  background-color: #FFF;
  color: #3F3F3F; }

.collapse.show {
  display: block !important; }

.form-control:focus {
  box-shadow: none;
  border: 2px solid #863dd9 !important; }

.form-control {
  background-color: #F8F8F8;
  margin-bottom: 20px; }
  .form-control:focus {
    background-color: #FFF;
    border-color: #CCC; }

.container {
  max-width: 1320px; }
  @media screen and (max-width: 575px) {
    .container {
      padding: 10px 15px; } }

/* ===================================== Header CSS ==================================== */
/* =================== Header Style Starts Here =================== */

  .home-screen .scroll-to-fixed-fixed {
    background-color: #FFF;
    margin-top: -3px !important;
    box-shadow: 0 0 30px 0 rgba(104, 104, 104, 0.08); }
    .home-screen .scroll-to-fixed-fixed ul li a {
      color: #444 !important; }
    .home-screen .scroll-to-fixed-fixed .logo-gry {
      display: block !important; }
    .home-screen .scroll-to-fixed-fixed .logo-wt {
      display: none !important; }
    .home-screen .scroll-to-fixed-fixed .small-menu {
      color: #444;
      margin-top: -45px; }
  .home-screen .logo img {
    margin-top: 13px;
    max-width: 210px; }
  .home-screen .logo .logo-gry {
    display: none; }
  .home-screen .home-cover {
    background-color: rgba(0, 0, 0, 0.65); }
  .home-screen .header {
    margin-top: 3px;
    position: absolute;
    width: 100%; }
    .home-screen .header ul {
      float: right; }
      @media screen and (max-width: 957px) {
        .home-screen .header ul {
          padding-right: 10px; } }
      .home-screen .header ul li {
        float: left;
        padding: 25px 16px;
        font-weight: 600; }
        .home-screen .header ul li a {
          color: #FFF; }
        @media screen and (max-width: 957px) {
          .home-screen .header ul li {
            padding: 25px 10px;
            font-size: .85rem; } }
      @media screen and (max-width: 767px) {
        .home-screen .header ul {
          background-color: #fff;
          z-index: 999;
          width: 100%;
          position: absolute;
          z-index: 99;
          margin-left: -15px; }
          .home-screen .header ul li {
            float: none;
            border-bottom: 1px solid #CCC;
            padding: 15px 10px; }
            .home-screen .header ul li a {
              color: #444; } }
  .home-screen .home-detail {
    padding-top: 110px; }
    .home-screen .home-detail .hom-img {
      text-align: center; }
      .home-screen .home-detail .hom-img img {
        width: 80%; }
    .home-screen .home-detail .hom-form {
      padding: 0px 50px;
      margin-bottom: 80px;
      margin-top: 20px; }
      .home-screen .home-detail .hom-form .registration-form {
        background-color: #FFF;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        padding: 25px; }
        .home-screen .home-detail .hom-form .registration-form h5 {
          width: 100%;
          margin-bottom: 20px; }
        .home-screen .home-detail .hom-form .registration-form .form-control {
          border-radius: 0px; }
    .home-screen .home-detail .homexp {
      color: #FFF;
      padding-top: 70px;
      margin-bottom: 70px; }
      @media screen and (max-width: 949px) {
        .home-screen .home-detail .homexp {
          padding-top: 20px; }
          .home-screen .home-detail .homexp h2 {
            font-size: 3rem !important; }
          .home-screen .home-detail .homexp h5 {
            font-size: 1.2rem !important; } }
      @media screen and (max-width: 767px) {
        .home-screen .home-detail .homexp {
          text-align: center; } }
      .home-screen .home-detail .homexp h2 {
        color: #FFF;
        font-size: 5rem;
        font-weight: 400;
        margin-bottom: 10px; }
      .home-screen .home-detail .homexp h5 {
        color: #FFF;
        font-weight: 600;
        font-size: 2rem; }
      .home-screen .home-detail .homexp span {
        font-weight: 700;
        font-size: 1.5rem; }
        .home-screen .home-detail .homexp span a {
          color: #f2184f; }
      .home-screen .home-detail .homexp p {
        margin-top: 20px;
        font-weight: 300;
        font-size: 1.2rem; }
      .home-screen .home-detail .homexp .btn {
        font-weight: 600;
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .home-screen .socil-icon {
      float: right;
      margin-right: 20px;
      margin-bottom: 10px;
      margin: auto; } }
  .home-screen .socil-icon li {
    float: left;
    padding: 10px;
    margin-top: 20px; }
    .home-screen .socil-icon li a {
      color: #dad6d6; }

.small-menu {
  float: right;
  color: #fff;
  font-size: 32px;
  margin-top: -50px;
  margin-right: 20px;
  position: absolute;
  right: 0px; }

/* ===================================== Why Choos US Style CSS ==================================== */
.why-choos-us {
  padding: 50px;
  background-color: #fff; }
  @media screen and (max-width: 940px) {
    .why-choos-us {
      padding: 30px 10px; } }
  .why-choos-us .why-ro .col-card {
    display: flex;
    margin-bottom: 30px; }
    .why-choos-us .why-ro .col-card .icon {
      padding: 10px;
      margin: auto; }
      .why-choos-us .why-ro .col-card .icon i {
        width: 60px;
        height: 60px;
        text-align: center;
        border: 1px solid #f2184f;
        color: #f2184f;
        border-radius: 50px;
        font-size: 1.5rem;
        padding-top: 16px; }
    .why-choos-us .why-ro .col-card .detail {
      padding: 10px; }
      .why-choos-us .why-ro .col-card .detail h4 {
        font-weight: 500;
        font-size: 1.3rem; }
      .why-choos-us .why-ro .col-card .detail p {
        font-size: .9rem; }

/* =================== Courses Starts Here =================== */
.cources {
  padding: 50px; }
  @media screen and (max-width: 940px) {
    .cources {
      padding: 30px 10px; } }
  .cources .cord-div .cours-card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.11);
    background-color: #FFF;
    margin-bottom: 30px; }
    .cources .cord-div .cours-card img {
      width: 100%; }
    .cources .cord-div .cours-card .cours-name {
      background-color: #51be78;
      padding: 10px; }
      .cources .cord-div .cours-card .cours-name h2 {
        font-size: 1.2rem;
        color: #FFF;
        font-weight: 700;
        margin-bottom: 0px; }
    .cources .cord-div .cours-card .course-detail {
      padding: 20px;
      text-align: center; }
      .cources .cord-div .cours-card .course-detail h5 {
        text-align: center;
        font-weight: 600;
        font-size: 1rem; }
      .cources .cord-div .cours-card .course-detail .star {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px; }
        .cources .cord-div .cours-card .course-detail .star i {
          font-size: .8rem;
          color: #f89d13; }
      .cources .cord-div .cours-card .course-detail p {
        font-size: .85rem; }
      .cources .cord-div .cours-card .course-detail button {
        margin-top: 20px; }
    .cources .cord-div .cours-card .footvb {
      border-top: 1px solid #cccccc8c; }
      .cources .cord-div .cours-card .footvb ul {
        width: 100%; }
        .cources .cord-div .cours-card .footvb ul li {
          float: left;
          padding: 10px;
          font-size: .85rem;
          color: #f2184f;
          font-weight: 500; }
          .cources .cord-div .cours-card .footvb ul li i {
            margin-right: 3px;
            color: #f2184f; }
        .cources .cord-div .cours-card .footvb ul .orf {
          float: right;
          color: #444; }
          .cources .cord-div .cours-card .footvb ul .orf i {
            color: #444; }

/* ===================================== Text area Style CSS ==================================== */
.team-member {
  background-color: #f9f9f9;
  padding: 50px; }
  @media screen and (max-width: 940px) {
    .team-member {
      padding: 30px 10px; } }
  .team-member .teamro .our-team {
    padding: 0px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35);
    padding-bottom: 20px; }
  .team-member .teamro .our-team .pic {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px;
    margin-bottom: 25px;
    transition: all 0.5s ease 0s; }
  .team-member .teamro .our-team:hover .pic {
    background: #f2184f;
    border-radius: 5%; }
  .team-member .teamro .pic img {
    width: 100%;
    height: auto;
    border-radius: 5%; }
  .team-member .teamro .our-team .title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2e282a;
    text-transform: uppercase;
    margin: 0 0 7px 0; }
  .team-member .teamro .our-team .post {
    display: block;
    font-size: 15px;
    color: #f2184f;
    text-transform: capitalize;
    margin-bottom: 15px; }
  .team-member .teamro .our-team .social {
    padding: 0;
    margin: 0;
    list-style: none; }
  .team-member .teamro .our-team .social li {
    display: inline-block;
    margin-right: 5px; }
  .team-member .teamro .our-team .social li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 15px;
    color: #17bebb;
    border: 1px solid #17bebb;
    transition: all 0.5s ease 0s; }
  .team-member .teamro .our-team:hover .social li a {
    background: #17bebb;
    color: #fff; }
  @media only screen and (max-width: 990px) {
    .team-member .teamro .our-team {
      margin-bottom: 30px; } }

/* ===================================== Gallery Style  ================================== */
.gallery-filter {
  width: 100%;
  text-align: center; }

.gallery-filter .btn {
  background-color: #FFF; }

.gallery {
  padding: 50px;
  padding: 30px;
  background-color: #FFF; }
  @media screen and (max-width: 940px) {
    .gallery {
      padding: 30px 10px; } }

.gallery-title {
  font-size: 36px;
  color: #f2184f;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px; }

.gallery-title:after {
  content: "";
  position: absolute;
  width: 7.5%;
  left: 46.5%;
  height: 45px;
  border-bottom: 1px solid #f2184f; }

.filter-button {
  font-size: 14px;
  border: 1px solid #f2184f;
  border-radius: 5px;
  text-align: center;
  color: #f2184f;
  margin-bottom: 30px;
  margin-right: 10px; }

.filter-button:hover {
  font-size: 18px;
  border: 1px solid #1e266d;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #1e266d; }

.btn-default:active .filter-button:active {
  background-color: #1e266d;
  color: white; }

.port-image {
  width: 100%; }

.gallery_product {
  margin-bottom: 30px; }
  .gallery_product img {
    width: 100%; }

/* =================== Blog Style Starts Here =================== */
.blog {
  background-color: #f7f7f7;
  padding: 50px;
  padding-bottom: 120px; }
  @media screen and (max-width: 940px) {
    .blog {
      padding: 30px 10px; } }
  .blog .blog-row .blog-col {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35);
    margin-bottom: 30px; }
    .blog .blog-row .blog-col img {
      margin-bottom: 20px;
      width: 100%; }
    .blog .blog-row .blog-col span {
      color: #a09f9f;
      font-size: .83rem; }
    .blog .blog-row .blog-col h4 {
      margin-top: 15px;
      font-weight: 400;
      font-size: 1.2rem;
      margin-bottom: 15px;
      line-height: 26px; }
    .blog .blog-row .blog-col p {
      font-weight: 500;
      font-size: .9rem;
      line-height: 25px; }

/* =================== Footer Style Starts Here =================== */
footer {
    background: #165698;
    padding: 50px !important;
    padding: 50px;
    padding-bottom: 112px !important;
    color: #fff;
}
  

.footer-bot-image img {
  position: absolute;
  margin-top: -112px; }

html {
  scroll-behavior: smooth; }

.scroll-container {
  scroll-padding: 50px 0 0 50px; }

/*# sourceMappingURL=style.css.map */
.slider {
    position: relative;
    padding: 7.5rem 0;
    overflow: hidden;
    background: linear-gradient(to right, #002db3, #0033CC);
    z-index: 1;
}
.slider::before {
    border-right: 50vw solid #f7f7f7;
    border-top: 6.25rem solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 1;
}
.slider::after {
    border-left: 50vw solid #f7f7f7;
    border-top: 6.25rem solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
    z-index: 1;
}
.slider .shap {
    position: absolute;
    background-image: linear-gradient(35deg, #fff, #edf4f8);
    width: 45%;
    height: 85%;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 1;
    opacity: 0.1;
}
.slider .shap-01 {
    position: absolute;
    top: 10rem;
    left: 50%;
    opacity: 0.1;
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.slider .shap-02 {
    position: absolute;
    left: 6%;
    transform: rotate(54deg);
    z-index: 1;
    opacity: 0.1;
}
.slider .shape-03 {
    position: absolute;
    z-index: 0;
    left: 60%;
    top: -5%;
    width: 31.25rem;
    height: 100%;
    transform: translate3d(-23%, 17%, 0) rotate(-54deg);
    background-image: linear-gradient(35deg, #fff, #edf4f8);
    opacity: 0.1;
}
.slider .shape-03::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2.5rem;
    background: #fff;
    left: 0px;
    top: -246px;
    z-index: -1;
    border-radius: 1.25rem;
    transform: rotate(79deg);
}
.slider .shape-03::after {
    position: absolute;
    content: "";
    width: 31.25rem;
    height: 31.25rem;
    background: #ffff;
    border-radius: 50%;
    right: -36.125rem;
    top: 9.5625rem;
}
.slider .main-wrapper {
    display: flex;
    -webkit-display: flex;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    margin: 1.25rem 0;
    position: relative;
    z-index: 2;
}
.slider .content {
    padding: 0.625rem 0.9375rem;
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 9;
}
.slider .content h1 {
    display: block;
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 3rem;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    margin: 0 0 1.25rem;
    position: relative;
}
.slider .content h1::before {
    position: absolute;
    content: "";
    background-image: radial-gradient(#fafafa 3px, transparent 0);
    background-size: 0.9375rem 0.9375rem;
    height: 9.375rem;
    width: 9.375rem;
    opacity: 0.2;
    right: 7.5rem;
}
.slider .content p {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    margin: 0 0 1.125rem;
    display: inline-block;
}

#menu-jk {
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.slider .content .btn-01 {
    display: block;
    margin: 1.125rem 0;
    position: relative;
}
.slider .content .btn-01 ul li:nth-of-type(1) {
    margin-left: 0;
}

.slider .content .btn-01 ul li {
    display: inline-block;
    margin: 0 0.625rem;
    padding: 0.3125rem 1.25rem;
    border-radius: 1.25rem;
    background: transparent;
    border: solid 0.0625rem #fff;
    position: relative;
    z-index: 9;
}
.slider .content .btn-01 ul li:hover{
    background: #fd5115;
}   

.slider .content .btn-01 ul li a {
    color: #fff;
}
.modal-title {
    color: #0030bf;
    font-weight:600;
}
.fa, .fas {   
    font-size: 12px;    
    margin-right:0.2rem;
}
.welcome-section {
    background: url(about-bg-two.webp) fixed;
    background-position: -402px 80px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
}
.welcome-content-strip {
    padding: 10px;
}
.title-strip {
    margin-bottom: 15px;
}
.title-strip h4 {
    color:#fd5115;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}
.title-strip h3 {
    color: #1761ac;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 900;
}
.title-prep h3{
    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 900;
}
.pursuit-section {
    padding: 120px 0 0;
}
.banner-thumbnail {
    position: absolute;
    bottom: 0;
    /*right: 111px;*/
    z-index: 1;
}
.banner-bg {
    position: absolute;
    bottom: 3px;
    /*right: 67px;*/
    z-index: 0;
}
.banner-box svg {
    width: 550px;
    height: 670px;
    position: absolute;
    fill: #4F5DE4;
    bottom: 0;
    z-index: -1;
    left: -15px;
    opacity: 1;
    
}
.shape-eight {
    position: absolute;
    bottom: 351px;
    margin-left: 430px;
    width: 100px;
    height: 100px;
    background-color: #F57005;
    border-radius: 50%;
    border: 9px solid #E7E9F4;
    font-size: 65px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    opacity: 1;
}
.icon-bulb img {
    width: 70%;
    margin-top:-8px;
}
.shape-eight span {
    -webkit-animation: rotated2 6s infinite linear;
    animation: rotated2 6s infinite linear;
}
@keyframes rotated2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.prep-centre-section {
    background-image: url(../images/edu-doodle.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 0 50px;
    background-color: #525FE1;
    color: #fff;
}
a.edu-btn{
    border-radius: 5px;
    display: inline-block;
    height: 60px;
    line-height: 60px;    
    padding: 0 30px;
    font-size: 18px;
    font-weight: 700;
    transition: 0.4s;    
    border: 0 none;
    background: #fff;
    color: #525FE1;
    width:100%;
    text-align:center;
}
a.edu-btn:hover {
    background: #F57005;
    color: #fff;
}
a.edu-btn:hover i{
    margin-left:1rem;
    transition: 0.4s ease; 
}
.why-prep-center {
    position: relative;    
    padding: 120px 0 0;
}
.service-one {
    position: absolute;
    top: -490px;
    right: 0;
    background-repeat: repeat;
    background-size: auto;
    background-position: right top;
    width: 100%;
    height: 1882px;
    z-index: -1;
    background-image: url(../images/course-bg-3-1.png);
}
.why-prep-center .container {
    position: relative;
    z-index: 2;
}
.prep-box{
    margin-left:1rem;
}
.about-one__box {
    position: relative;
    padding: 1px;
    background: linear-gradient(180deg, rgba(245, 112, 5, 1) 0%, rgba(245, 112, 5, 0.15) 100%);
    border-radius: 24px;
    margin: 0 0 30px;
}
.about-one__box__wrapper {
    border-radius: 23px;
    padding: 18px 32px;
    width: 100%;
    background-color: #fff;
}
.about-one__box__text {
    font-size: 14px;
    margin: 0;
}
.about-one__box__title {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 7px;
    color: #041927;
    font-weight: 600;
}
.goal {
    background-image: url(../images/team-bg-1.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #F1F2FD;
    padding: 117px 0 85px
}
.mis-vis {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 0 0 120px;
    background-image: url(../images/fact-bg-2-1.png);
    /*border-bottom: 1px solid #e4e4e4;*/
}
.fact-two-inner {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #4f5de4;
    border-radius: 0 0 40px 40px;
    padding: 50px 25px;
    background-image: url(../images/fact-bg-inner-1.png);
}
.mis-vis-box {
    position: relative;
    color:#fff;
}
.mission-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.mis-vis-box .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
}
.mis-vis-box .text {
    font-weight: 600;
    margin: 0.5rem 0 0 1rem;
    text-wrap: balance;
}
.mis-vis-box img {
    filter: invert(100%);
}
.box-border::after {
    position: absolute;
    right: -14px;
    top: 20px;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 2px;
    content: "";
    border-right: 2px dashed rgba(255, 255, 255, 0.4);
}
.vision {
    height: 50px;
    margin-right: 1rem;
}
.course-section {
    padding: 0 0 50px ;
}
.course-section .image-gallery {
    position: relative;
    z-index: 1;
}
.course-section .image-gallery img {
    border-radius: 265px 265px 5px 5px;
}
.course-section .image-gallery::after {
    position: absolute;
    content: "";
    border: 5px solid #f86f03;
    width: 97%;
    height: 95%;
    right: 40px;
    bottom: -20px;
    border-radius: 265px 265px 5px 5px;
    z-index: -1;
}
.w-100 {
    width: 100% !important;
}
.plane {
    position: absolute;
    right: 88px;
    bottom: 133px;
    z-index: 2;
}
.plane img{
    -webkit-animation-name: float-bob-y-2;
    animation-name: float-bob-y-2;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes float-bob-y-2 {
    0% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
        transform: translateY(10px) translateX(10px) rotate(5deg);
    }

    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }
}

.scholarship-section {
    background: linear-gradient(0deg, #f19205b8, #f19205d4), url(../images/edu-doodle1.png);
    /* background-image: url(../images/team-bg-3-1.jpg); */
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
    padding: 60px 50px;
    color: #fff;
    margin-bottom: 5rem;
    border-radius: 25px;
    background-color: #FF9800;
}
.scholarship-section .title-strip h4 {
    color:#fff;
}
.mobile {
    display: none;
}

.desk {
    display: block;    
}
footer .description {    
    margin-top: 34px;
    margin-bottom: 40px;
}
.social-share {    
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.social-share li {
    margin: 7px;
}
.social-share li a {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    width: 50px;
    height: 50px;
    line-height: 55px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    transition: 0.4s;
    text-align: center;
}
.edu-footer-widget.explore-widget {
    margin-left: 65px;
}
.widget-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;   
}
.edu-footer-widget .inner {
    margin-top: 34px;
}
.edu-footer-widget .footer-link {
    list-style: none;
    padding: 0;
}
.edu-footer-widget .footer-link li {
    margin-top: 0;
    margin-bottom: 0;    
}
.edu-footer-widget .footer-link li a {
    font-size: 16px;
    display: block;    
    line-height: 26px;
    color:#fff;
}
.edu-footer-widget .footer-link li a i {
    margin-right: 10px;
    font-size: 14px;
}
.edu-footer-widget .footer-link li + li {
    margin-top: 20px;
}
.why-ssat {
    position: relative;
    padding: 116px 0 85px;
    background-size: cover;
    background-repeat: repeat;
    background-image: url(../images/home3.jpg);
   /* background-color: #f1f2fd;*/
}
.why-ssat .title-strip h3 {
    color: #11ddf5;
}
.why-ssat .ssat-text {
    color: #fff;
}
.service-one__item {
    position: relative;
    border-radius: 14px;
    margin: 0 0 30px;
    box-shadow: 11px 15px 30px 0px rgba(128, 137, 225, 0.1);
    height: 100%;
    /*background: rgba(255, 255, 255, 0.7);*/
    overflow: hidden;    
    height: 100%;
}
.service-one__wrapper {
    overflow: hidden;
    padding: 50px 29px 30px;
    position: relative;
    z-index: 2;
    border: none;
    border-radius: 14px;
    height: 100%;
}
.mb-6{
    margin-bottom:4rem;
}
.service-one__icon {
    width: 50px;
    height: 50px;
    /*background-color: #f57005;*/
    background-color: #4F5DE4;
    font-size: 28px;
    line-height: 1;
    position: relative;
    z-index: 3;
    color: #fff;
    margin: 0 0 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    transition: 500ms ease;
    position: absolute;
    top: -20px;
    left: 35px
}
.service-one__icon span {
    display: inline-block;
    transition: all 500ms linear;
    transition-delay: 0s;
    transition-delay: 0.1s;
    transform: scale(1);
}
.service-one__title {
    font-size: 20px;
    margin: 0 0 17px;
    line-height: 1.7rem;
}
.layer {
    z-index: 2;
    position: absolute;
    top: calc(100% - 0px);
    height: 100%;
    width: 100%;
    left: 0;
    background: #214a85;
    transition: 0.8s;
}
.service-one__item:hover .service-one__title a {
    color: #11ddf5;
}

.service-one__item:hover .service-one__text  {
    color: #fff;
}
.service-one__item:hover .layer {
    top: 0;
}
.service-one__text {
    font-size: 15px;
    margin: 0;
    line-height: 1.5rem;
}
.service-one__item svg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 118px;
    height: 129px;
}
.why-ssat .col-md-4:hover .service-one__icon {
    background-color: #f57005;
}

.service-one__item:hover .service-one__icon span {
  transform: scale(0.9);
}

.service-one__item:hover svg path {
    fill: #f57005;
}

.service-one__item svg path {
    transition: 300ms ease;
    fill: #4F5DE4;
}
/*.cta-bg {
    display: inline-block;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 1628px;
    border-radius: 23px;
    margin: auto;
    background-image: url(../images/newsletter-home-4-bg.jpg);
}
.cta-one {
    padding: 0;
    position: relative;    
    color:#fff;
}
.cta-sec {
    position: relative;
    z-index: 3;
    padding: 96px 0;
}
.cta-one__svgshape {
    position: absolute;
    overflow: hidden;
    margin: 35px 0 0 -65px;
    bottom:0;
    right:0;
}
.cta-one__svgshape svg {
    width: 284px;
    height: 403px;
}
.cta-one__svgshape svg path {
    animation: none;
    fill: #2a254d;
}
.cta-one__svgshape svg path {
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    animation: dash 2.5s ease-in-out forwards;
    opacity: 0.36;
}*/
.cta-one {
    position: relative;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 120px 0;
    background-image: url(../images/fact-bg-1.png);
}
.cta-item {
    position: relative;
    border-radius: 14px;
    /*background: #fff;
    box-shadow: -1px 3px 60px 0px rgba(0,0,0,0.07);*/
    padding: 50px 25px 53px;
    transition: 500ms ease;
}
.cta-item svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.cta-content {
    display: block;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: #f57005;
    margin: 0 0 9px;
    position: relative;
    z-index: 2;
}
.count-box {
    display: inline-flex;
}
.cta-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    color: #697585;
    position: relative;
    z-index: 2;
}
.count-box .fa{
    font-size:20px;
    margin-bottom:1rem;
}
.prep-img {
    position: absolute;
    bottom: -50px;
}
