body {
    font-family: var(--font-family);
    font-size: 14px;
}
:root {
    --font-family: "Outfit", sans-serif;
    --border-color: #e6e6e6;
    --white-color: #fff;
    --black-color: #161613;
    --primary-color: #08335d;
}
::-webkit-scrollbar {width:6px;}
::-webkit-scrollbar:horizontal {width:6px; height:6px;}
::-webkit-scrollbar-track {background-color:transparent;border-radius: 9999px;}
::-webkit-scrollbar-thumb {background-color:#ccc;border-radius: 9999px;}
.sectiongap {
    padding: 80px 0;
}
.subheading {
    font-size: 45px;
    color: var(--black-color);
    font-weight: 600;
    margin: 0;
    line-height: 50px;
}
.subheading span{
    color: var(--primary-color);
    position:relative;

}
.subheading span svg {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}

.subheading span svg path {
    fill: var(--primary-color);
}
.headingsmall {
    color: var(--primary-color);
    font-size: 18px;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: "Crimson Text", serif;
}
a {
    text-decoration: none;
    color: var(--primary-color);
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}
.form-control::-moz-placeholder {
    color: #999999;
}
.form-control:-ms-input-placeholder {
    color: #999999;
}
.form-control:-moz-placeholder {
    color: #999999;
}
.form-label {
    color: var(--black-color);
    font-size: 14px;
    margin-bottom: 5px;
}
.form-control {
    color: var(--black-color);
    background: var(--white-color);
    height: 36px;
    padding: 0 12px;
    font-size: 14px;
    border-color: #e6e6e6;
    border-radius: 5px;
    border: 0px;
}
sup {
    color: red;
    font-size: 13px;
    top: -3px;
}
.form-control:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}
/*select2*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 36px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container--default .select2-selection--single {
    background-color: var(--white-color);
    border: 0px;
    border-radius: 5px;
}
.select2-container .select2-selection--single {
    height: 36px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    rotate: 180deg;
    border-width: 0;
    border-color: transparent;
}
input.select2-search__field {
    outline: 0;
    height: 36px;
    border-radius: 5px;
    border-color: #e6e6e6 !important;
    box-shadow: none;
    padding: 12px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-width: 0;
    margin-left: 0;
    margin-top: 0;
    width: 16px;
    height: 16px;
    transition: 0.5s;
    position: relative;
    top: 0px;
    left: 0;
    display: flex;
    background-image: url(https://cdn.wizemen.net/images/edsyicons/line-arrow-down.svg);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 24px;
    display: flex;
    align-items: center;
}
.select2-dropdown {
    background-color: var(--white-color);
    border: 0px;
    border-radius: 5px;
}
.select2-results__option {
    padding: 8px 12px;
    font-size: 13px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f1f1f1;
    color: #181818;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-color);
    color: var(--white-color);
}
/*select2*/



/*header*/
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 30px 0;
    transition: 0.3s;
}
.header.headerfix {
    position: fixed;
    background: var(--primary-color);
    z-index: 99;
    padding: 15px 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.logoheader img {
    width: 200px;
}
.navigation>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    grid-gap: 12px;
}

.navigation>ul>li {}

.navigation>ul>li>a {
    font-size: 16px;
    font-weight: 400;
    color: var(--white-color);
}
.navigation > ul > li > a:hover {
    color: #ffa5b9;
}
.navigation > ul > li.active > a {
    color: #ffa5b9;
}
.header-number {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}
.header-number span {
    display: block;
    font-size: 13px;
    line-height: 1em;
    font-weight: 400;
    color: #fff;
    margin-bottom: 4px;
}
.header-number i {
    line-height: 48px;
    height: 48px;
    width: 48px;
    text-align: center;
    border-radius: 50%;
    font-size: 26px;
    color: var(--primary-color);
    background-color: #F6F4EE;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-number i:after {
    position: absolute;
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
    background-color: #ffffff;
    opacity: 0.1;
    border-radius: 50%;
    content: "";
}
.header-number a {
    font-weight: 500;
    color: var(--white-color);
    font-size: 14px;
}
.header_right {
    display: flex;
    align-items: center;
    grid-gap: 24px;
}
.edsy_overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
    z-index: 999;
    display: none;
}
.edsy_overlay.edsy_overlay_open {
    display: block;
}
.close_icon_mobile{
    display:none;
}
.mobile_meni_icon {
    display: none;
}
/*header*/


