@import url('https://fonts.googleapis.com/css?family=Literata:400,600,700|Open+Sans:300,400,600&display=swap');

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  height: 100%;
  line-height: 28px;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 36px;
  line-height: 48px;
}

h2 {
  font-size: 32px;
  line-height: 44px;
}

h3 {
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
}

h4 {
  font-size: 18px;
  line-height: 30px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 22px;
}

.section-title h2 {
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 600;
  color: #0c111a;
  line-height: 41.6px;
  position: relative;
  padding-bottom: 20px;
}


.section-title h2 span {
  text-transform: lowercase;
}

.section-title p {
  color: #6e7797;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
}

p {
  margin: 0px;
}

img {
  width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

a {
  display: inline-block;
}

p {
  font-size: 1.15rem;
}

a:hover,
a:focus,
a.active {
  text-decoration: none !important;
  box-shadow: none !important;
}

*,
::after,
::before {
  outline: none !important;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

.btn {
  height: 48px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  border-radius: 0px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 26px;
  margin-top: 11px;
}

.btn-custom {
  color: #fff;
  background: #dc48e9;
  border-radius: 25%;
  padding: 10px 32px;
}

.w_60 {
  width: 60%;
}

.w_50 {
  width: 50%;
}

.w_40 {
  width: 40%;
}

.xy-center {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before {
  margin-left: 0px !important;
}

.mx_10 {
  margin: 0px 10px;
}

.mt_5 {
  margin-top: 5px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_100 {
  margin-top: 100px;
}

.ml_105 {
  margin-left: 105px;
}

.mr_60 {
  margin-right: 60px;
}

.mb_15 {
  margin-bottom: 15px
}

.mb_70 {
  margin-bottom: 70px
}

.p_30 {
  padding: 30px;
}

.p_20 {
  padding: 20px;
}

.py_60 {
  padding: 60px 0px;
}

.py_80 {
  padding: 80px 0px;
}

.pr_50 {
  padding-right: 50px;
}

.pt_15 {
  padding-top: 15px;
}

.pt_30 {
  padding-top: 30px;
}

.pt_60 {
  padding-top: 60px;
}

.pb_100 {
  padding-bottom: 100px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pb_115 {
  padding-bottom: 115px;
}

.pb_70 {
  padding-bottom: 60px;
}

.pb_76 {
  padding-bottom: 76px;
}

.pb_95 {
  padding-bottom: 95px;
}

.pb_135 {
  margin-bottom: 135px
}

.pb_55 {
  padding-bottom: 55px
}

.ptb_100 {
  padding: 100px 0;
}

.pt_100 {
  padding-top: 100px;
}

.pb_89 {
  padding-bottom: 89px;
}


.custom-nav {
  background-color: transparent;
  padding: 30px 0px !important;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}

.custom-nav .navbar-nav li a {
  color: #0767b1;
  font-size: 15px;
  background-color: transparent !important;
  margin: 0px 8px;
  letter-spacing: 0.05em;
  line-height: 24px;
  transition: all 0.5s;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 1.5rem;
}

.fa.fa-bars {
  color: #0066b2;
  font-size: 29px;
  margin-right: 11px;
}

.custom-nav .navbar-brand .logo-light,
.custom-nav .navbar-brand .logo-dark {
  height: auto;
}

.stickyadd .logo-dark {
  height: 36px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 1.5rem;
}

.logo .logo-light {
  display: inline-block;
}

/*-- stickyadd logo --*/

.stickyadd .logo .logo-dark {
  display: inline-block;
}

.stickyadd .logo .logo-light {
  display: none;
}

.logo .logo-dark {
  display: none;
}

.custom-nav .navbar-brand {
  color: #fff !important;
  text-transform: uppercase;
}

.custom-nav .navbar-toggler {
  color: #fff;
  font-size: 35px;
  padding: 0px;
}

.custom-nav .navbar-nav li a:hover,
.custom-nav .navbar-nav li a:active,
.custom-nav .navbar-nav li.active a,
.custom-nav.stickyadd .navbar-nav li a:hover,
.custom-nav.stickyadd .navbar-nav li a:active,
.custom-nav.stickyadd .navbar-nav li.active a {
  color: #0066b2 !important;
}

.custom-nav.stickyadd {
  background-color: #fff !important;
  box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.050980392156862744);
  padding: 15px 0px !important;
}

.custom-nav.stickyadd .navbar-nav li a {
  color: rgba(0, 0, 0, 0.6) !important;
}

.header-banner .container,
.header-banner .row,
.header-banner .col-md-12 {
  height: 100%;
}


/* .background1:after {
    content: "";
    background: #000a2d;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: -1;
    position: absolute;
    padding: 140px 0px;
  }*/

.d-table {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.right-content{
  position: relative;
  right: -45%;
  width: 60%;
  top: 0%;
}

.left-content{
  position: relative;
  left: -5%;
  width: 60%;
  top: 0%;
}
.banner-content h1 {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 60px;
  animation-duration: 3s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}

.banner-content span {
  color: #0767b1 !important;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 45px;
  letter-spacing: 1px;
}

.banner-content p {
  margin: 10px auto 13px auto;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  color: #6e7797;
  animation-duration: 3s;
  animation-delay: 8s;
  animation-iteration-count: infinite;
}

.btn_secprt {
  margin-top: 50px;
}
/* 
.banner-content a {
  display: inline-block;
  padding: 10px 28px;
  transition: .3s;
  background: #f7921e;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .8px;
  animation-duration: 3s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
}

.banner-content a:hover {
  background: #fff;
  color: #222;
  text-decoration: none;
  border: 1px solid #0066b2;
  border-radius: 25px;
} */

a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #108af9;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
  margin-bottom: 0px;
  margin-top: 15px;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-weight: 700;
  margin-top: 0px;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #108af9;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #f9f9f9;
  margin-top: 44px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: .8em 5%;
  margin: 0;
  text-align: left;
  color: #555;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: capitalize;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #108af9;
  color: #fff !important;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #108af9;
  color: #fff;
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.section {
  position: relative;
  padding: 60px 0px;
}

.section .font-title--md {
  margin-bottom: 50px;
}

.font-title--md {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #202029;
}

.learning-rules__wrapper {
  margin-bottom: 40px;
}

.learning-rules-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 65px;
  -ms-flex-preferred-size: 65px;
  flex-basis: 65px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.learning-rules-item .item-number {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  margin-right: 16px;
  border-radius: 50%;
  overflow: hidden;
  background: #1089ff14;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.learning-rules-item .item-number span {
  font-size: 22px;
  line-height: 20px;
  color: #1089ff;
  font-weight: 600;
}

.learning-rules-item .item-text h6,
.learning-rules-item .item-text .h6 {
  color: #202029;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 6px;
}

.learning-rules-item .item-text p {
  font-size: 14px;
  line-height: 21px;
  color: #555;
  max-width: 435px;
}

.button--primary {
  background-color: #1089ff;
}

.button-lg {
  padding: 19px 32px;
}

.button-md,
.button-lg {
  border: 0px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.button {
  display: inline-block;
  padding: 12px 19px;
  border: 0px;
  font-size: 16px;
  line-height: 19.2px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
}

.button--primary:hover {
  color: #fff;
  background-color: #0264ed;
  -webkit-box-shadow: 0px 10px 20px 0px #0264ed40;
  box-shadow: 0px 10px 20px 0px #0264ed40;
}

.learning-rules-ends {
  margin-right: -80px;
  position: relative;
  z-index: 2;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.font-title--card {
  font-size: 23px;
  line-height: 30px;
  font-weight: 600;
  color: #202029;
}

.contentCard-bottom {
  padding: 20px;
  text-align: center;
}

.crd-abdstdu {
  background-color: #fff;
}

.bg-cntf {
  background-color: rgba(235, 235, 242, 0.5);
}

.bftr-sdrlor,
.bftr-sdrlor2 {
  position: relative;
}

.bftr-sdrlor::before {
  content: '';
  position: absolute;
  background-color: #f59120;
  height: 3px;
  width: 80px;
  bottom: -13px;
  left: 46%;
  ;
}

.bftr-sdrlor2::before {
  content: '';
  position: absolute;
  background-color: #f59120;
  height: 3px;
  width: 80px;
  bottom: -15px;
  left: 0%;
  ;
}

.font-title--card:hover {
  color: #0767b1;
}

.pd-top-200 {
  padding-top: 200px;
}

.video-bg-wrap {
  position: absolute;
  height: 90%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-color: #ddd;
  background-position: 13% 85%;}

.bg-relative {
  position: relative;
}

.video-bg-inner {
  position: absolute;
  height: 100%;
  width: 55%;
  top: 0;
  left: 0;
  border-radius: 0 7px 0 0;
}

.pd-bottom-100 {
  padding-bottom: 100px;
}

.pd-top-100 {
  padding-top: 100px;
}

.section-title .sub-title {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  color: #e82f51;
}

.section-title .sub-title:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 0;
  background-image: url(../../assets/image/2.png);
  background-size: 100% 100%;
  height: 105%;
  width: 180%;
}

.pd-top-70 {
  padding-top: 70px;
}

.pd-bottom-50 {
  padding-bottom: 50px;
}

.single-project-inner,
.single-project-inner-blogs {
  margin-bottom: 30px;
  overflow: hidden;
  transition: 0.4s;
  position: relative;
}

.single-project-inner .thumb,
.single-project-inner-blogs .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 7px 7px 0px 0px;
}

.single-project-inner .thumb img,
.single-project-inner-blogs .thumb img {
  transform: scale(1.05);
  transition: 0.9s;
  width: 100%;
}

.single-project-inner .thumb:after,
.single-project-inner-blogs .thumb:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}

.single-project-inner .details {
  padding: 23px 30px 25px 30px;
  background: #fff;
  margin: 30px;
  margin-top: -100px;
  border-radius: 0 6px 0 0;
  transition: 0.4s;
  padding-right: 40px;
  position: relative;
  z-index: 2;
  min-height: 200px;
  box-shadow: 0px 3px 20px rgb(0 33 71 / 6%);
  border-radius: 7px;
  text-align: center;
}

.single-project-inner .details h4 {
  margin-bottom: 15px;
  font-weight: 600;
}

.single-project-inner-blogs .details h5:hover {
  color: #F15B26;
}

.single-project-inner-blogs .thumb img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}

.single-project-inner:hover .thumb img,
.single-project-inner-blogs:hover .thumb img {
  transform: scale(1.1);
}

.single-project-inner:hover .thumb:after {
  visibility: visible;
  opacity: 1;
}

.single-project-inner:hover .details {
  background: #f59120;
  color: #fff;
}

.testimonial-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 50px 60px 60px;
  max-width: 570px;
  min-height: 440px;
  margin-bottom: 40px;
}

.testimonial-block-one .inner-box:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 60px;
  height: 40px;
  left: 0px;
  bottom: -39px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0px 0px);
}

