@charset "UTF-8";
html {
  scroll-behavior: auto !important;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  position: relative;
  font-style: normal;
  font-size: 16px;
  color: #1A2A3D;
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
}
body:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 40;
  background: #000;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all ease 0.5s;
}
body.search-open:after {
  opacity: 0.7;
  visibility: visible;
}
body.search-open .search-button .search-icon {
  opacity: 0;
  pointer-events: none;
}
body.search-open .search-button .search-hamburger {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
body.search-open nav.search {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0px);
}

h1 {
  font-family: "Anek Telugu", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: #3A6F8F;
}
h1 span {
  font-weight: 500;
}

h2 {
  font-family: "Anek Telugu", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: #3A6F8F;
}

h3 {
  font-family: "Anek Telugu", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  color: #3A6F8F;
}

h4 {
  font-family: "Anek Telugu", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #3A6F8F;
}

h5 {
  font-family: "Anek Telugu", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #3A6F8F;
}

p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

a {
  color: #3A6F8F;
  text-decoration-skip-ink: none;
}
a:hover {
  text-decoration: none;
  color: #8DC63F;
}

p a {
  color: #3A6F8F;
  text-decoration: none;
}
p a:hover {
  color: #8DC63F;
}

section.bg-light {
  background: #F1F6FB !important;
  padding: 120px 0;
}

.theme-color {
  color: #1A2A3D;
}

.theme-color-sec {
  color: #8DC63F;
}

.theme-color-main {
  color: #3A6F8F;
}

.theme-color-light {
  color: #697486;
}

.skip-button {
  position: absolute;
  top: -1000em;
}
.skip-button:focus {
  left: 6px;
  top: 7px;
  height: auto;
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 23px 14px;
  background: #f1f1f1;
  color: #0073aa;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
.skip-button:hover {
  font-weight: 800;
}

.info {
  font-size: 14px;
}

.title.invert {
  color: #fff;
}

.description {
  font-size: 20px;
}

.image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.preloader {
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #8DC63F;
}
.preloader .preloader-spinner {
  -webkit-animation: 1s ease-out 0s normal none infinite running pulsate;
  animation: 1s ease-out 0s normal none infinite running pulsate;
  border: 5px solid #292929;
  border-radius: 40px;
  display: block;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: absolute;
  top: 40%;
  width: 40px;
  z-index: 10;
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes pulsate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.scroll-top {
  position: fixed;
  display: block;
  opacity: 0;
  pointer-events: none;
  right: 20px;
  bottom: 20px;
  background: #3A6F8F;
  color: #fff;
  height: 40px;
  line-height: 35px;
  font-weight: 300;
  font-size: 22px;
  text-align: center;
  width: 40px;
  z-index: 99;
}
.scroll-top:active, .scroll-top:hover {
  color: #1A2A3D;
  background: #8DC63F;
}
.scroll-top.active {
  opacity: 1;
  pointer-events: all;
}

.button-holder .custom-button {
  margin-right: 15px;
}
.button-holder .custom-button:first-child {
  margin-left: 0;
}
.button-holder .custom-button:last-child {
  margin-right: 0;
}

.custom-button-link {
  padding: 0;
  color: #856B0F;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

.custom-button {
  display: inline-block;
  border: none;
  padding: 18px 26px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  font-weight: 700;
  line-height: 1.25;
  position: relative;
  transition: all ease 0.1s;
}
.custom-button.custom-button-link {
  padding: 0;
}
.custom-button.custom-button-main {
  background: #3A6F8F;
  color: #fff;
}
.custom-button.custom-button-main:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.custom-button.custom-button-main-light {
  background: #fff;
  color: #3A6F8F;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0), inset 0 0 0 2px #3A6F8F;
}
.custom-button.custom-button-main-light:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1), inset 0 0 0 2px #3A6F8F;
}
.custom-button.custom-button-sec {
  color: #1A2A3D;
  background: #8DC63F;
}
.custom-button.custom-button-sec:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.custom-button.custom-button-sec-light {
  background: #fff;
  color: #8DC63F;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.custom-button.custom-button-sm {
  padding: 16px 24px;
  min-width: 170px;
}
.custom-button.custom-button-lg {
  padding: 21px 24px;
  min-width: 210px;
}
.custom-button:focus {
  text-decoration: none;
}
.custom-button:hover {
  text-decoration: none;
}

.convergine-wrapper {
  width: 280px;
  font-size: 14px;
  margin-top: -20px;
  float: right;
  display: table;
  color: #697486;
}
.convergine-wrapper a span {
  text-decoration: underline;
}
.convergine-wrapper .left-block {
  width: calc(100% - 60px);
  float: none;
  display: table-cell;
  vertical-align: middle;
  font-weight: 400;
}
.convergine-wrapper .left-block a {
  color: #697486;
  text-transform: none;
  display: block;
  text-decoration: none;
}
.convergine-wrapper .left-block a:hover {
  color: #FDD852;
}
.convergine-wrapper .right-block {
  width: 55px;
}
.convergine-wrapper .right-block a {
  text-decoration: none;
  margin-top: 0;
  display: block;
  position: relative;
}

body.menu-open .menu-button .hamburger svg path#top,
body.menu-open .menu-button .hamburger svg path#bottom {
  stroke-dashoffset: -650px;
}
body.menu-open .menu-button .hamburger svg path#middle {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}

.menu-button {
  position: absolute;
  display: inline-block;
  height: 70px;
  width: 70px;
  right: 0;
  top: 12px;
  z-index: 999;
  transition: all ease 0.5s;
}
.menu-button .hamburger {
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.menu-button .hamburger svg {
  height: 70px;
  width: 70px;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu-button .hamburger svg path {
  fill: none;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  stroke-width: 24px;
  stroke-linecap: round;
  stroke: #1A2A3D;
  stroke-dashoffset: 0px;
}
.menu-button .hamburger svg path#top,
.menu-button .hamburger svg path#bottom {
  stroke-dasharray: 240px 950px;
}
.menu-button .hamburger svg path#middle {
  stroke-dasharray: 240px 240px;
}

section.bg-light {
  padding: 100px 0;
  background: #F1F6FB;
}
section.bg-white {
  padding: 100px 0;
}

body.admin-bar header.main-header.sticky {
  top: 32px;
}