/*banner*/
.form_main .collegekey_btn {
    width: 100%;
    justify-content: center;
    color: var(--white-color);
    background:var(--primary-color);
}
.collegekey_btn {
    display: inline-flex;
    align-items: center;
    grid-gap: 8px;
    font-size: 16px;
    color: var(--black-color);
    font-weight: 400;
    border-radius: 28px;
    background-color: #f3f3ed;
    padding: 8px 30px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    border: 0px;
    outline: 0px;
}
.collegekey_btn i {
    font-size: 20px;
}
.hero-bottom {
    margin-top: 35px;
    display: inline-flex;
    grid-gap: 40px;
    align-items: center;
}
.banner {
    background-image: url(../images/pattern1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: var(--primary-color);
    padding-bottom: 90px;
    position:relative;
}
.hero_content h1 {
    margin: 0;
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
    color: #f6f4ee;
}

.hero_content h2 {
    margin: 20px 0 0 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #f6f4ee;
}
.hero_content {
    position: relative;
    z-index: 1;
    padding-top: 200px;
}
.hero_area.style-one .hero-thumb-wrapper {
    position: relative;
    padding-top: 95px;
}
.hero_area.style-one .hero-thumb {
    text-align: right;
    position: relative;
}
.hero-thumb img {
    width: 460px;
}
.rotateme {
    -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;
}
.hero_area.style-one .hero-shape1 {
    position: absolute;
    top: 130px;
    left:-30px;
}
.hero_area.style-one .hero-arrow-shape {
    position: absolute;
    bottom: 280px;
    left: 0;
    animation: bounceleft 8s linear infinite;
}
.hero_area.style-one .hero-dot-shape {
    position: absolute;
    right: -50px;
    top: 188px;
    animation: bounceleft 4s linear infinite;
}
section.hero_area.style-one .hero-shape3 {
    position: absolute;
    right: 135px;
    top: 115px;
}
.bounce-animate-3 {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-3 {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.hero_area.style-one .hero-autor-box {
    position: absolute;
    bottom: 122px;
    left: 0;
    width: 300px;
    backdrop-filter: blur(10px);
    height: 110px;
    border-radius: 20px;
    filter: drop-shadow(0px 20px 50px rgba(177, 221, 208, 0.4));
    border: 1px solid rgba(1, 15, 28, 0.1);
    background: rgba(246, 244, 238, 0.6);
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 20px 0 28px;
    animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
}
.hero_area.style-one .hero-autor-content h3 {
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    color: var(--primary-color);
    font-weight: 600;
}
.hero_area.style-one .hero-autor-content h3.stat-number {
    font-family: "Crimson Text", serif;
    margin: 0;
    color: var(--primary-color);
    font-size: 30px;
    font-style: italic;
}
.autor-thumb img {
    width: 100px;
}
.hero_area.style-one .hero-autor-content span {
    display: inline-block;
    font-size: 26px;
    color: var(--primary-color);
    font-weight: 600;
}
.hero_area.style-one .hero-autor-content p {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: var(--black-color);
    font-weight: 400;
    margin-bottom: 0px;
    font-style: italic;
}
img.girlsimg {
    position: absolute;
    bottom: 1px;
    left:50%;
    transform: translateX(-50%);
    max-width: 460px;
}
/*bounce-left-right-animation*/

@keyframes bounceleft{
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    50% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }

    100% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}

/*bounce-top-bottom-animation*/

@keyframes bounce {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes scaleZoom {
    0% {
      transform: scale(0.6);
      opacity: 0.3;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }

  .upDown {
    animation: upDown 1.3S infinite alternate;
  }
  
  @keyframes upDown {
    0% {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
    }
    100% {
      -webkit-transform: translateY(-15px);
      -moz-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      -o-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }
  
  @-webkit-keyframes upDown {
    0% {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
    }
    100% {
      -webkit-transform: translateY(-15px);
      -moz-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      -o-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }
  
  @keyframes animation-upDown {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-40px);
    }
  }

  .rotateme {
    -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;
  }
  
  @keyframes rotateme {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes rotateme {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
    }
  }

  .bounce-animate-3 {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
  }
  @-webkit-keyframes float-bob {
    0% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    50% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
    100% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
  }

  @keyframes bd-bounce {
    0%, 100%, 20%, 50%, 80% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0) translateX(0%);
    }
    40% {
      -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
      transform: translateY(-8px) translateX(0%);
    }
    60% {
      -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
      transform: translateY(-4px) translateX(0%);
    }
  }

  @keyframes shine {
    100% {
      left: 100%;
    }
  }

  /* animation ripple  */
@-webkit-keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.30196078431372547),
      0 0 0 10px rgba(255,255,255,0.30196078431372547), 0 0 0 20px rgba(255,255,255,0.30196078431372547);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.30196078431372547),
      0 0 0 10px rgba(255,255,255,0.30196078431372547), 0 0 0 20px rgba(255,255,255,0.30196078431372547);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.30196078431372547),
      0 0 0 20px rgba(255,255,255,0.30196078431372547), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255,255,255,0.30196078431372547),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.30196078431372547),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255,0.30196078431372547);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.30196078431372547),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255,0.30196078431372547);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.30196078431372547),
      0 0 0 20px rgba(255,255,255,0.30196078431372547), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255,255,255,0.30196078431372547),
      0 0 0 20px rgba(255,255,255,0.30196078431372547), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}


