*{
    margin: 0;
    padding: 0;
}
body{
    /* font-family: 'Jost', sans-serif; */
    font-family: 'Roboto', sans-serif;
}
img{
    max-width: 100%;
}
.container {
    max-width: 82%;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Roboto', sans-serif;
}
/***********************************************/
.header_area{
  background-color: #fff !important;
  box-shadow: 0px 0px 10px #b1b1b1;
}
.navigation {
    width: 100%;
    /* height: 70px; */
    display: flex;
    position: relative;
    font-family: inherit;
    background-color: #fff;
    justify-content: space-between;
  }
  
  .navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
  }
  
  .navigation-portrait {
    height: auto;
  }
  
  .navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998;
  }
  
  .navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .align-to-right {
    float: right;
  }
  
  .nav-header {
    float: left;
  }
  
  .navigation-hidden .nav-header {
    display: none;
  }
  
  .nav-brand {
    line-height: 70px;
    padding: 0;
    color: #343a40;
    font-size: 24px;
    text-decoration: none !important;
  }
  
  .nav-brand:hover,
  .nav-brand:focus {
    color: #343a40;
  }
  
  .navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px;
  }
  
  .nav-logo > img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
  }
  
  .nav-logo:focus > img {
    outline: initial;
  }
  
  .navigation-portrait .nav-logo > img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
  }
  
  .nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    display: none;
    cursor: pointer;
  }
  
  .nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #343a40;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
  }
  
  .navigation-portrait .nav-toggle {
    display: block;
  }
  
  .navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }
  
  .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
  }
  
  .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
  }
  
  .navigation-portrait
    .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
  }
  
  .nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #343a40;
    font-size: 26px;
    cursor: pointer;
  }
  
  .navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
  }
  
  .nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
  }
  
  .navigation-portrait .nav-menu {
    width: 100%;
  }
  
  .navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
  }
  
  .navigation-landscape .nav-menu.nav-menu-centered > li {
    float: none;
  }
  
  .nav-menu > li {
    display: inline-block;
    float: left;
    text-align: left;
  }
  
  .navigation-portrait .nav-menu > li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0;
  }
  
  .navigation-portrait .nav-menu > li:last-child {
    border-bottom: solid 1px #f0f0f0;
  }
  
  .nav-menu + .nav-menu > li:first-child {
    border-top: none;
  }
  
  .nav-menu > li > a {
    height: 70px;
    padding: 26px 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #343a40;
    transition: color 0.3s, background 0.3s;
  }
  
  .navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px;
  }
  
  .nav-menu > li:hover > a,
  .nav-menu > li.active > a,
  .nav-menu > li.focus > a {
    color: #ffbe02;
  }
  
  .nav-menu > li > a > i,
  .nav-menu > li > a > [class*="ion-"] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    transform: scale(1.4);
  }
  
  .nav-menu > li > a > [class*="ion-"] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8);
  }
  
  .navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
  }
  
  .nav-menu.nav-menu-social > li {
    text-align: center;
    float: none;
    border: none !important;
  }
  
  .navigation-portrait .nav-menu.nav-menu-social > li {
    width: auto;
  }
  
  .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
    font-size: 12px;
  }
  
  .nav-menu.nav-menu-social > li > a > .fa {
    font-size: 14px;
  }
  
  .navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px;
  }
  
  .submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    transition: all 0.2s;
  }
  
  .navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
  }
  
  .submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #70798b #70798b transparent;
    transform: rotate(45deg);
    transition: border 0.2s;
  }
  
  .navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
  }
  
  .nav-menu > li:hover > a .submenu-indicator-chevron,
  .nav-menu > .active > a .submenu-indicator-chevron,
  .nav-menu > .focus > a .submenu-indicator-chevron {
    border-color: transparent #967adc #967adc transparent;
  }
  
  .navigation-portrait .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
  }
  
  .nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
  }
  
  .no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .nav-search {
    height: 70px;
    float: right;
    z-index: 19998;
  }
  
  .navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px;
  }
  
  .navigation-hidden .nav-search {
    display: none;
  }
  
  .nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fbfcfd;
  }
  
  .navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px;
  }
  
  .nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #343a40;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    transform: rotate(-45deg);
  }
  
  .nav-search-icon:after,
  .nav-search-icon:before {
    content: "";
    pointer-events: none;
  }
  
  .nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    transform: translateX(-50%);
  }
  
  .nav-search-button:hover .nav-search-icon {
    color: #ff6b00;
  }
  
  .nav-search > form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
  }
  
  .nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table;
  }
  
  .navigation-portrait .nav-search-inner {
    height: 48px;
  }
  
  .nav-search-inner input[type="text"],
  .nav-search-inner input[type="search"] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #343a40;
    outline: none;
    line-height: 70px;
    border: none;
    background-color: transparent;
    transition: all 0.3s;
  }
  
  .navigation-portrait .nav-search-inner input[type="text"],
  .navigation-portrait .nav-search-inner input[type="search"] {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
  }
  
  .nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
  }
  
  .navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px;
  }
  
  .nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
  }
  
  .nav-button:hover,
  .nav-button:focus {
    color: #fff;
    text-decoration: none;
  }
  
  .navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
  }
  
  .nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px;
  }
  
  .navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
  }
  
  .navigation-portrait .nav-text + ul {
    margin-top: 15px;
  }
  
  .nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
  }
  
  .navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
  }
  
  .nav-dropdown .nav-dropdown {
    left: 100%;
  }
  
  .nav-menu > li > .nav-dropdown {
    border-top: solid 1px #f0f0f0;
  }
  
  .nav-dropdown > li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
  }
  
  .nav-dropdown > li > a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 13px;
    color: #343a40;
    background-color: #fdfdfd;
  }
  
  .nav-dropdown > li:hover > a,
  .nav-dropdown > li.focus > a {
    color: #ff6b00;
  }
  
  .nav-dropdown.nav-dropdown-left {
    right: 0;
  }
  
  .nav-dropdown > li > .nav-dropdown-left {
    left: auto;
    right: 100%;
  }
  
  .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
    text-align: right;
  }
  
  .navigation-portrait .nav-dropdown > li > a {
    padding: 12px 20px 12px 30px;
  }
  
  .navigation-portrait .nav-dropdown > li > ul > li > a {
    padding-left: 50px;
  }
  
  .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
    padding-left: 70px;
  }
  
  .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
    padding-left: 90px;
  }
  
  .navigation-portrait
    .nav-dropdown
    > li
    > ul
    > li
    > ul
    > li
    > ul
    > li
    > ul
    > li
    > a {
    padding-left: 110px;
  }
  
  .nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute;
  }
  
  .navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
  }
  
  .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(-45deg);
  }
  
  .navigation-portrait
    .nav-dropdown
    .submenu-indicator
    .submenu-indicator-chevron {
    transform: rotate(45deg);
  }
  
  .nav-dropdown > li:hover > a .submenu-indicator-chevron,
  .nav-dropdown > .focus > a .submenu-indicator-chevron {
    border-color: transparent #ff6b00 #ff6b00 transparent;
  }
  
  .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
  }
  
  .navigation-landscape
    .nav-dropdown.nav-dropdown-left
    .submenu-indicator
    .submenu-indicator-chevron {
    transform: rotate(135deg);
  }
  .nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
  }
  
  .nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0;
  }
  
  .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
  }
  
  .nav-dropdown-horizontal > li {
    width: auto;
    clear: none;
    position: static;
  }
  
  .navigation-portrait .nav-dropdown-horizontal > li {
    width: 100%;
  }
  
  .nav-dropdown-horizontal > li > a {
    position: relative;
  }
  
  .nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    transform: rotate(90deg);
  }
  
  .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  .navigation-portrait
    .nav-dropdown-horizontal
    .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
  }
  
  .megamenu-panel {
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fdfdfd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
  }
  
  .navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block;
  }
  
  .megamenu-panel [class*="container"] {
    width: 100%;
  }
  
  .megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0;
  }
  
  .megamenu-panel-half {
    width: 50%;
  }
  
  .megamenu-panel-quarter {
    width: 25%;
  }
  
  .navigation-portrait .megamenu-panel-half,
  .navigation-portrait .megamenu-panel-quarter {
    width: 100%;
  }
  
  .megamenu-panel-row {
    width: 100%;
  }
  
  .megamenu-panel-row:before,
  .megamenu-panel-row:after {
    content: "";
    display: table;
    line-height: 0;
  }
  
  .megamenu-panel-row:after {
    clear: both;
  }
  
  .megamenu-panel-row [class*="col-"] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%;
  }
  
  .megamenu-panel-row [class*="col-"]:first-child {
    margin-left: 0;
  }
  
  .navigation-portrait .megamenu-panel-row [class*="col-"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px;
  }
  
  .navigation-portrait
    .megamenu-panel-row:first-child
    [class*="col-"]:first-child {
    margin-top: 0;
  }
  
  .megamenu-panel-row .col-1 {
    width: 5.583333333333%;
  }
  
  .megamenu-panel-row .col-2 {
    width: 14.166666666666%;
  }
  
  .megamenu-panel-row .col-3 {
    width: 22.75%;
  }
  
  .megamenu-panel-row .col-4 {
    width: 31.333333333333%;
  }
  
  .megamenu-panel-row .col-5 {
    width: 39.916666666667%;
  }
  
  .megamenu-panel-row .col-6 {
    width: 48.5%;
  }
  
  .megamenu-panel-row .col-7 {
    width: 57.083333333333%;
  }
  
  .megamenu-panel-row .col-8 {
    width: 65.666666666667%;
  }
  
  .megamenu-panel-row .col-9 {
    width: 74.25%;
  }
  
  .megamenu-panel-row .col-10 {
    width: 82.833333333334%;
  }
  
  .megamenu-panel-row .col-11 {
    width: 91.416666666667%;
  }
  
  .megamenu-panel-row .col-12 {
    width: 100%;
  }
  
  .megamenu-tabs {
    width: 100%;
    float: left;
    display: block;
  }
  
  .megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
  }
  
  .navigation-portrait .megamenu-tabs-nav {
    width: 100%;
  }
  
  .megamenu-tabs-nav > li > a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff;
  }
  
  .megamenu-tabs-nav > li.active a,
  .megamenu-tabs-nav > li:hover a {
    background-color: #f5f5f5;
  }
  
  .megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff;
  }
  
  .megamenu-tabs-pane.active {
    display: block;
  }
  
  .navigation-portrait .megamenu-tabs-pane {
    width: 100%;
  }
  
  .megamenu-lists {
    width: 100%;
    display: table;
  }
  
  .megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none;
  }
  
  .megamenu-list:last-child {
    margin: 0;
    border: none;
  }
  
  .navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    border-right: solid 1px #f0f0f0;
  }
  
  .navigation-landscape .megamenu-list:last-child {
    border: none;
  }
  
  .megamenu-list > li > a {
    width: 100%;
    padding: 5px 15px;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    font-size: 13px;
  }
  
  .megamenu-list > li > a:hover {
    background-color: #ffbe02;
    color: #fff;
  }
  
  .megamenu-list > li.megamenu-list-title > a {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #343a40;
  }
  
  .megamenu-list > li.megamenu-list-title > a:hover {
    background-color: transparent;
  }
  
  .navigation-landscape .list-col-2 {
    width: 50%;
  }
  
  .navigation-landscape .list-col-3 {
    width: 33%;
  }
  
  .navigation-landscape .list-col-4 {
    width: 25%;
  }
  
  .navigation-landscape .list-col-5 {
    width: 20%;
  }
  
  .nav-menu > li > a {
    color: #343a40;
    text-transform: uppercase;
  }
  
  .nav-dropdown > li > a {
    color: #343a40;
    padding: 10px 20px;
    border-bottom: 1px solid #f6f6f6;
  }
  
  .nav-dropdown > li > a:hover,
  .nav-dropdown > li > a:focus {
    color: #ff6b00;
  }
  
  .main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  }
  
  .transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
  }
  
  .navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
  }
  
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .nav-dropdown > li > a,
    .megamenu-list > li > a {
      width: 65%;
    }
  }
  .mob {
    display: none;
}
/***********************************************/
.heroSection{

width: 100%;
/* height: 80vh; */
padding: 100px 0 40px;
}
.heroSectionHome{
  background: url("../images/hero.webp") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  /* background-attachment: fixed; */
  margin-top:20px;
  }