.exam-categories {
  margin-bottom: -30px;
}
.exam-categories .exam-category {
  vertical-align: top;
  display: inline-block;
  margin-right: 9px;
  margin-bottom: 30px;
  width: 240px;
  height: 310px;
  background: #3A6F8F;
  padding: 40px 30px;
  text-decoration: none;
  position: relative;
}
.exam-categories .exam-category.exam-category-sm {
  padding: 0px 30px;
  height: auto;
}
.exam-categories .exam-category.exam-category-sm .d-table-cell {
  height: 70px;
}
.exam-categories .exam-category.exam-category-sm.active {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  background: #8DC63F;
}
.exam-categories .exam-category.exam-category-sm.active .title {
  color: #1A2A3D;
}
.exam-categories .exam-category.exam-category-sm.active .icon-holder svg g rect {
  fill: #1A2A3D;
}
.exam-categories .exam-category.exam-category-sm.active:after {
  opacity: 1;
}
.exam-categories .exam-category.exam-category-sm .icon-holder svg {
  width: 20px;
  height: 20px;
}
.exam-categories .exam-category.exam-category-sm:after {
  border-color: transparent #F1F6FB transparent transparent;
}
.exam-categories .exam-category.exam-category-sm .title {
  font-size: 20px;
  line-height: 1;
  max-width: 100%;
}
.exam-categories .exam-category:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  background: #8DC63F;
}
.exam-categories .exam-category:hover .arrow {
  border-color: #1A2A3D;
  color: #1A2A3D;
}
.exam-categories .exam-category:hover .title {
  color: #1A2A3D;
}
.exam-categories .exam-category:hover .icon-holder svg g rect {
  fill: #1A2A3D;
}
.exam-categories .exam-category:hover:after {
  opacity: 1;
}
.exam-categories .exam-category:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  opacity: 0;
  border-width: 0 50px 50px 0;
  border-color: transparent #ffffff transparent transparent;
}
.exam-categories .exam-category:last-child {
  margin-right: 0;
}
.exam-categories .exam-category .icon-holder {
  margin-bottom: 25px;
}
.exam-categories .exam-category .title {
  color: #fff;
  line-height: 1.4;
  max-width: 150px;
  font-weight: 900;
}
.exam-categories .exam-category .arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  line-height: 37px;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  position: absolute;
  color: #fff;
  right: 30px;
  bottom: 40px;
}

section.banner {
  position: relative;
}
section.banner.banner-category.banner-slider:before {
  content: none;
}
section.banner.banner-category.banner-slider .slick-arrow {
  bottom: 60px;
}
section.banner .category {
  color: #3A6F8F;
}
section.banner .category a {
  font-weight: 700;
  text-decoration: underline;
  color: #3A6F8F;
}
section.banner .category a:hover {
  text-decoration: none;
}
section.banner .category svg {
  width: 20px;
  margin-right: 5px;
}
section.banner .category svg g rect {
  fill: #3A6F8F;
}
section.banner.banner-large .slider {
  overflow: hidden;
}
section.banner.banner-large .content-holder {
  min-height: 520px;
}
section.banner .info-stripe {
  position: absolute;
  width: 100%;
  padding: 15px 0;
  background: #fff;
  z-index: 10;
  bottom: 0;
  border-bottom: 1px solid #DAEDF0;
}
section.banner .info-stripe .list-checkmark ul {
  margin-bottom: 0;
}
section.banner .info-stripe .list-checkmark ul li {
  margin-bottom: 0;
}
section.banner.banner-slider.stripe-in {
  padding-bottom: 60px;
}
section.banner.banner-slider .slider {
  position: relative;
  opacity: 0;
  overflow: hidden;
  transition: all ease 1s;
}
section.banner.banner-slider .slider.initialized {
  opacity: 1;
}
section.banner.banner-slider .slider.initialized .image-holder {
  opacity: 1;
}
section.banner.banner-slider .slider.initialized .image-holder:after {
  width: 15px;
}
section.banner.banner-slider .slider .image-holder {
  opacity: 0;
  transition: all ease 2s;
}
section.banner.banner-slider.banner-large .slider {
  height: 520px;
}
section.banner.banner-slider.banner-large .slide {
  max-height: 520px;
  overflow: hidden;
}
section.banner.banner-slider.banner-large .slick-arrow:hover svg path {
  stroke-width: 2px;
}
section.banner.banner-slider.banner-large .slick-arrow.slick-next:hover {
  background: #FDD852;
}
section.banner.banner-slider.banner-large .slick-arrow.slick-prev {
  right: 490px;
  background: #fff;
}
section.banner.banner-slider.banner-large .slick-arrow.slick-prev:hover {
  background: #fff;
}
section.banner.banner-slider.banner-medium .content-holder {
  min-height: 430px;
}
section.banner.banner-slider.banner-medium .image-holder img {
  clip-path: polygon(17% 0, 0 100%, 100% 100%, 100% 0);
}
section.banner.banner-slider.banner-medium .slide {
  max-height: 430px;
  overflow: hidden;
}
section.banner.banner-slider.banner-medium .slick-arrow {
  background: #fff;
}
section.banner.banner-slider.banner-medium .slick-arrow.slick-prev {
  right: 100px;
}
section.banner.banner-slider.banner-medium .slick-arrow.slick-next {
  background: #FDD852;
}
section.banner.banner-slider.banner-medium .slick-arrow:hover svg path {
  stroke-width: 2px;
}
section.banner.banner-slider .slick-arrow {
  top: inherit;
  bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  height: 100px;
  width: 100px;
  line-height: 0;
  text-align: center;
  z-index: 20;
}
section.banner.banner-slider .slick-arrow:focus, section.banner.banner-slider .slick-arrow:hover {
  background: #fff;
}
section.banner.banner-slider .slick-arrow svg {
  transition: all ease 0.5s;
}
section.banner.banner-slider .slick-arrow.slick-prev {
  left: inherit;
  right: 490px;
}
section.banner.banner-slider .slick-arrow.slick-next {
  right: 0;
  background: #FDD852;
}
section.banner.banner-slider .ribbon {
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
  height: 100px;
  background: #FDD852;
  padding: 0px 130px;
  width: 590px;
}
section.banner.banner-slider .ribbon .d-table-cell {
  height: 100px;
}
section.banner.banner-slider .ribbon h5 {
  margin-bottom: 0;
  font-weight: 500;
  color: #1A2A3D;
}
section.banner.banner-slider .slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}
section.banner.banner-slider .main-slider {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: relative;
}
section.banner.banner-slider:before {
  content: "";
  width: 100%;
  height: 63%;
  background: #F1F6FB;
  position: absolute;
  left: 0;
  bottom: 0;
}
section.banner .content-holder {
  padding: 80px 0;
  z-index: 3;
  font-size: 18px;
}
section.banner .content-holder p {
  font-size: 18px;
}
section.banner .content-holder h4 {
  color: #1A2A3D;
  font-weight: 400;
  line-height: 1.6;
}
section.banner .content-holder p strong {
  font-family: "Anek Telugu", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 120%;
  color: #3A6F8F;
}
section.banner .content-holder h5 a {
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 18px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #856B0F;
  line-height: 1.3;
  position: relative;
  font-weight: 700;
  transition: all ease 0.3s;
}
section.banner .content-holder h5 a:hover {
  text-decoration: none;
}
section.banner.banner-small .content-holder {
  padding: 40px 0;
}
section.banner.banner-small .image-holder {
  padding-top: 0px;
}
section.banner.banner-small .image-holder img {
  clip-path: polygon(17% 0, 0 100%, 100% 100%, 100% 0);
}
section.banner .image-holder {
  position: absolute;
  right: 0;
  top: 0;
}
section.banner .image-holder:after {
  content: "";
  width: 100%;
  transition: all linear 0.5s;
  transform: skewX(-10.5deg);
  background: #fff;
  top: 0;
  display: block;
  left: 38px;
  z-index: 9;
  height: 100%;
  position: absolute;
}
section.banner .image-holder img {
  clip-path: polygon(10% 0, 0 100%, 100% 100%, 100% 0);
}