/* wobble animation */

@keyframes wobble_vertical {
  16.65% {
    transform: translateY(8px);
  }

  33.3% {
    transform: translateY(-6px);
  }

  49.95% {
    transform: translateY(4px);
  }

  66.6% {
    transform: translateY(-2px);
  }

  83.25% {
    transform: translateY(1px);
  }

  100% {
    transform: translateY(0);
  }
}


.rotate {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-position: center center;
}
@keyframes rotate {
from {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

to {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
}
.rotates {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.9s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-position: center center;
}
@keyframes rotateme {
from {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

to {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
}

.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate-slow {
  animation-name: float-bob5;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate-3 {
  animation-name: float-bob6;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob6;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob6;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob6;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes float-bob {
  0% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
  }

  50% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
  }

  100% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
  }
}
@keyframes float-bob2 {
  0% {
      -webkit-transform: translateY(-60px);
      transform: translateY(-60px);
  }

  50% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
  }

  100% {
      -webkit-transform: translateY(-60px);
      transform: translateY(-60px);
  }
}
@keyframes float-bob3 {
  0% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
  }

  50% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
  }

  100% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
  }
}
@keyframes float-bob4 {
  0% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
  }

  50% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
  }

  100% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
  }
}
@keyframes float-bob5 {
  0% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
  }

  50% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
  }

  100% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
  }
}
@keyframes float-bob6 {
  0% {
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px);
  }

  50% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
  }

  100% {
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px);
  }
}
@keyframes movebounce {
  0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }

  50% {
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
  }

  100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }
}
@keyframes moveleftbounce {
  0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
  }

  50% {
      -webkit-transform: translateX(20px);
      transform: translateX(20px);
  }

  100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
  }
}

.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
  animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
  0% {
      -webkit-transform: scale(0.5);
  }

  100% {
      -webkit-transform: scale(1);
  }
}

.dance {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@keyframes dance {
  0% {
      -webkit-transform: scale(0.5);
  }

  100% {
      -webkit-transform: scale(1.2);
  }
}

.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
  animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
  0% {
      -webkit-transform: translate3d(0, 0, 0);
  }

  50% {
      -webkit-transform: translate3d(25px, -25px, 0);
  }

  100% {
      -webkit-transform: translate3d(0, -25px, 25px);
  }
}

.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes watermark-animate {
  0% {
      left: 0;
  }

  100% {
      left: 100%;
  }
}

 /*  float animation*/
@keyframes float {
  0% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(3deg); }
  100% { transform: translateY(0px) rotate(0deg); }
}

 /*  flip animation*/
@keyframes flip {
  0% { transform: rotateY(0deg); }
  50% { transform: rotateY(20deg); }
  100% { transform: rotateY(0deg); }
}

@keyframes animatePen {
  0% {
      transform: scale(1) rotate(0deg);
      opacity: 1;
  }
  50% {
      transform: scale(1.1) rotate(10deg);
      opacity: 0.8;
  }
  100% {
      transform: scale(1) rotate(0deg);
      opacity: 1;
  }
}

@keyframes animateShape {
  0% {
    transform: translateX(0) rotate(0deg) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateX(100px) rotate(180deg) scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: translateX(0) rotate(360deg) scale(1);
    opacity: 1;
  }
}

@keyframes flip2 {
  0% {
      transform: rotateY(0deg);
  }
  100% {
      transform: rotateY(-180deg);
  }
}

/* moveleft bounces */
@-webkit-keyframes moveLeftBounces{
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }

  50% {
      -webkit-transform: translateX(585px);
      transform: translateY(585px);
  }

  100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}

@keyframes moveLeftBounces {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }

  50% {
      -webkit-transform: translateX(585px);
      transform: translateX(585px);
  }

  100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}

