a {
  text-decoration: none !important; }

body {
  overflow-x: hidden; }

.topbar {
  background: #000;
  padding: 0px 0; }
  .topbar p {
    margin: 0;
    color: #fff;
    line-height: normal;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    font-size: 13px; }
    .topbar p span {
      margin-right: 20px;
      padding-right: 20px;
      border-right: 1px solid #eee; }
    .topbar p:last-child span {
      border-right: 0; }
  .topbar a {
    color: #fff;
    margin-left: 15px; }

.navbar {
  padding: 0;
  background: #fff; }
  .navbar .nav-item .active {
    color: #9b3d3e !important; }
  .navbar .nav-item:hover .dropdown-menu {
    display: block; }
  .navbar .nav-item .nav-link {
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 65px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px; }
    .navbar .nav-item .nav-link .d-flex {
      position: absolute;
      right: 0px;
      top: 0;
      bottom: 0;
      padding: 15px;
      background: #f88534; }
      .navbar .nav-item .nav-link .d-flex .bi {
        font-size: 30px;
        padding: 0 10px;
        color: #fff; }
      .navbar .nav-item .nav-link .d-flex p {
        color: #ee3137;
        font-size: 15px;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 1em;
        letter-spacing: 2px;
        text-align: left;
        line-height: 24px;
        margin: 0;
        letter-spacing: normal;
        font-weight: 300;
        text-transform: capitalize;
        color: #fff; }
        .navbar .nav-item .nav-link .d-flex p span {
          display: block;
          font-size: 24px;
          font-weight: 800; }
  .navbar .nav-item p {
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .navbar .megamenu {
    padding: 1rem; }
  .navbar .btn {
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px; }

.fixed-top {
  position: sticky;
  z-index: 9;
  background: #fff;
  width: 100%;
  transition: 1s;
  top: 0; }
  .fixed-top .navbar-brand {
    width: 90px; }
  .fixed-top .nav-item .nav-link {
    line-height: 52px; }

.dropdown-menu {
  border-radius: 0;
  border: 8px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  width: 280px;
  padding: 0; }
  .dropdown-menu li .dropdown-item {
    padding: 15px 20px !important;
    display: block;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: normal;
    border-top: solid 1px #eee; }
  .dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate; }

.dropdown-item:focus,
.dropdown-item:hover {
  background: #f88534; }

.nav-item.dropdown.dropdown-mega {
  position: static; }
  .nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 90%;
    top: auto;
    left: 5%; }
  .nav-item.dropdown.dropdown-mega p {
    letter-spacing: normal;
    text-transform: capitalize;
    margin-bottom: 20px; }
    .nav-item.dropdown.dropdown-mega p a {
      color: #000;
      font-size: 17px;
      font-weight: 300; }

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none; }
  .navbar-toggler:focus {
    box-shadow: none; }
  .navbar-toggler .hamburger-toggle {
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 11;
    float: right; }
    .navbar-toggler .hamburger-toggle .hamburger {
      position: absolute;
      transform: translate(-50%, -50%) rotate(0deg);
      left: 50%;
      top: 50%;
      width: 50%;
      height: 50%;
      pointer-events: none; }
      .navbar-toggler .hamburger-toggle .hamburger span {
        width: 100%;
        height: 4px;
        position: absolute;
        background: #333;
        border-radius: 2px;
        z-index: 1;
        left: 0px; }
        .navbar-toggler .hamburger-toggle .hamburger span:first-child {
          top: 10%;
          transform-origin: 50% 50%;
          transform: translate(0% -50%) !important; }
        .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
          top: 50%;
          transform: translate(0, -50%); }
        .navbar-toggler .hamburger-toggle .hamburger span:last-child {
          left: 0px;
          top: auto;
          bottom: 10%;
          transform-origin: 50% 50%; }
      .navbar-toggler .hamburger-toggle .hamburger.active span {
        position: absolute;
        margin: 0; }
        .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
          top: 45%;
          transform: rotate(45deg); }
        .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
          left: 50%;
          width: 0px; }
        .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
          top: 45%;
          transform: rotate(-45deg); }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.banner .carousel-indicators button {
  height: 20px;
  width: 20px;
  border: 0;
  border-radius: 100px;
  position: relative; }
  .banner .carousel-indicators button::after {
    content: '';
    position: absolute;
    height: 4px;
    width: 4px;
    border-radius: 100px;
    left: 8px;
    top: 8px;
    background: #f88534; }

.banner .carousel-caption {
  text-align: left;
  top: 0;
  left: 10%;
  display: flex;
  align-items: center; }
  .banner .carousel-caption h1 {
    color: #2F2F2F;
    font-family: "Roboto", sans-serif;
    font-size: 70px;
    font-weight: 300;
    line-height: 1em;
    line-height: 80px;
    color: #fff; }
    .banner .carousel-caption h1 span {
      font-weight: 800;
      display: block; }
  .banner .carousel-caption p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    line-height: 24px; }
  .banner .carousel-caption .btn {
    color: #fff;
    background-color: none;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #fff;
    border-radius: 0px 0px 0px 0px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 12px 30px;
    margin: 10px 0; }

.expert {
  position: relative;
  margin-top: -100px; }
  .expert .categories {
    position: absolute;
    top: 50%;
    padding-left: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 15px; }
  .expert .row {
    margin: 0; }
    .expert .row .col-lg-5,
    .expert .row .col-lg-7 {
      padding: 0; }
      .expert .row .col-lg-5 .col-lg-4,
      .expert .row .col-lg-7 .col-lg-4 {
        padding: 0; }
    .expert .row .box {
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
      background: #fff;
      position: relative; }
      .expert .row .box span {
        background: #f88534 !important;
        color: #fff !important; }
    .expert .row .box-2 {
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
      position: relative;
      background: #f88534; }
      .expert .row .box-2 p,
      .expert .row .box-2 a {
        color: #fff !important; }
    .expert .row .box-3 {
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
      position: relative;
      background: #9b3d3e; }
      .expert .row .box-3 p,
      .expert .row .box-3 a {
        color: #fff !important; }
    .expert .row .box,
    .expert .row .box-3,
    .expert .row .box-2 {
      padding: 15px 30px;
      min-height: 100%; }
      .expert .row .box span,
      .expert .row .box-3 span,
      .expert .row .box-2 span {
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        padding: 8px 15px;
        border-radius: 0px 0px 20px 0px; }
      .expert .row .box p,
      .expert .row .box-3 p,
      .expert .row .box-2 p {
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        letter-spacing: .5px; }
        .expert .row .box p strong,
        .expert .row .box-3 p strong,
        .expert .row .box-2 p strong {
          padding-top: 40px;
          display: block;
          font-weight: 700;
          font-size: 20px; }
      .expert .row .box a,
      .expert .row .box-3 a,
      .expert .row .box-2 a {
        font-size: 15px;
        font-family: "Roboto", sans-serif;
        color: #000;
        font-weight: 400;
        text-decoration: none; }

.about-us {
  padding: 70px 0; }
  .about-us .about-heading {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #ee3137; }
  .about-us h2 {
    color: #2F2F2F;
    font-family: "Roboto", sans-serif;
    font-size: 70px;
    font-weight: 300;
    line-height: 1em;
    font-size: 46px;
    line-height: 52px;
    margin: 20px 0; }
    .about-us h2 span {
      font-weight: 800;
      display: block; }
  .about-us p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    text-align: justify; }
    .about-us p span,
    .about-us p strong {
      color: #ee3137;
      font-size: 15px;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      line-height: 1em;
      letter-spacing: 2px; }
  .about-us ul {
    padding-left: 0; }
    .about-us ul li {
      list-style: none;
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      letter-spacing: 1px; }
  .about-us .btn {
    color: #fff;
    background-color: none;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #fff;
    border-radius: 0px 0px 0px 0px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 12px 30px;
    margin: 10px 0;
    border-color: #ee3137;
    color: #ee3137; }

.services {
  position: relative;
  padding: 60px 0;
  background: #f88534; }
  .services .services-backgound {
    background: url(../images/services-background.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: .1; }
  .services .container {
    position: relative;
    z-index: 2; }
  .services .main-title h3 {
    color: #2F2F2F;
    font-family: "Roboto", sans-serif;
    font-size: 70px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 40px;
    font-size: 46px;
    text-align: center;
    color: #fff; }
    .services .main-title h3 span {
      font-weight: 800;
      display: block;
      display: inline; }
  .services .tabs button.active {
    background: none; }
    .services .tabs button.active p {
      color: #9b3d3e; }
  .services .tabs button {
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    width: 33.3%; }
  .services .tabs h3,
  .services .tabs h2,
  .services .tabs h4,
  .services .tabs h5,
  .services .tabs h6 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1em;
    color: #000;
    margin-bottom: 20px; }
  .services .tabs p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 1px; }
  .services .tabs .btn {
    color: #fff;
    background-color: none;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #fff;
    border-radius: 0px 0px 0px 0px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 12px 30px;
    margin: 10px 0;
    color: #000;
    padding: 8px 30px;
    background: #162e40;
    border-color: #000;
    color: #fff; }
  .services .tabs .tab-content {
    background: #fff;
    border-radius: 7px;
    padding: 40px;
    box-shadow: 0 5px 30px rgba(3, 4, 4, 0.07); }
    .services .tabs .tab-content img {
      padding: 8px; }
    .services .tabs .tab-content .right_service {
      padding-left: 30px; }
    .services .tabs .tab-content ul {
      padding-left: 0; }
      .services .tabs .tab-content ul li {
        list-style: none;
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        letter-spacing: 1px; }
  .services .service-box {
    padding: 30px 15px;
    text-align: center;
    box-shadow: 0 5px 30px rgba(3, 4, 4, 0.07);
    background: #fff;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px; }
    .services .service-box img {
      margin-bottom: 10px;
      width: 60px; }
    .services .service-box p {
      color: #ee3137;
      font-size: 15px;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      line-height: 1em;
      letter-spacing: 2px;
      letter-spacing: normal;
      font-weight: 700;
      font-size: 20px;
      padding: 5px 0;
      text-transform: capitalize;
      margin-bottom: 0;
      color: #000; }

.countries {
  padding: 70px 0;
  position: relative; }
  .countries .map-images {
    background: url(../images/map.jpg) no-repeat;
    position: absolute;
    background-position: 100% 26%;
    background-size: 55% auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .05; }
  .countries .container {
    position: relative;
    z-index: 1; }
  .countries h2 {
    color: #2F2F2F;
    font-family: "Roboto", sans-serif;
    font-size: 70px;
    font-weight: 300;
    line-height: 1em;
    font-size: 46px; }
    .countries h2 span {
      font-weight: 800;
      display: block; }
  .countries .about-heading {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #ee3137; }
  .countries p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    line-height: 24px; }
    .countries p strong {
      color: #ee3137;
      font-size: 15px;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      line-height: 1em;
      letter-spacing: 2px; }
  .countries .btn {
    color: #fff;
    background-color: none;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #fff;
    border-radius: 0px 0px 0px 0px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 12px 30px;
    margin: 10px 0;
    color: #000;
    border-color: #000; }
  .countries .contries-box .countries-img {
    overflow: hidden; }
    .countries .contries-box .countries-img:hover img {
      transform: scale(1.2);
      transition: 1s; }
  .countries .contries-box .countries-text {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 15px;
    position: relative;
    background: #fff;
    text-align: center;
    margin-bottom: 15px;
    min-height: 270px; }
    .countries .contries-box .countries-text h6,
    .countries .contries-box .countries-text h3,
    .countries .contries-box .countries-text h4,
    .countries .contries-box .countries-text h5 {
      font-size: 24px;
      margin-bottom: 20px;
      font-weight: 600;
      font-family: "Roboto", sans-serif;
      color: #000; }
    .countries .contries-box .countries-text p {
      letter-spacing: .5px;
      min-height: 120px; }
    .countries .contries-box .countries-text a {
      color: #ee3137;
      text-decoration: none;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      letter-spacing: 1px; }

.testimonials {
  position: relative;
  padding: 70px 0 30px 0; }
  .testimonials img {
    border-radius: 7px; }
  .testimonials .testimonial-box {
    margin: 60px 0px 0px -60px;
    padding: 60px 60px 60px 60px;
    background: #fff;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    min-height: 83%; }
  .testimonials p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px; }
    .testimonials p strong {
      color: #ee3137;
      font-size: 15px;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      line-height: 1em;
      letter-spacing: 2px; }
    .testimonials p span {
      font-weight: 600;
      font-size: 16px; }
  .testimonials .border-heading {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #ee3137; }
  .testimonials h2 {
    color: #2F2F2F;
    font-family: "Roboto", sans-serif;
    font-size: 70px;
    font-weight: 300;
    line-height: 1em;
    font-size: 46px;
    margin-bottom: 30px; }
    .testimonials h2 span {
      font-weight: 800;
      display: inline; }
  .testimonials .bi {
    font-size: 36px;
    color: #888; }
  .testimonials .carousel-indicators {
    z-index: 2;
    margin-bottom: -25px; }
    .testimonials .carousel-indicators button {
      height: 15px;
      width: 15px;
      background: #f88534;
      border-radius: 100px;
      border: 1px solid #f88534; }

.ielts {
  position: relative;
  padding: 70px 0 30px 0;
  margin-top: 50px;
  background: #ee3137; }
  .ielts .ielts-background {
    background: url(../images/backgound-ielts.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: .2; }
  .ielts .ielts-text {
    position: relative;
    padding: 20px 20px 40px 20px;
    z-index: 1; }
    .ielts .ielts-text .about-heading {
      border-color: #fff; }
      .ielts .ielts-text .about-heading h2 {
        color: #fff;
        font-family: "Roboto", sans-serif;
        font-size: 32px;
        font-weight: 800;
        line-height: 1em;
        font-size: 46px;
        font-weight: 800;
        margin-bottom: 30px; }
    .ielts .ielts-text p {
      font-family: "Roboto", sans-serif;
      font-size: 15px;
      font-weight: 300;
      line-height: 30px;
      text-align: justify;
      color: #fff; }
      .ielts .ielts-text p strong {
        color: #ee3137;
        font-size: 15px;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 1em;
        letter-spacing: 2px;
        color: #fff;
        font-size: 24px;
        text-transform: capitalize;
        font-weight: 800;
        padding: 15px 0;
        display: block;
        letter-spacing: normal; }
    .ielts .ielts-text ul {
      padding-left: 0; }
      .ielts .ielts-text ul li {
        list-style: none;
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        letter-spacing: 1px;
        color: #fff;
        line-height: 30px;
        font-weight: 400;
        letter-spacing: normal; }
    .ielts .ielts-text a {
      margin-top: 35px !important;
      display: inline-block;
      text-decoration: none;
      color: #fff;
      background-color: none;
      border-style: solid;
      border-width: 1px 1px 1px 1px;
      border-color: #fff;
      border-radius: 0px 0px 0px 0px;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 3px;
      padding: 12px 30px;
      margin: 10px 0; }
  .ielts .ielts-img {
    position: relative;
    z-index: 1;
    margin-top: -150px;
    margin-right: 0px;
    background: url(../images/ielts.jpg) no-repeat;
    height: 100vh;
    background-position: center;
    background-size: cover;
    border-radius: 7px; }
  .ielts .ielts-box {
    background: #fff;
    padding: 25px;
    min-height: 100%;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    font-family: "Roboto", sans-serif; }
    .ielts .ielts-box p {
      color: #000;
      font-weight: 300;
      font-size: 14px; }
      .ielts .ielts-box p strong {
        color: #ee3137;
        font-weight: 400; }

.colleges {
  position: relative;
  padding: 70px 0;
  display: none; }
  .colleges h3 {
    color: #2F2F2F;
    font-family: "Roboto", sans-serif;
    font-size: 70px;
    font-weight: 300;
    line-height: 1em;
    font-size: 46px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 50px; }
  .colleges img {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px; }

.footer {
  background: #f88534;
  padding: 70px 0; }
  .footer h4,
  .footer h5,
  .footer h6,
  .footer h2 {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px; }
  .footer p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    margin-bottom: 15px; }
  .footer ul {
    padding-left: 0; }
    .footer ul li {
      list-style: none;
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      letter-spacing: 1px; }
      .footer ul li a {
        text-decoration: none;
        margin-bottom: 15px;
        color: #fff;
        display: inline-block; }

.copyright {
  padding: 15px 0;
  background: #000; }
  .copyright p {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    color: #fff; }
  .copyright a {
    color: #fff;
    margin-left: 15px; }

#back_to_top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  background: #9b3d3e;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  z-index: 999; }

.banner {
  text-align: center; }

.comman-banner {
  text-align: center; }
  .comman-banner .carousel-caption {
    left: 15%; }
  .comman-banner h1 {
    font-size: 48px !important; }

.breads {
  position: relative; }
  .breads ul {
    padding-left: 0; }
    .breads ul li {
      padding-right: 15px;
      margin-right: 15px;
      list-style: none;
      color: #fff;
      font-family: "Roboto", sans-serif;
      font-size: 13px;
      font-weight: 300;
      letter-spacing: .5px;
      text-transform: uppercase; }
      .breads ul li a {
        color: #f88534;
        position: relative; }
        .breads ul li a::after {
          content: '';
          position: absolute;
          right: -17px;
          bottom: 4px;
          border-top: 4px solid transparent;
          border-left: 6px solid #f88534;
          border-bottom: 4px solid transparent; }

.director img {
  border-radius: 7px; }

.about-us-list {
  background: #ee3137;
  position: relative; }
  .about-us-list .point {
    padding: 70px 40px; }
  .about-us-list h3 {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px; }
  .about-us-list ul {
    padding-left: 0; }
    .about-us-list ul li {
      list-style: none;
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      letter-spacing: 1px;
      color: #fff;
      font-size: 16px;
      letter-spacing: normal;
      margin-bottom: 15px; }
  .about-us-list p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    text-align: justify; }
  .about-us-list .aboutlist-right {
    text-align: right;
    background: url(../images/about-listing-images.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100%; }

.vision {
  padding: 50px 0; }
  .vision h4 {
    color: #2F2F2F;
    font-family: "Roboto", sans-serif;
    font-size: 70px;
    font-weight: 300;
    line-height: 1em;
    font-size: 42px;
    font-weight: 700; }
  .vision p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px; }
  .vision img {
    border-radius: 7px; }
  .vision .box {
    padding: 15px;
    text-align: center;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
    margin: 20px 0; }
    .vision .box p {
      font-size: 18px;
      font-weight: 800; }
    .vision .box .svg-inline--fa {
      font-size: 36px;
      color: #ee3137;
      margin-bottom: 5px; }

.team-carousel {
  padding: 50px 0; }
  .team-carousel .carousel-indicators {
    bottom: -55px; }
    .team-carousel .carousel-indicators button {
      height: 10px;
      width: 20px;
      border: 0;
      border-radius: 7px; }

.services-innner {
  padding: 70px 0;
  background: #fff; }
  .services-innner .service-box {
    margin: 0;
    padding: 15px 5px; }
    .services-innner .service-box p {
      font-size: 18px; }
  .services-innner .box {
    padding: 30px; }
    .services-innner .box h2 {
      color: #2F2F2F;
      font-family: "Roboto", sans-serif;
      font-size: 70px;
      font-weight: 300;
      line-height: 1em;
      font-size: 48px;
      margin-bottom: 25px;
      font-weight: 700; }
    .services-innner .box p {
      font-family: "Roboto", sans-serif;
      font-size: 15px;
      font-weight: 300;
      line-height: 30px; }
    .services-innner .box ul {
      list-style: none;
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      letter-spacing: 1px;
      padding-left: 0; }
      .services-innner .box ul li {
        line-height: 30px; }
  .services-innner .tabs button {
    width: 207px; }
  .services-innner .tabs button.active {
    background: #f88534; }
    .services-innner .tabs button.active .service-box {
      background: none; }
      .services-innner .tabs button.active .service-box p {
        color: #fff; }
      .services-innner .tabs button.active .service-box img {
        filter: invert(1); }
  .services-innner .tabs .tab-content {
    padding: 5px; }
    .services-innner .tabs .tab-content .right_service {
      padding-left: 0; }

.contact-us-inner {
  padding: 60px 0; }
  .contact-us-inner h2,
  .contact-us-inner h3 {
    color: #2F2F2F;
    font-family: "Roboto", sans-serif;
    font-size: 70px;
    font-weight: 300;
    line-height: 1em;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 40px; }
  .contact-us-inner p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px; }
    .contact-us-inner p strong {
      font-weight: 600;
      font-size: 20px;
      color: #ee3137; }
    .contact-us-inner p .bi {
      color: #ee3137; }
  .contact-us-inner input,
  .contact-us-inner textarea {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    border-radius: 0;
    border-color: #eee;
    font-size: 14px;
    letter-spacing: 1px; }
  .contact-us-inner .btn {
    color: #fff;
    background-color: none;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #fff;
    border-radius: 0px 0px 0px 0px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 12px 30px;
    margin: 10px 0;
    color: #000 !important;
    background: #f88534 !important; }

.map iframe {
  filter: grayscale(1); }

.countries-inner {
  position: relative;
  padding: 50px 0; }
  .countries-inner h2,
  .countries-inner h3,
  .countries-inner h4,
  .countries-inner h5,
  .countries-inner h6 {
    color: #2F2F2F;
    font-family: "Roboto", sans-serif;
    font-size: 70px;
    font-weight: 300;
    line-height: 1em;
    font-size: 36px;
    padding: 15px 0;
    margin: 20px 0;
    font-weight: 600; }
  .countries-inner p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    text-align: justify; }
    .countries-inner p strong {
      color: #ee3137;
      font-size: 15px;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      line-height: 1em;
      letter-spacing: 2px;
      letter-spacing: normal;
      font-weight: 600 !important;
      font-size: 20px;
      text-transform: capitalize; }
  .countries-inner ul {
    padding-left: 0; }
  .countries-inner .col-lg-9 ul {
    padding-left: 0; }
    .countries-inner .col-lg-9 ul li {
      list-style: none;
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      letter-spacing: 1px;
      margin-bottom: 15px;
      color: #555;
      letter-spacing: normal;
      display: flex;
      font-weight: 400; }
      .countries-inner .col-lg-9 ul li .bi {
        margin-right: 8px;
        color: #f88534; }
  .countries-inner .card {
    margin: 20px 0;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
    padding: 20px 5px;
    text-align: center; }
    .countries-inner .card p {
      margin: 0;
      font-weight: 600;
      text-align: center;
      font-size: 18px; }
  .countries-inner table {
    width: 100%;
    margin: 20px 0;
    border-color: #eee;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1); }
    .countries-inner table tr td {
      border-color: #eee;
      padding: 20px 20px;
      font-family: "Roboto", sans-serif; }
  .countries-inner .sidebar {
    background: #ee3137;
    padding: 30px;
    margin-bottom: 15px; }
    .countries-inner .sidebar h2 {
      color: #fff;
      margin: 0;
      padding-bottom: 30px;
      border-bottom: 1px solid #DF6C1B; }
    .countries-inner .sidebar ul li {
      list-style: none;
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      letter-spacing: 1px;
      margin: 0; }
      .countries-inner .sidebar ul li a {
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        border-bottom: 1px solid #DF6C1B;
        display: block;
        padding: 15px 0; }
  .countries-inner .form {
    padding: 30px;
    background: #eee;
    margin-bottom: 30px; }
    .countries-inner .form h3 {
      margin-top: 0;
      color: #000; }
    .countries-inner .form input,
    .countries-inner .form textarea {
      font-family: "Roboto", sans-serif;
      font-size: 15px;
      font-weight: 300;
      line-height: 30px;
      border-color: #eee;
      font-size: 14px;
      letter-spacing: 1px; }
    .countries-inner .form .btn {
      color: #fff;
      background-color: none;
      border-style: solid;
      border-width: 1px 1px 1px 1px;
      border-color: #fff;
      border-radius: 0px 0px 0px 0px;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 3px;
      padding: 12px 30px;
      margin: 10px 0;
      width: 100%;
      background: #ee3137;
      border: 0;
      color: #000 !important; }

.ielts-inner {
  padding: 50px 0; }
  .ielts-inner h2,
  .ielts-inner h3,
  .ielts-inner h4,
  .ielts-inner h5,
  .ielts-inner h6 {
    color: #2F2F2F;
    font-family: "Roboto", sans-serif;
    font-size: 70px;
    font-weight: 300;
    line-height: 1em;
    font-size: 36px;
    padding: 15px 0;
    margin: 20px 0;
    font-weight: 600; }
  .ielts-inner p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    text-align: justify; }
    .ielts-inner p strong {
      color: #ee3137;
      font-size: 15px;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      line-height: 1em;
      letter-spacing: 2px;
      letter-spacing: normal;
      font-weight: 600 !important;
      font-size: 20px;
      text-transform: capitalize; }
  .ielts-inner ul {
    padding-left: 0; }

.types-of-exam {
  padding: 70px 0;
  position: relative;
  background: #ee3137;
  text-align: center; }
  .types-of-exam h2,
  .types-of-exam h3,
  .types-of-exam h4,
  .types-of-exam h5,
  .types-of-exam h6 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1em;
    font-size: 36px;
    padding: 15px 0;
    margin: 20px 0;
    font-weight: 600; }
  .types-of-exam p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    color: #fff; }
    .types-of-exam p strong {
      color: #ee3137;
      font-size: 15px;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      line-height: 1em;
      letter-spacing: 2px;
      letter-spacing: normal;
      font-weight: 600 !important;
      font-size: 20px;
      text-transform: capitalize; }
  .types-of-exam ul {
    padding-left: 0;
    display: block;
    width: 100%; }
    .types-of-exam ul li {
      list-style: none;
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      letter-spacing: 1px;
      width: 250px;
      display: inline-block;
      background: #fff;
      box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
      padding: 20px;
      font-weight: 600; }

.academic {
  padding: 50px 0; }
  .academic .ielts-box {
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 40px; }
    .academic .ielts-box h3,
    .academic .ielts-box h4 {
      color: #2F2F2F;
      font-family: "Roboto", sans-serif;
      font-size: 70px;
      font-weight: 300;
      line-height: 1em;
      font-size: 36px;
      margin-bottom: 25px; }
    .academic .ielts-box p {
      font-family: "Roboto", sans-serif;
      font-size: 15px;
      font-weight: 300;
      line-height: 30px; }
  .academic table {
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1); }
    .academic table tr th {
      font-family: "Roboto", sans-serif;
      background: #162e40;
      color: #fff;
      padding: 12px 20px; }
    .academic table tr td {
      border: 1px solid #eee;
      font-family: "Roboto", sans-serif;
      padding: 12px 20px; }
  .academic .way-to-paper {
    margin: 30px 0; }
    .academic .way-to-paper h5 {
      color: #2F2F2F;
      font-family: "Roboto", sans-serif;
      font-size: 70px;
      font-weight: 300;
      line-height: 1em;
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 25px; }
    .academic .way-to-paper p {
      font-family: "Roboto", sans-serif;
      font-size: 15px;
      font-weight: 300;
      line-height: 30px; }
    .academic .way-to-paper ul {
      padding-left: 0; }
      .academic .way-to-paper ul li {
        list-style: none;
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        letter-spacing: 1px;
        line-height: 32px;
        letter-spacing: normal; }
  .academic .way-computer {
    margin: 30px 0; }
    .academic .way-computer h3 {
      color: #2F2F2F;
      font-family: "Roboto", sans-serif;
      font-size: 70px;
      font-weight: 300;
      line-height: 1em;
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 25px; }
    .academic .way-computer p {
      font-family: "Roboto", sans-serif;
      font-size: 15px;
      font-weight: 300;
      line-height: 30px; }
    .academic .way-computer ul {
      padding-left: 0; }
      .academic .way-computer ul li {
        list-style: none;
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        letter-spacing: 1px;
        line-height: 32px;
        letter-spacing: normal; }

@media (min-width: 1199px) and (max-width: 1280px) {
  .navbar .nav-item .nav-link {
    padding: 10px 10px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .nav-item .nav-link {
    padding: 10px 5px;
    text-transform: capitalize;
    letter-spacing: normal; }
  .navbar .nav-item .nav-link .d-flex {
    padding: 5px; }
  .navbar .nav-item .nav-link .d-flex p span {
    font-size: 18px; } }

@media (max-width: 991px) {
  .navbar .nav-item .nav-link {
    line-height: 36px;
    border-bottom: 1px solid #eee; }
  .navbar-collapse {
    position: fixed;
    left: -280px;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 280px;
    z-index: 9;
    box-shadow: 0 5px 30px rgba(3, 4, 4, 0.07); }
    .navbar-collapse .navbar-nav {
      display: block !important; }
      .navbar-collapse .navbar-nav .dropdown-menu {
        width: 100%; }
  .navbar-collapse.show {
    left: 0; }
  .navbar .nav-item .nav-link .d-flex {
    display: none !important; }
  .expert {
    margin: 0; }
    .expert .categories {
      position: relative;
      padding: 15px 0;
      top: 0; }
  .banner .carousel-caption h1 {
    font-size: 46px;
    line-height: normal; }
  .ielts .ielts-box {
    min-height: 288px; }
  .ielts .ielts-img {
    margin: 0;
    height: 600px; }
  .testimonials .testimonial-box {
    margin: 0;
    margin-left: 0px; }
  .countries-inner .container .flex-row {
    flex-wrap: wrap-reverse; }
  .countries-inner .container .ms-4 {
    margin: 0 !important; } }

@media (max-width: 767px) {
  .topbar .d-flex .d-flex p:nth-child(1) {
    display: none; }
  .comman-banner .carousel-caption {
    display: block;
    bottom: 0;
    top: 0; }
    .comman-banner .carousel-caption ul {
      margin: 0; }
  .services .tabs button {
    width: 50%; }
  .banner .carousel-caption h1 {
    font-size: 36px; }
  .banner .carousel-caption p {
    display: none; }
  .banner .carousel-caption .btn {
    padding: 6px 15px; }
  .countries {
    text-align: center; }
    .countries .d-flex {
      display: block !important; }
  .about-us h2,
  .countries h2,
  .ielts .ielts-text .about-heading h2,
  .testimonials h2 {
    font-size: 36px !important; }
  .services-innner .box h2 {
    font-size: 36px; } }

@media (max-width: 520px) {
  .banner .carousel-caption {
    right: 0; }
    .banner .carousel-caption h1 {
      font-size: 26px; }
    .banner .carousel-caption .btn {
      font-size: 13px;
      padding: 3px 10px;
      letter-spacing: normal; }
  .comman-banner .carousel-caption h1 {
    font-size: 24px !important; }
  .topbar .d-flex .d-flex p:nth-child(3) {
    display: none; }
  .services-innner .tabs button {
    width: 170px; }
  .services .tabs button {
    width: 100%; }
  .ielts .ielts-img {
    margin: 0;
    height: 400px; } }