.testimonial-block-one .inner-box .pattern {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 560px;
  height: 376px;
  background-repeat: no-repeat;
  z-index: -1;
}

.testimonial-block-one .inner-box .icon-box {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 160px;
  line-height: 90px;
  font-weight: 700;
  z-index: 1;
}

.testimonial-block-one .inner-box .icon-box {
  color: #0767b1;
  font-family: emoji;
}

.testimonial-block-one .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: #ffffff;
  width: 130px;
  height: 130px;
  top: 0px;
  right: 0px;
  z-index: -1;
}

.testimonial-block-one .inner-box p {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 32px;
  z-index: 1;
}

.testimonial-block-one .inner-box .author-box {
  position: relative;
  padding: 15px 0px 12px 125px;
}

.testimonial-block-one .inner-box .author-box .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 87px;
  height: 86px;
  background: #fff;
  padding: 7px;
}

.testimonial-block-one .inner-box .author-box .image-box {
  border: 2px solid #f59120;
}

.testimonial-block-one .inner-box .author-box .image-box img {
  width: 100%;
}

.testimonial-block-one .inner-box .author-box h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}

.testimonial-block-one .inner-box .author-box h4 {
  color: #f59120;
}

.testimonial-block-one .inner-box .author-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mt-10 {
  margin-top: 10px;
}