.pause {
  position: absolute;
  top: 0px;
  left: calc((100% - 1500px)/2);
  z-index: 99;
  padding-left: 43px;
  font-size: 20px;
  padding-top: 5px;
  color: #1A2A3D;
  font-family: "Anek Telugu", sans-serif;
  font-weight: 500;
  background: transparent;
  border: none;
  line-height: 29px;
}
.pause.active:before {
  border-color: #8DC63F;
}
.pause.active:after {
  color: #8DC63F;
  content: "";
  margin-left: 2px;
}
.pause:before {
  color: #3A6F8F;
  content: "";
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  position: absolute;
  border: 2px solid #3A6F8F;
  border-radius: 50%;
}
.pause:after {
  color: #3A6F8F;
  font-size: 14px;
  line-height: 30px;
  content: "";
  font-family: "fontAwesome";
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  position: absolute;
}

main.main-content {
  padding-top: 250px;
  min-height: 500px;
}

header.main-header {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background: #fff;
}
header.main-header.sticky {
  background: #fff;
  overflow: hidden;
  position: fixed;
  animation: slide-down 0.7s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  opacity: 1;
  padding: 0;
}
header.main-header.sticky.sticky-off {
  display: none;
}
header.main-header.sticky .header-top {
  display: none;
}
header.main-header.sticky .header-bottom {
  padding: 20px 0 10px;
}
header.main-header .logo {
  display: inline-block;
  max-width: 260px;
}
header.main-header .header-top {
  position: relative;
  padding: 14px 0;
}
header.main-header .header-top .text {
  line-height: 1;
  font-family: "Anek Telugu", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #3A6F8F;
  padding-top: 4px;
}
header.main-header .header-top .text span {
  display: inline-block;
  vertical-align: middle;
}
header.main-header .header-top .text a {
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  text-decoration: none;
  font-size: 22px;
  color: #3A6F8F;
}
header.main-header .header-bottom {
  position: relative;
  padding: 45px 0 15px;
}
header.main-header .header-bottom:before {
  position: absolute;
  top: 0;
  content: "";
  height: 6px;
  width: 100%;
  display: block;
  background: linear-gradient(45deg, #FDD852 0%, #57C7A6 48.44%, #5582B8 100%);
}

body.tax-exam-category nav.header-menu ul.menu > li.menu-item-100:after,
body.single-exam nav.header-menu ul.menu > li.menu-item-100:after {
  width: 100%;
}
body.tax-exam-category nav.header-menu ul.menu > li.menu-item-100 > a,
body.single-exam nav.header-menu ul.menu > li.menu-item-100 > a {
  color: #fff;
}

nav.header-menu ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
nav.header-menu ul.menu > li {
  padding: 0 18px;
  vertical-align: top;
  display: inline-block;
  position: relative;
}
nav.header-menu ul.menu > li:after {
  content: "";
  position: absolute;
  top: -45px;
  left: 0;
  width: 0;
  height: 117px;
  background: #3A6F8F;
  -o-transition: width 0.3s ease-out;
  -ms-transition: width 0.3s ease-out;
  -moz-transition: width 0.3s ease-out;
  -webkit-transition: width 0.3s ease-out;
}
nav.header-menu ul.menu > li:last-child {
  margin-right: 0;
}
nav.header-menu ul.menu > li.current-page-ancestor, nav.header-menu ul.menu > li.current_page_item {
  color: #FDD852;
}
nav.header-menu ul.menu > li.current-page-ancestor:hover > a, nav.header-menu ul.menu > li.current_page_item:hover > a {
  color: #fff;
}
nav.header-menu ul.menu > li.current-page-ancestor:after, nav.header-menu ul.menu > li.current_page_item:after {
  width: 100%;
}
nav.header-menu ul.menu > li.current-page-ancestor > a, nav.header-menu ul.menu > li.current_page_item > a {
  color: #fff;
}
nav.header-menu ul.menu > li > a {
  font-size: 16px;
  display: block;
  z-index: 2;
  padding: 18px 0;
  text-transform: uppercase;
  color: #3A6F8F;
  text-decoration: none;
  position: relative;
  transition: all ease 0.3s;
}
nav.header-menu ul.menu > li > a:hover {
  color: #8DC63F;
}

.footer-bottom {
  margin-top: 50px;
  padding: 18px 0;
  background: #3A6F8F;
  color: #fff;
  font-weight: 600;
}
.footer-bottom a {
  color: #fff;
}
.footer-bottom .text {
  font-size: 14px;
}

nav.footer-menu .footer-links a {
  font-size: 16px;
  font-weight: 600;
  color: #3A6F8F;
}
nav.footer-menu .footer-links a:hover {
  text-decoration: none;
}
nav.footer-menu ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}
nav.footer-menu ul.menu li.main-item > a {
  font-weight: 700;
  font-size: 18px;
}
nav.footer-menu ul.menu > li {
  position: relative;
}
nav.footer-menu ul.menu > li a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  display: block;
  z-index: 2;
  text-decoration: underline;
  text-transform: uppercase;
  color: #3A6F8F;
  position: relative;
  transition: all ease 0.3s;
}
nav.footer-menu ul.menu > li a:hover {
  text-decoration: none;
}
nav.footer-menu ul.menu > li > a {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 15px;
}
nav.footer-menu ul.menu > li ul {
  list-style: none;
  padding: 0;
}
nav.footer-menu ul.menu > li ul li {
  margin-bottom: 20px;
}
nav.footer-menu ul.menu > li ul a {
  font-size: 16px;
  display: block;
  font-weight: 400;
  text-decoration: underline;
  text-transform: uppercase;
  color: #3A6F8F;
  position: relative;
  transition: all ease 0.3s;
}
nav.footer-menu ul.menu > li ul a:hover {
  text-decoration: none;
}
nav.footer-menu ul.menu > li:last-child {
  margin-right: 0;
}
nav.footer-menu ul.menu > li.current_page_item:hover > a {
  text-decoration: none;
}
nav.footer-menu ul.menu > li.current_page_item > a {
  color: #8DC63F;
}