/* .heroSection .help{
justify-content: end;
display: flex;
} */
.help h1{
color: #000;
font-weight: 900;
/* font-style: italic; */
}

.countBox{
text-align: center;
padding: 15px 10px;

}
.formHolder{
    margin-top: 50px;

}
.heroSection .formHolder{
  margin-top: 10px;

}
.formBox{
  background-color: #fff;
  border-radius: 15px;
  /* height: 400px; */
  width: 100%;
  box-shadow: 0px 0px 10px #bebebe;
  padding: 15px;
    

}
.formBox .form-control {
  color: #212529;
  background-color: #f9f9f9;
}
.formBox h4 {
 font-weight: 600;
 font-size: 24px;
 color: #575354;
}
.formBox h4 span{
  color:#ffbe02 ;
  /* font-style: italic; */
}
.bodr img{
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}
h2.heading{
    font-weight: 900;
    /* font-style: italic; */
    font-size: 50px;
}
h2.heading span{
    color: #FFBE02;
}
.logMenu ul li{
  list-style: none;
  display: inline-block;
 
}
.logMenu ul li a{
  height: 70px;
    padding: 26px 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    color: #343a40;
    transition: color 0.3s;
    text-transform: capitalize;
}
.logMenu li:hover  a {
  color: #ff6b00;
}
.nav-menu > li > a {
  color: #343a40;
  text-transform: capitalize;
  font-size: 15px;
}
.universities-img {
  background-position: 50%;
  height: 49px;
  background-size: cover;
  margin: 6px 0;
  /* animation:animatedBackground 50s linear infinite; */
  -webkit-animation: animatedBackground 50s linear infinite;
}

@-webkit-keyframes animatedBackground {
  0% {
      background-position: 0 0
  }

  to {
      background-position: -2949px 0
  }
}

@keyframes animatedBackground {
  0% {
      background-position: 0 0
  }

  to {
      background-position: -2949px 0
  }
}
.target1 {
  font-weight: bold;
  color: #fbfbfb;
  animation-name: rightToLeft;
  animation-duration: 4.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  /* animation: rightToLeft 4.5s linear infinite; */
}

@keyframes rightToLeft {
  0% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(-160px);
  }
}
/******************************************************/
.whyUs{
  padding: 50px 0;
}


.howToWork{
  background: #FFF2CE;
  /* background: url("../images/wave2.png") 95% bottom /90px no-repeat, #FFF2CE; */
    padding: 50px 0;
    background-position: 50% 50%;
    height: 1050px;
    margin-bottom: 180px;
    position: relative;
}
.howToWork::before{
  content: '';
  background: url(../images/wave.webp) no-repeat;
  position: absolute;
  width: 100%;
  height: 1200px;
  left: 0%;
  display: inline-block;
  background-position: 50%;

}
.step1{
  padding: 80px 0;
  text-align: center;
  position: relative;
}
.step1::before{
  content: '';
  position: absolute;
  display: inline-block;
  background: url(../images/num1.webp) no-repeat;
  height: 100%;
  width: 30%;
  margin-left: -65px;
  margin-top: -45px
}
.step2{
  padding: 50px 0;
  text-align: center;
  position: relative;
}
.step2::before {
  content: '';
  position: absolute;
  display: inline-block;
  background: url(../images/num2.webp) no-repeat;
  height: 100%;
  width: 30%;
  margin-left: -140px;
  margin-top: -45px;
  /* left: 0; */
}
.step3{
  padding: 50px 0;
  text-align: center;
  position: relative;
}
.step3::before {
  content: '';
  position: absolute;
  display: inline-block;
  background: url(../images/num3.webp) no-repeat;
  height: 100%;
  width: 30%;
    margin-left: 2px;
    margin-top: -95px;  
}
/*****************************************************/
/****************************************************/
.worries{
    background: url("../images/worries.webp") no-repeat;
    padding: 100px 50px;
    background-size: cover;
    color: #fff;
    border-radius: 30px;
}
.worries a {
  display: inline-block;
  padding: 12px 40px;
  text-decoration: none;
  background: #FFBE02;
  border-radius: 40px;
  color: #fff;
  margin-top: 50px;
  font-size: 30px;
  font-weight: 600;
}
.worries h3{
    font-size: 45px;
    font-weight: 600;
}
.worries h4{
    font-size: 25px;
}
.worries p{
    margin-top: 30px;
    font-size: 22px;
}

/**************************************/

.subject{
    position: relative;
    margin: 230px 0 50px 0px;
    z-index: 0;
    padding-bottom: 15px;
}
.subject::before{
    content: '';
    position: absolute;
    /* background: #FFBE02; */
    background: url(../images/grnarrow.png) 99% top /90px no-repeat, #FFBE02;
    width: 83%;
    height: 70%;
    left: 155px;
    z-index: -1;
    border-radius: 20px;

}
.subBox{
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0px 5px 10px #9d9d9d;
    margin-bottom: 30px;
}
.subBox h4{
    text-align: center;
}
.headWhite{
    font-size: 80px;
    color: #fff;
    /* font-style: italic; */
    font-weight: 800;
}
.fullHeight {
    display: flex;
    flex-wrap: wrap;
    align-items: initial;
}
.bx1{
    margin-top: -65px;
    margin-right: -30px;
}
.bx2 {
    margin-top: -130px;
    margin-left: 30px;
}
.bx3{
    margin-top: -170px;
    margin-right: -90px;
}
.bx7{
    margin-top: -60px;
    margin-right: -10px
}
.bx5{
    margin-top: 30px;
}
.bx6{
    margin-top: 30px;
}
/**************************************************/


.grades{
    background: url("../images/grades.webp") no-repeat;
    padding: 100px 50px;
    background-size: cover;
    color: #fff;
    margin-bottom: 50px;
    border-radius: 30px;
}
.grades a {
  display: inline-block;
  padding: 12px 40px;
  text-decoration: none;
  background: #FFBE02;
  border-radius: 40px;
  color: #fff;
  margin-top: 50px;
  font-size: 30px;
  font-weight: 600;
}
.grades h3{
    font-size: 45px;
    font-weight: 600;
}
.grades h4{
    font-size: 25px;
}
.grades p{
    margin-top: 30px;
    font-size: 22px;
}

.client{
  padding: 50px 0;
  background: #FFF2CE;
}
/*************************************************/

.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #ecf1f3;
    width: 33%;
    /* height: 400px; */
    border-radius: 10px 0 0 10px;
  }
  
  .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 12px 16px;
    width: 98%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    margin: 1%;
    border-radius: 4px;
    border: 1px solid #FFBE02;
  }
  
  .tab button:hover {
    background-color: #bee9f7;
  }
  
  .tab button.active {
    background-color: #FFBE02;
  }
  
  .tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 67%;
    border-left: none;
    height: 536px;
    border-radius: 0 10px 10px 0;
    overflow-y: scroll;
  }
  .tabs{
    background: #F3F3F3;
    padding: 30px 0;
    margin-top: 20px;
  }

  /*******************************************/
.helpServices{
  padding: 50px 0;
}

  .ordering{
    background: url("../images/ordering.webp") no-repeat;
    padding: 100px 50px;
    background-size: cover;
    color: #fff;
    /* margin-bottom: 50px; */
    border-radius: 30px;
}
.ordering a {
  display: inline-block;
  padding: 12px 40px;
  text-decoration: none;
  background: #FFBE02;
  border-radius: 40px;
  color: #fff;
  margin-top: 50px;
  font-size: 30px;
  font-weight: 600;
}
.ordering h3{
    font-size: 45px;
    font-weight: 600;
}
.ordering h4{
    font-size: 25px;
}
.ordering p{
    margin-top: 30px;
    font-size: 22px;
}
.subBefore{
  background:url("../images/sub1.png") 30px top /90px no-repeat, url("../images/sub2.png") 95% bottom /90px no-repeat;
}

/**********************************************/

.order{
    background: url("../images/order.webp") no-repeat;
    padding: 100px 50px;
    background-size: cover;
    color: #fff;
    margin-bottom: 50px;
    border-radius: 30px;
}
.order a {
  display: inline-block;
  padding: 12px 40px;
  text-decoration: none;
  background: #FFBE02;
  border-radius: 40px;
  color: #fff;
  margin-top: 50px;
  font-size: 30px;
  font-weight: 600;
}
.order h3{
    font-size: 40px;
    font-weight: 600;
}
.order h4{
    font-size: 18px;
}
.order p{
    margin-top: 30px;
}


/*************************************/

.accordion-button{
    background-color:#ffffff;
    color:#000000;
}
 
    .accordion-button {
        font-size: 18px;
        color: #545454;
        font-weight: 700;
        /* font-family: "Verdana"; */
    
}
.accordion-button.active{
    background-color:#ffffff;
}
.accordion-body p{
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    
}
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color:#ffffff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button.yellow{
    border-left:5px solid #ffbe02;
}
.accordion-button.orange{
    border-left:5px solid #ff7100;
}
.accordion-header{
    margin-top:0;
}
.accordion-item{
    margin-top:10px;
}


/*******************************************************/

.card {
    border: none;
    border-radius: 0;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  }
  .carousel-inner {
    padding: 1em 0;
  }
  .carousel-control-prev,
  .carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
  .carousel-control-prev span,
  .carousel-control-next span {
    width: 1.5rem;
    height: 1.5rem;
  }
  @media screen and (min-width: 577px) {
    .cards-wrapper {
      display: flex;
    }
    .card {
      margin: 0 0.5em;
      width: calc(100% / 2);
    }
    .image-wrapper {
      /* height: 20vw; */
      margin: 0 auto;
      padding: 15px;
    }
  }
  /* @media screen and (max-width: 576px) {
    .card:not(:first-child) {
      display: none;
    }
  } */
  
  .image-wrapper img {
    max-width: 100%;
    max-height: 100%;
  }


  /*********************************************************/
  .blog{
    padding: 50px 0;
  }

  .btn-primary {
    color: #fff;
    background-color: #ffbe02;
    border-color: #f7bb0d;
}

  /**********************************************************/

  footer{
    background-color:#FFFCF2;
    padding-top:30px;
   
}
.flex{
    display:flex;
    justify-content: space-between;
    padding-bottom:20px;
    flex-wrap: wrap;
   
    /* align-items:center; */
   
}

footer h3{
   
    font-size: 20px;
line-height: 25px;
color: #ffb300;
/* font-family: "Jost"; */

}
.contact{
    /* display: flex; */
    align-items:center;
    color:#000000;
    font-size:14px;
    line-height:20px;
    
}

footer a{

    display:block;
    
    /* font-size: 14px; */
line-height: 24px;
color: #000000;
text-decoration: none;


}
.border{
    border:1px solid #ffe4a6  !important;
}
.footer-copyright p{
    padding:20px 0 2px 0;
}
.footer-bottom p{
    padding:20px 0 10px 0;
    margin-bottom: 0;
}
footer a:hover{
    text-decoration: none;
    color:#000000;
}
.links.no-head{
    padding-top:33px;
}



/***********************************************************/
.services{
    padding: 50px 0;
}