.bg-tstsecP {
  background: #0767b130;
}

.bg-stdy-abrd {
  background: #f5912014;
}

.bgtpr_spr {
  background-color: #fbfbfd;
}

.testimonial-block-one {
  margin-left: 10px;
  display: inline;
}

.slick-slide {
  margin: 0 10px;
}

.footer-top-heiding {
  border-bottom: 2px solid #f59120;
  margin-bottom: 50px;
}


#test-preparation .slick-slide img{
  height: 300px;
  object-fit: cover;
}

.f-contact {
  display: flex;
  padding-bottom: 50px;
  padding-top: 50px;
  padding-right: 10px;
  padding-left: 16px;
}

.footer-top-heiding .col-lg-4 {
  border-right: 2px solid #f59120;
}

.footer-top-heiding .col-lg-4:last-child {
  border-right: none;
}

.f-contact .icon {
  margin-right: 20px;
}

.f-contact span {
  color: #fff;
  display: block;
}

.f-contact h3 {
  color: #fff;
  font-size: 24px;
  text-transform: inherit;
}

.footer-top-heiding h2 {
  color: #fff;
}

.footer-bg {
  background: #0066b3;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.f-cta-area.gray-bg {
  background: #f4f4fe;
  border-top: 3px solid #F15B26;
}