/* moveleft bounces two */
@-webkit-keyframes moveLeftBouncestwo{
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }

  50% {
      -webkit-transform: translateX(200px);
      transform: translateY(200px);
  }

  100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}

@keyframes moveLeftBouncestwo {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }

  50% {
      -webkit-transform: translateX(200px);
      transform: translateX(200px);
  }

  100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}

@keyframes scaleAnimation {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

@keyframes shakeAnimation {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-10px); }
  50% { transform: translateX(10px); }
  75% { transform: translateX(-10px); }
}

@keyframes rippleGreen {
  0% { box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.4); }
  50% { box-shadow: 0 0 10px 10px rgba(0, 255, 0, 0.2); }
  100% { box-shadow: 0 0 20px 20px rgba(0, 255, 0, 0); }
}

@keyframes flexAnimation {
  0%, 100% {
      transform: scale(1) rotate(0deg);
  }
  50% {
      transform: scale(1.1) rotate(-5deg);
  }
}
@keyframes liftDumbbell {
  0% { transform: translateY(0) rotate(0deg); }
  25% { transform: translateY(-10px) rotate(-5deg); }
  50% { transform: translateY(0) rotate(0deg); }
  75% { transform: translateY(-10px) rotate(5deg); }
  100% { transform: translateY(0) rotate(0deg); }
}

/* animation  */

@keyframes fadeInDownBig {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0,-850px,0);
      transform: translate3d(0,-850px,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0)
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}