.accordion-group li:nth-child(4) .accordion-overlay {
  background-color: #333;
  opacity: 0.8;
}
.accordion-group li:nth-child(4).out .accordion-overlay {
  background-color: #333;
  opacity: 0;
}
.accordion-group li:nth-child(3) .accordion-overlay {
  background-color: #9d9d9d;
  opacity: 0.8;
}
.accordion-group li:nth-child(3).out .accordion-overlay {
  background-color: #9d9d9d;
  opacity: 0;
}
.accordion-group li:nth-child(2) .accordion-overlay {
  background-color: #ca9964;
  opacity: 0.8;
}
.accordion-group li:nth-child(2).out .accordion-overlay {
  background-color: #ca9964;
  opacity: 0;
}
.accordion-group li:nth-child(1) .accordion-overlay {
  background-color: #a87339;
  opacity: 0.8;
}
.accordion-group li:nth-child(1).out .accordion-overlay {
  background-color: #a87339;
  opacity: 0;
}

.accordion-group {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion-group li {
  cursor: pointer;
  position: relative;
  display: flex;
  overflow: hidden;
  margin: 0;
  padding: 1.6em;
  list-style: none;
  width: 16.66666667%;
  height: inherit;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  border-radius: 15px 0 0 15px;
}
.accordion-group li h3 {
  position: relative;
  color: #efefef;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  padding: 0;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-weight: 900;
  margin: 17rem 0px 5rem;
  transform: rotate(270deg);
  width: 75px;
  /* font-family: 'Jost', sans-serif; */
  /* font-style: italic; */
}
.accordion-group li .accordion-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 550ms ease-in-out;
  -moz-transition: all 550ms ease-in-out;
  transition: all 550ms ease-in-out;
}
.accordion-group li section {
  display: flex;
  align-items: center;
  width: 90%;
  height: 100%;
}
.accordion-group li section.big-section {
  width: 100%;
}
.accordion-group li section article {
  display: table-cell;
  vertical-align: middle;
  padding: 0rem;
  position: relative;
  right: -200%;
  -webkit-transition: all 2550ms ease-in-out;
  -moz-transition: all 550ms ease-in-out;
  transition: all 550ms ease-in-out;
}
.accordion-group li section article p {
/*  background-color: rgba(255, 255, 255, 0.8);*/
  padding: 1.6rem;
  color: #fff;
  font-size: 1.3rem;
/*  letter-spacing: 0.15rem;*/
    
}
.accordion-group li section article p:before,
.accordion-group li section article p:after {
  content: "";
  display: block;
  height: 1px;
}
.accordion-group li.out {
  width: 50%;
}
.accordion-group li.out section article {
  right: 0;
}


@media (max-width: 767px) {
  .accordion-group {
    height: 360px;
  }
  .accordion-group li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .accordion-group li.out h3 {
    opacity: 0;
  }
  .accordion-group li h3 {
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 2.5rem;
    padding: 0;
    margin: 10rem 0;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.dnone2{
  display: none;
}
.client{
  padding: 20px;
  background: #FFF2CE;
  margin-top:0px;
}
.client h3{
    font-weight:600;
    color:#000;
}
.Marquee-tag {
    width: 300px;
    min-height:220px;
    font-size:13px;
    border-radius: 20px;
    box-shadow: 10px 0px 10px #ddd;
    margin: 0 1em;
    padding: 15px;
    color: #212529;
    background: rgba(255,255,255,1);
    /* display: -webkit-inline-flex; */
    /* display: inline-flex; */
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.Marquee-tag h5{
    font-weight:600;
}
.Marquee-tag small{
    font-weight:600;
    font-size:14px;
    color: #4b4949;
}
.Marquee-tag img{
    margin-bottom:10px;
    width:100px;
}
.owl-carousel .owl-item img {
  /*display: block; */
  /* width: 17%; */
  /* float: left; */
  /* border: 5px solid #fff; */
  border-radius: 20px;
  /* margin-left: 54px; */
  /* margin-right: 35px; */
  /* margin-top: 15px; */
  /* padding: 12px; */
  margin-bottom: 15px;
}
.testimonial-item.equal-height.style-6 {
  background-color: #fff;
  border-radius: 10px;
  margin: 10px;
  padding: 15px;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}
.cell-right {
  text-align: center;
  margin-right: 80px;
  padding-top: 35px;
  padding-bottom: 20px;
}
.testimonial-name {
  font-weight: 600;
}
.testimonial-content.quote {
  /* padding: 15px; */
  margin-bottom: 15px;
}
.et_right_sidebar #main-content .container:before{
  display: none;
}
#main-content .container {
  padding-top: 10px;
}
i.fa.fa-quote-left {
  padding: 0px 10px;
  color: #999;
}
.blog .owl-buttons{
  display: none !important;
}
.slider {
  /* height: 60px; */
  position: relative;
  width: 100%;

  /* display: grid; */
  place-items: center;
  overflow: hidden;
}
/* .slider::before,
.slider::after{
  position:absolute;
  background-image:linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  content:'';
  height:100%;width:25%;
  z-index:2;pointer-events:none;
}
.slider::before{
  left:0;
  top:0;
}
.slider::after{
  right:0;
  top:0;
  transform:rotateZ(180deg);
} */

/*  IMPORTANT CODE BELOW */

.slide-track {
  width: calc(150px * 18);
  display: flex;
  animation: scroll 50s linear infinite;
  justify-content: space-between;
}

.slide-track2 {
  width: calc(150px * 15);
  display: flex;
  animation: scroll2 15s linear infinite;
  justify-content: space-between;
}

.slide {
  /* width: 150px; */
  /* height: 60px; */

  display: grid;
  place-items: center;
  transition:0.5s;
  cursor:pointer;
}
.slide:hover{
  transform:scale(0.8)
}

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-150px * 10));
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-150px * 5));
  }
}

@media screen and (max-width: 768px) {
  .slide-track {
    width: calc(80px * 20);
  }

  .slide-track2 {
    width: calc(80px * 15);
  }

  /* .slide {
    width: 80px;
  } */

  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-80px * 10));
    }
  }

  @keyframes scroll2 {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-80px * 5));
    }
  }
}

/* 
.Marquee {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 30s linear infinite running;
  -moz-animation: marquee 30s linear infinite running;
  -o-animation: marquee 30s linear infinite running;
  -ms-animation: marquee 30s linear infinite running;
  animation: marquee 30s linear infinite running;
}
.Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.Marquee-tag {
  width: 300px;
  border-radius: 20px;
  box-shadow: 10px 0px 10px #ddd;
  margin: 0 2em;
  padding: 20px;
  color: #212529;
  background: rgba(255,255,255,1);
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.Marquee-tag:hover {
  background: rgba(255,255,255,0.5);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
} */

.footer-bottom p {
  font-size: 14px;
}

.learnTab{
  width: 50%;
}
.learn .tab-content {
  padding: 40px 0;
  width: 50%;
}

.learn .nav-link {
  margin-bottom: 5px !important;
}
.learn .nav-link {
  padding: 0.5rem 1rem;
  font-size: 16px;
  color: #000 !important;
}
.learn .tab-content {
  background: #FFECB5 !important;
}
.countryTab .tab-content{
  padding: 60px 25px;
  width: 50%;
  border-radius: 30px;
  background: #ffbe02 !important;
}
.vasBox{
  background:rgb(255 236 181 / 50%);
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 30px;
}
/**********************************************************************/
/*Inner Pages Css*/