section {
  margin-bottom: 100px;
}
section .image {
  z-index: 0;
}
section .container {
  position: relative;
  z-index: 2;
}

section.featured-boxes {
  background: #F9FAFC;
  margin-bottom: 0;
}
section.featured-boxes.invert .wrapper {
  padding: 100px 0;
  background: #8DC63F;
}
section.featured-boxes.invert .holder {
  max-width: 930px;
  margin: 0 auto;
}
section.featured-boxes .boxes .box {
  max-width: 430px;
}

section.projects {
  background: #F9FAFC;
}
section.projects.invert .wrapper {
  padding: 100px 0;
  background: #8DC63F;
}
section.projects.invert .holder-top {
  max-width: 780px;
  margin: 0 auto;
}
section.projects.invert .holder-bot {
  max-width: 960px;
  margin: 0 auto;
}
section.projects .svg {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
section.projects .boxes .box {
  max-width: 306px;
  padding: 24px;
  transition: all ease 0.5s;
  position: relative;
}
section.projects .boxes .box .content-holder {
  position: relative;
  z-index: 2;
}
section.projects .boxes .box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0%;
  transition: all ease 0.5s;
  width: 100%;
  background: linear-gradient(180deg, #407BFF 0%, rgba(64, 123, 255, 0) 100%);
}
section.projects .boxes .box .description {
  transition: all ease 0.5s;
}
section.projects .boxes .box.active .description.invert {
  color: #fff;
}
section.projects .boxes .box.active:after {
  height: 100%;
}

section.hover-links {
  position: relative;
  padding-bottom: 80px;
}
section.hover-links .content-holder {
  position: relative;
  z-index: 2;
}
section.hover-links .links {
  width: 100%;
  max-width: 315px;
}
section.hover-links .links .link {
  padding: 20px;
  border-radius: 4px;
  display: block;
  position: relative;
  font-weight: 700;
  color: #1A2A3D;
  text-decoration: none;
  overflow: hidden;
}
section.hover-links .links .link.active {
  background-color: #ffffff;
  box-shadow: 0px 12px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 20px 20px;
}
section.hover-links .links .link.active:after {
  text-align: left;
  transition: 0.3s;
  transform: rotate(0deg) scale(1);
}
section.hover-links .links .link.active:before {
  height: 100%;
}
section.hover-links .links .link:before {
  content: "";
  background-color: #3A6F8F;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: left;
  width: 7px;
  height: 0;
  opacity: 1;
  transition: 0.3s;
  transform: rotate(0deg) scale(1);
}
section.hover-links .links .link:after {
  content: "";
  display: block;
  position: relative;
  transition: 0.5s;
  z-index: -1;
}
section.hover-links .links .link .text {
  display: inline-block;
  max-width: 220px;
}

section.services-list .holder {
  max-width: 830px;
  margin: 0 auto;
}

.services .service {
  display: block;
  position: relative;
}
.services .service .image-holder {
  height: 346px;
}
.services .service .image-holder img {
  max-width: 290px;
  margin: 0 auto;
}
.services .service .content-holder {
  padding: 28px 30px;
  background: #fff;
  position: relative;
  z-index: 2;
  min-height: 260px;
}
.services .service .shadow {
  position: absolute;
  width: 80%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 37px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.2);
  filter: blur(50px);
}
.services .col-holder:nth-child(1) .image-holder {
  background: #F38550;
}
.services .col-holder:nth-child(2) .image-holder {
  background: #7FDAF5;
}
.services .col-holder:nth-child(3) .image-holder {
  background: #F7DD55;
}
.services .col-holder:nth-child(4) .image-holder {
  background: #4B80F7;
}
.services .col-holder:nth-child(5) .image-holder {
  background: #FD6CB1;
}
.services .col-holder:nth-child(6) .image-holder {
  background: #69E39A;
}

section.carousel-section .slider {
  position: relative;
}
section.carousel-section .slider.initialized .carousel {
  opacity: 1;
  height: auto;
}
section.carousel-section .slider.initialized .preloader {
  opacity: 0;
}
section.carousel-section .slider .preloader {
  transition: all ease 0.5s;
}
section.carousel-section .slider .carousel {
  margin-bottom: 0;
  padding: 40px 75px;
  opacity: 0;
  height: 80px;
  overflow: hidden;
  transition: all ease 0.5s;
}
section.carousel-section .slider .carousel:hover .slick-arrow {
  opacity: 1;
}
section.carousel-section .slider .carousel:hover .slick-arrow.slick-prev {
  left: 20px;
  background: #fff;
}
section.carousel-section .slider .carousel:hover .slick-arrow.slick-next {
  right: 20px;
}
section.carousel-section .slider .image-holder {
  height: 80px;
}

.slick-dots {
  bottom: 30px;
  width: 60%;
  left: inherit;
  right: 12%;
}
.slick-dots li.slick-active button {
  background: transparent;
}
.slick-dots li.slick-active button:after {
  transform: scale(1);
  border-color: #fff;
}
.slick-dots li button {
  height: 6px;
  width: 6px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  transition: all ease 0.5s;
  padding: 0;
}
.slick-dots li button:focus {
  outline: 2px solid #000 !important;
}
.slick-dots li button:before {
  content: none;
}
.slick-dots li button:after {
  content: "";
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  border-radius: 50%;
  top: -2px;
  left: -2px;
  position: absolute;
  transform: scale(0);
  transition: all ease 0.5s;
  border: 2px solid transparent;
}