@keyframes fadeInLeftBig {
  from {
      opacity: 0;
      -webkit-transform: translate3d(-2000px,0,0);
      transform: translate3d(-2000px,0,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0)
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}

@keyframes fadeInRightBig {
  from {
      opacity: 0;
      -webkit-transform: translate3d(2000px,0,0);
      transform: translate3d(2000px,0,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0)
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}
/*banner*/

/*apply form*/
/*apply form*/


/*newsection*/
.newsection {
    background: var(--primary-color);
    padding-bottom: 200px;
}
.newsection_img img {
    width: 100%;
}
.newsection_img i {
    font-size: 50px;
    color: var(--primary-color);
}
.newsection_img {
    height: 50px;
    width: 50px;
    margin: 0 auto 25px;
}
.newsection_top {
    border-radius: 14px;
    padding: 35px 30px 10px 30px;
    margin-bottom: 38px;
    position: relative;
    z-index: 1;
}

.newsection_top:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 14px;
    background-color: #F6F4EE;
    box-shadow: 10px 10px 20px 0px rgba(36, 2, 7, 0.16);
    backdrop-filter: blur(5px);
    z-index: -1;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.newsection_bottom {
    padding: 10px 10px;
}

.newsection_bottom p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    margin: 0;
}
.newsection_btn {
    transform: translateY(35px);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    text-align: center;
}

.newsection_icon {
    display: inline-flex;
    position: relative;
    z-index: 1;
    height: 52px;
    width: 52px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.newsection_icon:before {
    position: absolute;
    border: 6px solid var(--primary-color);
    content: "";
    border-radius: 50%;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: var(--white-color);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.newsection_icon i {
    transform: scale(1);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    font-size: 22px;
}
h4.newsection_title {
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0;
    font-weight: 600;
}
/*newsection*/


/*footer*/
.footer_top {
    background: var(--primary-color);
    padding: 50px 0;
}
.footer_bottom {
    background: #031629;
    padding: 20px 0;
}

.footer_bottom ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
	align-items: center;
	grid-gap: 16px;
}

.footer_bottom ul li a {
	color: #fff;
	font-size: 16px;
}

.footer_bottom p {
	color: #fff;
	font-size: 16px;
	margin: 0;
}

.footer_box img {
	width: 135px;
	margin-bottom: 20px;
}

.footer_box p {
    color: #fff;
    font-size: 16px;
    margin: 0;
}

.footer_heading {
	margin: 0 0 16px 0;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
}
ul.footernav li a i {
    font-size: 22px;
    position: relative;
    top: 1px;
}
ul.footernav {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	grid-gap: 16px;
}
.footer_gap {
    padding-left: 60px;
}
ul.footernav li a {
	color: #fff;
	font-size: 16px;
	display:flex;
	align-items:center;
	grid-gap:12px;
}
/*footer*/

/*about*/
.about {
    background: #F6F4EE;
    padding-top: 80px;
    padding-bottom: 230px;
}
.about_img1 img {
    max-width: 380px;
    width: 100%;
}
.about_img2 {
    position: absolute;
    bottom: -160px;
    right: 0px;
    z-index: 9;
}
.about_img2 img {
    border: 10px solid #fff;
    border-radius: 5px;
    width: 300px;
}
.about_left {
    position: relative;
}
.aboutshap1 {
    position: absolute;
    bottom: -100px;
    left: -55px;
}
.aboutshap2 {
    position: absolute;
    top: 100px;
    left: -50px;
}
.about_img1 {
    position: relative;
    z-index: 9;
}
.yearsexperience_box {
    position: absolute;
    right: -50px;
    bottom: -115px;
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid rgba(1, 15, 28, 0.1);
    background: rgba(246, 244, 238, 0.6);
    backdrop-filter: blur(10px);
    min-width: 224px;
    z-index: 9;
    display: flex;
    align-items: center;
    grid-gap: 12px;
    animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
}

.yearsexperience_box p {
    font-family: "Crimson Text", serif;
    margin: 0;
    color: var(--primary-color);
    font-size: 80px;
    line-height: 65px;
    font-style: italic;
}

.yearsexperience_box span {
    color: var(--black-color);
    font-size: 18px;
    font-style: italic;
    line-height: 22px;
}
.about_right {
    padding-left: 60px;
}
.abouttextpart {
    margin-top: 50px;
    position: relative;
}

.abouttextpart p {
    color: #57595F;
    font-size: 18px;
    font-weight: 400;
}

/*about*/

/*rankingmain*/
.ranking {
    margin-top: -100px;
}
.rankingmain {
    background: var(--primary-color);
    margin: 0 auto;
    max-width: 1100px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 12px;
}

.rankingbox h4 {
    font-family: "Crimson Text", serif;
    margin: 0;
    color: #fff;
    font-size: 80px;
    line-height: 65px;
    font-style: italic;
}

.rankingbox p {
    margin: 12px 0  0 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    font-weight: 500;
}

.rankingbox {
    text-align: center;
    padding: 40px 0;
}
/*rankingmain*/

/*faq*/
.faq .subheading span svg {
    bottom: -10px;
}
.faqmainview {
    margin-top:70px;
}
.faqmain {}
.faqmain .accordion-item {
    border-color: var(--primary-color);
    margin-bottom: 24px;
    border: 1px solid var(--primary-color);
    border-radius: 8px;
}
.faqmain .accordion-item button.accordion-button {
    background: transparent;
    box-shadow: none;
    font-size: 20px;
    color: var(--black-color);
}
.faqmain  .accordion-body {
    padding-top: 0px;
}
.faqmain .accordion-body p, .faqmain .accordion-body {
    font-size: 16px;
    color: var(--black-color);
    font-weight: 300;
}
.faqmain .accordion-item:hover {
    box-shadow: 0 5px 0px 0 var(--primary-color);
}
.faq {

}
.faqmain .collapse.show {
    box-shadow: 0 6px 0px 0 var(--primary-color);
    border-radius: 8px;
}
/*faq*/

.subheading.colorchg {
    color: var(--white-color);
}
.subheading.colorchg span {
    color: var(--white-color);
}

.subheading.colorchg  span svg path {
    fill: var(--white-color);
}
.studentsayslider_main {
    background: var(--primary-color);
    position:relative;
}
.studentsayslider_main .hero-shape3 {
    position: absolute;
    right: 75px;
    top: 70px;
}

.studentsayslider_main .hero-shape1 {
    position: absolute;
    top: 135px;
}
.studentsay_shap {
	position: absolute;
	top: 40px;
	right: 40px;
}
.studentsay_shap img {
	width: 75px !important;
}
img.studentpic {
	width: 80px !important;
	margin-bottom: 20px;
}
.studentsay_box {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #e6e6e6;
}
.studentsayslider .item {
	padding: 12px;
}
.studentsay_box p {
	font-size: 16px;
	margin: 0;
	line-height: 24px;
}
.studentsay_nameview {
	margin-top: 20px;
}
.studentsay_nameview h3 {
	font-weight: 500;
	color: #000;
	font-size: 18px;
	margin-bottom: 5px;
}
.studentsay_nameview h4 {
	font-weight: 300;
	color: #000;
	font-size: 15px;
	margin-bottom: 0;
}

/*compus*/
.campuslife .item {
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}

.campuslife .item img {
    max-width: 100%;
    width:100%;
    height: 300px;
    object-fit: cover;
}
.campuslife .overlay.bottom-overlay {
    top: 100%;
}
.campuslife .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(171 12 47 / 81%);
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
}
.campuslife .item:hover .bottom-overlay {
    top: 0;
}
.campuslife .item:hover .overlay {
    bottom: 0;
    height: 100%;
    width: 100%;
}
.campuslife .overlay.bottom-overlay .text {
    color: #fff;
    position: absolute;
    padding: 20px;
    width: 100%;
    text-align: center;
    height: 300px;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}
.campuslife .overlay.bottom-overlay .text h3 {
    font-size: 18px;
}

.campuslife .overlay.bottom-overlay .text p {
    font-size: 14px;
    margin: 0;
    line-height: 22px;
}
/*compus*/

/*courses*/
.courses {
    background: #F6F4EE;
}
.categories_top i {
    font-size: 20px;
}
.tabbutton.active .categories_box {
    box-shadow: 0 6px 0px 0 var(--primary-color);
}
.categories_box {
    padding: 16px;
    background: #fff;
    border: 1px solid var(--primary-color);
    display: grid;
    grid-template-columns: 35px auto;
    grid-gap: 16px;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 6px 0px 0 transparent;
    width: 250px;
}

.tabmainview_top {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 24px;
}

.categories_text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    grid-gap: 4px;
}