.vission{
 
  padding: 50px 0;
  /* color: #fff; */
}
.vission h2{
  font-size: 50px;
  font-weight: 800;
  /* font-style: italic; */
  
}
.vission h2 span{
  color: #FFBE02;
}
.inBanner {
  padding: 120px 0 50px;
  background: #FFBE02;
}
.inBanner h1{
  font-size: 50px;
  font-weight: 800;
  color: #fff;
}
.subMainBanner {
  background: url(../images/subject.webp) no-repeat;
  width: 100%;
  height: 80vh;
  background-size: contain;
  padding: 150px 0;
  background-attachment: fixed;
  margin-bottom: 50px;
}
.subMainBanner h1{
  /* text-align: center; */
  font-size: 80px;
  font-weight: 900;
  color: #fff;
  /* font-style: italic; */
}
.subBanner {
  background: url(../images/subbanner.webp) no-repeat;
  width: 100%;
  height: 100%;
  background-size: contain;
  padding: 0px 0;
  background-attachment: fixed;
  margin-bottom: 50px;
}
.subBanner p{
  /* color: #fff; */
}
.subBanner h1 {
  /* color: #fff; */
  font-weight: 900;
  /* font-style: italic; */
  margin-bottom: 30px;
}
.subBanner h1 span{
  color: #FFBE02;
}
.highBox{
  background: #FFFAEC;
  border-radius: 20px;
  padding: 10px 20px;
  margin-bottom: 30px;
   box-shadow: 0 0 10px -4px #000 !important;
    border-radius: 12px !important;
}
.highBox h3{
  text-align: center;
  color: #FFBE02;
  /* font-style: italic; */
  
  
}
.highBox ul{
  padding-left: 10px;
}
.highBox ul li{
  list-style-type: none;
  line-height: 25px;
}
.highBox ul li a{
  text-decoration: none;
  color: #606060;
  font-weight: 500;
}
.highBox ul li a:hover {color: #FFBE02;}

.highBox img{
  margin: 0px !important;
}
.highlight h2{
  font-size: 25px;
  color: #FFBE02;
  margin-bottom: 20px;
}
.highlight h4{
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
}
.highlight img{
  margin: 15px 0px;
}
.related{
  background: #FFFAEC;
  border-radius: 20px;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.related ul{   
  padding-left: 15px;
    list-style-type: disc !important;
    display: inline-block;
   
}
.related ul li{
    width: 50%;
    float: left;

  
}
.related ul li a{
  text-decoration: none;
  color: #606060;
    /* font-weight: 500; */
    display: inline-block;
}
.related li a:hover{color:#FFBE02}
.related h3{
  text-align: center;
  color: #FFBE02;
  /* font-style: italic; */
  
}
.contactDetail a{
  text-decoration: none;
  color: #212529;
  font-weight: 600;
  font-size: 18px;
}
.blogBanner{
  padding: 120px 0 10px;
  color: #2E475D;
}
.sideImg{
  overflow-y: hidden;
  max-height: 450px;
}
.trendingImg img{
 /* height: 450px;*/
}
.blogBox{
  padding: 50px 0 0;
}
h1.heading{
  font-size: 50px;
  font-weight: 700;
  color: #2E475D;
}
h1.heading small{
  font-size: 25px;
  font-weight: 400;
  color: #2E475D;
}
.viewMore{
  color: #212529;
  margin-top: 15px;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background-color: #FFBE02;
  padding: 10px 30px;
  border-radius: 5px;
}
.form-main {
  margin-top: 15px;
}

.form-input-fields {
 margin-bottom: 0; 
}
.section-main h4{
  color: #2E475D;
  font-weight: 400;
}
.policy h1{
  text-align: center;
  color: #FFBE02;
  font-size: 50px;
  font-weight: 800;
  /* font-style: italic; */
}
.policyText{
  margin-bottom: 30px;
}
.policyText h3{
  /* text-align: center; */
  color: #000;
   font-size: 25px; 
  font-weight: 600;
  /* font-style: italic; */
}
/* .section-main {
  margin-top:40px;
  background-color: lightgrey;
  padding: 20px 0;
} */
/* .group-icon {
  background-color:#fff;
  border:0; 
} */
.input-search {
  border: 1px solid #b1b0b0;
  box-shadow: none;
  margin-right: 10px;  
}
#pills-tab{
  box-shadow:5px 5px 10px rgb(255 190 2 / 70%);
  padding: 15px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #ffbe02;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #ffbe02;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  border: 1px solid #ffbe02 !important;
  font-weight: 600;
}
#pills-tab .nav-item{
  margin-right: 15px;
}
.tab-content {
  padding: 40px 0;
}
.getBtn {
  background-color: #ffbe02;
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    margin: 20px 0;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #cdcdcd;
}
.subCont h2 {
  text-align: center;
}
.subCont h2 span {
  background: #fff;
  padding: 0 20px;
}
.subCont h2 span::before {
  position: absolute;
  content: "";
  background:#ffbe02;
  width: 65%;
  height: 2px;
  left: 0;
  z-index: -1;
  top: 50%;
  right: 0;
  margin: 0 auto;
}
.subForm {
  background: #FFF6DC;
  width: 70%;
  margin: 0 auto;
  min-height: auto;
  box-shadow: 0 0 40px -10px #666;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  z-index: 20;
  text-align: center;
}
.subForm a{
  background-color: #ffbe02;
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    margin: 20px 0;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #cdcdcd;
}
.faq{
  color: #fff;
  font-size: 70px !important;
  position: relative;
  z-index: 9;
  padding: 76px 0px 30px;
}
.faq::before{
  content: 'faq';
  position: absolute;
  top: -54px;
  font-size: 200px;
  color: rgb(255 235 178 / 40%);
  z-index: -1;
}
.listLft ul{
  list-style: none;
}
.listLft ul {
  padding-left: 0rem;
}
.categoryList{display:block;position:relative;padding-left:35px;margin-bottom:15px;cursor:pointer;font-size:17px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#666}
.categoryList input{position:absolute;opacity:0;cursor:pointer}
.categoryList .checkmark{position:absolute;top:4px;left:5px;height:19px;width:19px;background-color:#ddd;border-radius:50%}
.categoryList:hover input ~ .checkmark{background-color:#ccc}
.categoryList input:checked ~ .checkmark{background-color:#C4C4C4}
.categoryList .checkmark:after{content:"";position:absolute;display:none}
.categoryList input:checked ~ .checkmark:after{display:block}
.categoryList .checkmark::after{top:4px;left:4px;width:11px;height:11px;border-radius:50%;background: #FFBE02;}
.listLft ul li{position:relative}
.numb{position:absolute;right:0;top:0;background: #ffbe02;width:25px;height:25px;text-align:center;border-radius:5px;font-size:14px;padding:2px 0 0;color: #292929;}

.subjectList{
  background: #FFFAEC;
    border-radius: 20px;
    padding: 20px 20px;
    margin-bottom: 30px;
}
.subjectList ul{
  list-style: none;
  padding-left: 0rem
}
.subjectList ul li a{
  text-decoration: none;
  line-height: 32px;
  color: #000;
  padding: 3px 10px;
  margin-bottom: 5px;
  display: flex;
    justify-content: space-between;
}
.subjectList ul li a.active{
  background: #ffbe02;
  /* display: block; */
  border-radius: 5px;
  box-shadow: 3px 3px 0px #838181;
}
.subjectList ul li a:hover{
  background: #ffbe02;
  /* display: block; */
  border-radius: 5px;
  box-shadow: 3px 3px 0px #838181;
  transition: ease .6s;
}
.searchListing {
  background: #FFF6DC;
  padding: 30px 20px;
  border-radius: 20px;
}
.searchListing h3 {
  font-size: 27px;
  color: #FFBE02;
}
.searchListing p {
  font-size: 18px;
  color: #666;
}
.listLft h2 {
  margin: 50px 0 30px;
}


.frmBox{
  /* position: relative; */
}
.loginBox{
  /* height: 100vh; */
  background: rgb(255,242,204);
  background: linear-gradient(278deg, rgba(255,242,204,1) 0%, rgba(255,190,2,0.8408613445378151) 100%);
padding: 65px 0;

}

.loginForm{
  background: rgb(255,242,204);
  background: linear-gradient(5deg, rgba(255,242,204,1) 11%, rgba(255,190,2,0.8800770308123249) 100%);
 border-radius: 0px 20px 20px 0;
 padding: 50px;
 text-align: center;
 box-shadow: 0px 10px 30px #939393;
 position: relative;
}
.frmFtr{
  position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    font-size: 14px;
    justify-content: space-around;
    /* vertical-align: baseline; */
    left: 0;
    border-top: 1px solid #CECECE;
    padding-top: 15px;

}
a.signup{
  text-decoration: none;
  color: #000;
  font-weight: 600;
}
.agree{
  margin-top: 120px;
  font-size: 18px;
}
.loginForm .btn-primary {
  color: #fff;
  background-color: #282828;
  border-color: #282828;
  display: block;
  width: 100%;
  padding: 9px;
  margin-top: 50px;
  text-transform: uppercase;
  border-radius: 8px;
}
.loginForm .form-control{
  border-radius: 8px;
  height: 45px;
}
.loginForm label{
  text-align: left;
}
@media (max-width: 992px) {
    .pull-left-sm {
        float: left !important;
    }
}
@media (max-width: 767px) {
    .nofloat-xs {
        float: none !important;
    }
  .btn-submit {
    margin-top:0px;
  }
}
/* .blogHeading{
  position: relative;
  color:#ffbe02 ;
  font-size: 35px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 20px;
}
.blogHeading::before{
  content: '';
    position: absolute;
    height: 4px;
    width: 90%;
    top: 25px;
    left: 10%;
    background-color: #ffbe02;
} */
.inner h2 {
  position: relative;
  color:#ffbe02 ;
  font-size: 35px;
  font-weight: 600;
  /* font-style: italic; */
  margin-bottom: 20px;
}
.blogList h2 span {
  background: #fff;
  padding: 0 20px 0 0;
}
.blogList h2 span::before {
  position: absolute;
  content: "";
  background: #ffbe02;
  width: 100%;
  height: 4px;
  left: 0;
  z-index: -1;
  top: 52%;
  right: 0;
  margin: 0 auto;
}
.blogdetl{
  padding: 125px 0 70px;
}
.blogdetl .row .col-lg-12{
  border-bottom: 3px solid #FFBE02;
}
.blogDetails img{
  margin-bottom: 20px;
}
.blogDetails h2 {
  color: #2E475D;
  font-size: 24px; 
  margin: 50px 0 20px;
  position: relative;
  text-align: center;
}
.blogDetails h2 span {
  background: #fff;
  padding: 0 20px;
}
.blogDetails h2 span::before {
  position: absolute;
  content: "";
  background: #FFBE02;
  width: 100%;
  height: 3px;
  left: 0;
  z-index: -1;
  top: 50%;
  right: 0;
  margin: 0 auto;
}
.author {
  text-align: left;
}
.author .authHd {
  text-align: left;
  color: #FFBE02;
  font-size: 24px;
  margin: 50px 0 20px;
  position: relative;
}
.author .authNam {
  text-align: left;
  font-size: 21px;
  text-transform: capitalize;
  color: #444;
  margin: 2px 0 6px;
  display: inline-block;
  width: 100%;
}
.author p {
  margin: 0;
  /* font-size: 15px; */
}
.author ul {
  margin: 0;
  list-style: none;
  padding: 20px 0 0;
}
.author ul li {
  display: inline-block;
  margin: 0 40px 0 0;
}
.author ul li span {
  color: #666;
  /* font-size: 15px; */
  display: inline-block;
  margin: 2px 0 0;
}
.shareIcons {
  display: inline-block;
}
.shareIcons .icon {
  width: 20px;
  height: 20px;
}
.comment-box a {
  background: #FFBE02;
  color: #000;
  padding: 10px 20px;
  border-radius: 0;
  width: 160px;
  text-align: center;
  margin: 0;
  font-weight: 600;
}
.author ul li svg {
  fill: #999;
  margin: 0 7px 0 0;
  width: 27px;
  height: 26px;
  display: inline-block;
  vertical-align: top;
}
.comment-box {
  margin: 50px 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(255 190 2 / 30%);
  padding: 15px;
  border-radius: 8px;
}
.relatedBlog{
  margin-bottom: 30px;
}
.relatedBlog img{
  margin-bottom: 5px;
}
.relatedBlog a:hover{
  color: #FFBE02;
  font-weight: 500;
}
.relatedBlog a{
  color: #000;
  font-weight: 500;
}
.notFound{
  padding: 120px 0 30px;
}
.nbtn{
  background: #000;
  padding: 7px 30px;
  color: #fff;
  border: 1px solid #000;
  margin-right: 30px;
  margin-top: 15px;
  display: inline-block;
  font-weight: 600;
}
.nbtn2{
  /* background: #000; */
  padding: 7px 30px;
  color: #000;
  border: 1px solid #000;
  margin-top: 15px;
  display: inline-block;
  font-weight: 600;
}
.thankText {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 0px 10px #ddd;
  text-align: center;
  margin-bottom: 50px;
}
.thPink p{
  margin-bottom: 0;
  font-size: 18px;
}
.dipBanner {
  background: url(../images/diploma-list.png) no-repeat 31%;
    /* width: 100%; */
    /* height: 80vh; */
    height: 430px;
    background-size: contain;
    padding: 130px 0 0px;
    /* background-attachment: fixed; */
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    margin-top: 40px;
    position: relative;
}
.search-section-box {
  padding: 20px;
  border-radius: 4px;
  margin: 0 0 40px;
  box-shadow: 2px 2px 6px #999;
  background: #fff;
}
.search-section-box .title-name {
  font-size: 24px;
  display: inline-block;
  width: 100%;
  padding: 0 0 15px;
  color: #000;
  font-weight: 500;
}
.search-section-box ul {
  padding: 5px 10px;
  list-style-type: none;
}
.search-section-box ul li{
 line-height: 28px;
}
.readbtn {
  text-align: right;
  display: inline-block;
  width: 100%;
  margin: 5px 0 0;
}
.themeBtn.readmore {
  padding: 4px 20px;
  border-radius: 3px;
  color: #fff;
  background: #fa9928;
  display: inline-block;
}
.wrap {
  position: relative;
  width: 100%;
  /* height: 550px; */
  margin: 0px auto;

}

.slider {
  width:100%;
  /* height: 550px; */
  margin: 0px auto;
  /* overflow: hidden;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc; */
}
.row__item img{
 /* max-height: 140px;*/
  width: 100%;
  margin-bottom: 15px
}
.slider__row {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  left: 0;
  height: 1000px;
  overflow: hidden;
  transition: 0.5s;
}
.diplomaBanner{
  background: url('../images/worries.webp') no-repeat;
  width: 100%;
    height: 80vh;
    background-size: cover;
    padding: 250px 0;
    /* background-attachment: fixed; */
    margin-bottom: 50px;

  
}
.diplomaBanner h1 span {
  color: #FFBE02;
  font-size: 60px;
}
.diplomaBanner h1 {
  color: #fff;
  font-weight: 900;
  /* font-style: italic; */
  margin-bottom: 30px;
}
.diplomaPage #pills-tab {
  box-shadow: none;
  padding: 15px;
}
.diplomaPage .tab-content {
  padding: 40px 30px;
  background:#FFF2CC;
      /* vertical-align: top; */
      display: inline-block;
      width: 100%;
      border-radius: 7px;
      /* padding: 15px; */
      max-height: 320px;
      overflow-y: auto;
}
.diplomaPage .nav-link {
  display: block;
  padding: 0.5rem 4rem;
}
.diplomaPage .nav {
  justify-content: center;
}
.diplomaPage .input-group>.form-control{
  height: 50px;
  border: 2px solid #ffbe02;
  border-right: 0;
}
.diplomaPage .input-group-text{
  height: 50px;
  padding: 10px 22px;
  background-color: #ffffff;
  border: 2px solid #ffbe02;
  margin-left: -3px;
}
.diplomaPage .tab-content ul {
  list-style: none;
  padding: 0 0 0 0px;
  display: inline-block;
  width: 100%;
  columns: 2;
}
.diplomaPage .tab-content h3 {
  font-size: 25px;
    margin: -20px 0 10px;
    font-weight: lighter;
    border-bottom: solid 2px #606060;
    padding: 0 0 10px;
}
a {
  text-decoration: none;
  cursor: pointer;
}
.diplomaPage ul li {
  color: #fa9928;
  padding: 0 5px;
  width: auto;
  /* float: left; */
  margin: 0 25px 5px 0;
  font-size: 17px;
  /* position: relative!important; */
}
.diplomaPage ul li {
  color: #000;
}
.diplomaPage ul li a{
  color: #000;
}
.diplomaPage .tab-content li::before {
  width: 10px;
  height: 15px;
  content: "-";
  position: absolute;
  left: -4px;
  background-size: auto 100%;
  top: 2px;
}
.diplomaPage .tab-content li {
     /* width: 50%!important; */
    /* display: inline-block!important; */
    padding: 4px 20px 4px 5px !important;
    position: relative!important;
    /* font-size: 14px!important; */
    vertical-align: top!important;
    text-align: left!important;
}
.todayBox{
  background-color: #FFBE02;
  padding: 30px;
  text-align: center;
  color: #fff;
  margin-top: 40px;
}
.todayBox h2{
  margin-bottom: 20px;
}
.valueTab{
  width: 70%;
}
.valueTab .nav-link {
  margin-bottom: 20px !important;
}
.valueTab .nav-link {
 
  padding: 1rem 1rem;
  font-size: 20px;
}
.valueTab .tab-content {
  background: #FFECB5 !important;
}
.reviewHolder{
  padding: 50px 0;
}
.reviewBox{
  position: relative;
}
.reviewText{
  position: absolute;
  display: flex;
  top: 70px;
  width: 100%;
}
.feedback{
  width: 64%;
  padding: 0 0px 0 40px;
}
.revName{
  width: 33%;
}
.searchUni{
  background: #FFF2CC;
  padding: 50px 0;
  margin: 40px 0;
}
.main {
  width: 50%;
  margin: 50px auto;
}

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
ul.uniName{
  list-style: none;
}
ul.uniName li{
  display: inline-block;
    background: #FFBE02;
    padding: 12px 25px;
    margin: 11px;
    border-radius: 4px;
    position: relative;
    font-size: 18px;
    border: 1px solid #edb104;
    font-weight: 600;
}
ul.uniName li a{
  color: #fff;
  text-decoration: none;
}
ul.uniName li a:hover{
  color: #000;
  transition: all 0.3s;
 
}
.searchUni .input-group>.form-control{
  height: 50px;
  border: 2px solid #ffbe02;
  border-right: 0;
}
.searchUni .input-group-text{
  height: 50px;
  padding: 10px 22px;
  background-color: #ffffff;
  border: 2px solid #ffbe02;
  margin-left: -3px;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  /* border-color: transparent; */
  outline: 0;
  box-shadow: none;
}
.selSubject .input-group {
  padding: 35px 0;
}
.selSubject .input-group>.form-control{
  height: 50px;
}
.selSubject .input-group-text{
  height: 50px;
  padding: 10px 22px;
}
.selSubject .form-control {
  border: 2px solid #ffbe02;
  border-right: 0;
}
.selSubject .input-group-text {
  
  background-color: #ffffff;
  border: 2px solid #ffbe02;
  margin-left: -3px;
}
.feedback img{
  margin-top: 0px;
}

.podBanner {
  background: url(../images/podcast.png) no-repeat;
  width: 100%;
  /* height: 80vh; */
  background-size: contain;
  padding: 115px 0;
  /* background-attachment: fixed; */
  margin-bottom: 50px;
  color: #fff;
}
.podBanner p{
  margin-top: 20px;
}
.podBanner h1{
  font-size: 60px;
  font-weight: 800;
}
.podBtn a{
  
  display: inline-block;
  text-decoration: none;
  border: 1px solid #FFBE02;
  padding: 10px 30px;
  font-size: 22px;
  margin-right: 20px;
  font-weight: 500;
  margin-top: 15px;
}
.podBtn a.btn1{
  background-color:#FFBE02 ;
  color: #000;
}
.podBtn a.btn2{
  background-color:transparent ;
  color: #fff;
}
.podBox{
  padding: 0 10px;
}
.podBox img{
  margin-bottom: 15px;
}
.podBox p{
  margin-top: 15px;
}
.podcastHolder{
  padding: 50px 0;
}
.breadcrumb {
  padding: 0;
  background: none;
  margin: 30px 0 20px;
  /* text-align: center; */
}
.breadcrumb li {
  margin: 0 15px 0 0;
  position: relative;
}
.breadcrumb li a {
  color: #666;
}
.podcastSearch{
  padding: 70px 0 0;
  margin-top:25px;
}
.serviceSrch .form-group {
  display: flex;
}
.podcastSearch .form-control {
  font-size: 14px;
  height: 45px;
  border-radius: 3px;
}
.podcastSearch .form-group button {
  margin: 0 0 0 10px;
  height: 45px;
  border-radius: 3px;
  background: #FFBE02;
    border: 1px solid #ffbe02;
}
.serviceSrch button svg {
  fill: #000;
    width: 50px;
  transform: rotate(0);
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.contentSec{
  padding: 0px 0 50px;
}
.breadcrumb li::after {
  content: "\203A";
  position: absolute;
  font-size: 30px;
  color: #000;
  right: -13px;
  top: 0;
  font-weight: normal;
  line-height: 20px;
}
.breadcrumb li:last-child:after{display:none}

.vasDetBanner {
  background: url(../images/vasdetail1.png) no-repeat 50% 50%;
  width: 100%;
  /* height: 80vh; */
  background-size: cover;
  padding: 60px 0 30px;
  /* background-attachment: fixed; */
  /* margin-bottom: 65px; */
  color: #fff;
}
.paraphrase{
  background: url(../images/paraphrase.png) no-repeat 50% 50%;
}
.ielts{
  background: url(../images/ielts.png) no-repeat 50% 50%;
}
.sop{
  background: url(../images/sop.png) no-repeat 50% 50%;
}
.plagiarism{
  background: url(../images/plagiarism.png) no-repeat 50% 50%;
}
.reference-generator{
  background: url(../images/reference-generator.png) no-repeat 50% 50%;
}
.assignment-consultation{
  background: url(../images/assignment-consultation.png) no-repeat 50% 50%;
}
.linkedIn{
  background: url(../images/linkedIn.png) no-repeat 50% 50%;
}
.personality{
  background: url(../images/personality1.png) no-repeat 50% 50%;
  padding: 45px 0 30px;
}
.pte{
  background: url(../images/pte.png) no-repeat 50% 50%;
}
.visa-counseling{
  background: url(../images/visa-counseling.png) no-repeat 50% 50%;
}
.admission-counseling{
  background: url(../images/admission.png) no-repeat 50% 50%;
}
.change-course{
  background: url(../images/change-course.png) no-repeat 50% 50%;
}
.vasDetBanner .formHolder {
  margin-top: 50px;
  position: relative;
}
.vasDetBanner .formBox {
  background-color: #fff;
  border-radius: 15px;
  /* height: 400px; */
  width: 100%;
  box-shadow: 0px 0px 10px #bebebe;
  padding: 15px;
  margin-bottom: 50px;
  /* position: absolute; */
  right: 0;
  /* top: 80px; */
}
.main_lis li{
  line-height: 32px;
}
.plagDescitions{
  padding: 50px 0;
}
.plagDescitions h2 {
  color: #2E475D;
  font-size: 25px;
  margin: 0 0 30px;
  position: relative;
  text-align: left;
}
.pagination-div {
  margin-bottom: 50px;
  margin-top: 25px;
}
.pagination-div ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.pagination-div ul li {
  display: inline-block;
  margin: 0 2px;
}
.pagination-div ul li:hover a, .pagination-div ul li:focus, .pagination-div ul li.active a {
  background: #FFBE02;
  color: #fff;
}
.pagination-div ul li a {
  padding: 0;
  width: 35px;
  color: var(--dgray);
  display: block;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  border-radius: 4px;
}
.next_pagi {
  float: right;
}
.prev_pagi a, .next_pagi a {
  padding: 0 10px!important;
  width: auto!important;
  height: auto!important;
  border: 1px solid #ddd;
  text-transform: uppercase;
  font-size: 12px!important;
  letter-spacing: 1px;
}
.prev_pagi {
  float: left;
  display: flex!important;
  justify-content: center;
  align-items: center;
}
.pagination-div ul li svg {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.prev_pagi a svg {
  transform: rotate(180deg);
}
/*****************rotate*******************************/
.flex-container {
  position: relative;
  height: 400px;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.flex-title {
  color: #f1f1f1;
  position: relative;
  font-size: 35px;
  /*        white-space: nowrap;*/
  margin: auto;
  text-align: center;
  transform: rotate(270deg);
  top: 0;
  -webkit-transition: all 50ms ease;
  -moz-transition: all 50ms ease;
  -ms-transition: all 50ms ease;
  -o-transition: all 50ms ease;
  transition: all 50ms ease;
  padding: 0px 0;
}

.flex-title h4 {
  font-weight: 800;
  font-size: 32px;
  opacity: 100%;
  /*font-family: jost, sans-serif;
    font-style: italic;
    text-transform: uppercase;*/
}

.flex-about {
  color: #f1f1f1;
  position: relative;
  width: 80%;
  font-size: 2vw;
  padding: 5%;
  top: 10px;
  /* border: 2px solid #f1f1f1; */
  border-radius: 10px;
  line-height: 1.3;
  margin: auto;
  text-align: left;
  transform: rotate(0deg);
  transition: all 50ms ease;
  display: none;
}

.flex-slide {
  cursor: pointer;
  -webkit-transition: all 50ms ease;
  -moz-transition: all 50ms ease;
  -ms-transition: all 50ms ease;
  -o-transition: all 50ms ease;
  transition: all 50ms ease;
  border-top-left-radius: 25px;
  height: 400px;
  border-bottom-left-radius: 25px;
  padding: 50px 0;
  align-items: center;
  display: flex;
  max-width: 100%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.flex-slide:hover {
  width: 400px;
  display: block;
  -webkit-transition: all 50ms ease;
  -moz-transition: all 50ms ease;
  -ms-transition: all 50ms ease;
  -o-transition: all 50ms ease;
  transition: all 50ms ease;
  border-radius: 25px;
  -webkit-flex-grow: 2;
  flex-grow: 2;
}

.arrow {
  display: block !important;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
}

.flex-slide img {
  display: none;
  margin: 0 auto;

}

.flex-slide:hover img {
  display: block;
}


.flex-slide:hover .arrow {
  display: none !important;
}

.flex-slide:hover .flex-title {
  transform: rotate(360deg);
  top: 10px;
}

.flex-slide:hover .flex-about {
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.flex-slide:hover .flex-title h4 {
  font-weight: 800;
  font-size: 32px;
  opacity: 100%;
  
}

.home {
  background-color: #FFBE02;
}

.second {
  background: #4A4A4A;
  margin-left: -20px;
}

.contact-form {
  width: 100%;
}

.third {
  background-color: #FF3363;
  margin-left: -20px;
}

.forth {
  background-color: #0099DF;
  margin-left: -20px;
}

.five {
  background-color: #44A659;
  margin-left: -20px;
}

.six {
  background-color: #FF7100;
  margin-left: -20px;
  border-radius: 25px;
}

.flex-about p {
  font-size: 16px;
  color: #fff;
  /* font-family: 'Jost', sans-serif; */
  line-height: 25px;
}

/*****************rotate*******************************/


/*****************rotate2*******************************/
.whyUs{
  background-color: #F3F3F3;
  margin-bottom: 40px;
}
.whyUs .flex-container {
  position: relative;
  height: 280px;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.whyUs .flex-title {
  color: #000;
  position: relative;
  font-size: 35px;
  /*        white-space: nowrap;*/
  margin: auto;
  text-align: center;
  transform: rotate(270deg);
  top: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 0px 0;
}

.whyUs .flex-title h4 {
  font-weight: 800;
  font-size: 30px;
  opacity: 100%;
}

.whyUs .flex-about {
  color: #000;
    position: relative;
    width: 100%;
    font-size: 2vw;
    padding: 5%;
    top: 10px;
    border: 0px solid #f1f1f1;
    border-radius: 10px;
    line-height: 1.3;
    margin: auto;
    text-align: left;
    transform: rotate(0deg);
    transition: all 500ms ease;
    display: none;
}

.whyUs .flex-slide {
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-top-left-radius: 25px;
  height: 280px;
  border-bottom-left-radius: 25px;
  padding: 19px 0px 16px 0px !important;
  align-items: center;
  display: flex;
  max-width: 100%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
}

.whyUs .flex-slide:hover {
  width: 600px;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 25px;
  -webkit-flex-grow: 2;
  flex-grow: 2;
  padding: 16px 24px 16px 90px !important;
}

.whyUs .arrow {
  display: block !important;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
}

.whyUs .flex-slide img {
  display: none;
  margin: 0 auto;

}

.whyUs .flex-slide:hover img {
  display: block;
}


.whyUs .flex-slide:hover .arrow {
  display: none !important;
}

.whyUs .flex-slide:hover .flex-title {
  transform: rotate(360deg);
  top: 10px;
}

.whyUs .flex-slide:hover .flex-about {
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.whyUs .flex-slide:hover .flex-title h4 {
  font-weight: 800;
  font-size: 30px;
  opacity: 100%;
}

.whyUs .home {
  /* background-color: #FFBE02;
  height: 245px; */
    text-align: center;
    background: #EDB438;
    border-radius: 10px;
    padding: 87px 0px 16px 0px;
    position: relative;
    color: #FFF;
}
.whyUs .home::before {
  content: '1';
  position: absolute;
  left: 5px;
  top: 15px;
  font-size: 140px;
  color: #000;
  font-weight: 900;
  line-height: 90px;
}
.whyUs .second {
  background: #fff;
  margin-left: -20px;
  text-align: center;
  /* background: #EDB438; */
  border-radius: 10px;
  padding: 16px 24px 16px 90px;
  position: relative;
  color: #000;
}
.whyUs .second::before {
  content: '2';
  position: absolute;
    left: 5px;
    top: 15px;
    font-size: 140px;
    color: #000;
    font-weight: 900;
    line-height: 90px;
}
.whyUs .contact-form {
  width: 100%;
}

.whyUs .third {
  background-color: #fff;
  margin-left: -20px;
  border-radius: 10px;
  padding: 16px 24px 16px 90px;
  position: relative;
  /* color: #FFF; */
}
.whyUs .third::before {
  content: '3';
  position: absolute;
  left: 5px;
  top: 15px;
  font-size: 140px;
  color: #000;
  font-weight: 900;
  line-height: 90px;
}
.whyUs .forth {
  background-color: #fff;
  margin-left: -20px;
  border-radius: 10px;
  padding: 16px 24px 16px 90px;
  position: relative;
  /* color: #FFF; */
}
.whyUs .forth::before {
  content: '4';
  position: absolute;
  left: 5px;
  top: 15px;
  font-size: 140px;
  color: #000;
  font-weight: 900;
  line-height: 90px;
}
.whyUs .five {
  background-color: #fff;
  margin-left: -20px;
  border-radius: 10px;
  padding: 16px 24px 16px 90px;
  position: relative;
  /* color: #FFF; */
}
.whyUs .five::before {
  content: '5';
  position: absolute;
    left: 5px;
    top: 15px;
    font-size: 140px;
    color: #000;
    font-weight: 900;
    line-height: 90px;
}
.whyUs .six {
  background-color: #fff;
  margin-left: -20px;
  border-radius: 25px;
  border-radius: 10px;
  padding: 16px 24px 16px 90px;
  position: relative;
  /* color: #FFF; */
}
.whyUs .six::before {
  content: '6';
  position: absolute;
  left: 5px;
  top: 15px;
  font-size: 140px;
  color: #000;
  font-weight: 900;
  line-height: 90px;
}
.whyUs .flex-about p {
  font-size: 16px;
  color: #424141 ;
  /* font-family: 'Jost', sans-serif; */
  line-height: 25px;
}

/*****************rotate2*******************************/
/**********************************************************************************/

/***********************Country Page css***************************************************/
.heroSectionUk{
  background: url("../images/ukbanner.webp") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  }
  
  .heroSectionUs{
    background: url("../images/usbanner.webp") no-repeat;
    background-size: cover;
  background-attachment: fixed;
  }
  
  .heroSectionSa{
      background: url("../images/sabanner.webp") no-repeat;
      background-size: cover;
  background-attachment: fixed;
  }
  

  .heroSectionSau{
    background: url("../images/saubanner.webp") no-repeat;
    background-size: cover;
  background-attachment: fixed;
}

.heroSectionIn{
  background: url("../images/inbanner.webp") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.heroSectionIre{
  background: url("../images/irebanner.webp") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.heroSectionCa{
  background: url("../images/cabanner.webp") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.compBoxIn {
  padding: 40px 20px;
  text-align: center;
  margin: 20px 0;
  border-radius: 30px;
  min-height: 240px;
}
.compBoxIn p{
  margin-bottom: 0;
}
.heroSectionHome{
  color: #000;
}
 .help h2{
  /* color: #fff; */
  font-weight: 900;
  /* font-style: italic; */
  }
.gradesUs{
  background: url(../images/gradesUs.webp) no-repeat;
  background-size: cover;
}
.gradesUk{
  background: url(../images/gradesUk.webp) no-repeat;
  background-size: cover;
}
.gradesSa{
  background: url(../images/gradesSa.webp) no-repeat;
  background-size: cover;
}
.gradesIn{
  background: url(../images/gradesIn.webp) no-repeat;
  background-size: cover;
}
.gradesIre{
  background: url(../images/gradesIre.webp) no-repeat;
  background-size: cover;
}
.compBox{
  padding: 40px 20px;
  text-align: center;
  margin: 20px 0;
  border-radius: 30px;
  min-height: 350px;
}
.compBox2{
  padding: 40px 20px;
  text-align: center;
  margin: 20px 0;
  border-radius: 30px;
  min-height: 270px;
}
.ylow{
  background: #FFBE02;
  color: #fff;
}
.gry{
  background: #4A4A4A;
  color: #fff;
}
.org{
  background: #FF7100;
  color: #fff;
}
.grn{
  background: #44A659;
  color: #fff;
}
.exBox{
  box-shadow: 0px 5px 8px #ddd;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 25px;
}
.google{
  text-align: center;
  padding: 0px;
}
.google img{
  width: 75%;
}
.exBox p{
  margin-bottom: 0;
}
.uklocation{
  background-color: #FFF3D1;
  padding: 50px 0;
  margin-top: 40px;
}

.owl-carousel .owl-item img {
  /*display: block; */
  /* width: 17%; */
  /* float: left; */
  /* border: 5px solid #fff; */
  border-radius: 20px;
  /* margin-left: 54px; */
  /* margin-right: 35px; */
  /* margin-top: 15px; */
  /* padding: 12px; */
  margin-bottom: 15px;
}
.testimonial-item.equal-height.style-6 {
  background-color: #fff;
  border-radius: 10px;
  margin: 10px;
  padding: 15px;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}
.cell-right {
  text-align: center;
  margin-right: 80px;
  padding-top: 35px;
  padding-bottom: 20px;
}
.testimonial-name {
  font-weight: 600;
}
.testimonial-content.quote {
  /* padding: 15px; */
  margin-bottom: 15px;
}
.et_right_sidebar #main-content .container:before{
  display: none;
}
#main-content .container {
  padding-top: 10px;
}
i.fa.fa-quote-left {
  padding: 0px 10px;
  color: #999;
}
.blog .owl-buttons{
  display: none !important;
}
.slider {
  /* height: 60px; */
  position: relative;
  width: 100%;

  /* display: grid; */
  place-items: center;
  overflow: hidden;
}
/* .slider::before,
.slider::after{
  position:absolute;
  background-image:linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  content:'';
  height:100%;width:25%;
  z-index:2;pointer-events:none;
}
.slider::before{
  left:0;
  top:0;
}
.slider::after{
  right:0;
  top:0;
  transform:rotateZ(180deg);
} */

/*  IMPORTANT CODE BELOW */

.slide-track {
  width: calc(150px * 20);
  display: flex;
  animation: scroll 60s linear infinite;
  justify-content: space-between;
}

.slide-track2 {
  width: calc(150px * 15);
  display: flex;
  animation: scroll2 15s linear infinite;
  justify-content: space-between;
}

.slide {
  /* width: 150px; */
  /* height: 60px; */

  display: grid;
  place-items: center;
  transition:0.5s;
  cursor:pointer;
}
.slide:hover{
  transform:scale(0.8)
}

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-150px * 10));
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-150px * 5));
  }
}

@media screen and (max-width: 768px) {
  .slide-track {
    width: calc(80px * 20);
  }

  .slide-track2 {
    width: calc(80px * 15);
  }

  /* .slide {
    width: 80px;
  } */

  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-80px * 10));
    }
  }

  @keyframes scroll2 {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-80px * 5));
    }
  }
}
.tabBox{
  display: flex;
}

/***************************************************************************/


/***************************************************************************/
@media(min-width:280px) and (max-width:767.98px){
  .container {
    max-width: 100%;
}
.main_lis li {
    line-height: 25px;
}
.vasDetBanner .formHolder {
  margin-top: 10px;
  position: relative;
}
.nbtn{
  margin-right: 0px;
}
.tabBox {
  display: block;
}
.valueTab {
  width: 100%;
}
.learn .nav-link {
  padding: 0.2rem 0.5rem;
  font-size: 14px;
}
.countryTab .tab-content {
  padding: 15px 15px;
}

.countBox {
  text-align: center;
  padding: 15px 0px;
}
.nav-brand img{
  width: 80%;
}
.mob {
  display: block;
}
  .subject::before {
    width: 100%;
    height: 100%;
    left: 0px;
}
.bx3 {
  margin-top: -10px;
  margin-right: 0px;
}
.headWhite {
  font-size: 50px;
  color: #fff;
  /* font-style: italic; */
}
.bx1 {
  margin-top: 10px;
  margin-right: 0px;
}
.bx2 {
  margin-top: -10px;
  margin-left: 0px;
}
.bx6 {
  margin-top: 0px;
}
.bx7 {
  margin-top: -10px;
  margin-right: 0px;
}
.img-none {
  display: none !important;
}
.heroSection {
 
  width: 100%;
  height: 100%;
  padding: 60px 0;
  background-attachment: initial;
  background: transparent;
  margin-top:70px;
}
.formHolder {
  margin-top: 5px;
}
.worries {
  padding: 35px 20px;
}
.worries h3 {
  font-size: 25px;
}
.worries h5 {
  font-size: 1.1rem;
}
.bodr img {
  margin-bottom: 5px;
}
.subject {
  margin: 5px 0 30px 0px;
}
.grades {
  padding: 35px 20px;
  margin-bottom: 30px;
}
.grades h3 {
  font-size: 25px;
}
.grades h5 {
  font-size: 1.1rem;
}
.grades p {
  margin-top: 0px;
}
.grades a {
  margin-top: 10px;
}
h2.heading {
  font-size: 25px;
}
.howToWork::before{
  display: none;
}
.howToWork {
  padding: 30px 0;
  height: 100%;
  margin-bottom: 15px;
}
.ordering {
  padding: 35px 20px;
}
.ordering h3 {
  font-size: 25px;
}
.ordering h5 {
  font-size: 1.1rem;
}
.ordering p {
  margin-top: 10px;
}
.ordering a {
  margin-top: 0px;
}
.order {
  padding: 35px 20px;
}
.order h3 {
  font-size: 25px;
}
.order h5 {
  font-size: 1.1rem;
}
.order a {
  margin-top: 0px;
}
.order p {
  margin-top: 10px;
}
.formBox h4 {
  font-size: 22px;
}
/* .heroSection .help {
  justify-content: center;
  display: flex;
} */
.dnone{
  display: none;
}
.navigation-portrait {
  height: auto;
}
.dnone2{
  display: block;
}
.step1::before {
  
  margin-left: -40px;
  margin-top: -80px;
}
.step1 {
  padding: 60px 0;
}
.step2::before {
  
  margin-left: -40px;
  margin-top: -90px;
  /* left: 0; */
}
.step3::before {
 
  margin-left: -40px;
  margin-top: -75px;
}
.step3 {
  padding: 50px 0 0;
}
.tab {
  float: none;
  border: 1px solid #ccc;
  background-color: #ecf1f3;
  width: 100%
}
.tabcontent {
  float: none;
  width: 100%;
  height: 100%;
}
.cards-wrapper {
  display: block;
}
.trendingImg img {
  height: auto;
  margin-bottom: 20px;
}
.slider img {
  max-height: inherit;
}
.blogBanner {
  padding: 65px 0 10px;
}
.slider__row {
  height: auto;
}
.sideImg {
  max-height: 100%;
}
h1.heading {
  font-size: 40px;
  line-height: 30px;
}
h1.heading small {
  font-size: 22px;
}
.vission h2 {
  font-size: 30px;
}
.learnTab{
  width: 100%;
}
.learn .tab-content {
  width: 100%;
}
.inBanner {
  padding: 80px 0 15px;
  background: #FFBE02;
}
.vission {
  padding: 0px 0;
  /* color: #fff; */
}
.subMainBanner {
  height: 100%;
  background-size: cover;
  padding: 60px 0;
  margin-bottom: 15px;
}
.subMainBanner h1 {
  font-size: 40px;
  text-align: center;
}
.subjectList ul li a {
  border-bottom: 1px solid #f3d684;
  text-decoration: none;
  line-height: 22px;
  color: #000;
  padding: 3px 5px;
  font-size: 14px;
}
.subjectList {
  border-radius: 10px;
  padding: 10px;
}
footer a {
  font-size: 14px;
}
.footer-copyright p {
  font-size: 14px;
}
.policy h1 {
  font-size: 32px;
}
.blogBox {
  padding: 20px 0 0;
}
.subForm {
  width: 95%;
  margin: 0 auto;
  padding: 15px;
}
.inner h2 {
  font-size: 28px;
}
.blogList h2 span::before {
  height: 3px;
}
.has-feedback{
  height: 45px;
}
.viewMore {
  font-size: 14px;
  padding: 7px 20px;
}
.faq::before {
  top: -30px;
  font-size: 99px;
}
.faq {
  font-size: 40px !important;
  position: relative;
  padding: 11px 0px 30px;
}
.accordion-button {
  font-size: 15px;
}
.tab-content {
  padding: 10px 0;
}
.nav {
  display: block;
}
.nav-link {
  width: 100%;
  margin-bottom: 5px;
}
.policyText {
  margin-bottom: 0px;
}
.countBox {
  border-bottom: 1px solid #fdecbd;
}
.inBanner h1.heading {
  font-size: 30px;
  line-height: 40px;
}
.contactDetail a {
  font-size: 16px;
}
.reviewText {
  top: 30px;
}
.feedback {
  padding: 0 0px 0 20px;
}
.feedback p{
  font-size: 14px;
  margin-bottom: 5px;
}
.feedback img{
  margin-top: 0;
}
.todayBox {
  padding: 15px;
  margin-top: 25px;
}
.formBox {
  border-radius: 20px;
  padding: 20px 15px;
}
.subBanner {
  height: 100%;
  background-size: cover;
  padding: 0px 0 30px 0px;
  margin-bottom: 30px;
}
.subBanner p{
  /* display: none; */
}
.subBanner h1 {
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.highBox {
  border-radius: 10px;
  padding: 10px 5px;
  margin-bottom: 20px;
}
.highlight h2 {
  font-size: 20px;
  margin-bottom: 0px;
}
.highlight h4 {
  font-size: 17px;
  margin-bottom: 15px;
}
.related ul li a {
  display: block;
}
.related ul li {
  width: 100%;
  float: none;
  margin-bottom: 8px;
}
.loginBox {
  padding: 10px 0;
}
.loginForm {    
  padding: 20px;
  /* margin: 6px; */
  width: 92%;
  margin: 15px auto;
}
.loginForm .btn-primary {
  margin-top: 15px;
}
.agree {
  margin-top: 30px;
  font-size: 16px;
}
.frmFtr {
  position: initial;
}
.google {
  text-align: center;
  padding: 10px 0;
}
.google img{
  width: 100%;
}
.services {
  padding: 20px 0;
}
.uklocation {
  padding: 20px 0;
}
.dipBanner {
  background: url(../images/diploma-list.png) no-repeat 31%;
    /* width: 100%; */
    /* height: 80vh; */
    height: 100%;
    background-size: cover;
    padding: 30px 0 30px;
    /* background-attachment: fixed; */
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    margin-top: 40px;
    position: relative;
}
.podBanner {
  background: url(../images/podcast.png) no-repeat;
  width: 100%;
  /* height: 80vh; */
  background-size: cover;
  padding: 70px 0 30px;
  /* background-attachment: fixed; */
  margin-bottom: 0px;
  color: #fff;
}
.podBanner h1 {
  font-size: 34px;
  font-weight: 800;
}
.podcastSearch {
  padding: 40px 0 0px;
  margin-top:75px;
}
.vasDetBanner {
  background: url(../images/vasdetail1.png) no-repeat;
  width: 100%;
  /* height: 80vh; */
  background-size: cover;
  padding: 80px 0;
  /* background-attachment: fixed; */
  margin-bottom: 0px;
  color: #fff;
}
.vasDetBanner .formBox {
  margin-bottom: 0px;
  position: static;
  top: 30px;
}
.plagDescitions h2 {
  font-size: 22px;
  font-weight: 600;
}
}

@media (min-width: 768px) and (max-width: 991.98px){
  .container {
    max-width: 100%;
}
.policy h1 {
  font-size: 40px;
}
/* .heroSection .help {
  justify-content: center;
  display: flex;
} */
.tab {
  float: none;
  border: 1px solid #ccc;
  background-color: #ecf1f3;
  width: 100%
}
.tabcontent {
  float: none;
  width: 100%;
  height: 100%;
}
.formHolder {
  margin-top: 10px;
}
.vission {
  padding: 50px 0 0px;
  /* color: #fff; */
}
.heroSection {
  
  width: 100%;
  height: 100%;
  background-size: contain;
  padding: 80px 0 20px;
  background-attachment: fixed;
  margin-top:70px;
}
.mob {
  display: block;
}
.img-none {
  display: none !important;
}
.logMenu ul li a {
  height: auto;
  padding: 16px 15px;
}
.subject {
  position: relative;
  margin: 50px 0 50px 0px;
}
.subject::before {
  width: 100%;
  height: 100%;
  left: 0px;
}
.bx3 {
margin-top: -10px;
margin-right: 0px;
}
.headWhite {
font-size: 50px;
color: #fff;
/* font-style: italic; */
}
.bx1 {
margin-top: 10px;
margin-right: 0px;
}
.bx2 {
margin-top: -10px;
margin-left: 0px;
}
.bx6 {
margin-top: 0px;
}
.bx7 {
margin-top: -10px;
margin-right: 0px;
}
h2.heading {
  font-size: 33px;
}
.howToWork {
  height: auto;
  margin-bottom: 30px;
  position: relative;
}
.ordering {
  padding: 40px 30px
}
.order {
  padding: 40px 30px
}
.grades {
  padding: 40px 30px
}
.worries {
  padding: 40px 30px
}
.step1::before {
  margin-left: -135px;
      margin-top: -45px;
}
.howToWork::before{
  display: none;
}
.step2::before {
  margin-left: 95px;
  margin-top: -45px;
  /* left: 0; */
}
.step3::before {
  margin-left: -155px;
  margin-top: -55px;
}
footer a {
  font-size: 15px;
}
.subBanner {
  height: 100%;
  background-size: cover;
  padding: 0px 0 30px 0px;
  margin-bottom: 30px;
}
.subBanner p{
  display: none;
}
.subBanner h1 {
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.highBox {
  border-radius: 10px;
  padding: 10px 5px;
  margin-bottom: 20px;
}
.highlight h2 {
  font-size: 20px;
  margin-bottom: 0px;
}
.highlight h4 {
  font-size: 17px;
  margin-bottom: 15px;
}
.related ul li a {
  display: block;
}
.related ul li {
  width: 100%;
  float: none;
  margin-bottom: 8px;
}
.google {
  text-align: center;
  padding: 10px 0;
}
.google img{
  width: 80%;
}
.services {
  padding: 30px 0;
}
.uklocation {
  padding: 20px 0;
  margin-top: -25px;
}
.heroSectionHome{
  background: transparent;
}
.dipBanner {
  background: url(../images/diploma-list.png) no-repeat 31%;
  /* width: 100%; */
  /* height: 80vh; */
  height: 100%;
  background-size: cover;
  padding: 50px 0 30px;
}
.podBanner {
  background: url(../images/podcast.png) no-repeat;
  width: 100%;
  /* height: 80vh; */
  background-size: cover;
  padding: 90px 0 30px;
  /* background-attachment: fixed; */
  margin-bottom: 0px;
  color: #fff;
}
.podcastSearch {
  padding: 40px 0 0px;
  margin-top:70px;
}
.vasDetBanner {
  background: url(../images/vasdetail1.png) no-repeat;
  width: 100%;
  /* height: 80vh; */
  background-size: cover;
  padding: 80px 0;
  /* background-attachment: fixed; */
  margin-bottom: 0px;
  color: #fff;
}
.vasDetBanner .formBox {
  margin-bottom: 0px;
  position: static;
  top: 30px;
}
/* .plagDescitions h2 {
  font-size: 22px;
  font-weight: 600;
} */
}

@media (min-width:992px) and (max-width: 1024.98px){
  .container {
    max-width: 95%;
}
.heroSectionHome{
  background-position: 65% 50%;
  }
.flex-title h4 {
  font-size: 25px;
}
.flex-slide{
  padding: 0 0 !important;
}
.flex-slide:hover .flex-title h4 {
  font-size: 25px;
}
.formHolder {
  margin-top: 40px;
}
.help h1 {
  font-size: 30px;
}
.subBanner h1 {
  margin-bottom: 30px;
  font-size: 32px;
}
.formBox h4 {
  font-size: 23px;
}
.sideImg {
  max-height: 380px;
}
.trendingImg img {
  height: 380px;
}
.row__item img {
  max-height: 115px;
}
.countBox {
  text-align: center;
  padding: 15px 0px;
}
.countBox h4{
  font-size: 18px;
}
.accordion-group li h3 {
  margin: 16rem 0px 4rem;
  width: 50px;
}
.accordion-group li section article p {
 
  font-size: 1rem;
}
.accordion-group li.out {
  width: 70%;
}
h2.heading {
  font-size: 40px;
}

.ordering {
  padding: 40px 30px
}
.order {
  padding: 40px 30px
}
.grades {
  padding: 40px 30px
}
.worries {
  padding: 40px 30px
}
.step3::before {
  margin-left: -90px;
  margin-top: -80px;
}
footer a {
  font-size: 14px;
}
.subBanner .formHolder{
  margin-top: 30px;
}
.subBanner {
  background-size: cover;
  padding: 0px 0 50px;
  background-attachment: inherit;
  margin-bottom: 80px;
  height: 100%;
}
.subHighlights{
  padding-top: 50px;
}
.highBox {
  background: #FFFAEC;
  border-radius: 10px;
  padding: 10px 10px;
  margin-bottom: 30px;
}
.valueTab {
  width: 60%;
}
.tab-content {
  width: 100%;
}
.agree {
  margin-top: 10px;
    font-size: 13px;
    margin-bottom: 40px;
}
.frmFtr {
  font-size: 13px;
  flex-wrap: wrap;
  padding-top: 5px;
  bottom: 5px;
}
.loginForm {
  padding: 15px;
}
.loginForm .btn-primary {
  padding: 5px;
  margin-top: 20px;
}
.dipBanner {
 
  height: 100%;
  
  padding: 95px 0 94px;
 
  margin-top: 22px;
  position: relative;
}
.podBanner h1 {
  font-size: 30px;
  font-weight: 800;
}
.podBanner p {
  margin-top: 10px;
}
.podBanner {
  background: url(../images/podcast.png) no-repeat;
  width: 100%;
  /* height: 80vh; */
  background-size: cover;
  padding: 90px 0 30px;
  /* background-attachment: fixed; */
  margin-bottom: 0px;
  color: #fff;
}
.podBtn a {
  padding: 10px 20px;
  font-size: 21px;
  margin-right: 10px;
}
}

@media (min-width:1025px) and (max-width: 1199.98px){
  .container {
    max-width: 95%;
}
.flex-slide{
  padding: 0 0 !important;
}
.heroSectionHome{
  background-position: 55% 50%;
  }
  .flex-title h4 {
  font-size: 25px;
}
.help h1 {
  font-size: 33px;
}
.formBox h4 {
  font-size: 23px;
}
.formHolder {
  margin-top: 50px;
}
.subBanner h1 {
  margin-bottom: 30px;
  font-size: 32px;
}
.subBanner .formHolder{
  margin-top: 30px;
}
.subBanner {
  background-size: cover;
  padding: 0px 0 50px;
  background-attachment: inherit;
  margin-bottom: 120px;
}
.countBox {
  text-align: center;
  padding: 15px 0px;
}
.countBox h4{
  font-size: 18px;
}
.accordion-group li h3 {
  margin: 16rem 0px 4rem;
  width: 50px;
}
.accordion-group li section article p {
 
  font-size: 1rem;
}
.accordion-group li.out {
  width: 70%;
}
h2.heading {
  font-size: 40px;
}
.ordering {
  padding: 50px 30px
}
.order {
  padding: 50px 30px
}
.grades {
  padding: 50px 30px
}
.worries {
  padding: 50px 30px
}
.step3::before {
  margin-left: -90px;
  margin-top: -80px;
}
footer a {
  font-size: 14px;
}
.subBox  p{
  font-size: 14px;
}
.headWhite {
  font-size: 50px;
}
.subject::before {
  
  width: 95%;
  height: 70%;
  left: 30px;
}
.valueTab {
  width: 60%;
}
.tab-content {
  width: 100%;
}
.loginForm .btn-primary {
  color: #fff;
  background-color: #282828;
  border-color: #282828;
  display: block;
  width: 100%;
  padding: 9px;
  margin-top: 25px;
  text-transform: uppercase;
  border-radius: 8px;
}
.agree {
  margin-top: 20px;
    font-size: 14px;
}
.loginForm {
  padding: 30px;
}
.frmFtr {
  position: absolute;
  bottom: 5px;
  width: 100%;
  display: flex;
  font-size: 13px;
  justify-content: space-around;
  /* vertical-align: baseline; */
  left: 0;
  border-top: 1px solid #CECECE;
  padding-top: 0px;
}
.dipBanner {
  background: url(../images/diploma-list.png) no-repeat 31%;
  /* width: 100%; */
  /* height: 80vh; */
  height: 430px;
  background-size: contain;
  padding: 130px 0 0px;
  /* background-attachment: fixed; */
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
  margin-top: 0px;
  position: relative;
}
.podBanner {
  background: url(../images/podcast.png) no-repeat;
  width: 100%;
  /* height: 80vh; */
  background-size: cover;
  padding: 95px 0 50px;
  /* background-attachment: fixed; */
  margin-bottom: 0px;
  color: #fff;
}
.podBanner h1 {
  font-size: 45px;
  font-weight: 800;
}
}

@media (min-width:1200px) and (max-width: 1279.98px){
  .container {
    max-width: 95%;
}
.flex-slide{
  padding: 0 0 !important;
}
.heroSectionHome{
  background-position: 100% 50%;
  }
  .dipBanner {
    background: url(../images/diploma-list.png) no-repeat 31%;
    /* width: 100%; */
    /* height: 80vh; */
    height: 430px;
    background-size: contain;
    padding: 130px 0 0px;
    /* background-attachment: fixed; */
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    margin-top: 0px;
    position: relative;
}
.reviewText {
  position: absolute;
  display: flex;
  top: 40px;
  width: 100%;
}
.help h1 {
  font-size: 36px;
}
.formBox h4 {
  font-size: 23px;
}
.formHolder {
  margin-top: 50px;
}
.subBanner {
  background-size: cover;
  padding: 0px 0 50px;
  background-attachment: inherit;
  margin-bottom: 160px;
  height: 100%;
}
.subBanner .formHolder {
  margin-top: 45px;
}
.countBox {
  text-align: center;
  padding: 15px 0px;
}
.countBox h4{
  font-size: 18px;
}
.accordion-group li h3 {
  margin: 16rem 0px 4rem;
  width: 50px;
}
.accordion-group li section article p {
 
  font-size: 1.3rem;
}
.accordion-group li.out {
  width: 70%;
}
.ordering {
  padding: 70px 40px
}
.order {
  padding: 70px 40px
}
.grades {
  padding: 70px 40px
}
.worries {
  padding: 70px 40px
}
h2.heading {
  font-size: 40px;
}
.subBox  p{
  font-size: 15px;
}
.loginForm .btn-primary {
  color: #fff;
  background-color: #282828;
  border-color: #282828;
  display: block;
  width: 100%;
  padding: 9px;
  margin-top: 25px;
  text-transform: uppercase;
  border-radius: 8px;
}
.agree {
  margin-top: 25px;
    font-size: 16px;
}
.loginForm {
  padding: 40px;
}
.podBanner {
  background: url(../images/podcast.png) no-repeat;
  width: 100%;
  /* height: 80vh; */
  background-size: cover;
  padding: 95px 0 50px;
  /* background-attachment: fixed; */
  margin-bottom: 0px;
  color: #fff;
}
.podBanner h1 {
  font-size: 45px;
  font-weight: 800;
}
}

@media (min-width:1280px) and (max-width: 1466.98px){
  .container {
    max-width: 95%;
}
.flex-slide{
  padding: 0 0 !important;
}
.help h1 {
  font-size: 31px;
}

.accordion-group li h3 {
  margin: 16rem 0px 4rem;
  width: 50px;
}
.accordion-group li section article p {
 
  font-size: 1.3rem;
}
.accordion-group li.out {
  width: 70%;
}
.subject::before {
  content: '';
  position: absolute;
  background: #FFBE02;
  width: 93%;
  height: 70%;
  left: 50px;
  z-index: -1;
  border-radius: 20px;
}
.subBox  p{
  font-size: 15px;
}
.ordering {
  padding: 70px 40px
}
.order {
  padding: 70px 40px
}
.grades {
  padding: 70px 40px
}
.worries {
  padding: 70px 40px
}
h2.heading {
  font-size: 40px;
}
.step2::before {
  
  margin-left: -185px;
  margin-top: -75px;
  /* left: 0; */
}
.step2 {
  padding: 50px;
}
.subBanner {
  background-size: cover;
  padding: 0px 0 50px;
  background-attachment: inherit;
  margin-bottom: 70px;
  height: 100%;
}
.subBanner .formHolder {
  margin-top: 0;
}
.dipBanner {
  background: url(../images/diploma-list.png) no-repeat 31%;
  /* width: 100%; */
  /* height: 80vh; */
  height: 430px;
  background-size: contain;
  padding: 130px 0 0px;
  /* background-attachment: fixed; */
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
  margin-top: 0px;
  position: relative;
}
.podBanner {
  background: url(../images/podcast.png) no-repeat;
  width: 100%;
  /* height: 80vh; */
  background-size: cover;
  padding: 95px 0 50px;
  /* background-attachment: fixed; */
  margin-bottom: 0px;
  color: #fff;
}
.podBanner h1 {
  font-size: 45px;
  font-weight: 800;
}
}
@media (min-width:1280px) and (max-width: 1366.98px){
.loginForm .btn-primary {
  color: #fff;
  background-color: #282828;
  border-color: #282828;
  display: block;
  width: 100%;
  padding: 9px;
  margin-top: 25px;
  text-transform: uppercase;
  border-radius: 8px;
}
.agree {
  margin-top: 55px;
  font-size: 18px;
}
.loginForm {
  padding: 40px;
}
.reviewText {
  position: absolute;
  display: flex;
  top: 40px;
  width: 100%;
}
}
@media (min-width:1467px) and (max-width: 1550.98px){
  .container {
    max-width: 95%;
}
.subBanner {
  background-size: cover;
  padding: 0px 0 50px;
  background-attachment: inherit;
  margin-bottom: 160px;
}
.subBanner .formHolder {
  margin-top: 0;
}
.step2::before {
  
  margin-left: -185px;
  margin-top: -75px;
  /* left: 0; */
}
.step2 {
  padding: 50px;
  margin-top: 75px
}
.step3 {
  padding: 50px;
  margin-top: 30px
}
.subBanner {
  background-size: cover;
  padding: 0px 0 50px;
  background-attachment: inherit;
  margin-bottom: 140px;
}
.subBanner .formHolder {
  margin-top: 0;
}
}
@media (min-width:1551px) and (max-width: 1650.98px){
  .container {
    max-width: 95%;
}


.step2::before {
  
  margin-left: -185px;
  margin-top: -75px;
  /* left: 0; */
}
.step2 {
  padding: 50px;
  margin-top: 50px
}
.step3 {
  padding: 50px;
  margin-top: 30px
}
.subBanner {
  background-size: cover;
  padding: 0px 0 50px;
  background-attachment: inherit;
  margin-bottom: 140px;
}
.subBanner .formHolder {
  margin-top: 0;
}

}

/* @media (min-width:1651px) and (max-width: 1750.98px){
  .subBanner {
    background-size: cover;
    padding: 0px 0 50px;
    background-attachment: inherit;
    margin-bottom: 140px;
  }
  .subBanner .formHolder {
    margin-top: 0;
  }
  
}
@media (min-width:1751px) and (max-width: 1950.98px){
  .subBanner {
    background-size: cover;
    padding: 0px 0 50px;
    background-attachment: inherit;
    margin-bottom: 140px;
  }
  .subBanner .formHolder {
    margin-top: 0;
  }
  
} */
@media(min-width:1081px) and (max-width:1140px){
.step2{
  padding: 42px 0 !important;
}
}
@media(min-width:1141px) and (max-width:1160px){
.step2{
  padding: 30px 0 !important;
}
}
@media(min-width:1160px) and (max-width:1279px){
.step2{
  padding: 20px 0 !important;
}
.step3{
  padding: 110px 0 !important;
}
}
@media(min-width:1401px){
.step2{
  margin: 75px 0;
}
.step3{
  padding: 5px 0 !important;
}
}
.blogDetails h3 {
font-size: 20px;
}
.blogDetails h4 {
font-size: 18px;
}
.flex-slide:hover .flex-title{display:none}

@media(max-width:426px){
 .worries a {
  padding: 0.375rem 0.75rem;
    font-size: 1rem;
  }
.grades a {
  padding: 0.375rem 0.75rem;
    font-size: 1rem;
}
.ordering a {
  padding: 0.375rem 0.75rem;
    font-size: 1rem;
}
.order a {
  padding: 0.375rem 0.75rem;
    font-size: 1rem;
}
}