.footer-text p {
  color: #fff;
  margin-bottom: 0;
}

.footer-social span {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  margin-right: 20px;
}

.footer-social a {
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
  height: 35px;
  width: 35px;
  background: #21272c;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  color: #fff;
}

.footer-social a:hover {
  background: #4cc3c1;
}

.f-widget-title h5 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
  position: relative;
}


.footer-link ul li i {
  color: #F15B26;
  margin-right: 5px;
}

.footer-link ul li a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
}

.footer-link ul li a:hover {
  padding-left: 5px;
  color: #f59120;
}

.footer-link ul li {
  margin-bottom: 15px;
}

.footer-link ul li:last-child {
  margin-bottom: 0;
}

.f-insta ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 5px;
}

.f-insta ul li a {
  display: block;
  position: relative;
}

.f-insta ul li a::before {
  content: "\e035";
  font-family: "dripicons-v2" !important;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #F15B26;
  transition: .3s;
  opacity: 0;
  z-index: 9;
}

.f-insta ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #F15B26;
  opacity: 0;
  transition: .3s;
}

.f-insta ul li:hover a::before {
  top: 50%;
  opacity: 1;
}

.f-insta ul li:hover a::after {
  opacity: .6;
}

.copyright-wrap {
  background: #1C75BC;
  padding: 15px 0;
  color: #99A3AC;
}

.f-contact i {
  width: 40px;
  height: 40px;
  background: #3763eb;
  line-height: 40px;
  color: #fff !important;
  text-align: center;
  border-radius: 50%;
  float: left;
}

.f-contact li {
  float: left;
  margin-bottom: 20px !important;
  width: 100%;
}

#contact-form4 {
  margin-top: 20px;
}

#contact-form4 input {
  float: left;
  border-radius: 10px 0 0px 10px;
  padding: 23px 30px;
  border: none;
  width: 75%;
}

#contact-form4 button {
  padding: 15px 30px;
  border-radius: 0px 10px 10px 0;
}

.pb-70 {
  padding-bottom: 70px;
}

.f-widget-title img {
  width: 80%;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;

  /*stacking fieldsets above each other*/
  position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

/*inputs*/
#msform input,
#msform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  color: #2C3E50;
  font-size: 13px;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #0066b2;
  outline-width: 0;
  transition: All 0.5s ease-in;
  -webkit-transition: All 0.5s ease-in;
  -moz-transition: All 0.5s ease-in;
  -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
  width: 100px;
  background: #0066b2;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #0066b2;
}

#msform .action-button-previous {
  width: 100px;
  background: #C5C5F1;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

/*headings*/
.fs-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #2C3E50;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: bold;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}

#progressbar li {
  list-style-type: none;
  color: #0066b2;
  text-transform: uppercase;
  font-size: 9px;
  width: 33.33%;
  float: left;
  position: relative;
  letter-spacing: 1px;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 24px;
  height: 24px;
  line-height: 26px;
  display: block;
  font-size: 12px;
  color: #333;
  background: #f59120;
  border-radius: 25px;
  margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 92%;
  height: 2px;
  background: #f59120;
  position: absolute;
  left: -45%;
  top: 9px;
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #0066b2;
  color: white;
}


/* Not relevant to this form */
.dme_link {
  margin-top: 30px;
  text-align: center;
}

.dme_link a {
  background: #FFF;
  font-weight: bold;
  color: #0066b2;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 5px 25px;
  font-size: 12px;
}

.dme_link a:hover,
.dme_link a:focus {
  background: #C5C5F1;
  text-decoration: none;
}

.mdl-dlgbx {
  max-width: 750px !important;
}

.ml-140 {
  margin-left: 140px;
}

.clr-fff {
  color: #fff;
}

.mb-15 {
  margin-bottom: 15px;
}

.mdl-cnt-mnhgt {
  min-height: 600px;
}



.background1 {
  background-size: cover;
  height: 45vh;
  background-repeat: no-repeat;
}