.categories_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.categories_text h5 {
    color: var(--black-color);
    margin: 0;
    font-size: 14px;
}
.categories_text h4 {
    font-weight: 500;
    color: var(--primary-color);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    font-size: 18px;
}
.categories_top svg, .categories_top img {
    width: 16px;
    height: 16px;
}
.tabmainviewleftright {
    display: grid;
    grid-template-columns: 300px auto;
    grid-gap: 24px;
}
.tabmainview_bottom {
    margin-top: 50px;
}
.tabmainview_left .tabbutton {
    position: relative;
    margin-bottom: 24px;
    font-size: 16px;
    color: var(--black-color);
    display: flex;
    align-items: center;
    grid-gap: 12px;
}

.tabmainview_left .tabbutton:before {
    content: '';
    width: 30px;
    height: 30px;
    border: 2px solid var(--black-color);
    border-radius: 50%;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabmainview_left .tabbutton.active:before{
    border: 2px solid var(--primary-color);
    background: #fff;
}
.tabmainview_left .tabbutton.active {
    color: var(--primary-color);
}
.tabmainview_left .tabbutton span {
    position: absolute;
    left: 12px;
    color:var(--black-color);
    font-size: 14px;
}
.tabmainview_left .tabbutton.active span {
     color: var(--primary-color);
}
.tab_inner_text_view {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
}
.tab_inner_text_view_box {
    padding: 16px;
    background: #fff;
    border: 1px solid var(--primary-color);
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 6px 0px 0 transparent;
}

.tab_inner_text_view_box h4 {
    font-weight: 500;
    color: var(--primary-color);
    font-size: 18px;
}

.tab_inner_text_view_box ul {
    padding: 0;
    list-style: none;
}

.tab_inner_text_view_box ul li {
    color: var(--black-color);
    margin-bottom: 8px;
    font-size: 14px;
}
/*courses*/

/*testimonials*/
.testimonials {
    position: relative;
    margin-top: -170px;
}
.testimonials:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 36%;
    height: 100%;
    background-color:#F6F4EE;
    border-radius: 0 30px 30px 0;
}
.testimonials_left_img img {
    width: 555px;
    position: absolute;
    left: -195px;
    bottom: 0;
}
.testimonials_inner .hero-shape3 {
    position: absolute;
    left: -80px;
}

.testimonials_inner .hero-shape1 {
    position: absolute;
    left: 118px;
}
.testimonials_inner {
    position: relative;
    padding: 80px 0;
}
.testimonials_box {
    position: relative;
    padding: 40px 30px;
    background-color: var(--white-color);
    border-radius: 12px;
    box-shadow: 6px 0px 19px 0px rgb(0 0 0 / 8%);
    border: 1px solid #e6e6e6;
}
.testimonialsslider .item {
    padding: 16px;
}
.testimonials_box p {
    color: var(--black-color);
    margin: 0;
    font-size:16px;
}
.testimonials_by {
    display: flex;
    align-items: center;
    grid-gap: 0px;
    margin-top: 16px;
}

.testimonials_img img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.author-name {
    color: var(--black-color);
    font-size:16px;
    font-weight: 600;
}