.slick-arrow {
  top: calc(50% - 30px);
  background: transparent;
  width: 60px;
  height: 60px;
  border-radius: 0px;
  text-align: center;
  line-height: 50px;
  z-index: 10;
  font-size: 20px;
  transform: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.slick-arrow:focus {
  outline: inherit !important;
}
.slick-arrow:focus:not(:focus-visible) {
  outline: inherit !important;
}
.slick-arrow:hover {
  background: #fff;
  color: #1A2A3D;
}
.slick-arrow:before {
  content: none !important;
}
.slick-arrow i {
  font-size: 22px;
}
.slick-arrow.slick-prev {
  left: 100px;
}
.slick-arrow.slick-next {
  right: 100px;
}

section.featured-icons .boxes .col-holder:nth-child(1) .box .circle {
  background: #F38550;
}
section.featured-icons .boxes .col-holder:nth-child(1) .box .bubble {
  transform: rotate(35deg);
}
section.featured-icons .boxes .col-holder:nth-child(2) .box .circle {
  background: #4D82F7;
}
section.featured-icons .boxes .col-holder:nth-child(2) .box .bubble {
  transform: rotate(17deg);
}
section.featured-icons .boxes .col-holder:nth-child(3) .box .circle {
  background: #FD6CB1;
}
section.featured-icons .boxes .col-holder:nth-child(3) .box .bubble {
  transform: rotate(0deg);
}
section.featured-icons .boxes .col-holder:nth-child(4) .box .circle {
  background: #7FDAF5;
}
section.featured-icons .boxes .col-holder:nth-child(4) .box .bubble {
  transform: rotate(180deg);
}
section.featured-icons .boxes .col-holder:nth-child(5) .box .circle {
  background: #F7DD55;
}
section.featured-icons .boxes .col-holder:nth-child(5) .box .bubble {
  transform: rotate(215deg);
}
section.featured-icons .boxes .col-holder:nth-child(6) .box .circle {
  background: #69E39A;
}
section.featured-icons .boxes .col-holder:nth-child(6) .box .bubble {
  transform: rotate(75deg);
}
section.featured-icons .boxes .box {
  position: relative;
}
section.featured-icons .boxes .box .circle {
  position: relative;
  padding: 65px;
  margin: 0 auto;
  z-index: 2;
  display: block;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  border: 10px solid #FBFCFF;
  background: #3A6F8F;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), inset -15px 0px 0px rgba(0, 0, 0, 0.05);
}
section.featured-icons .boxes .box.active .bubble:after {
  background: #1657E2;
}
section.featured-icons .boxes .box .description {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}
section.featured-icons .boxes .box .icon-holder img {
  position: relative;
  z-index: 2;
}
section.featured-icons .boxes .box .content-holder {
  position: relative;
  z-index: 2;
}
section.featured-icons .boxes .box .bubble {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -5px;
  width: 220px;
  height: 220px;
}
section.featured-icons .boxes .box .bubble:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #E3ECFC;
  transition: background-color ease 0.5s;
  border-radius: 62% 47% 82% 35%/45% 45% 80% 66%;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 5s linear infinite;
  display: block;
  -webkit-animation: sliderShape 5s linear infinite;
}
@keyframes sliderShape {
  0%, 100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}

section.contact-section .form {
  max-width: 1000px;
}
section.contact-section .content h4 {
  line-height: 1;
  font-size: 22px;
  color: #1D3755;
  font-weight: 500;
  margin-bottom: 5px;
}
section.contact-section .content p {
  margin-bottom: 0;
}
section.contact-section .content p a {
  color: #1A2A3D;
}
section.contact-section .content p a:hover {
  text-decoration: underline;
}

.form-radio-buttons {
  display: block;
  position: relative;
}
.form-radio-buttons.form-field {
  margin: 0 0 40px;
}
.form-radio-buttons .wpcf7-list-item {
  margin-left: 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.form-radio-buttons .wpcf7-radio input {
  cursor: pointer;
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: 5;
}
.form-radio-buttons .wpcf7-radio input:checked ~ .wpcf7-list-item-label {
  background-color: #FDD852;
  color: #1A2A3D;
  border: none;
}
.form-radio-buttons .wpcf7-radio .wpcf7-list-item-label {
  cursor: pointer;
  font-family: "Roboto Condensed", sans-serif;
  min-width: 100px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 0px;
  border: none;
  color: #1A2A3D;
  background: #F1F6FB;
  font-size: 20px;
  padding: 25px 30px;
  text-transform: uppercase;
  transition: all ease 0.1s;
  text-align: center;
}

.wpcf7-spinner {
  position: absolute;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  padding-top: 3px;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 14px;
}

.form-field {
  margin-bottom: 20px;
}
.form-field br {
  display: none;
}

.form-control {
  height: 66px;
  font-size: 16px;
  border-radius: 0px;
  padding: 13px 15px;
  color: #3A6F8F;
  border: 1px solid #3A6F8F;
}
.form-control.form-control-sm {
  height: 56px;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: #8DC63F;
}
.form-control::-webkit-input-placeholder {
  /* Edge */
  color: #3A6F8F;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #3A6F8F;
}
.form-control::placeholder {
  color: #3A6F8F;
}
.form-control.form-control-white {
  background-color: #fff;
}

select.form-control {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: transparent;
  position: relative;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDEuNUw2IDYuNUwxMSAxLjUiIHN0cm9rZT0iIzNBNkY4RiIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 30px 8px;
  padding-left: 15px;
  background-position: right center;
  background-clip: border-box;
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
}
select.form-control.error {
  border-color: red;
  background-color: rgba(255, 0, 0, 0.05);
}

.form-checkbox {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  line-height: 30px;
  padding-left: 40px;
  font-size: 17px;
  color: #1A2A3D;
}
.form-checkbox input {
  opacity: 0;
  z-index: 3;
  cursor: pointer;
  position: absolute;
}
.form-checkbox input:checked ~ .checkmark:before {
  background-color: #8DC63F;
  border-color: #8DC63F;
}
.form-checkbox input:checked ~ .checkmark:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
.form-checkbox .checkmark:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  margin-right: 10px;
  background: #fff;
  transition: all ease 0.1s;
  border: 1px solid #3A6F8F;
}
.form-checkbox .checkmark:after {
  content: "";
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.1s;
  left: 11px;
  top: 5px;
  width: 7px;
  height: 15px;
  border: solid #1A2A3D;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
}

.list-custom ul {
  padding-left: 15px;
  list-style: none;
}
.list-custom ul li {
  margin-bottom: 5px;
}
.list-custom ul li:before {
  content: "•";
  color: #8DC63F;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.list-checkmark {
  position: relative;
  z-index: 10;
}
.list-checkmark ul {
  padding-left: 15px;
  list-style: none;
}
.list-checkmark ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
  font-weight: 700;
  color: #3A6F8F;
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
}
.list-checkmark ul li:last-child {
  margin-right: 0;
}
.list-checkmark ul li:before {
  content: "";
  font-family: "fontAwesome";
  color: #8DC63F;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  width: 25px;
  margin-left: -15px;
}

textarea.form-control {
  height: 130px;
}