@media only screen and (max-width: 767px) {

  .right-content, .left-content{
    position: relative;
    right: 0%;
    left: 0%;
    width: 100%;
    top: 0%;
  }
  
    .fixed-top {
    position: inherit !important;
  }

  .custom-nav .navbar-brand {
    padding-left: 15px;
  }

  .learning-rules-ends img {
    display: none;
  }

  .smsz-mlsec {
    margin-left: 53px;
  }

  .dsply-sz-nn {
    display: none;
  }

  .section {
    position: relative;
    padding: 40px 0px;
  }

  .font-title--md {
    font-size: 23px;
    line-height: 32px;
  }

  .fst-scprt {
    padding: 20px 0px !important;
  }

  .bftr-sdrlor::before {
    left: calc(50% - 40px);
  }

  .section .font-title--md {
    margin-bottom: 35px;
  }

  .crd-abdstdu {
    margin-bottom: 30px;
  }

  .video-btn-wrap {
    display: none;
  }

  .video-bg-inner {
    width: 100%;
  }

  .sm-txt-cntr {
    text-align: center;
    padding-top: 35px !important;
  }

  .section-title h2 {
    font-size: 28px;
    font-weight: 600;
  }

  .single-contact-number {
    margin-top: 0px !important;
  }

  .f-contact {
    padding-bottom: 15px;
    padding-top: 25px;
  }

  .f-contact h3 {
    font-size: 20px;
  }

  .f-widget-title img {
    width: 61%;
  }

  .single-project-inner .thumb {
    border-radius: 0px;
  }

 
  

  element.style {}

  .single-project-inner .details2 {
    padding: 23px 30px 25px 30px;
    background: #fff;
    margin: 0px;
    margin-top: 0px;
    border-radius: 0 6px 0 0;
    transition: 0.4s;
    padding-right: 40px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 3px 20px rgb(0 33 71 / 6%);
    border-radius: 0px;
    text-align: center;
    min-height: inherit;
  }

  .testimonial-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 50px 15px 30px 23px;
    max-width: 570px;
    margin-bottom: 40px;
  }

  .testimonial-block-one .inner-box .author-box .image-box {
    display: none;
  }

  .testimonial-block-one .inner-box .author-box {
    padding: 0px;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .footer-top-heiding .col-lg-4 {
    border-right: inherit;
  }

  .footer-top {
    padding-bottom: 20px !important;
  }

  .sz-mt0 {
    margin-top: 0px;
  }
}




/* Additional Styles */

button.btn.btn-link.accordion-text p {
  font-weight: 600;
  color: #fff !important;
  font-size: 1rem !important;
}

button.btn.btn-link.accordion-text p:hover {
  text-decoration: none !important;
  color: #f59120 !important;
}

.accordion .card .card-header {
  margin-bottom: -1px;
  background-color: #1670b6;
}

.btn-link:hover {
  text-decoration: none !important;
}

div#accordionExample {
  border: 2px solid #f59120;
  border-radius: 6px;
}

.side-button {
  transform: rotate(90deg);
  position: fixed;
  right: -4.5rem;
  top: 50%;
  z-index: 99;
}
.side-button-icef {
  
  position: fixed;
  right: 30px;
  top: 72%;
  z-index: 99;
}

.custom-btn {
  padding: 10px 20px;
  background-color: #1C75BC;
  color: #fff;
  border: none;
  border-radius: 3px;
  transition: 300ms all;
}

.custom-btn:hover {
  color: #fff;
  background-color: #f59120;

}

.custom-btn2 {
  padding: 10px 20px;
  background-color: #f59120;
  color: #fff;
  border: none;
  border-radius: 3px;
  transition: 300ms all;
}

.custom-btn2:hover {
  color: #fff;
  background-color: #1C75BC;

}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 40px !important;
  height: 40px !important;
  background-color: #F15B26 !important;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 40% !important;

}

.universities img,
.colleges img {
  height: 150px;
  width: 180px !important;
  object-fit: contain;
  background-color: #fff;
  border: 0px solid #f59120;
  padding: 10px;
  border-radius: 6px;
}

.custom-text2 {
  color: #F15B26;
}

a.learn-more {
  color: #F15B26;
  font-weight: 500;
}

a.learn-more:hover {
  color: #1089ff;
  text-decoration: none;
}

a.learn-more i {
  transition: all 1s;
}

a.learn-more:hover i {
  margin-left: 15px !important;
}

.custom-text {
  color: #1059c0;
}

.recent-card img {
  height: 250px !important;
  width: 100%;
  object-fit: cover;
}

.recent-card {
  min-height: 600px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.137);
}

.blog-card {
  min-height: 400px;
}