.post-name {
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
}
.testimonials_icon {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.testimonials_icon img {
    width: 50px !important;
}
.testimonialsslider.owl-theme .owl-nav {
    position: absolute;
    margin: 0;
    bottom: -45px;
    right: 12px;
}

.testimonialsslider.owl-theme .owl-nav button {
    border-radius: 50%;
    background: transparent;
    width: 40px;
    height: 40px;
    font-size: 22px;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}
.testimonialsslider.owl-theme .owl-nav button:hover {
    background: var(--primary-color);
}
/*testimonials*/

/*recruiters*/
.recruiters {

}
.recruitersslider.owl-carousel .owl-item img {
    border-radius: 8px;
}
/*recruiters*/

.footer_bottom_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bannerform {
    position: fixed;
    right: 45px;
    z-index: 9;
    top: 130px;
    transition: 0.5s;
    width: 300px;
}
.form_main {
    max-width: 350px;
    width: 100%;
    background: rgb(0 0 0 / 82%);
    box-shadow: 0px 8px 8px rgb(0 0 0 / 10%);
    padding: 24px 12px;
    border-radius: 12px;
}
.bannerform .themeht-btn {
    display: block;
}
.bannerform .themeht-btn i{
    top:0px;
}
.bannerform .themeht-btn span {
    padding: 12px 70px 12px 30px;
    display: block;
    text-align: center;
}
.form_main h2 {text-align: center;font-size: 20px;margin: 0;font-weight: 600;color: var(--white-color);}

.applynowbtn {
    line-height: 1;
    position: relative;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    position: fixed;
    top: 260px;
    right: 0px;
    background: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0 5px 5px 0;
    z-index: 99;
    cursor: pointer;
    
}
.applynowbtn.desktop{ padding: 20px 12px;color: #fff;}
.applynowbtn.mobile a{
    padding: 20px 12px;
    color: #fff;
    display: inline-block;
}
.top_to_bottom {
    position: fixed;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    bottom: 20px;
    right: 10px;
    border-radius: 50%;
    z-index: 99;
}

.top_to_bottom a {
    color: #fff;
    font-size: 25px;
}
.bannerform.show {
    right: -300px;
}
.applynowbtn.mobile {
    display: none;
}

.colleges{

}
.trendingcolleges {
    margin-top: 70px;
}
.owl-carousel .owl-item .colleges_box img {
    height: 155px;
    width: auto;
    margin: 0 auto;
}

.colleges_box {
    border: 2px solid var(--primary-color);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    padding: 20px;
}
.btnview a {
    background: var(--primary-color);
    display: block;
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 0 0 10px 10px;
}
.trendingcolleges.owl-theme .owl-nav {
    margin: 0;
}

.trendingcolleges.owl-theme .owl-nav button {
    border-radius: 50%;
    background: transparent;
    width: 40px;
    height: 40px;
    font-size: 22px;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.trendingcolleges.owl-theme .owl-nav button:hover {
    background: var(--primary-color);
}
.trendingcolleges.owl-theme .owl-nav button.owl-prev{
    left: -50px;
}
.trendingcolleges.owl-theme .owl-nav button.owl-next{
   right: -50px;

}
.colleges_box p {
    margin: 0;
    text-align: center;
    font-weight: 500;
    padding-top: 10px;
    color: var(--black-color);
}


@media screen and (max-width: 1200px) {
    .navigation > ul {
        grid-gap: 12px;
    }
    .logoheader img {
        width: 120px;
    }
    .navigation > ul > li > a{
        font-size:14px;
    }
}
@media screen and (max-width: 992px) {
    .tabmainview_top {
        display: grid;
        grid-template-columns: auto;
        justify-content: unset;
    }

    .tabmainviewleftright {
        grid-template-columns: auto;
        grid-gap: 0px;
    }

    .tab_inner_text_view {
        grid-template-columns: auto;
    }

    .categories_box {
        width: 100%;
    }
    .applynowbtn.desktop{
        display:none;
    }
    .applynowbtn.mobile{
        display:block;
    }
    .bannerform {
        position: relative;
        right: 0;
        top: 0;
        transform: unset;
        width: 100%;
        z-index: 9;
        background: #000;
    }
    .bannerform .container {
        padding: 0;
    }
    .form_main {
        max-width: unset;
        width: 100%;
        float: unset;
        box-shadow: none;
        border-radius: 0px;
        margin: 0;
        padding-left: 24px;
        padding-right: 24px;
        background: #000;
    }
    .navigation {
        position: fixed;
        top: 0px;
        left: -250px;
        background: #fff;
        width: 250px;
        padding: 20px;
        height: 100vh;
        transition: 0.5s;
    }
    .navigation.show {
        left: 0px;
        z-index: 999;
    }
    .navigation > ul {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }
    .mobile_meni_icon {
        display: flex;
        cursor: pointer;
    }
    .mobile_meni_icon i {
        font-size: 28px;
        color: #fff;
    }
    .close_icon_mobile {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        font-size: 20px;
    }
    .navigation > ul > li.active > a {
        color: var(--primary-color);
    }
    .navigation > ul > li > a {
        font-size: 16px;
        color: var(--black-color);
    }
    .navigation > ul > li > a:hover{
        color: var(--primary-color);
    }
    .banner {
        padding-bottom: 30px;
    }
    .newsection_top {
        padding: 20px 20px 10px 20px;
    }
    .hero_content {
        padding-top: 100px;
    }
}
@media screen and (max-width: 768px) {
    .trendingcolleges.owl-theme .owl-nav button.owl-prev {
        left:0px;
    }
    .trendingcolleges.owl-theme .owl-nav button.owl-next {
        right:0px;
    }
    .trendingcolleges.owl-theme .owl-nav button {
        position: relative;
        top: 0;
        transform: unset;
        margin: 0 5px;
    }
    .trendingcolleges.owl-theme .owl-nav {
        margin: 10px 0 0 0;
    }
    .rankingmain {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .rankingbox {
        text-align: center;
        padding: 20px 0;
    }
    .rankingbox h4 {
        font-size: 55px;
        line-height: 50px;
    }
    .about_img2 {
        bottom:-30px;
    }
    .about_img2 img {
        width: 215px;
    }
    .yearsexperience_box {
        position: absolute;
        right: 60px;
        bottom: unset;
        top: 25px;
    }
    .about_right {
        padding-left: 0;
        padding-top: 60px;
    }
    .subheading {
        font-size: 34px;
        line-height: 40px;
    }
    .abouttextpart p {
        font-size: 16px;
    }
    .about {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .sectiongap {
        padding: 40px 0;
    }
    .ranking {
        margin-top: 0;
        padding-top: 40px;
    }
    .testimonials {
        position: relative;
        margin-top: 0;
        padding: 40px 0;
    }
    .testimonials_inner .col-md-2 {
        display: none;
    }
    .testimonials:before{
        display:none;
    }
    .testimonials_inner {
        position: relative;
        padding: 0;
    }
    .testimonialsslider.owl-theme .owl-nav {
        position: relative;
        margin: 0;
        bottom: 0;
        right: 0;
    }
    .testimonials_inner .subheading.colorchg {
    color: var(--black-color);
    }
    .testimonials_inner .subheading.colorchg span svg path {
        fill: var(--primary-color);
    }
    .testimonials_inner .subheading.colorchg span {
        color: var(--primary-color);
    }
    .footer_bottom_inner {
        flex-wrap: wrap;
        flex-direction: column;
        grid-gap: 4px;
    }
    .hero_content h1 {
        font-size: 34px;
        line-height: 43px;
    }
    .hero_content h2 {
        font-size: 16px;
        line-height: 26px;
    }
    .hero-thumb img {
        width: 100%;
    }
    img.girlsimg {
        position: absolute;
        bottom: 1px;
        left: 0;
        transform: unset;
        max-width: unset;
    }
    .footer_gap {
        padding-left:0px;
    }
    .footer_top {
        padding: 40px 0 20px;
    }
    .faqmain .accordion-item button.accordion-button {
        font-size: 16px;
    }
    .faqmain .accordion-body p, .faqmain .accordion-body {
        font-size: 14px;
    }
    .hero-shape3, .hero-shape1, .hero-dot-shape, .hero-arrow-shape {
        display: none;
    }
    .hero_area.style-one .hero-thumb-wrapper {
        position: relative;
        padding-top: 0px;
    }
    .tabmainview_top {
        display: grid;
        grid-template-columns: auto;
        justify-content: unset;
    }
    .tabmainviewleftright {
        grid-template-columns: auto;
        grid-gap:0px;
    }
    .tab_inner_text_view {
        grid-template-columns: auto;
    }
    .categories_box {
        width: 100%;
    }
}

@media screen and (max-width:567px) {
    .hero_content {
        padding-top: 20px;
    }
    .hero_area.style-one .hero-thumb-wrapper {
        position: relative;
        padding-top: 70px;
    }
    .banner .row {
        flex-direction: column-reverse;
    }
    .footer_bottom p {

        text-align: center;
    }
    .hero-bottom {
        flex-wrap: wrap;
        grid-gap: 15px;
        margin-top: 10px;
        flex-direction: column;
        align-items: flex-start;
    }
    .header_right .header-number {
        display: none;
    }
    .rankingmain {
        display: grid;
        grid-template-columns:auto;
    }
    .about_img1 img {
        max-width: 280px;
    }
}