.share-links {
  text-align: center;
}
.share-links a {
  height: 40px;
  width: 40px;
  margin: 5px auto;
  line-height: 40px;
  background: #F1F6FB;
  display: block;
}
.share-links a .fa-facebook {
  color: #5270A4;
}
.share-links a .fa-twitter {
  color: #4FB9EC;
}
.share-links a .fa-linkedin {
  color: #3C86AD;
}
.share-links a .fa-pinterest {
  color: #B7081B;
}
.share-links a:hover {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.social-links.invert a {
  color: #fff;
  margin: 0 20px 0 0;
}
.social-links.invert a:last-child {
  margin-right: 0;
}
.social-links a {
  vertical-align: middle;
  color: #3A6F8F;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 0 5px;
  line-height: 1;
}
.social-links a:hover {
  color: #FDD852;
}

.prep-materials .prep-material {
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  margin-bottom: 5px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #856B0F;
  line-height: 1.3;
  position: relative;
  font-weight: 700;
  transition: all ease 0.3s;
}
.prep-materials .prep-material:hover {
  text-decoration: none;
}

.carousel-slider {
  height: 490px;
  overflow: hidden;
  opacity: 0;
  transition: opacity ease 0.5s;
}
.carousel-slider.initialized {
  height: auto;
  overflow: visible;
  opacity: 1;
}
.carousel-slider .slick-slider {
  max-width: 1330px;
}
.carousel-slider .slick-arrow {
  line-height: 17px;
  background: #3A6F8F;
  color: #fff;
}
.carousel-slider .slick-arrow:focus, .carousel-slider .slick-arrow:hover {
  background: #8DC63F;
}
.carousel-slider .slick-arrow:focus svg path, .carousel-slider .slick-arrow:hover svg path {
  stroke: #1A2A3D;
}
.carousel-slider .slick-arrow.slick-prev {
  left: inherit;
  right: 90px;
}
.carousel-slider .slick-arrow.slick-next {
  right: 15px;
}

.exams {
  margin-bottom: -30px !important;
}
.exams .exam {
  display: block;
  padding: 35px 35px 30px;
  background: #fff;
  height: 400px;
  max-width: 490px;
  margin-bottom: 30px;
  position: relative;
}
.exams .category {
  margin-bottom: 20px;
  color: #3A6F8F;
}
.exams .category a {
  font-weight: 700;
  text-decoration: underline;
  color: #3A6F8F;
}
.exams .category a:hover {
  text-decoration: none;
}
.exams .category .icon-holder svg {
  height: 18px;
  width: 18px;
  margin-right: 5px;
}
.exams .category .icon-holder svg g rect {
  fill: #3A6F8F;
}
.exams .title a {
  text-decoration: none;
  color: #3A6F8F;
  display: inline-block;
  line-height: 1;
}
.exams .title a:hover {
  text-decoration: underline;
}
.exams .button-holder {
  padding: 0 35px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.exams .content-holder {
  height: 250px;
  overflow: auto;
}

.exams-slider .exam {
  max-width: 420px;
  height: 460px;
}

section.image-section .image-box {
  position: relative;
}
section.image-section .image-box.image-sticky .content-holder .d-table-cell {
  height: 590px;
}
section.image-section .image-box .position-left .image-holder.clip img {
  clip-path: polygon(0 0, 0 100%, 100% 100%, 90% 0);
}
section.image-section .image-box .position-left .content-holder {
  float: right;
}
section.image-section .image-box .position-absolute {
  top: 0;
}
section.image-section .image-box .position-absolute.position-left {
  left: 0;
}
section.image-section .image-box .position-absolute.position-right {
  right: 0;
}
section.image-section .image-box .position-right .image-holder.clip img {
  clip-path: polygon(10% 0, 0 100%, 100% 100%, 100% 0);
}
section.image-section .image-box .content-holder {
  width: 100%;
  max-width: 640px;
}
section.image-section .image-box .content-holder h5 a {
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #856B0F;
  line-height: 1.3;
  position: relative;
  font-weight: 700;
  transition: all ease 0.3s;
}
section.image-section .image-box .content-holder h5 a:hover {
  text-decoration: none;
}
section.image-section .image-box .content-holder .d-table-cell {
  height: 480px;
}

body.page-id-77 #flex-section-5 {
  background: #F1F6FB;
  padding: 100px 0;
}

section.testimonials-section {
  margin-top: 180px;
  background: #3A6F8F;
  padding-bottom: 100px;
}
section.testimonials-section .slider .slick-arrow {
  background: #fff;
  height: 100px;
  width: 100px;
}
section.testimonials-section .slider .slick-arrow:hover, section.testimonials-section .slider .slick-arrow:focus {
  background: #FDD852;
}
section.testimonials-section .slider .slick-arrow.slick-prev {
  top: calc(50% + 36px);
  left: 12px;
}
section.testimonials-section .slider .slick-arrow.slick-next {
  top: 0;
  right: 12px;
}
section.testimonials-section .testimonials-slider {
  max-width: 770px;
  width: 100%;
}
section.testimonials-section .testimonials-slider .slick-dots {
  bottom: -50px;
}
section.testimonials-section .custom-button-link {
  color: #1A2A3D;
  text-decoration: underline;
}
section.testimonials-section .testimonials .testimonial {
  min-height: 350px;
}
section.testimonials-section .testimonials .testimonial .d-table-cell {
  height: 224px;
}
section.testimonials-section .image-holder {
  margin-top: -60px;
  margin-left: 100px;
  position: relative;
}
section.testimonials-section .image-holder img {
  min-width: 650px;
}
section.testimonials-section .image-holder .ribbon {
  height: 100px;
  min-width: 600px;
  background: #FDD852;
  padding: 40px 0px 40px 30px;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 60px;
}

.testimonials .testimonial {
  font-size: 18px;
  line-height: 1.8;
  padding: 55px 66px;
  background: #F1F6FB;
}

.posts.posts-list .post {
  margin-bottom: 30px;
}
.posts .post {
  display: block;
  position: relative;
  text-decoration: none;
  max-width: 420px;
  width: 100%;
  color: #3A6F8F;
  height: 510px;
  background: #fff;
}
.posts .post:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.posts .post:hover .title {
  text-decoration: underline;
}
.posts .post:hover:after {
  opacity: 1;
}
.posts .post:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  opacity: 0;
  border-width: 0 50px 50px 0;
  border-color: transparent #F1F6FB transparent transparent;
}
.posts .post .content-holder {
  padding: 40px 30px 20px;
}
.posts .post .content-holder .date {
  color: #1A2A3D;
}
.posts .post .title {
  line-height: 1.4;
}
.posts .post .image-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

section.exam-tabs .exam-categories {
  margin-bottom: 0px;
}

section.section-angle {
  position: relative;
}
section.section-angle:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 200px 200px;
  border-color: transparent transparent #ffffff transparent;
  bottom: 0;
  right: 0;
}

section.news-section {
  position: relative;
}
section.news-section .posts-list {
  max-width: 1330px;
}

ul.nav-tabs {
  max-width: 520px;
  border: none;
}
ul.nav-tabs li.nav-item {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  border: none;
}
ul.nav-tabs li.nav-item a.nav-link {
  background: #F1F6FB;
  color: #1A2A3D;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  border-radius: 0px;
  text-transform: uppercase;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  border: none;
  padding: 34px 15px 34px 30px;
}
ul.nav-tabs li.nav-item a.nav-link .arrow {
  position: absolute;
  font-size: 24px;
  right: 30px;
  top: 30px;
}
ul.nav-tabs li.nav-item a.nav-link.active {
  background: #FDD852;
}
ul.nav-tabs li.nav-item a.nav-link.active .line {
  height: 20px;
}

section.testimonials-section-full {
  position: relative;
}
section.testimonials-section-full .container {
  position: relative;
  z-index: 2;
}
section.testimonials-section-full .testimonials {
  position: relative;
  background: #F1F6FB;
  padding-bottom: 200px;
}
section.testimonials-section-full .testimonials:before {
  content: "";
  height: 590px;
  width: 100%;
  background: #3A6F8F;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
  top: 0px;
}
section.testimonials-section-full .testimonials .testimonial {
  min-height: 350px;
  background: #fff;
}

section.accordion {
  position: relative;
  z-index: 3;
}
section.accordion .tab-content {
  padding-left: 100px;
}
section.accordion .container {
  position: relative;
  z-index: 2;
}
section.accordion .card {
  border: none;
  background: transparent;
  border-radius: 0;
}
section.accordion .card .card-header {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
}
section.accordion .card .card-header .card-title {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
section.accordion .card .card-header .card-title a {
  padding: 23px 15px 23px 20px;
  font-size: 18px;
  color: #1A2A3D;
  display: block;
  border-radius: 0px;
  position: relative;
  background: #F1F6FB;
  border: none;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
section.accordion .card .card-header .card-title a .arrow {
  display: block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 32px;
}
section.accordion .card .card-header .card-title a .arrow:before {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 10px;
  background: #000;
  transform: rotate(45deg);
}
section.accordion .card .card-header .card-title a .arrow:after {
  left: 6px;
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 10px;
  background: #000;
  transform: rotate(-45deg);
}
section.accordion .card .card-header .card-title a[aria-expanded=false] .arrow:after {
  transform: rotate(-45deg);
}
section.accordion .card .card-header .card-title a[aria-expanded=true] {
  color: #1A2A3D;
  background: #FDD852;
}
section.accordion .card .card-header .card-title a[aria-expanded=true] .arrow {
  top: 30px;
}
section.accordion .card .card-header .card-title a[aria-expanded=true] .arrow:before {
  background: #1A2A3D;
  transform: rotate(-45deg);
}
section.accordion .card .card-header .card-title a[aria-expanded=true] .arrow:after {
  transform: rotate(45deg);
  background: #1A2A3D;
}
section.accordion .card .card-body {
  padding: 0;
  margin: 0;
  border: none;
}
section.accordion .panel-default {
  background: transparent;
  margin-bottom: 20px;
  border: none;
  box-shadow: none;
  border-radius: 0px;
}
section.accordion .panel-default .panel-heading {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
section.accordion .panel-default .panel-heading .panel-title {
  margin-bottom: 0;
  margin-top: 0;
}
section.accordion .panel-default .panel-heading .panel-title .arrow {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 3px;
}
section.accordion .panel-default .panel-heading .panel-title a {
  font-family: "Anek Telugu", sans-serif;
  font-size: 19px;
  color: #3A6F8F;
  font-weight: 700;
  padding: 10px 40px 10px 0;
  display: block;
  position: relative;
  text-decoration: none;
}
section.accordion .panel-default .panel-heading .panel-title a i {
  color: #FFB400;
  padding-right: 5px;
  position: absolute;
  left: 0;
}
section.accordion .panel-default .content {
  max-width: 800px;
  margin: 0 0 30px;
}
section.accordion .panel-group {
  margin-bottom: 0;
}
section.accordion .panel-heading .panel-title a[aria-expanded=true] {
  color: #3A6F8F;
  text-decoration: underline;
}
section.accordion .panel-heading .panel-title a[aria-expanded=true] .arrow {
  color: #fff;
}
section.accordion .panel-heading .panel-title a[aria-expanded=true] .arrow:before, section.accordion .panel-heading .panel-title a[aria-expanded=true] .arrow:after {
  content: "";
  height: 2px;
  width: 13px;
  top: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  display: block;
  background: #3A6F8F;
}
section.accordion .panel-heading .panel-title a[aria-expanded=true] .arrow:before {
  transform: rotate(180deg);
}
section.accordion .panel-heading .panel-title a[aria-expanded=true] .arrow:after {
  transform: rotate(0deg);
}
section.accordion .panel-heading .panel-title a[aria-expanded=false] .arrow:before, section.accordion .panel-heading .panel-title a[aria-expanded=false] .arrow:after {
  content: "";
  height: 2px;
  width: 13px;
  top: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  display: block;
  background: #3A6F8F;
}
section.accordion .panel-heading .panel-title a[aria-expanded=false] .arrow:before {
  transform: rotate(90deg);
}

section.find-section .content-holder {
  background: #3A6F8F;
  padding: 90px 80px;
  height: 320px;
}
section.find-section .content-holder .title {
  font-size: 40px;
  color: #fff;
}
section.find-section .content-holder .content {
  color: #fff;
}

section.exam-params {
  border: 1px solid #B5DBE1;
}
section.exam-params .exam-outline {
  border: 10px solid #fff;
  background: #F1F6FB;
}
section.exam-params .exam-outline .exam-param {
  padding: 40px;
  min-width: 20%;
  border-right: 10px solid #fff;
}
section.exam-params .exam-outline .exam-param:last-child {
  border-right: none;
}
section.exam-params .exam-outline .exam-param .title {
  margin-bottom: 2px;
  font-weight: 900;
}

.prep-materials-full .prep-material {
  margin-bottom: 100px;
}
.prep-materials-full .prep-material a.app {
  text-decoration: none;
  display: inline-block;
}
.prep-materials-full .prep-material a.app:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.prep-materials-full .prep-material hr {
  background-color: #aaa;
  margin-bottom: 30px;
}
.prep-materials-full .prep-material .short .content-holder {
  max-width: 900px;
}

.coupon-codes .coupon-code {
  max-width: 490px;
  width: 100%;
  background: #F1F6FB;
  padding: 30px;
}

section.columns-section .columns.columns-contentLight, section.columns-section .columns.columns-iconLight {
  margin-top: 30px;
  border: 1px solid #B5DBE1;
}
section.columns-section .columns.columns-contentLight.columns-5 .column, section.columns-section .columns.columns-iconLight.columns-5 .column {
  padding: 30px 25px;
}
section.columns-section .columns.columns-contentLight .columns-outline, section.columns-section .columns.columns-iconLight .columns-outline {
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  background: #F1F6FB;
}
section.columns-section .columns.columns-contentLight .column, section.columns-section .columns.columns-iconLight .column {
  padding: 40px 40px;
  border-right: 10px solid #fff;
}
section.columns-section .columns.columns-contentLight .column:first-child, section.columns-section .columns.columns-iconLight .column:first-child {
  padding-left: 15px;
}
section.columns-section .columns.columns-contentLight .column:last-child, section.columns-section .columns.columns-iconLight .column:last-child {
  border-right: none;
  padding-right: 15px;
}
section.columns-section .columns.columns-contentLight .column .image-holder, section.columns-section .columns.columns-iconLight .column .image-holder {
  margin-bottom: 15px;
}
section.columns-section .columns.columns-imageLight {
  margin-top: 30px;
}
section.columns-section .columns.columns-imageLight .column .image-holder {
  margin-bottom: 0px;
}
section.columns-section .columns.columns-imageLight .column .content-holder {
  background: #F1F6FB;
  padding: 30px 45px;
}
section.columns-section .columns.columns-imageLight .column .content-holder .content {
  min-height: 200px;
}
section.columns-section .columns.columns-imageDark {
  margin-top: 30px;
}
section.columns-section .columns.columns-imageDark .column .image-holder {
  background: #3A6F8F;
  margin-bottom: 0px;
}
section.columns-section .columns.columns-imageDark .column .image-holder img {
  display: block;
  margin: 0 auto;
}
section.columns-section .columns.columns-imageDark .column .content-holder {
  background: #3A6F8F;
  padding: 30px 45px;
}
section.columns-section .columns.columns-imageDark .column .content-holder .content {
  min-height: 200px;
}
section.columns-section .columns.columns-imageDark .column .content-holder .content * {
  color: #fff;
}
section.columns-section .columns .content h3.line {
  position: relative;
}
section.columns-section .columns .content h3.line:after {
  content: "";
  position: absolute;
  background: #929CA6;
  width: 85%;
  right: 0;
  height: 1px;
  top: 10px;
}
section.columns-section .columns .content h5 a {
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #856B0F;
  line-height: 1.3;
  position: relative;
  font-weight: 700;
  transition: all ease 0.3s;
}
section.columns-section .columns .content h5 a:hover {
  text-decoration: none;
}

nav.pagination {
  overflow: hidden;
  padding: 0;
  margin: 40px 0 0;
  text-decoration: none;
}
nav.pagination .page-numbers {
  height: 60px;
  width: 60px;
  line-height: 55px;
  text-align: center;
  margin-right: 10px;
  font-weight: 600;
  color: #1A2A3D;
  background: #fff;
  border: 1px solid #fff;
  text-decoration: none;
}
nav.pagination .page-numbers.current {
  border-color: #3A6F8F;
  color: #3A6F8F;
}
nav.pagination .page-numbers.prev {
  background: #3A6F8F;
  text-indent: -999999px;
  position: relative;
  text-decoration: none;
  border-color: #3A6F8F;
}
nav.pagination .page-numbers.prev:hover {
  background: #8DC63F;
  border-color: #8DC63F;
}
nav.pagination .page-numbers.prev:before {
  content: "";
  text-indent: 1px;
  position: absolute;
  font-family: "fontAwesome";
  color: #fff;
  font-size: 28px;
  left: 0;
  right: 0;
  font-weight: 400;
}
nav.pagination .page-numbers.next {
  background: #3A6F8F;
  text-indent: -999999px;
  position: relative;
  text-decoration: none;
}
nav.pagination .page-numbers.next:hover {
  background: #8DC63F;
  border-color: #8DC63F;
}
nav.pagination .page-numbers.next:before {
  content: "";
  text-indent: 1px;
  position: absolute;
  font-family: "fontAwesome";
  color: #fff;
  font-size: 28px;
  left: 0;
  right: 0;
  font-weight: 400;
}

img.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-holder-post {
  height: 510px;
  overflow: hidden;
  min-width: 100%;
  position: relative;
}
.image-holder-post img {
  border: 1px solid #DEE2E6;
}
.image-holder-post:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 200px 200px;
  border-color: transparent transparent #ffffff transparent;
  bottom: 0;
  right: 0;
  z-index: 2;
}

article h2 {
  font-size: 36px;
  margin-top: 20px;
}
article p {
  margin-bottom: 20px;
}

section.map-section .form {
  max-width: 440px;
}

.locations-holder {
  position: relative;
}
.locations-holder:after {
  content: "";
  height: 200px;
  width: 100%;
  position: absolute;
  pointer-events: none;
  left: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}

.locations {
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  padding: 0px 0px 40px;
}
.locations .location {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.locations .location .location-list {
  font-weight: 500;
}
.locations .location .location-list i {
  border-radius: 1px;
  vertical-align: middle;
  display: inline-block;
  color: #1A2A3D;
  text-align: center;
  font-weight: 300;
  font-size: 10px;
  line-height: 18px;
  height: 20px;
  width: 20px;
}
.locations .location .location-list i.fa-check {
  background: #8DC63F;
}
.locations .location .location-list i.fa-times {
  background: #ff5722;
}
.locations .location .title {
  color: #1A2A3D;
  font-weight: 600;
}
.locations .location .custom-button-link {
  text-decoration: none;
}

.list-custom a {
  text-decoration: underline;
  color: #3A6F8F;
}
.list-custom a:hover {
  text-decoration: none;
}

article p a {
  text-decoration: underline;
  color: #3A6F8F;
  line-height: 1.3;
  position: relative;
  font-weight: 700;
}

.table {
  background: #fff;
  border-left: 1px solid #DEE2E6;
  border-right: 1px solid #DEE2E6;
  border-top: 1px solid #DEE2E6;
}
.table td p {
  margin-bottom: 0;
}
.table a {
  text-decoration: underline;
  color: #3A6F8F;
  line-height: 1.3;
  position: relative;
  font-weight: 700;
}

.table > :not(caption) > * > * {
  padding: 15px 20px;
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: transparent;
  background: #f9f9f9;
}

/*# sourceMappingURL=style.css.map */
