@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600);
.header-top
  .select2-container
  .select2-selection--single
  .select2-selection__rendered
  img,
.select2-results__option .img-flag {
  margin-right: 4px;
}
.navbar-nav > li > a,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
}
a,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}
.about ul.our-links li .detail h3,
.banner-outer .content h1,
.btn,
.header-middle .contact ul li,
.navbar-inverse .navbar-nav > li > a,
.testimonial ul li p a,
body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul.gallery-filter li,
ul.news-listing > li h2 {
  font-family: Jost, sans-serif;
}
body {
  font-size: 14px;
  color: #93a0a7;
  line-height: 26px;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: #24353b;
  line-height: 1.4;

}
h1 {
  font-size: 46px;
}
h2 {
  font-weight: 700;
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
.contact__title,
.fxmhqX i,.fxmhqY i,
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}
.navbar-collapse,
p {
  padding: 0;
}
.about.inner .modal-body .video-block,
.have-question ul li,
.our-impotance ul li:nth-child(n + 4),
ol,
ul {
  margin-bottom: 0;
}
a {
  text-decoration: none !important;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
label {
  font-weight: 400;
}
::-webkit-input-placeholder {
  opacity: 1;
  text-transform: uppercase;
}
:-moz-placeholder {
  opacity: 1;
  text-transform: uppercase;
}
::-moz-placeholder {
  opacity: 1;
  text-transform: uppercase;
}
:-ms-input-placeholder {
  opacity: 1;
  text-transform: uppercase;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent !important;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}
input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent !important;
}
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent !important;
}
#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  background: #fff;
}
#loading .element {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b6272e;
  -webkit-animation: 2.4s linear infinite both sk-foldCubeAngle;
  animation: 2.4s linear infinite both sk-foldCubeAngle;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%,
  90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%,
  90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.header-top {
  display: block;
  background: #211d1e;
}
.header-top ul.follow-us {
  display: block;
  padding-top: 8px;
  float: right;
}
.header-top ul.follow-us li {
  display: inline-block;
  padding-right: 20px;
  font-size: 18px;
}
.header-top ul.follow-us li a {
  color: #646162;
}
.header-middle a.login:hover span,
.header-top ul.follow-us li a:hover,
.header-top ul.top-nav li a:hover {
  color: #fff;
}
.header-top .lang-wrapper,
.header-top .right-block,
.news-events ul li .comment {
  display: block;
  float: right;
}
.header-top ul.top-nav {
  display: block;
  padding-top: 8px;
  padding-right: 10px;
  float: left;
}
.header-top ul.top-nav li {
  display: block;
  padding: 0 13px;
  float: left;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.header-top ul.top-nav li a {
  color: #6c777d;
}
.header-top .select-lang,
.header-top .select-lang2 {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.header-top .select-lang {
  margin-left: 1px;
}
.header-top .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
  background: #302c2d;
}
.header-top .select2.select2-container {
  width: 100px !important;
}
.header-top .select2-container .select2-selection--single {
  height: 42px;
}
.header-top
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 42px;
}
.header-top
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 16px;
  color: #fff;
}
.header-top
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 30px;
  height: 42px;
}
.card-header:first-child,
.modal-content,
.select2-container--open .select2-dropdown--below {
  border-radius: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 6px 5px 0;
  border-color: #c1c0c0 transparent transparent;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 0 5px 6px;
}
.select2-dropdown {
  border: 1px solid #dedddd;
}
.select2-results__option {
  padding: 0 6px;
  font-size: 13px;
}
#curriculam .lecture-txt a.preview:hover,
.blog-wrapper .pagination > li > a:focus,
.blog-wrapper .pagination > li > a:hover,
.blog-wrapper .pagination > li > span:focus,
.blog-wrapper .pagination > li > span:hover,
.how-apply ul li.active .num,
.how-apply ul li:hover .num,
.news-events ul li .cnt-block .plus-icon:hover,
.pagination.blue > li > a:focus,
.pagination.blue > li > a:hover,
.pagination.blue > li > span:focus,
.pagination.blue > li > span:hover,
.select2-container--default
  .select2-results__option--highlighted[aria-selected],
a.btn-circle.plus:hover,
a.scroll-top:hover {
  background: #ff9600;
}
.header-middle {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-middle .contact {
  display: block;
  padding: 8px 0 0;
  float: right;
}
.header-middle .contact ul {
  display: block;
  padding-right: 32px;
  float: left;
}
.header-middle .contact ul li {
  display: block;
  padding: 0 15px;
  border-right: 1px solid #dedddd;
  float: left;
  font-size: 18px;
  color: #4f4a4a;
  line-height: 18px;
}
.header-middle .contact ul li span {
  display: block;
  font-family: Jost, sans-serif;
  font-size: 13px;
  color: #8f9ba1;
  text-transform: uppercase;
}
.header-middle .contact ul li a,
ul.gallery-filter li.active a,
ul.gallery-filter li:hover a {
  color: #4f4a4a;
}
.archives ul li a:hover,
.archives ul li:hover span,
.comments-wrapper ul.comments li .com-txt a:hover,
.header-middle .contact ul li a:hover,
.testimonial2 ul li span {
  color: #ff9600;
}
.header-middle a.login {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #07294d;
  border-radius: 5px;
  font-size: 12px;
  color: #6f7a7f;
  font-weight: 700;
}
.header-middle a.login:hover,
button.login:hover {
  background: #f99602;
  color: #fff;
}
.header-middle a.login span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 10px;
  font-size: 14px;
  color: #0af;
}
.navbar {
  border-radius: 0;
  margin: 0;
  border: none;
}
.navbar-inverse {
  background: #9f2f34;
}
.nav > li > a {
  padding: 10px 26px;
}
.navbar-nav > li {
  border-right: 1px solid #781b1f;
}
.archives ul li:last-child,
.mfp-arrow-left:after,
.mfp-arrow-left:before,
.mfp-arrow-right:after,
.mfp-arrow-right:before,
.navbar-nav > li:last-child,
.panel-default > .panel-heading + .panel-collapse > .panel-body,
.recent-post ul li:last-child,
.why-choose2 ul.our-strength li,
ul.browse-teachers-list > li:last-child,
ul.our-strength li:last-child {
  border: none;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a i {
  font-size: 15px;
  color: #fff;
}
.inner-banner a.apply-online:hover .arrow,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background: #07294d;
}
.navbar-form {
  width: 30%;
  padding: 0 25px;
  background: #4ab866;
  margin: 0;
  position: relative;
}
.navbar-form .form-control {
  width: 100%;
  margin: 12px 0;
  padding-left: 0;
  height: 34px;
  background: 0 0;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #a5dcb3 !important;
  border: none;
  font-size: 12px;
  color: #b4ddbd;
  text-transform: uppercase;
}
.navbar-form .form-control::-webkit-input-placeholder {
  color: #fff;
}
.navbar-form .form-control:-moz-placeholder {
  color: #fff;
}
.navbar-form .form-control::-moz-placeholder {
  color: #fff;
}
.navbar-form .form-control:-ms-input-placeholder {
  color: #fff;
}
.navbar-form .search-btn {
  display: block;
  border: none;
  position: absolute;
  right: 25px;
  top: 18px;
  background: 0 0;
  font-size: 16px;
  color: #fff;
}
.about,
.about ul.our-links,
.banner-outer,
.coming-soon .stay-tuned #mc_embed_signup_scroll,
.form-outer .date,
.news-events figure,
.video-block {
  position: relative;
}
.navbar .dropdown-menu {
  min-width: 260px;
  padding: 0;
  border: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border-top: 3px solid #173758;
}
.navbar .dropdown-menu:after {
  bottom: 100%;
  left: 40px;
  border: 10px solid rgba(255, 150, 0, 0);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-bottom-color: #173758;
}
.navbar .dropdown-menu > li > a {
  padding: 7px 15px;
}
.navbar .dropdown-menu > li > a:focus,
.navbar .dropdown-menu > li > a:hover {
  background: #173758;
  color: #fff;
}
.banner-outer {
  display: block;
  overflow-x: hidden;
}
.banner-slider .container {
  display: table;
  height: 100%;
}
.banner-outer .slide1,
.banner-outer .slide2,
.banner-outer .slide3 {
  display: block;
  height: 523px;
}
.banner-outer .slide1 {
  background: url(../images/banner/Artboard-1.jpg) center top/contain no-repeat;
}
.banner-outer .slide2 {
  background: url(../images/banner/Artboard-2.png) center top/contain no-repeat;
}
.banner-outer .slide3 {
  background: url(../images/banner/Artboard-3.png) center top/contain no-repeat;
}
.banner-outer .content,
.course-detail .duration .icon span,
.login-wrapper .inner {
  display: table-cell;
  vertical-align: middle;
}
.banner-outer .bx-wrapper .bx-pager .bx-pager-item,
.btn,
.btn span,
.feature-block-one .inner-box .icon-box img {
  display: inline-block;
}
.banner-slider .content .fl-right,
.coming-soon .stay-tuned .clear,
.leave-comment input:last-child {
  float: right;
}
.banner-outer .content h1 {
  display: block;
  padding-bottom: 20px;
  font-size: 32px;
  line-height: 50px;
  text-transform: uppercase;
  -webkit-animation-delay: 0.2s;
  color: #fff;
}
.banner-outer .content h1 span {
  display: block;
  font-size: 42px;
  -webkit-animation-delay: 0.3s;
}
.banner-outer .content p {
  display: block;
  padding-bottom: 25px;
  max-width: 390px;
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
  -webkit-animation-delay: 0.34s;
}
.banner-outer .content a.btn {
  -webkit-animation-delay: 0.36s;
}
.banner-outer .slide2 .content a.btn {
  margin: 0 10px;
}
.banner-outer .slide2 .content {
  float: none;
  text-align: left;
}
.banner-outer .slide2 .content h1,
.banner-outer .slide3 .content h1 {
  font-size: 48px;
  color: #fff;
}
.about-video p a,
.banner-outer .slide2 .content p,
.banner-outer .slide3 .content h1,
.banner-outer .slide3 .content p,
.footer .foot-nav ul li a:hover,
.footer ul.terms li a:hover,
.our-cources h2,
.why-choose h2 span {
  color: #fff;
}
.btn {
  padding: 12px 24px;
  border-radius: 4px;
  background: #944246;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.btn span {
  margin-left: 8px;
  vertical-align: middle;
  margin-top: -3px;
  content: "";
  opacity: 0.5;
}
.btn.blue,
.btn.white:hover,
.btn:focus,
.btn:hover {
  background: #2c97ea;
  color: #fff;
}
.btn.white {
  background: #fff;
  color: #595545;
}
.btn.blue:hover,
.campus-tour ul.gallery li a.more,
.how-study ul li:nth-child(2) .cnt-block h3:before,
.how-study ul li:nth-child(2) a.more:hover,
.login-wrapper .btn:hover,
.login-wrapper a.forgot:hover span,
.msg-success,
.search-block .search:hover,
a.btn-circle.more,
ul.tags-list li a:hover {
  background: #17a43b;
}
.banner-outer .bx-wrapper .bx-pager {
  bottom: 60px;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 999;
}
.banner-outer .bx-wrapper .bx-pager a {
  background: #fff;
  border-radius: 2px;
  display: block;
  height: 5px;
  margin: 0 4px;
  outline: 0;
  text-indent: -9999px;
  width: 18px;
  opacity: 0.3;
}
.banner-outer .bx-wrapper .bx-pager a.active,
.banner-outer .bx-wrapper .bx-pager a:hover {
  background: #fff;
  opacity: 1;
}
.about {
  display: block;
  padding: 222px 0 0;
  background: url(../images/about-bg.jpg) center bottom no-repeat;
}
.about ul.our-links {
  display: block;
  margin: -280px 0 0;
  z-index: 99;
}
.about ul.our-links li {
  position: relative;
  display: block !important;
  padding: 44px 10px 60px 4%;
  opacity: 1 !important;
}
.about ul.our-links li.apply-online {
  background: #4f0205;
  border-radius: 0 0 0 32px;
}
.about ul.our-links li.prospects {
  background: #b3ada4;
  border-radius: 0 32px 0 0;
}
.about ul.our-links li.prospects .detail a.more {
  border: 2px solid #2c97ea;
  color: #2c97ea;
}
.about ul.our-links li.certification {
  background: #f0bc01;
}
.about ul.our-links li.certification .detail a.more {
  border: 2px solid #f0bc01;
  color: #f0bc01;
}
.about ul.our-links li p,
ul.our-spec li:last-child,
ul.our-spec li:nth-last-child(2),
ul.our-spec li:nth-last-child(3) {
  padding-bottom: 0;
}
.about ul.our-links li .icon {
  width: 23%;
  float: left;
}
.about ul.our-links li .detail {
  width: 60%;
  padding-left: 20px;
  float: left;
  color: #fff;
}
.about ul.our-links li .detail h3 {
  display: block;
  padding-bottom: 10px;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}
.about ul.our-links li .detail h3 span {
  display: block;
  font-size: 12px;
}
.about ul.our-links li .detail p {
  display: block;
  font-size: 12px;
  line-height: 16px;
}
.about ul.our-links li .detail a.more {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 34px;
  position: absolute;
  bottom: -17px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #fff;
  font-size: 20px;
  color: #ff9600;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #ff9600;
}
.about ul.our-links li .detail a.more:hover {
  color: #211d1e;
}
.about .sm-head {
  display: block;
  font-size: 14px;
  color: #7d7c7c;
  line-height: 18px;
  text-transform: uppercase;
}
.about a.know-more,
.news-events .know-more {
  font-size: 14px;
  color: #645847;
  font-family: Jost, sans-serif;
}
#semester ul.content,
.about .btn-wrapper,
.about .left-block,
.about-right,
.archives ul,
.banner2 ul.banner-list li .cnt span,
.blog-wrapper,
.browse-teacher,
.campus-tour ul.gallery,
.category ul,
.coming-soon,
.coming-soon .right ul,
.coming-soon ul.follow-us,
.contact-bottom ul.follow-us,
.footer .instagram ul,
.footer ul.follow-us,
.footer ul.terms,
.form-wrapper,
.form-wrapper .input-row,
.generic-wrapper,
.generic-wrapper .heading-group,
.heading-right,
.how-apply,
.how-study ul,
.intro-sec h2 span,
.login-wrapper ul.follow-us,
.logos ul,
.news-events ul li .img-block,
.our-cources ul.course-list li h3 span,
.our-impotance ul li h3 span,
.recent-post ul,
.testimonial ul,
.testimonial ul li,
.testimonial-outer,
ul.blog-listing,
ul.cert-list,
ul.faq-listing,
ul.our-spec,
ul.our-strength li .couter-outer,
ul.teachers-follow {
  display: block;
}
.about .video-block img,
.about-right img,
.how-study ul li img,
.news-events ul li .img-block img,
ul.news-listing > li img {
  width: 100%;
}
.about .video-block a {
  width: 67px;
  display: block;
  position: absolute;
  margin: -34px auto 0;
  left: 0;
  right: 0;
  top: 50%;
  cursor: pointer;
}
.about h2 {
  padding-bottom: 20px !important;
  color: #353434;
  text-align: left !important;
}
.about p {
  display: block;
  padding-bottom: 34px;
}
.about .know-more-wrapper,
.blog-left,
.google-map,
.login-wrapper .button-outer {
  display: block;
  position: relative;
}
.about .know-more-wrapper:after {
  width: calc(100% - 135px);
  height: 1px;
  background: #e8e8e8;
  content: "";
  position: absolute;
  right: 0;
  top: 14px;
  z-index: 1;
}
.about a.know-more {
  display: inline-block;
  padding-right: 24px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
.about a.know-more span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 4px;
  color: #ff9600;
}
.about a.know-more:hover span,
.about-video p a:hover,
.course-tab > li.active > a span,
.course-tab > li.active > a:focus span,
.course-tab > li.active > a:hover span,
.course-tab > li > a:hover span,
.intro-sec a.know-more:hover span,
.login-wrapper a.forgot:hover,
.news-events a.know-more:hover span,
.popular-cources a.view-courses:hover span,
.wt-makes-different .left a.read-more:hover span,
ul.blog-listing > li .read-more:hover span,
ul.news-listing > li .read-more:hover span,
ul.our-strength.opt2 li .icon span {
  color: #17a43b;
}
.padding-lg {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
}
.about h2,
.browse-teacher h2,
.campus-tour h2,
.have-question h2,
.how-apply h2,
.how-study h2,
.news-events h2,
.our-cources h2,
.testimonial h2,
.why-choose h2 {
  display: block;
  padding-bottom: 44px;
  font-family: Jost, sans-serif;
  font-size: 36px;
  text-transform: none;
  text-align: center;
  line-height: 44px;
}
.browse-teacher h2 span,
.campus-tour h2 span,
.how-apply h2 span,
.how-study h2 span,
.news-events h2 span,
.our-cources h2 span,
.why-choose h2 span {
  display: block;
  font-family: Jost, sans-serif;
  font-size: 14px;
  opacity: 0.8;
}
.our-cources {
  display: block;
  background: url(../images/cources-bg.jpg) center top/cover no-repeat;
  position: relative;
}
.our-cources:after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  content: "";
  background: #383838;
  opacity: 0.8;
}
.our-cources .container,
.testimonial .container,
.why-choose .container {
  position: relative;
  z-index: 2;
}
.our-cources h2 span {
  color: #d5d4d3;
}
.our-cources ul.course-list,
ul.browse-teachers-list {
  display: block;
  padding-top: 20px;
}
.our-cources ul.course-list li {
  display: block;
  background: url(../images/book-bg.png) center top no-repeat;
  position: relative;
}
.our-cources ul.course-list li:after {
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background: #fff;
  content: " ";
  opacity: 0.3;
}
.our-cources ul.course-list li .inner {
  width: 198px;
  margin: 0 auto;
  height: 280px;
  padding: 54px 0 0 30px;
  position: relative;
}
.our-cources ul.course-list li .inner figure {
  position: absolute;
  left: 4px;
  top: 1px;
  opacity: 0.3;
}
.our-cources ul.course-list li h3 {
  display: block;
  padding-bottom: 10px;
  font-family: Jost, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 22px;
  color: #fff;
  position: relative;
}
.our-cources ul.course-list li p {
  display: block;
  padding-bottom: 12px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  opacity: 0.8;
}
.our-cources ul.course-list li .fess-box {
  display: inline-block;
  padding: 0 12px;
  background: #ff9600;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  position: relative;
  text-transform: uppercase;
}
.our-cources ul.course-list li .fess-box span {
  font-family: Jost, sans-serif;
  font-size: 16px;
}
.our-cources ul.course-list li .bottom-txt {
  width: 100%;
  padding: 18px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.our-cources ul.course-list li .duration {
  width: 81%;
  float: left;
}
.footer h3,
.our-cources ul.course-list li .duration h4 {
  display: block;
  font-family: Jost, sans-serif;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.our-cources ul.course-list li .duration span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  line-height: 16px;
  text-transform: uppercase;
  opacity: 0.8;
}
.our-cources ul.course-list li a {
  display: block;
  position: absolute;
  right: 18px;
  top: 22px;
}
.our-cources ul.course-list li a .icon-more-icon {
  font-size: 23px;
  color: #fff;
  opacity: 0.5;
  transition: 0.3s;
}
.comments-wrapper ul.comments li .com-txt a:hover span,
.feature-block-one .inner-box:hover .pattern .pattern-2,
.our-cources ul.course-list li a:hover .icon-more-icon {
  opacity: 1;
}
.bg-color-3,
.faq-wrapper.faq2,
.how-study2,
.our-impotance {
  background: #fff;
}
.how-apply ul li,
.our-impotance ul,
ul.our-strength {
  display: block;
  text-align: center;
}
.our-impotance ul li {
  display: block;
  margin-bottom: 64px;
  border-right: 1px solid #e9e9e9;
  position: relative;
}
.our-impotance ul li .inner {
  display: block;
  padding: 30px;
}
.our-impotance ul li .inner img,
ul.our-spec li .icon img {
  border-radius: 3px;
}
.our-impotance ul li:nth-child(3n) {
  border-right: none;
}
.banner2 ul.banner-list li:last-child:after,
.coming-soon .right ul li:last-child:after,
.footer ul.terms li:last-child:after,
.have-question ul li:after,
.msg,
.our-cources ul.inner li:nth-child(4n):after,
.our-cources ul.inner li:nth-child(n + 9):before,
.our-impotance ul li:nth-child(n + 4):after,
.testimonial2:after,
.why-choose.grey-bg:after,
ul.faq-listing li:nth-child(2n):after {
  display: none;
}
.our-impotance ul li:after {
  width: 80%;
  height: 1px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block;
  position: absolute;
  bottom: -35px;
  content: "";
  background: #e9e9e9;
}
.our-impotance ul li h3 {
  display: block;
  padding: 22px 0 12px;
  font-family: Jost, sans-serif;
  font-size: 18px;
  color: #284962;
  text-transform: uppercase;
  line-height: 24px;
}
.our-impotance ul li p {
  display: block;
  font-size: 12px;
  color: #969a9e;
  line-height: 20px;
}
.browse-teacher.grey-bg,
.how-study,
.news-events,
.why-choose.grey-bg {
  background: #f3f6f8;
}
.campus-tour h2 span,
.have-question h2,
.how-study h2,
.news-events h2 span {
  color: #2d4256;
}
.how-study h2 span {
  color: #7d8792;
}
.how-study ul li:hover .overly {
  background: rgba(0, 0, 0, 0.9);
}
.how-study ul li .overly {
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  left: 15px;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.4s;
}
.how-study ul li .cnt-block {
  max-width: 220px;
  position: absolute;
  bottom: 30px;
  left: 11%;
  color: #fff;
}
.how-study ul li .cnt-block h3 {
  display: block;
  padding-bottom: 12px;
  font-size: 22px;
  color: #fff;
  line-height: 26px;
  position: relative;
  text-transform: none;
}
.how-study ul li .cnt-block h3:before {
  display: block;
  margin-bottom: 8px;
  width: 40%;
  height: 4px;
  content: " ";
  background: #ff9600;
}
.how-study ul li:nth-child(3) .cnt-block h3:before,
.how-study ul li:nth-child(3) a.more:hover {
  background: #1876bf;
}
.how-study ul li .cnt-block p {
  display: block;
  font-size: 12px;
  line-height: 16px;
  opacity: 0.7;
}
.how-study ul li a.more {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  border-radius: 50%;
  line-height: 24px;
  background: #fff;
  font-size: 18px;
  color: #000;
  text-align: center;
}
.how-study ul li a.more i {
  margin-left: 2px;
}
.how-study ul li a.more:hover,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background: #ff9600;
  color: #fff;
}
.why-choose {
  background: url(../images/why-choose-bg.jpg) center center/cover no-repeat;
  position: relative;
}
.why-choose:after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  content: "";
  background: #17a43b;
  opacity: 0.9;
}
.why-choose h2 {
  padding-bottom: 70px;
  color: #fff;
}
ul.our-strength li {
  width: 20%;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-right: 1px solid #94d3a4;
}
ul.our-strength li .icon {
  display: block;
  padding-bottom: 20px;
}
ul.our-strength li .icon span {
  font-size: 44px;
  opacity: 0.7;
}
ul.our-strength li span {
  padding-bottom: 12px;
  font-size: 48px;
}
ul.our-strength li .title {
  display: block;
  font-size: 14px;
  opacity: 0.8;
  text-transform: uppercase;
}
.browse-teacher h2,
.campus-tour h2,
.how-apply h2,
.news-events h2,
.why-choose.grey-bg h2 {
  color: #2a4356;
}
.news-events ul {
  display: block;
  margin-bottom: 60px;
}
.news-events ul li .inner {
  display: block;
  background: #fff;
  box-shadow: 0 0 3px #c4c6c8;
  position: relative;
}
.news-events ul li .cnt-block {
  display: block;
  padding: 40px 30px 30px;
  background: #fff;
  position: relative;
}
.news-events ul li .cnt-block .plus-icon {
  display: block;
  width: 64px;
  height: 64px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  right: 20px;
  top: -32px;
  background: #2c97ea;
  border-radius: 50%;
  font-size: 34px;
  color: #fff;
  box-shadow: 0 5px 5px #c0e0f9;
}
.news-events ul li .cnt-block h3 {
  display: block;
  padding-bottom: 36px;
  font-size: 22px;
  color: #41484d;
  line-height: 32px;
  text-transform: none;
}
.news-events figure img {
  width: 100%;
  display: block;
  position: relative;
}
.news-events figcaption {
  position: absolute;
  top: 0;
  left: 0;
}
.cs-style-3 figure {
  overflow: hidden;
  padding-bottom: 104px;
}
.cs-style-3 figure img {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cs-style-3 figure.cs-hover img,
.no-touch .cs-style-3 figure:hover img {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.cs-style-3 figcaption {
  width: 100%;
  top: auto;
  bottom: 0;
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.cs-style-3 figure.cs-hover figcaption,
.no-touch .cs-style-3 figure:hover figcaption {
  bottom: 0;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}
.news-events ul li .bottom-block {
  display: block;
  padding: 30px 0 0;
  border-top: 1px solid #e8eef0;
  font-size: 12px;
  color: #96adba;
}
.news-events ul li .date {
  display: block;
  float: left;
}
.news-events ul li .icon {
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}
.about-video p a span,
.archives ul li span,
.news-events a.know-more span,
.pagination li a i {
  margin-top: -2px;
  vertical-align: middle;
}
.news-events ul li .icon span {
  font-size: 20px !important;
  color: #c5d4da !important;
}
.news-events ul li .comment span,
.news-events ul li .date span {
  font-weight: 700;
  color: #5c7e91;
}
.how-apply .button-wrapper,
.news-events .know-more-wrapper {
  display: block;
  text-align: center;
  position: relative;
}
.news-events .know-more-wrapper:after {
  width: 100%;
  height: 1px;
  background: #daddde;
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 1;
}
.news-events .know-more {
  display: inline-block;
  padding: 0 30px;
  position: relative;
  background: #f3f6f8;
  z-index: 2;
  text-transform: uppercase;
}
.about.inner p,
.footer h3,
.heading-right p,
.testimonial .bx-wrapper {
  padding-bottom: 20px;
}
.news-events a.know-more span {
  margin-left: 4px;
  display: inline-block;
  color: #ff9600;
  transition: 0.3s;
}
.campus-tour {
  background: #fff;
  padding-bottom: 0;
}
.campus-tour ul.gallery li {
  width: 20%;
  float: left;
  display: block;
  background: #000;
  position: relative;
}
.campus-tour ul.gallery li figure {
  transition: 0.3s;
}
.campus-tour ul.gallery li:hover figure {
  opacity: 0.2;
}
.campus-tour ul.gallery li .overlay {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -57px;
  z-index: 1;
  text-align: center;
  opacity: 0;
  transition: 0.3s;
}
.campus-tour ul.gallery li:hover .overlay {
  top: 44%;
  opacity: 1;
}
.campus-tour ul.gallery li h3 {
  display: block;
  padding-bottom: 4px;
  font-family: Jost, sans-serif;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}
.campus-tour ul.gallery li p {
  display: block;
  padding-bottom: 30px;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.5;
}
.campus-tour ul.gallery li a {
  width: 56px;
  height: 56px;
  margin: 0 8px;
  display: inline-block;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  background: #ff9600;
  font-size: 22px;
  color: #fff;
}
.campus-tour ul.gallery li a:hover,
.category ul li a:hover span,
.coming-soon .stay-tuned .clear .button:hover,
a.btn-circle.plus,
a.btn-circle:hover {
  background: #2c97ea;
}
.mfp-arrow-left:before,
.mfp-arrow-right:after {
  width: 20px;
  height: 38px;
  display: block;
  content: "";
  background: url(../images/popup-arrows.png) center bottom no-repeat;
}
.mfp-arrow-left:before {
  background-position: left top;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  width: 28px;
  height: 28px;
  right: 0;
  padding-right: 0;
  display: block;
  cursor: pointer;
  background: url(../images/popup-close.png) center top no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}
.logos {
  display: block;
  padding: 60px 0;
}
.logos ul .owl-item img {
  width: auto;
}
.testimonial {
  display: block;
  background: url(../images/testimonial-bg.jpg) center top/cover no-repeat;
  text-align: center;
  position: relative;
}
.testimonial:after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  content: "";
  background: #2e5f85;
  opacity: 0.8;
}
.footer,
.footer .bottom {
  background: #07294d;
  display: block;
}
.testimonial h2 {
  font-family: Jost, sans-serif;
  color: #fff;
}
.testimonial .wrapper {
  display: block;
  max-width: 1012px;
  position: relative;
}
.testimonial .wrapper:after,
.testimonial .wrapper:before {
  display: block;
  position: absolute;
  font-family: icomoon;
  font-size: 48px;
  color: #fff;
}
.testimonial .wrapper:before {
  left: 0;
  top: 0;
  content: "\e90d";
}
.testimonial .wrapper:after {
  right: 0;
  bottom: 0;
  content: "\e90c";
}
.testimonial ul li p {
  display: block;
  padding-bottom: 32px;
  font-size: 23px;
  color: #b2d3ed;
  line-height: 38px;
}
.testimonial ul li p a,
.testimonial ul li span {
  font-size: 18px;
  color: #fff;
}
.testimonial ul li span span {
  font-size: 14px;
  color: #7fadd2;
}
.testimonial #bx-pager a {
  display: inline-block;
  position: relative;
  margin: 0 6px;
}
.testimonial #bx-pager a img {
  border: 5px solid transparent;
}
.testimonial #bx-pager a.active img,
.testimonial #bx-pager a:hover img {
  border: 5px solid #ff8500;
}
.testimonial #bx-pager a.active:after,
.testimonial #bx-pager a:hover:after {
  width: 0;
  height: 0;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -7px;
  content: " ";
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 10px solid #ff8500;
}
.footer {
  z-index: 999999;
  position: relative;
}
.footer .row1 {
  display: block;
  padding-top: 30px;
  padding-bottom: 0;
}
.footer .foot-nav {
  display: block;
  width: 19%;
  padding-right: 25px;
  float: left;
}
#semester ul.content > li p,
.footer .foot-nav ul li {
  display: block;
  line-height: 22px;
}
.footer .foot-nav ul li a,
.footer p {
  font-size: 12px;
  color: #8eb6d6;
}
.footer .footer-logo {
  display: block;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #3e6583;
}
.footer p span {
  color: #fff;
  font-weight: 700;
}
.footer ul.terms li {
  display: block;
  float: left;
  font-size: 11px;
  font-weight: 700;
}
.footer ul.terms li:after {
  display: inline-block;
  padding: 0 4px;
  content: " I ";
}
.blog-left ul.follow-us li:first-child,
.footer ul.follow-us li:first-child,
.footer ul.terms li:first-child {
  padding-left: 0;
}
.footer ul.terms li a {
  color: #8eb6d6;
}
.footer .bottom {
  padding: 40px 0;
}
.footer .connect-us {
  display: block;
  padding: 0 0 0 22px;
  width: 95%;
}
.footer .instagram,
.footer .subscribe {
  padding: 14px 58px 18px 0;
  display: block;
}
.blog-left ul.follow-us li,
.footer ul.follow-us li {
  display: block;
  padding: 0 4px;
  float: left;
}
.footer ul.follow-us li a {
  width: 40px;
  height: 40px;
  display: block;
  border: 2px solid #4d87b5;
  border-radius: 50%;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  color: #fff;
}
.coming-soon ul.follow-us li a:hover,
.footer ul.follow-us li a:hover {
  background: #1c7bc3;
  border-color: #1c7bc3;
}
.footer .subscribe {
  width: 95%;
  border-right: 1px solid #537d9e;
}
.footer .subscribe #mc_embed_signup {
  background: #fff;
  border-radius: 5px;
}
.footer .subscribe input[type="email"] {
  width: 82%;
  height: 44px;
  padding: 0 15px;
  border: none;
  background: 0 0;
  font-size: 12px;
  color: #7da6c6;
}
.footer .subscribe input[type="email"]::-webkit-input-placeholder {
  text-transform: none;
  color: #7da6c6;
}
.footer .subscribe input[type="email"]:-moz-placeholder {
  text-transform: none;
  color: #7da6c6;
}
.footer .subscribe input[type="email"]::-moz-placeholder {
  text-transform: none;
  color: #7da6c6;
}
.footer .subscribe input[type="email"]:-ms-input-placeholder {
  text-transform: none;
  color: #7da6c6;
}
.footer .subscribe .clear {
  float: right;
  text-align: center;
  position: relative;
  background: #2c97ea;
  border-radius: 0 5px 5px 0;
  transition: 0.3s;
}
.footer .subscribe .clear:before {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 9px;
  font-family: icomoon;
  font-size: 20px;
  content: "\e907";
  color: #fff;
  z-index: 1;
}
.footer .subscribe .clear:hover {
  background: #ff8500;
}
.footer .subscribe .clear .button {
  width: 46px;
  height: 44px;
  float: right;
  border: none;
  font-size: 20px;
  color: #fff;
  background: 0 0;
  text-indent: -9999px;
  position: relative;
  z-index: 2;
  border-radius: 0 4px 4px 0;
  transition: 0.3s;
}
.footer .instagram ul li {
  width: 16.6%;
  padding: 0 2.5px;
  float: left;
}
.footer .instagram ul li a:hover {
  opacity: 0.7;
}
a.scroll-top {
  width: 44px;
  height: 44px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  display: none;
  right: 130px;
  bottom: 20px;
  background-color: #9f2f34;
  z-index: 999999;
}
.banner2 {
  min-height: 650px;
  padding: 115px 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  text-align: center;
  color: #fff;
  position: relative;
}
.banner2:before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}
.banner2 .form-group,
.banner2 .form-group .form-control,
.banner2 .form-group .search-btn,
.banner2 ul.banner-list,
.banner2 ul.banner-list li,
.button-group a {
  display: inline-block;
  vertical-align: middle;
}
.banner2 .container {
  max-width: 965px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.banner2 .cnt-block {
  max-width: 740px;
  margin: 0 auto;
}
.banner2 h1 {
  padding-bottom: 30px;
  color: #fff;
  text-transform: none;
  line-height: 56px;
}
.banner2 p {
  font-size: 16px;
  line-height: 26px;
  opacity: 0.8;
}
.banner2 .form-group {
  width: 100%;
  margin: 40px 0 70px;
}
.banner2 .form-group .form-control {
  width: calc(100% - 74px);
  margin-right: -2px;
  height: 64px;
  padding: 0 40px;
  font-size: 16px;
  color: #98a1a5;
  text-transform: capitalize;
  border: none;
  border-radius: 30px 0 0 30px;
  box-shadow: none;
}
.banner2 .form-group .search-btn {
  width: 70px;
  height: 64px;
  margin-left: -2px;
  border-radius: 0 30px 30px 0;
}
.banner2 ul.banner-list {
  width: 100%;
  max-width: 790px;
}
.banner2 ul.banner-list li {
  width: 33%;
  position: relative;
}
.banner2 ul.banner-list li:after {
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  right: 30px;
  top: 0;
  content: "";
  background: rgba(255, 255, 255, 0.5);
}
.banner2 ul.banner-list li figure {
  width: 54px;
  display: inline-block;
  vertical-align: middle;
}
.banner2 ul.banner-list li .cnt {
  width: calc(100% - 58px);
  padding-left: 10px;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.intro-sec .video-block .play-outer {
  width: 220px;
  height: 78px;
  padding: 15px;
  background: #fff;
  border-radius: 50px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.intro-sec .video-block .play-outer figure {
  width: 46px;
  display: inline-block;
  vertical-align: middle;
}
.intro-sec .video-block .play-outer span {
  width: calc(100% - 50px);
  padding-left: 12px;
  display: inline-block;
  vertical-align: middle;
  font-family: Jost, sans-serif;
  font-size: 16px;
  color: #565656;
  line-height: 20px;
}
.intro-sec h2 {
  padding-bottom: 35px;
  font-size: 36px;
  color: #353434;
  line-height: 45px;
  text-transform: capitalize;
}
.intro-sec p {
  color: #575d60;
}
.intro-sec .know-more-wrapper {
  display: block;
  margin-top: 40px;
  position: relative;
}
.intro-sec a.know-more {
  display: inline-block;
  font-family: Jost, sans-serif;
  font-size: 16px;
  color: #606d87;
  text-decoration: underline !important;
}
.intro-sec a.know-more span,
.popular-cources a.view-courses span {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 14px 0 0;
  font-size: 18px;
  color: #f5731f;
}
.popular-cources {
  background: #fafafa;
}
.popular-cources .title-row {
  display: block;
  margin-bottom: 45px;
}
.popular-cources a.view-courses {
  display: block;
  float: right;
  font-family: Jost, sans-serif;
  font-size: 16px;
  color: #606d87;
  text-decoration: underline !important;
}
.popular-cources h3 {
  display: block;
  float: left;
  font-size: 30px;
  color: #353434;
  text-transform: capitalize;
}
.campus-tour2 h2,
.how-study2 h2,
.news-events2 h2,
.testimonial2 h2,
.why-choose2 h2 {
  text-transform: inherit;
}
.popular-cources ul.courses-list li .inner {
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
}
.contact__icon i,
.contact__social a {
  box-shadow: 0 20px 40px 0 rgb(0 0 0 / 8%);
}
.popular-cources ul.courses-list li figure img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.popular-cources ul.courses-list li .cnt-block {
  padding: 40px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  position: relative;
}
.popular-cources ul.courses-list li .duration {
  padding: 6px 20px;
  background: #2c97ea;
  color: #fff;
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 10px;
  position: absolute;
  right: 20px;
  top: -22px;
}
.popular-cources ul.courses-list li .duration .year {
  display: block;
  font-family: Jost, sans-serif;
  font-size: 16px;
}
.popular-cources ul.courses-list li .duration .txt {
  font-size: 12px;
  opacity: 0.7;
}
.popular-cources ul.courses-list li h4 {
  padding-bottom: 12px;
  font-size: 18px;
  color: #282828;
  text-transform: capitalize;
  line-height: 22px;
}
.popular-cources ul.courses-list li p {
  font-size: 14px;
  color: #7f7f7f;
  line-height: 22px;
}
.wt-makes-different {
  background: #1b305c;
  position: relative;
}
.wt-makes-different .bg-image {
  width: 45%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-position: left top;
  background-size: cover;
}
.wt-makes-different .bg-image:after {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(27, 48, 92, 0.7);
  position: absolute;
  left: 0;
  top: 0;
}
.wt-makes-different .left {
  padding-top: 140px;
  padding-bottom: 180px;
  color: #fff;
}
.wt-makes-different .left .q-mark {
  width: 100px;
  height: 100px;
  margin-bottom: 22px;
  font-family: Jost, sans-serif;
  font-size: 60px;
  line-height: 90px;
  background: #ff9600;
  border-radius: 50%;
  text-align: center;
}
.wt-makes-different .left h2 {
  margin-bottom: 50px;
  font-size: 60px;
  line-height: 72px;
  color: #fff;
  text-transform: capitalize;
}
.wt-makes-different .left a.read-more {
  display: inline-block;
  font-family: Jost, sans-serif;
  font-size: 16px;
  color: #fff;
  text-decoration: underline !important;
}
.wt-makes-different .left a.read-more span {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 12px 0 0;
  font-size: 18px;
}
.wt-makes-different .right {
  padding: 120px 0 0 60px;
}
.button-group,
ul.makes-different-list li {
  margin-bottom: 70px;
}
ul.makes-different-list li .inner {
  max-width: 246px;
}
ul.makes-different-list li h3 {
  padding: 20px 0 15px;
  font-size: 18px;
  text-transform: inherit;
  color: #fff;
}
ul.makes-different-list li p {
  font-size: 14px;
  line-height: 22px;
  color: #9ca8c3;
}
.campus-tour h2 span,
.how-study2 h2 span,
.news-events2 h2 span,
.why-choose2 h2 span {
  padding-bottom: 5px;
}
.how-study2 ul li .overly,
.how-study2 ul li figure {
  border-radius: 15px;
  overflow: hidden;
}
.about.inner,
.blog-left .comments-wrapper ul.comments li .com-txt,
.testimonial2 {
  background: 0 0;
}
.testimonial2 .wrapper:after,
.testimonial2 .wrapper:before {
  color: #cecece;
}
.testimonial2 h2 {
  color: #254b65;
}
.testimonial2 ul li p,
.testimonial2 ul li span span {
  color: #8397a5;
}
.testimonial2 ul li p a,
a.download-prospects:hover,
a.download-prospects:hover span {
  color: #2c97ea;
}
.logos2,
ul.testimonials li:first-child .quotblock,
ul.testimonials li:nth-child(2) .quotblock,
ul.testimonials li:nth-child(3) .quotblock {
  padding-top: 0;
}
.logos2 ul {
  padding: 60px 0 0;
  border-top: 1px solid #e9e9e9;
}
.footer2 {
  background: #333;
}
.footer2 .foot-nav ul li a,
.footer2 .subscribe input[type="email"],
.footer2 p,
.footer2 ul.terms li a,
.footer2 ul.terms li:after {
  color: #999;
}
.footer2 .footer-logo {
  border-color: #454545;
}
.footer2 .bottom {
  background: #1a1a1a;
}
.footer2 .connect-us,
.footer2 .subscribe,
.footer2 ul.follow-us li a {
  border-color: #262626;
}
.footer2 .subscribe input[type="email"]::-webkit-input-placeholder {
  color: #999;
}
.footer2 .subscribe input[type="email"]:-moz-placeholder {
  color: #999;
}
.footer2 .subscribe input[type="email"]::-moz-placeholder {
  color: #999;
}
.footer2 .subscribe input[type="email"]:-ms-input-placeholder {
  color: #999;
}
.why-choose.grey-bg h2 span {
  color: #808182;
}
ul.our-strength.opt2 li {
  border-color: #dde5e9;
}
ul.our-strength.opt2 li span {
  color: #3f5044;
}
ul.our-strength.opt2 li .title {
  color: #9099a0;
}
.about-video {
  width: 100%;
  background: url(../images/about-video-bg.jpg) center top/cover no-repeat;
  text-align: center;
  position: relative;
}
.about-video:after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  content: "";
  background: #081d2d;
  opacity: 0.6;
}
.about-video .container {
  display: table;
  height: 550px;
  position: relative;
  z-index: 2;
}
.about-video p {
  display: table-cell;
  vertical-align: middle;
  font-family: Jost, sans-serif;
  font-size: 60px;
  color: #d1d3d4;
}
.about-video p a span,
.contact__icon i,
.contact__social a,
.pagination li a i,
.tp-btn-white,
button.login {
  display: inline-block;
}
.about .close,
.about-video .close {
  position: absolute;
  opacity: 1;
  top: 0;
  right: 0;
  z-index: 2;
}
.about .close span,
.about-video .close span {
  width: 36px;
  height: 36px;
  display: block;
  text-indent: -9999px;
  background: url(../images/popup-close-btn.jpg) center top no-repeat;
}
.modal {
  z-index: 99999;
}
.modal-backdrop {
  z-index: 9999;
}
.inner-banner {
  display: block;
  padding: 30px 0;
  min-height: 175px;
  background: url(../images/inner-banner-bg.jpg) center top/cover no-repeat;
}
.inner-banner .content {
  max-width: 100%;
}
.inner-banner h1 {
  display: block;
  padding-bottom: 18px;
  font-family: Jost, sans-serif;
  font-size: 36px;
  color: #24353b;
  font-weight: 700;
  text-transform: none;
}
.inner-banner p {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #5f6465;
}
.inner-banner a.apply-online,
a.download-prospects {
  font-size: 14px;
  text-transform: uppercase;
  font-family: Jost, sans-serif;
}
.inner-banner a.apply-online {
  max-width: 246px;
  display: none;
  margin-top: 16px;
  margin-bottom: 26px;
  background: #07294d;
  color: #fff;
  position: relative;
}
.inner-banner a.apply-online:hover {
  background: #b6272e;
}
.inner-banner a.apply-online .left {
  width: 80%;
  float: left;
  padding: 20px 0 20px 18px;
}
.inner-banner a.apply-online .icon,
a.download-cert .ico-block,
a.download-pros .ico-block {
  display: block;
  padding-right: 15px;
  float: left;
}
.inner-banner a.apply-online .txt {
  width: auto;
  float: left;
  line-height: 20px;
}
.inner-banner a.apply-online .arrow {
  width: 20%;
  height: 100%;
  line-height: 65px;
  position: absolute;
  right: 0;
  background: #b6272e;
  font-size: 24px;
  text-align: center;
  transition: 0.3s;
}
a.download-prospects {
  display: block;
  padding: 0 10px 10px 0;
  color: #43647d;
}
a.download-prospects .icon-brochure-icon {
  display: block;
  margin-right: 15px;
  float: left;
  font-size: 29px;
  color: #389ceb;
}
a.download-prospects.brochure {
  background-position: left 4px;
  font-size: 18px;
  line-height: 18px;
  text-transform: none;
  color: #4f4a4a;
}
a.download-prospects .small {
  display: block;
  font-size: 12px;
  color: #8f9ba1;
  line-height: 14px;
  text-transform: uppercase;
}
.about.inner .video-block {
  margin-bottom: 12px;
}
a.download-cert,
a.download-pros {
  width: 50%;
  float: left;
  padding: 22px 20px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 20px;
}
a.download-pros {
  background: #2c97ea;
  border-right: 1px solid #fff;
}
a.download-cert {
  background: #f0bc01;
  border-left: 1px solid #fff;
}
a.download-cert .txt-block,
a.download-pros .txt-block {
  display: block;
  padding-top: 4px;
  float: left;
  text-transform: uppercase;
}
a.download-cert .sm-txt,
a.download-pros .sm-txt {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 18px;
  opacity: 0.7;
}
a.download-cert:hover,
a.download-pros:hover {
  background-color: #17a43b;
}
.select-course {
  display: block;
  float: right;
  padding-right: 34px;
}
.select-course .select2.select2-container {
  width: 254px !important;
}
.select-course .select2-container .select2-selection--single {
  height: 48px;
}
.select-course .select2-container--default .select2-selection--single {
  background: rgba(0, 0, 0, 0.4);
}
.select-course
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 20px;
  line-height: 48px;
  color: #fff;
  text-transform: uppercase;
}
.select-course
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 46px;
  height: 46px;
  border-left: 1px solid #aaa;
  background: rgba(255, 255, 255, 0.2);
}
.our-cources.sub {
  background: url(../images/cources-bg1.jpg) center top/cover no-repeat;
}
.our-cources.sub h2 {
  padding-left: 32px;
  text-align: left;
}
.our-cources ul.inner li {
  margin-bottom: 140px;
}
.our-cources ul.inner li:before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -70px;
  display: block;
  background: #fff;
  content: " ";
  opacity: 0.3;
}
.our-cources ul.course-list.inner li .inner {
  padding: 40px 0 0 30px;
}
.our-cources ul.inner li:nth-child(n + 9) {
  margin-bottom: 80px;
}
.button-group1,
.card-header p,
.generic-wrapper .imp-note,
.pagination,
.panel-group .panel + .panel {
  margin: 0;
}
.pagination > li > a,
.pagination > li > span {
  font-family: Jost, sans-serif;
  color: #8faabe;
  margin: 0 4px;
  border: none;
  border-radius: 50%;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  padding: 7px 22px;
  border-radius: 25px;
  font-size: 12px;
  text-transform: uppercase;
}
.pagination li a i {
  font-size: 18px;
}
.pagination > li:first-child a i {
  margin-right: 10px;
}
.pagination > li:last-child a i {
  margin-left: 10px;
}
ul.browse-teachers-list > li {
  display: block;
  text-align: center;
  border-right: 1px solid #e5e5e5;
}
ul.browse-teachers-list > li .inner-block {
  display: block;
  padding: 0 20px;
}
ul.browse-teachers-list figure {
  width: 124px;
  height: 124px;
  margin: 0 auto 28px;
  position: relative;
}
ul.browse-teachers-list figure:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: url(../images/teacher-overlay-bg.png) center top no-repeat;
}
.browse-teacher.grey-bg ul.browse-teachers-list figure:before {
  background: url(../images/teacher-overlay-bg-grey.png) center top no-repeat;
}
.details-tab ul.browse-teachers-list figure:before {
  background: url(../images/teacher-overlay-bg-tab.png) center top no-repeat;
}
ul.browse-teachers-list h3 {
  font-family: Jost, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #414a4f;
}
ul.browse-teachers-list .designation {
  display: block;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
}
ul.browse-teachers-list p {
  display: block;
  padding: 0 20px 26px;
  font-size: 12px;
  line-height: 22px;
}
ul.teachers-follow li {
  display: inline-block;
  padding: 0 6px;
}
ul.teachers-follow li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
ul.teachers-follow li a:hover {
  background: #333 !important;
}
ul.teachers-follow li:first-child a {
  background: #00a0d1;
}
ul.teachers-follow li:nth-child(2) a {
  background: #0e76a8;
}
ul.teachers-follow li:nth-child(3) a {
  background: #00aff0;
}
.enquire-wrapper {
  max-width: 438px;
}
.enquire-now {
  max-width: 405px;
  margin: -90px auto 0;
  position: relative;
  color: #fff;
}
.enquire-now .inner {
  padding: 40px 26px 30px;
  background: #581619;
}
.enquire-now .inner h3 {
  display: block;
  padding-bottom: 26px;
  font-family: Jost, sans-serif;
  font-size: 24px;
  color: #fff;
  text-transform: none;
}
.cert-head,
.course-detail .duration.fee .detail span,
.generic-wrapper .head-block h2,
.news-wrapper ul.post-detail {
  padding-bottom: 10px;
}
.enquire-now .inner .row1 {
  display: block;
  margin-bottom: 14px;
}
.enquire-now .inner input::-webkit-input-placeholder {
  color: #fff;
}
.enquire-now .inner input:-moz-placeholder {
  color: #fff;
}
.enquire-now .inner input::-moz-placeholder {
  color: #fff;
}
.enquire-now .inner input:-ms-input-placeholder {
  color: #fff;
}
.enquire-now .inner .row1 input,
.enquire-now .inner .row2 input {
  width: 100%;
  height: 44px;
  padding: 0 15px;
  background: #60b1f0;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #fff;
}
.enquire-now .inner .row2 {
  display: block;
  margin: 0 -5px 14px;
}
.enquire-now .inner .row2 input {
  width: calc(50% - 10px);
  margin: 0 5px;
  float: left;
}
.enquire-now .enquire-btn {
  width: 100%;
  padding: 13px 15px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  background: #ff9600;
  border: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.enquire-now .enquire-btn span {
  margin-left: 4px;
  font-size: 14px;
  opacity: 0.5;
}
.enquire-now .enquire-btn:hover {
  background: #c99e26;
}
.cert-head {
  display: block;
  margin-top: 15px;
  position: relative;
}
.cert-head:after {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 0;
  background: #d8d8d8;
  content: "";
}
.cert-head h3 {
  display: inline-block;
  padding-right: 14px;
  background: #fff;
  font-family: Jost, sans-serif;
  font-size: 18px;
  color: #211d1e;
  z-index: 1;
  position: relative;
}
.comments-wrapper h2,
.leave-comment h4 {
  color: #606d87;
  text-transform: uppercase;
}
ul.cert-list li {
  width: calc(50% - 30px);
  float: left;
  padding: 14px 0 14px 28px;
  margin-right: 30px;
  font-weight: 700;
  border-bottom: 1px dashed #c0c4c6;
  position: relative;
}
ul.cert-list li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  font-family: icomoon;
  font-size: 15px;
  color: #2c97ea;
  content: "\e91f";
}
#schedule ul.fee-details li:last-child,
.category ul li:last-child,
.contact-detail .inner:nth-child(3),
ul.cert-list li:last-child,
ul.cert-list li:nth-last-child(2),
ul.faq-listing li:last-child .inner,
ul.faq-listing li:nth-last-child(2) .inner,
ul.privacy-listing > li:last-child,
ul.testimonials li:last-child,
ul.testimonials li:nth-last-child(2),
ul.testimonials li:nth-last-child(3) {
  border-bottom: none;
}
ul.cert-list li span {
  display: inline-block;
  margin-right: 6px;
  color: #2c97ea;
}
.course-detail {
  display: block;
  padding: 25px 20px;
  margin-top: 20px;
  border: 1px solid #dfe9f1;
}
.course-detail .duration {
  width: 50%;
  min-height: 85px;
  padding-right: 10px;
  float: left;
}
.course-detail .duration.eligible {
  width: 50%;
  padding: 10px 20px;
}
.course-detail .duration.eligible .icon {
  font-size: 28px;
}
.course-detail .duration.fee {
  width: 50%;
  padding: 7px 20px 10px 0;
}
.course-detail .duration.fee .detail {
  font-size: 16px;
  color: #020c04;
}
.course-detail .duration .icon {
  width: 67px;
  padding: 17px;
  height: 67px;
  display: table;
  float: left;
  background: #9f2f34;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  text-align: center;
}
.course-detail .duration .detail {
  display: block;
  padding: 10px 0 0 16px;
  float: initial;
  margin-left: 72px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  color: #020c04;
  line-height: 22px;
}
.course-detail .duration .detail span {
  display: block;
  font-size: 14px;
  color: #020c04;
  text-transform: uppercase;
}
.course-detail .btn {
  margin: 18px 0 0 40px;
}
.details-tab {
  display: block;
  padding: 50px 0 90px;
  background: #ebeff3;
}
#myTabs {
  padding: 0 30px;
  text-align: center;
}
.course-tab {
  margin-bottom: 50px;
  border-bottom: 2px solid #d8e0e7;
}
.course-tab > li {
  width: 25%;
}
.course-tab > li > a {
  padding: 0 0 26px;
  font-family: Jost, sans-serif;
  font-size: 18px;
  color: #909aa1;
  text-transform: uppercase;
  border: none !important;
}
.course-tab > li > a span {
  display: block;
  padding-bottom: 18px;
  font-size: 50px;
  color: #a4b1bc;
}
.course-tab > li > a .block {
  display: inline;
}
.course-tab > li.active > a,
.course-tab > li.active > a:focus,
.course-tab > li.active > a:hover,
.course-tab > li > a:hover {
  background: 0 0;
  border-bottom: 2px solid #17a43b !important;
  color: #17a43b;
}
.details-tab #curriculam,
.details-tab #schedule {
  background: #fff;
  box-shadow: 0 0 14px #d4d9de;
}
#curriculam .lecture-txt {
  display: block;
  padding-bottom: 2px;
  font-size: 12px;
  color: #a5b1a8;
  text-transform: uppercase;
}
#curriculam .lecture-txt span {
  color: #4f5c53;
}
#curriculam .lecture-txt a.preview {
  display: inline-block;
  padding: 0 12px;
  background: #2c97ea;
  font-size: 11px;
  color: #fff;
  border-radius: 2px;
}
.details-tab .course-table {
  border: 1px solid #d8e0e7;
  margin: 0;
}
.details-tab .course-table > thead > tr > th {
  padding: 11px 30px;
  background: #e9f4fd;
  font-family: Jost, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #4e5d52;
  border-color: #c3e1f9;
}
#schedule ul.fee-details li,
#semester ul.content > li {
  border-bottom: 1px dashed #c9cdce;
  position: relative;
  display: block;
}
.course-table > tbody > tr > td,
.course-table > tfoot > tr > td,
.course-table > thead > tr > td {
  padding: 28px 30px;
}
.course-table > thead > tr,
.course-table > thead > tr > td,
.course-table > thead > tr > th {
  border: 1px solid #c3e1f9;
}
.course-table > tbody > tr > td,
.course-table > tbody > tr > th,
.course-table > tfoot > tr > td,
.course-table > tfoot > tr > th {
  border: 1px solid #eee;
  font-weight: 700;
  color: #707c82;
}
.table-col1 {
  display: block;
  padding-left: 20px;
  position: relative;
}
.table-col1:before {
  display: block;
  position: absolute;
  left: 0;
  top: -4px;
  font-family: FontAwesome;
  font-size: 18px;
  color: #ff9600;
  content: "\f105";
}
#schedule .course-table > thead > tr > th:first-child {
  width: 55%;
}
#schedule .fee-amt {
  font-family: Jost, sans-serif;
  font-size: 24px;
  color: #585d60;
}
#schedule ul.fee-details {
  display: block;
  padding: 5px 0 0 22px;
}
#schedule ul.fee-details li {
  padding: 8px 0;
  font-weight: 400;
}
#schedule ul.fee-details li:before {
  display: block;
  position: absolute;
  left: -22px;
  top: 8px;
  font-family: icomoon;
  font-size: 14px;
  color: #2c97ea;
  content: "\e908";
}
#semester ul.content > li {
  padding: 0 0 24px 24px;
  margin-bottom: 24px;
}
#semester ul.content > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#semester ul.content > li:before {
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  font-family: icomoon;
  font-size: 16px;
  color: #2c97ea;
  content: "\e908";
}
#semester ul.content > li h4 {
  display: block;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
  color: #4c5357;
}
#semester ul.content > li > ul {
  max-width: 430px;
  padding: 10px 0 0;
}
#semester ul.content > li > ul > li {
  padding: 6px 0 6px 20px;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}
#semester ul.content > li > ul > li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  font-family: icomoon;
  font-size: 12px;
  color: #79a2c2;
  content: "\e917";
}
#teachers ul.browse-teachers-list > li {
  border-color: #dbdedf;
}
.how-apply ul {
  display: block;
  padding-top: 20px;
  padding-bottom: 70px;
}
.how-apply ul li:first-child:after {
  width: 214px;
  height: 77px;
  display: block;
  content: "";
  position: absolute;
  right: -120px;
  top: 86px;
  background: url(../images/dotted-arrow.png) left top no-repeat;
  z-index: -1;
}
.how-apply ul li:nth-child(2):after {
  width: 221px;
  height: 84px;
  display: block;
  content: "";
  position: absolute;
  right: -122px;
  top: 32px;
  background: url(../images/dotted-arrow1.png) left top no-repeat;
  z-index: -1;
}
.how-apply ul li .icon-block {
  width: 175px;
  height: 175px;
  line-height: 175px;
  position: relative;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background: #ff9600;
  text-align: center;
  transition: 0.3s;
}
.how-apply ul li .icon-block .num {
  width: 44px;
  height: 44px;
  position: absolute;
  right: -20px;
  top: 45px;
  display: block;
  font-family: Jost, sans-serif;
  font-size: 18px;
  line-height: 44px;
  color: #fff;
  background: #2c97ea;
  border-radius: 50%;
}
.how-apply ul li.active .icon-block,
.how-apply ul li:hover .icon-block {
  background: #3eb25c;
}
.how-apply ul li h3 {
  display: block;
  padding: 34px 0 25px;
  font-family: Jost, sans-serif;
  font-size: 18px;
  color: #211d1e;
  text-transform: uppercase;
}
.how-apply ul li p {
  display: block;
  padding: 0 40px;
}
.how-apply .button-wrapper:after,
.how-apply .button-wrapper:before {
  width: calc(50% - 110px);
  height: 1px;
  background: #d8d8d8;
  content: "";
  position: absolute;
  top: 50%;
}
.how-apply .button-wrapper:before {
  left: 0;
}
.how-apply .button-wrapper:after {
  right: 0;
}
.comments-wrapper,
.faq-wrapper {
  display: block;
  background: #f3f6f8;
}
.comments-wrapper h2 {
  display: block;
  padding-bottom: 22px;
  font-family: Jost, sans-serif;
  font-size: 24px;
  border-bottom: 1px solid #d5d7d9;
  position: relative;
}
.comments-wrapper h2:after {
  display: block;
  width: 166px;
  height: 1px;
  background: #4181b9;
  position: absolute;
  bottom: -1px;
  content: "";
}
.comments-wrapper ul.comments {
  display: block;
  padding-top: 56px;
  padding-bottom: 40px;
}
.comments-wrapper ul.comments li,
.login-wrapper .login-logo,
.mb-30,
ul.news-listing > li {
  margin-bottom: 30px;
}
.comments-wrapper ul.comments li .com-img {
  width: 68px;
  height: 68px;
  float: left;
}
.comments-wrapper ul.comments li .com-txt {
  width: calc(100% - 92px);
  padding: 30px 60px 30px 30px;
  float: right;
  background: #fbfcfd;
  border: 1px solid #d1dadf;
  position: relative;
}
.comments-wrapper ul.comments li .com-txt:after,
.comments-wrapper ul.comments li .com-txt:before {
  right: 100%;
  top: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}
.comments-wrapper ul.comments li .com-txt:after {
  border-color: rgba(243, 246, 248, 0);
  border-right-color: #fbfcfd;
  border-width: 8px;
  margin-top: -8px;
}
.comments-wrapper ul.comments li .com-txt:before {
  border-color: rgba(209, 218, 223, 0);
  border-right-color: #d1dadf;
  border-width: 9px;
  margin-top: -9px;
}
.comments-wrapper ul.comments li .com-txt h3 {
  display: block;
  padding-bottom: 13px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  color: #4b5761;
  text-transform: uppercase;
}
.comments-wrapper ul.comments li .com-txt h3 span {
  padding-left: 10px;
  font-family: Jost, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #96adba;
}
.comments-wrapper ul.comments li .com-txt p {
  padding-bottom: 10px;
  line-height: 20px;
}
.comments-wrapper ul.comments li .com-txt a {
  font-size: 12px;
  font-weight: 700;
  color: #4181b9;
  text-transform: uppercase;
}
.comments-wrapper ul.comments li .com-txt a span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 6px;
  font-size: 16px;
  opacity: 0.5;
  transition: 0.3s;
}
.comments-wrapper hr {
  margin: 0;
  border-color: #d5d7d9;
}
.leave-comment h4 {
  display: block;
  padding: 60px 0;
  font-family: Jost, sans-serif;
  font-size: 20px;
}
.leave-comment input,
.leave-comment textarea {
  border: none;
  color: #7f8385;
  text-transform: uppercase;
  font-size: 12px;
  background: 0 0;
  float: left;
  font-weight: 700;
  border-left: 1px solid #cbd8de;
  border-bottom: 1px solid #cbd8de;
}
.leave-comment .row1 {
  display: block;
  margin-bottom: 30px;
}
.leave-comment input {
  width: calc(50% - 25px);
  height: 46px;
  padding: 0 20px;
}
.leave-comment textarea {
  width: 100%;
  height: 130px;
  margin-bottom: 40px;
  padding: 10px 20px;
  resize: none;
}
.inner-banner.blog,
.inner-banner.contact {
  min-height: 240px;
  padding: 60px 0;
}
.form-wrapper .row .col-sm-6 {
  margin-bottom: 40px;
}
.form-wrapper input {
  width: 100%;
  padding: 0 22px;
  height: 46px;
  border: none;
  border-bottom: 1px solid #dae4e8;
  border-left: 1px solid #dae4e8;
  font-size: 12px;
  color: #858788;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.form-outer input:focus,
.form-wrapper input:focus {
  border-color: #9da4a8;
}
.google-map .container {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
}
.google-map #map {
  height: 550px;
  z-index: 1;
}
.google-map #map iframe {
  width: 100%;
  height: 100%;
}
.contact-detail {
  max-width: 360px;
  margin: 96px 0;
  float: right;
  background: #17a43b;
  color: #fff;
  box-shadow: 0 0 30px #bfcdbf;
  position: relative;
  z-index: 2;
}
.contact-detail .address {
  display: block;
  padding: 18px 40px 12px 70px;
}
.contact-detail .inner {
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid #45b662;
  position: relative;
}
.contact-detail .inner:before {
  width: 16px;
  height: 23px;
  display: block;
  position: absolute;
  left: -30px;
  font-family: icomoon !important;
  font-size: 22px;
  content: "\e918";
  color: #a4dbb2;
}
.contact-detail .inner:nth-child(2):before {
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  left: -30px;
  font-size: 18px;
  content: "\e91a";
}
.contact-detail .inner:nth-child(3):before {
  width: 21px;
  height: 15px;
  display: block;
  position: absolute;
  left: -30px;
  top: 20px;
  font-size: 16px;
  content: "\e919";
}
.contact-detail .inner h3 {
  padding-bottom: 6px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.contact-detail .inner p {
  color: #9be5ad;
  line-height: 20px;
}
.contact-detail .inner a {
  padding-bottom: 6px;
  font-size: 18px;
  font-family: Jost, sans-serif;
  color: #fff;
}
.contact-bottom {
  display: block;
  padding: 27px 0 23px;
  background: #ff9600;
  text-align: center;
}
.contact-bottom ul.follow-us li {
  display: inline-block;
  padding: 0 20px;
  font-size: 24px;
}
.contact-bottom ul.follow-us li a {
  color: #fff;
  opacity: 0.7;
}
.contact-bottom ul.follow-us li a:hover {
  color: #fff;
  opacity: 1;
}
.error {
  margin: 5px 0 0;
  font-size: 13px;
  color: #cb0101;
}
.msg-error,
.msg-success {
  display: block;
  padding: 6px 20px;
  margin: 30px 0 0;
  font-size: 13px;
  color: #fff;
  border-radius: 4px;
}
.msg-error {
  background: #c70202;
}
.msg-error:after {
  display: inline-block;
  vertical-align: middle;
  font-family: FontAwesome;
  content: "\f071";
  float: right;
}
.msg-success:after {
  display: inline-block;
  vertical-align: middle;
  font-family: FontAwesome;
  content: "\f00c";
  float: right;
}
.inner-banner.blog .content {
  margin: 0 auto;
  text-align: center;
}
.blog-left:after {
  width: 1px;
  height: 100%;
  display: block;
  background: #e5e5e5;
  position: absolute;
  top: 0;
  right: -50px;
  content: "";
}
ul.blog-listing > li {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e9e9e9;
}
ul.blog-listing > li h2 {
  padding: 30px 0 20px;
  font-size: 24px;
  color: #343a3c;
  line-height: 36px;
  text-transform: none;
}
ul.blog-listing > li p {
  padding-bottom: 26px;
  color: #4b4c4c;
}
ul.blog-listing > li .read-more,
ul.news-listing > li .read-more {
  font-family: Jost, sans-serif;
  font-size: 14px;
  color: #606d87;
  text-transform: uppercase;
}
ul.blog-listing > li .read-more span {
  vertical-align: middle;
  margin-right: 7px;
  font-size: 18px;
  color: #ff9600;
  transition: 0.3s;
}
ul.post-detail {
  display: block;
  padding-bottom: 17px;
}
ul.post-detail li {
  display: inline-block;
  padding-right: 20px;
  font-size: 12px;
  color: #96adba;
}
ul.post-detail li .ico {
  display: inline-block;
  vertical-align: middle;
  padding-right: 6px;
  font-size: 17px;
  color: #afc0c9;
}
ul.post-detail li .bold {
  font-weight: 700;
  color: #5c7e91;
  text-transform: uppercase;
}
ul.post-detail li .label {
  display: inline-block;
  padding: 5px 10px;
  background: #abbfc9;
  border-radius: 2px;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
}
.blog-wrapper .pagination > li > a,
.blog-wrapper .pagination > li > span {
  background: #ecf4fa;
}
.blog-right {
  display: block;
  padding-left: 100px;
}
.search-block {
  display: block;
  margin-bottom: 40px;
  background: #e9e9e9;
}
.search-block input {
  width: calc(100% - 58px);
  height: 42px;
  float: left;
  padding: 0 20px;
  border: none;
  background: 0 0;
}
.archives h3,
.blog-right .tags h3,
.category h3,
.recent-post ul li {
  border-bottom: 1px solid #eee;
}
.search-block .search {
  width: 40px;
  height: 42px;
  float: right;
  border: none;
  background: #ff9600;
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
}
.blog-right h3 {
  padding-bottom: 16px;
  font-size: 17px;
  color: #606d87;
  text-transform: uppercase;
}
.blog-right .tags,
.category {
  display: block;
  padding-bottom: 70px;
}
.archives ul li,
.category ul li {
  display: block;
  border-bottom: 1px solid #eee;
}
.category ul li a {
  display: block;
  padding: 10px 0;
  font-size: 13px;
  color: #899eaa;
}
.category ul li a span {
  display: inline-block;
  margin-top: 5px;
  background: #bed1db;
  float: right;
  padding: 1.5px 5px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  line-height: 14px;
  transition: 0.3s;
}
.archives,
.coming-soon .right .ready,
.recent-post {
  display: block;
  padding-bottom: 60px;
}
.recent-post ul li {
  display: block;
  padding: 15px 0;
}
.recent-post ul li .img-block {
  width: 22%;
  float: left;
}
.recent-post ul li .detail {
  width: 78%;
  padding-left: 15px;
  float: left;
}
.recent-post ul li .detail h4 {
  padding-bottom: 4px;
  font-family: Jost, sans-serif;
  font-size: 12px;
  color: #5f6f77;
  text-transform: uppercase;
}
.recent-post ul li .detail p {
  font-size: 12px;
  color: #b9c8d0;
}
.recent-post ul li .detail .ico {
  padding-right: 7px;
  font-size: 15px;
  color: #adbec8;
}
.recent-post ul li .detail p span {
  font-weight: 700;
  text-transform: uppercase;
  color: #98abb6;
}
.archives ul li a {
  display: block;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 700;
  color: #899eaa;
  text-transform: uppercase;
}
.archives ul li span {
  display: inline-block;
  padding-right: 10px;
  font-size: 20px;
  color: #adbec8;
}
ul.tags-list {
  display: block;
  padding-top: 24px;
}
ul.tags-list li {
  display: block;
  margin-right: 8px;
  float: left;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
}
ul.tags-list li a {
  padding: 4px 10px;
  color: #fff;
  background: #abbfc9;
  text-transform: uppercase;
  border-radius: 2px;
}
.imp-quote {
  display: block;
  padding: 25px 20px 0 66px;
  margin-bottom: 30px;
  border-radius: 4px;
  background: #eef2f4;
  position: relative;
}
.imp-quote:before {
  position: absolute;
  left: 26px;
  top: 30px;
  font-family: icomoon;
  font-size: 20px;
  content: "\e90d";
  color: #4181b9;
}
.imp-quote > p {
  display: block;
  font-size: 14px;
  font-style: italic;
  color: #79929f !important;
  line-height: 24px;
}
ul.blog-listing.detail > li {
  margin-bottom: 0;
  padding-bottom: 50px;
}
.blog-left ul.follow-us {
  display: inline-block;
  padding-right: 15px;
  margin-top: -17px;
  background: #fff;
}
.blog-left ul.follow-us li a {
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
  background: #c6d9ea;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.blog-left ul.follow-us li a:hover {
  background: #17a43b;
  border-color: #1c7bc3;
}
.blog-left .comments-wrapper {
  background: 0 0;
  padding: 50px 0 0;
  border-bottom: 1px solid #dfdfdf;
}
.blog-left .comments-wrapper ul.comments li.col-xs-offset-1 {
  padding-left: 42px;
}
.blog-left .leave-comment h4 {
  padding: 50px 0;
}
.not-found-wrapper {
  max-width: 480px;
  margin: 130px auto;
  padding: 240px 0 0;
  background: url(../images/404-img.png) center top/100% no-repeat;
  text-align: center;
}
.login-wrapper .login-logo img,
.mfp-counter {
  margin: 0 auto;
}
.not-found-wrapper h1 {
  font-size: 186px;
  color: #bcbfc1;
}
.not-found-wrapper p {
  padding-bottom: 60px;
  font-family: Jost, sans-serif;
  font-size: 30px;
  color: #bcbfc1;
  text-transform: uppercase;
}
.faq-wrapper .search-block {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 4px #eaedef;
}
.faq-wrapper .search-block input {
  height: 58px;
}
.faq-wrapper .search-block .search {
  width: 58px;
  height: 58px;
  border-radius: 0 4px 4px 0;
}
ul.faq-listing li {
  margin-bottom: 25px;
  position: relative;
}
ul.faq-listing li:after {
  width: 1px;
  height: calc(100% - 25px);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #e2e4e6;
  content: "";
}
ul.faq-listing li:nth-child(2n) .inner {
  padding-left: 88px;
}
ul.faq-listing li:nth-child(2n) .inner:before {
  left: 20px;
}
ul.faq-listing li .inner {
  display: block;
  padding: 30px 20px;
  border-bottom: 1px solid #e2e4e6;
  position: relative;
}
/* ul.faq-listing li .inner:before {
  position: absolute;
  left: 0;
  top: 58px;
  font-family: icomoon;
  font-size: 46px;
  color: #c5d4da;
  content: "\e91c";
} */
ul.faq-listing li h2 {
  padding-bottom: 20px;
  font-size: 18px;
  color: #284962;
  line-height: 26px;
}
.faq-wrapper hr {
  margin: 0;
  border-color: #e2e4e6;
}
.faq-wrapper .text-center,
.testimonial-outer .text-center {
  margin-top: 80px;
}
.faq-wrapper .pagination.blue > li > span,
.pagination.blue > li > a {
  background: #e3edf5;
}
.faq-wrapper.faq2 .search-block {
  padding-left: 50px;
  box-shadow: none;
}
.faq-wrapper.faq2 .search-block input {
  border: 2px solid #ff9600;
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.panel-default {
  background: 0 0;
  border: none;
  border-bottom: 1px solid #ececec;
  border-radius: 0 !important;
  box-shadow: none;
}
.panel-default > .panel-heading {
  padding: 22px 0;
  background: 0 0;
  border: none;
  color: #738c9f;
}
.panel-default .panel-title {
  font-size: 18px;
  text-transform: inherit;
}
.panel-default .panel-title a {
  display: block;
  padding-left: 50px;
  position: relative;
  color: #284962;
}
.panel-default .panel-title a.collapsed:before,
.panel-default .panel-title a:before {
  position: absolute;
  left: 0;
  top: -15px;
  font-family: Jost, sans-serif;
  font-weight: 300;
  font-size: 46px;
}
.panel-default .panel-title a:before {
  top: -20px;
  content: " - ";
  color: #284962;
}
.panel-default .panel-title a.collapsed {
  color: #738c9f;
}
.panel-default .panel-title a.collapsed:before {
  content: " + ";
  color: #914044;
}
.panel-default .panel-body {
  padding: 0 0 15px 50px;
}
.panel-default .panel-body p {
  padding-bottom: 15px;
}
.panel-default ul {
  margin-left: 15px;
}
.panel-default ul li {
  list-style: disc;
}
.fill-bg {
  background: url(../images/login-bg.jpg) center center/cover no-repeat fixed;
}
.fill-bg:after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}
.login-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  display: table;
  z-index: 2;
}
.login-wrapper .login {
  max-width: 500px;
  margin: 30px auto;
}
.login-wrapper .head-block {
  display: block;
  padding: 22px 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}
.login-wrapper .head-block h1 {
  font-size: 34px;
  text-transform: uppercase;
  color: #353434;
}
.login-wrapper .cnt-block {
  display: block;
  padding: 40px;
  background: #fff;
}
.form-outer input {
  width: 100%;
  height: 46px;
  margin-bottom: 30px;
  padding: 0 20px;
  background: 0 0;
  border: none;
  border-left: 1px solid #dae4e8;
  border-bottom: 1px solid #dae4e8;
  font-size: 12px;
  font-weight: 700;
  color: #7f8385;
  z-index: 2;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.login-wrapper .or {
  width: 16%;
  display: inline-block;
  font-family: Jost, sans-serif;
  font-size: 18px;
  text-align: center;
  color: #b7c1c4;
  text-transform: uppercase;
}
.login-wrapper .register {
  display: block;
  float: right;
  background: #7f7f7f;
}
.login-wrapper .remember {
  display: block;
  margin: 36px 0 0;
  font-family: Jost, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
.login-wrapper .remember .check {
  display: inline-block;
  margin-right: 15px;
  line-height: 15px;
  color: #6e7e83;
}
.login-wrapper .remember .check input {
  height: auto;
  position: absolute;
}
.login-wrapper a.forgot {
  display: inline-block;
  margin-left: 15px;
  color: #6e7e83;
}
.login-wrapper a.forgot span {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  background: #becfd5;
  border-radius: 50%;
  transition: 0.3s;
}
.login-wrapper .login-footer {
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.login-wrapper ul.follow-us li {
  display: inline-block;
  padding: 0 15px;
}
.login-wrapper ul.follow-us li a {
  font-size: 18px;
  color: #849da6;
}
.login-wrapper ul.follow-us li a:hover {
  color: #1e4f61;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 17px;
  height: 17px;
  background: #dae4e8;
  border-radius: 3px;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  font-family: icomoon;
  font-size: 11px;
  content: "\e91e";
  position: absolute;
  top: 3px;
  left: 3px;
  line-height: 0.8;
  color: #17a43b;
  transition: 0.2s;
}
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
ul.testimonials {
  text-align: center;
  border-bottom: 1px solid #dfe5e1;
  position: relative;
}
ul.testimonials:after {
  width: 5px;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
}
ul.testimonials li {
  display: block;
  border-right: 1px solid #dfe5e1;
  border-bottom: 1px solid #dfe5e1;
  position: relative;
}
ul.testimonials li .quotblock {
  display: block;
  padding: 50px 20px;
}
ul.testimonials li:last-child:after,
ul.testimonials li:last-child:before,
ul.testimonials li:nth-last-child(2):after,
ul.testimonials li:nth-last-child(2):before,
ul.testimonials li:nth-last-child(3):after,
ul.testimonials li:nth-last-child(3):before {
  display: none !important;
}
ul.testimonials li:after,
ul.testimonials li:nth-child(2n):before,
ul.testimonials li:nth-child(3n):before {
  width: 5px;
  height: 7px;
  display: block;
  content: "";
  background: url(../images/testi-clip.png) left top no-repeat;
  position: absolute;
  bottom: -4px;
}
ul.testimonials li:after {
  right: -1px;
}
ul.testimonials li:nth-child(2n):before,
ul.testimonials li:nth-child(3n):before {
  left: -1px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
ul.testimonials li img {
  margin: 0 auto 22px;
}
ul.testimonials li .icon-quote-left-icon {
  font-size: 20px;
  color: #ffac34;
}
ul.testimonials li h3 {
  padding: 14px 0 2px;
  font-size: 18px;
  color: #464f53;
  text-transform: none;
}
ul.testimonials li .desig {
  display: block;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 700;
}
ul.testimonials li p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 36px;
}
.campus-tour .pagination {
  margin: 80px 0;
}
ul.gallery-filter {
  display: block;
  padding: 0 30px;
  border-bottom: 2px solid #d8e0e7;
  margin-bottom: 50px;
}
ul.gallery-filter li {
  width: 19%;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
}
ul.gallery-filter li a {
  display: inline-block;
  padding: 0 0 30px;
  color: #909aa1;
}
ul.gallery-filter li:after {
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -2px;
  right: 0;
  content: "";
  background: #17a43b;
  color: #4f4a4a;
  transition: 0.5s;
}
ul.gallery-filter li.active:after,
ul.gallery-filter li:hover:after {
  width: 100%;
  left: 0;
  color: #4f4a4a;
}
.mfp-counter {
  left: 0;
  right: 0;
  text-align: center;
}
.news-wrapper,
.privacy-wrapper {
  background: #f1f4f6;
}
ul.news-listing > li .inner {
  display: block;
  padding-bottom: 15px;
  background: #fff;
  box-shadow: 0 0 8px #e4e7e9;
}
ul.news-listing > li .cnt-block {
  display: block;
  padding: 40px 30px;
}
ul.news-listing > li h2 {
  padding-bottom: 12px;
  font-size: 20px;
  color: #4d5557;
  line-height: 30px;
  text-transform: none;
}
ul.news-listing > li p {
  padding-bottom: 26px;
  color: #8d8f8f;
}
ul.news-listing > li .read-more span {
  vertical-align: middle;
  margin-right: 7px;
  font-size: 19px;
  color: #ff9600;
  transition: 0.3s;
}
.news-wrapper ul.post-detail li .ico {
  font-size: 17px;
}
.news-wrapper .text-center {
  margin-top: 50px;
}
.privacy-wrapper h2 {
  display: block;
  padding-bottom: 25px;
  font-size: 30px;
  color: #343a3c;
  line-height: 32px;
  text-transform: none;
}
.privacy-wrapper p {
  padding-bottom: 25px;
  color: #7d8081;
}
ul.privacy-listing {
  padding: 10px 0;
}
ul.privacy-listing > li {
  border-bottom: 1px dashed #c9cdce;
  color: #707c82;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 0 0 15px 24px;
  position: relative;
}
ul.privacy-listing > li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  font-family: icomoon;
  font-size: 12px;
  color: #79a2c2;
  content: "\e917";
}
ul.privacy-listing > li > ul {
  padding: 4px 0;
}
ul.privacy-listing > li > ul > li {
  font-size: 12px;
  font-weight: 400;
}
ul.privacy-listing > li > ul > li:before {
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  width: 5px;
  height: 5px;
  margin-right: 12px;
  border-radius: 50%;
  content: "";
  background: #98b4cb;
}
.privacy-wrapper hr {
  border-color: #daddde;
}
.privacy-wrapper h3 {
  display: block;
  padding-bottom: 25px;
  font-size: 24px;
  color: #343a3c;
  line-height: 32px;
  text-transform: none;
}
.imp-note span,
ol.ord-listing li:before {
  color: #fff;
  font-weight: 700;
  display: block;
  text-align: center;
}
.privacy-wrapper .padding-top {
  padding-top: 30px;
}
.imp-note {
  display: block;
  margin: 10px 0 38px;
  box-shadow: 0 0 8px #e4e7e9;
  padding: 24px 40px 5px 22px;
  background: #fdfdfe;
}
.imp-note span {
  width: 72px;
  height: 72px;
  line-height: 52px;
  margin-right: 25px;
  float: left;
  border-radius: 50%;
  background: #fec472;
  font-size: 24px;
  border: 12px solid #fdf2e4;
}
.imp-note p {
  padding-bottom: 25px;
  font-size: 13px;
  color: #94a6af;
  line-height: 22px;
  overflow: hidden;
}
ol.ord-listing {
  padding-left: 68px;
  counter-reset: li;
  list-style: none;
}
ol.ord-listing li {
  position: relative;
  min-height: 60px;
  margin-top: 15px;
  padding-bottom: 20px;
  color: #7d8081;
  border-bottom: 1px solid #daddde;
}
ol.ord-listing li:before {
  content: counter(li);
  counter-increment: li;
  background: #17a43b;
  border-radius: 50%;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 7px;
  left: -50px;
}
ol.ord-listing li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.form-outer input.country-code {
  float: left;
  width: 16%;
}
.form-outer input.phone-no {
  float: right;
  width: calc(84% - 18px);
}
.register .cnt-block textarea {
  width: 100%;
  height: 122px;
  margin-bottom: 30px;
  padding: 0 20px;
  background: 0 0;
  border: none;
  border-left: 1px solid #dae4e8;
  border-bottom: 1px solid #dae4e8;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #7f8385;
  resize: none;
}
.datepicker {
  border: 1px solid #dae4e8;
  box-shadow: none;
}
.form-outer .date .icon-calander-icon {
  position: absolute;
  right: 0;
  top: 14px;
  font-size: 19px;
  color: #aab8be;
}
.register .cnt-block {
  padding: 70px 80px;
}
.register .regiter-inner {
  max-width: 1000px;
  padding: 0 15px;
  margin: 30px auto;
}
.form-outer h2 {
  padding-bottom: 14px;
  font-size: 13px;
  text-transform: uppercase;
  color: #353434;
}
.form-outer ul.select-opt {
  list-style: none;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0 0 40px;
}
ul.select-opt li {
  color: #aaa;
  display: block;
  position: relative;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
}
.login-wrapper .cnt-block ul.select-opt li input {
  height: auto;
  margin: 0;
}
ul.select-opt li input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
ul.select-opt li label {
  display: block;
  position: relative;
  padding: 0 30px 0 26px;
  margin: 0;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: 0.25s linear;
}
ul.select-opt li .check {
  display: block;
  position: absolute;
  background: #dae4e8;
  border-radius: 2px;
  height: 17px;
  width: 17px;
  top: 4px;
  left: 0;
  z-index: 5;
}
.form-outer input[type="radio"]:checked ~ .check,
ul.select-opt li:hover .check {
  border: 3px solid #dae4e8;
}
ul.select-opt li .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 2px;
  height: 11px;
  width: 11px;
  top: 0;
  left: 0;
  margin: auto;
}
.form-outer input[type="radio"]:checked ~ .check::before {
  background: #ef5b34;
}
.form-outer input[type="radio"]:checked ~ label {
  color: #343a3c;
}
.form-outer .select2.select2-container {
  width: 100% !important;
}
.form-outer .select2-container--default .select2-selection--single {
  width: 100%;
  height: 46px;
  margin-bottom: 1px;
  padding: 0 20px;
  background: 0 0;
  border: none;
  border-left: 1px solid #dae4e8;
  border-bottom: 1px solid #dae4e8;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #7f8385;
  border-radius: 0;
}
.form-outer
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
  color: #7f8385;
  line-height: 43px;
}
.form-outer .col-left {
  float: left;
}
.form-outer .col-left:first-child {
  padding-right: 10%;
}
.generic-wrapper .head-block {
  display: block;
  padding-bottom: 50px;
}
.generic-wrapper .head-block p {
  color: #7d8081;
}
.generic-wrapper hr {
  margin: 0;
  border-color: #dde5e9;
}
.heading-group h1,
.heading-group h2,
.heading-group h3,
.heading-group h4,
.heading-group h5,
.heading-group h6 {
  padding-bottom: 30px;
}
.heading-right ul.privacy-listing,
.heading-right ul.privacy-listing li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.button-group a.btn,
a.btn-circle {
  margin: 0 8px;
}
ul.our-spec li {
  width: 33.3%;
  padding-bottom: 50px;
  float: left;
  font-weight: 700;
  color: #284962;
  text-align: center;
  line-height: 20px;
}
ul.our-spec li .icon {
  display: block;
  padding-bottom: 15px;
}
a.btn-circle {
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 64px;
  border-radius: 50%;
  text-align: center;
  background: #ff9600;
  font-size: 22px;
  color: #fff;
}
.button-group1 a.download-cert,
.button-group1 a.download-pros {
  width: calc(50% - 20px);
  margin: 0 10px;
}
.generic-wrapper ul.tags-list,
.generic-wrapper ul.teachers-follow {
  padding-top: 0;
  margin-bottom: 40px;
}
.generic-wrapper .enquire-now {
  margin: inherit;
}
.coming-soon .left {
  height: 100vh;
  display: table;
  text-align: center;
  position: relative;
}
.coming-soon .inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.coming-soon .left a.logo {
  width: 200px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
}
.coming-soon .left .cnt-block {
  max-width: 490px;
}
.coming-soon .cnt-block {
  max-width: 520px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.coming-soon .cnt-block h1 {
  display: block;
  padding-bottom: 40px;
  font-size: 60px;
}
.stay-connected {
  width: 100%;
  position: absolute;
  bottom: 80px;
}
.stay-connected h2 {
  padding-bottom: 25px;
  font-size: 18px;
  text-transform: inherit;
}
.coming-soon ul.follow-us li {
  display: inline-block;
  padding: 0 3px;
}
.coming-soon ul.follow-us li a {
  width: 38px;
  height: 38px;
  display: block;
  background: rgba(28, 123, 195, 0.3);
  border-radius: 50%;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  color: #fff;
}
.coming-soon .right {
  height: 100vh;
  display: table;
  background: url(../images/coming-soon-bg.jpg) center top/cover no-repeat;
  text-align: center;
  position: relative;
  color: #fff;
}
.coming-soon .right:after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(0, 0, 0, 0.7);
}
.coming-soon .right h2 {
  padding-bottom: 20px;
  font-size: 20px;
  text-transform: inherit;
  color: #fff;
}
.coming-soon .right ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  font-weight: 300;
  color: #fff;
}
.coming-soon .right ul li:after {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  content: ":";
  font-size: 60px;
  position: absolute;
  right: -5px;
  top: 18%;
}
.coming-soon .right ul li span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
.coming-soon .right ul li .count {
  font-size: 70px;
  font-weight: 300;
  line-height: 70px;
}
.coming-soon .stay-tuned {
  max-width: 400px;
  margin: 0 auto;
}
.coming-soon .stay-tuned p {
  max-width: 320px;
  padding-bottom: 25px;
  margin: 0 auto;
  opacity: 0.7;
}
.coming-soon .stay-tuned input[type="email"] {
  width: calc(100% - 115px);
  height: 46px;
  padding: 0 0 0 55px;
  border: none;
  border-radius: 25px 0 0 25px;
  color: #9cb0be;
  text-transform: none;
}
.coming-soon .stay-tuned #mc_embed_signup_scroll:before {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-family: icomoon;
  font-size: 20px;
  content: "\e907";
  color: #c0cfda;
  z-index: 1;
}
.banner2 .form-group .form-control::-webkit-input-placeholder,
.coming-soon .stay-tuned input::-webkit-input-placeholder {
  text-transform: none;
}
.banner2 .form-group .form-control:-moz-placeholder,
.coming-soon .stay-tuned input:-moz-placeholder {
  text-transform: none;
}
.banner2 .form-group .form-control::-moz-placeholder,
.coming-soon .stay-tuned input::-moz-placeholder {
  text-transform: none;
}
.banner2 .form-group .form-control:-ms-input-placeholder,
.coming-soon .stay-tuned input:-ms-input-placeholder {
  text-transform: none;
}
.coming-soon .stay-tuned .clear .button {
  width: 115px;
  background: #ff9600;
  padding: 10px 0;
  border: none;
  border-radius: 0 25px 25px 0;
  transition: 0.3s;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .logos {
    padding: 40px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .course-detail .duration.eligible,
  .navbar-form {
    padding: 0 20px;
  }
  .nav > li > a {
    padding: 19px 20px;
  }
  .navbar-form {
    width: 24%;
  }
  .banner-outer .content h1 {
    font-size: 28px;
    line-height: 48px;
  }
  .banner-outer .content h1 span,
  .coming-soon .right ul li .count {
    font-size: 60px;
  }
  .news-events ul li .cnt-block h3 {
    font-size: 18px;
  }
  .campus-tour {
    padding: 60px 0 0;
  }
  .campus-tour ul.gallery li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin: 0 2px;
  }
  .campus-tour ul.gallery li h3 {
    font-size: 20px;
  }
  .campus-tour ul.gallery li .overlay {
    margin-top: -55px;
  }
  .details-tab,
  .padding-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  a.download-cert,
  a.download-pros {
    padding: 20px 16px;
  }
  a.download-cert .txt-block,
  a.download-pros .txt-block {
    text-transform: none;
  }
  a.download-cert .ico-block,
  a.download-pros .ico-block {
    padding-right: 10px;
  }
  .logos {
    padding: 40px 0;
  }
  .testimonial ul li p {
    padding-bottom: 25px;
    font-size: 20px;
    line-height: 36px;
  }
  .footer ul.follow-us li a {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
  .footer .connect-us {
    width: 100%;
  }
  .footer .subscribe {
    width: 100%;
    padding-right: 30px;
  }
  .footer .instagram {
    padding-right: 0;
  }
  .about-video .container {
    height: 450px;
  }
  .about-video p {
    font-size: 55px;
  }
  .about {
    padding-bottom: 60px;
  }
  .about ul.our-links li {
    padding: 44px 0 60px 3%;
  }
  .course-detail {
    padding: 20px 30px;
    margin: 30px 0 0;
  }
  .course-detail .duration {
    width: 23%;
    padding-right: 20px;
  }
  .course-detail .duration.fee {
    width: 21%;
    padding: 0 20px;
  }
  .course-detail .btn {
    margin: 10px 0 0 32px;
  }
  .how-apply ul li:first-child:after,
  .how-apply ul li:nth-child(2):after {
    top: 54px;
  }
  .how-apply ul li p {
    padding: 34px 0 25px;
  }
  .blog-right {
    padding-left: 60px;
  }
  ul.blog-listing > li {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .blog-left .comments-wrapper ul.comments li.col-xs-offset-1 {
    padding-left: 53px;
  }
  .not-found-wrapper {
    width: 60%;
  }
  .not-found-wrapper h1 {
    font-size: 186px;
  }
  .login-wrapper .login {
    max-width: 460px;
  }
  .login-wrapper .login-logo {
    margin-bottom: 40px;
    text-align: center;
  }
  .login-wrapper .login-logo a {
    width: 250px;
    display: inline-block;
  }
  .login-wrapper .head-block {
    padding: 22px 0;
  }
  .login-wrapper .head-block h1 {
    font-size: 30px;
  }
  .login-wrapper .cnt-block {
    padding: 30px;
  }
  .login-wrapper .or {
    width: 20%;
  }
  .login-wrapper .btn {
    padding: 10px 20px;
  }
  ul.testimonials li p {
    font-size: 16px;
    line-height: 30px;
  }
  .coming-soon .cnt-block {
    max-width: 400px;
  }
  .coming-soon .cnt-block h1 {
    font-size: 50px;
  }
  .coming-soon .right ul li {
    padding: 0 15px;
  }
  .banner2 ul.banner-list li:after {
    right: 35px;
  }
  .popular-cources ul.courses-list li .cnt-block {
    padding: 40px 25px;
  }
  .popular-cources ul.courses-list li h4 {
    font-size: 16px;
  }
  .wt-makes-different .left {
    padding-top: 100px;
    padding-bottom: 140px;
  }
  .wt-makes-different .left .q-mark {
    width: 80px;
    height: 80px;
    font-size: 50px;
    line-height: 76px;
  }
  .wt-makes-different .left h2 {
    margin-bottom: 40px;
    font-size: 52px;
    line-height: 64px;
  }
  .wt-makes-different .right {
    padding: 80px 0 0 60px;
  }
  .logos2 ul {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .faq-wrapper.faq2 .search-block input {
    width: calc(100% - 48px);
  }
  .panel-default .panel-title {
    font-size: 17px;
  }
  .faq-wrapper.faq2 .search-block,
  .panel-default .panel-body,
  .panel-default .panel-title a {
    padding-left: 40px;
  }
  .panel-default .panel-title a.collapsed:before,
  .panel-default .panel-title a:before {
    font-size: 40px;
    top: -10px;
  }
  .coming-soon .left,
  .coming-soon .right {
    width: 100%;
  }
  .banner2 {
    min-height: inherit;
    padding: 60px 0;
  }
  .banner2 h1 {
    padding-bottom: 25px;
    font-size: 42px;
    line-height: 50px;
  }
  .banner2 .cnt-block {
    max-width: 630px;
  }
  .banner2 .form-group {
    width: 80%;
    margin: 30px 0 40px;
  }
  .banner2 .form-group .form-control {
    width: calc(100% - 60px);
    height: 50px;
    padding: 0 30px;
    font-size: 16px;
  }
  .banner2 .form-group .search-btn {
    width: 50px;
    height: 50px;
    padding: 0;
  }
  .intro-sec .video-block .play-outer {
    width: 200px;
    height: 68px;
    padding: 10px;
  }
  .intro-sec h2 {
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
  }
  .intro-sec .know-more-wrapper {
    margin-top: 20px;
  }
  .popular-cources .title-row,
  .popular-cources ul.courses-list li {
    margin-bottom: 30px;
  }
  .popular-cources h3 {
    font-size: 28px;
  }
  .popular-cources a.view-courses {
    font-size: 14px;
  }
  .popular-cources a.view-courses span {
    margin: -2px 10px 0 0;
    font-size: 16px;
  }
  .popular-cources ul.courses-list li .cnt-block {
    padding: 40px 50px;
  }
  .wt-makes-different .left {
    padding-top: 100px;
    padding-bottom: 140px;
  }
  .wt-makes-different .left .q-mark {
    width: 72px;
    height: 72px;
    font-size: 42px;
    line-height: 68px;
  }
  .wt-makes-different .left h2 {
    margin-bottom: 40px;
    font-size: 46px;
    line-height: 56px;
  }
  .wt-makes-different .right {
    padding: 60px 0 10px 45px;
  }
  ul.makes-different-list li {
    margin-bottom: 50px;
  }
  ul.makes-different-list li h3 {
    font-size: 16px;
  }
  .why-choose h2 {
    padding-bottom: 40px;
  }
  .logos2 ul {
    padding-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top ul.follow-us li {
    padding-right: 12px;
  }
  .header-middle .contact ul {
    padding-right: 28px;
  }
  .header-middle .contact ul li {
    padding: 0 20px;
    font-size: 16px;
  }
  .header-middle a.login {
    padding: 5px 14px;
  }
  .banner-outer .content p,
  .campus-tour ul.gallery li h3,
  .navbar-inverse .navbar-nav > li > a {
    font-size: 14px;
  }
  #myTabs,
  .navbar-inverse .container {
    padding: 0;
  }
  .nav > li > a {
    padding: 18px 12px;
  }
  .navbar-form {
    width: 24%;
    padding: 0 15px;
  }
  .banner-outer .slide1,
  .banner-outer .slide2,
  .banner-outer .slide3 {
    height: 450px;
  }
  .banner-outer .content h1 {
    font-size: 22px;
    line-height: 40px;
  }
  .about-video p,
  .banner-outer .content h1 span {
    font-size: 50px;
  }
  .banner-outer .slide2 .content h1,
  .banner-outer .slide3 .content h1 {
    font-size: 46px;
  }
  .about {
    padding-bottom: 60px;
  }
  .about .video-block a {
    width: 50px;
    margin-top: -25px;
  }
  .about ul.our-links li {
    padding: 34px;
    text-align: center;
  }
  .about ul.our-links li .icon {
    width: 26%;
    float: none;
    margin: 0 auto;
    padding-bottom: 15px;
  }
  .about ul.our-links li .detail {
    width: auto;
    padding-left: 0;
  }
  .about .btn-wrapper {
    margin-bottom: 30px;
  }
  .logos,
  .our-impotance ul li .inner {
    padding: 30px 0;
  }
  .details-tab,
  .padding-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about h2,
  .browse-teacher h2,
  .campus-tour h2,
  .have-question h2,
  .how-apply h2,
  .how-study h2,
  .login-wrapper .head-block h1,
  .news-events h2,
  .our-cources h2,
  .testimonial h2,
  .why-choose h2 {
    font-size: 30px;
  }
  .our-cources ul.inner li:nth-child(9) {
    margin-bottom: 160px;
  }
  .our-cources ul.inner li:nth-child(3n):after,
  .our-cources ul.inner li:nth-child(n + 10):before {
    display: none;
  }
  .our-cources ul.inner li:nth-child(9):before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -70px;
    display: block;
    background: #fff;
    content: " ";
    opacity: 0.3;
  }
  .testimonial .wrapper:after,
  .testimonial .wrapper:before,
  ul.our-strength li span {
    font-size: 38px;
  }
  ul.our-strength li {
    width: 24%;
  }
  .news-events ul li .cnt-block {
    padding: 32px 20px 20px;
  }
  .news-events ul li .cnt-block h3 {
    padding-bottom: 26px;
    font-size: 18px;
    line-height: 24px;
  }
  .news-events ul li .bottom-block {
    padding: 20px 0 0;
  }
  .news-events ul li .icon {
    margin-right: 4px;
  }
  .news-events ul li .icon span {
    font-size: 14px !important;
  }
  .news-events ul li .cnt-block .plus-icon {
    width: 54px;
    height: 54px;
    line-height: 54px;
  }
  .news-events ul li .comment span,
  .news-events ul li .date span {
    font-size: 11px;
  }
  .how-study ul li .cnt-block {
    max-width: 152px;
  }
  .how-study ul li a.more {
    right: 10px;
  }
  .how-study ul li .cnt-block h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .campus-tour {
    padding-bottom: 0;
  }
  .campus-tour ul.gallery li a {
    width: 34px;
    height: 34px;
    margin: 0 2px;
    line-height: 34px;
    font-size: 14px;
  }
  .campus-tour ul.gallery li .overlay {
    margin-top: -58px;
  }
  .campus-tour ul.gallery li:hover .overlay {
    top: 60%;
  }
  .campus-tour ul.gallery li p {
    padding-bottom: 10px;
  }
  .testimonial ul li p {
    font-size: 18px;
    line-height: 30px;
  }
  #semester ul.content > li h4,
  .testimonial ul li span {
    font-size: 16px;
  }
  .footer .footer-logo,
  ul.gallery-filter li a {
    padding-bottom: 20px;
  }
  .footer p {
    line-height: 20px;
  }
  .footer .bottom {
    padding: 20px 0;
  }
  .footer .connect-us,
  .inner-banner a.apply-online {
    width: 100%;
  }
  .footer .subscribe {
    width: 100%;
    padding-right: 30px;
  }
  .footer .subscribe .clear:before {
    font-size: 18px;
    top: 3px;
  }
  .footer .subscribe .clear .button {
    width: 40px;
    height: 34px;
  }
  .footer ul.follow-us li {
    padding: 0 2px;
  }
  .footer ul.follow-us li a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    border-width: 1px;
  }
  .footer .instagram {
    padding: 14px 15px 18px 0;
  }
  .footer .subscribe input[type="email"] {
    width: 78%;
    height: 34px;
  }
  ul.browse-teachers-list p {
    padding: 0 0 20px;
  }
  .about-video .container {
    height: 400px;
  }
  .enquire-wrapper {
    max-width: none;
    margin-top: 30px;
  }
  .enquire-now {
    margin-top: 20px;
    max-width: none;
  }
  .course-detail {
    padding: 20px;
    margin: 30px 0 0;
  }
  .course-detail .duration {
    width: 33.3%;
    padding-right: 20px;
  }
  .course-detail .duration .icon {
    float: none;
    margin: 0 auto;
  }
  .course-detail .duration .detail {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .course-detail .duration.eligible {
    width: 33.3%;
    padding: 0 20px;
  }
  .course-detail .duration.fee {
    width: 33.3%;
    border-right: none;
    padding: 0 20px;
  }
  .course-detail .btn {
    margin: 10px 0 0 32px;
  }
  .how-apply ul li .icon-block {
    width: 135px;
    height: 135px;
    line-height: 135px;
  }
  .how-apply ul li .icon-block img {
    width: 60px;
  }
  .how-apply ul li p {
    padding: 34px 0 25px;
  }
  .how-apply ul li .icon-block .num {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    top: 20px;
    right: -8px;
  }
  .how-apply ul li:first-child:after {
    top: 10px;
  }
  .course-tab > li > a {
    padding: 18px 0;
    font-size: 16px;
  }
  .form-outer ul.select-opt,
  ul.blog-listing > li {
    padding-bottom: 30px;
  }
  .course-table > tbody > tr > td,
  .course-table > tfoot > tr > td,
  .course-table > thead > tr > td {
    padding: 18px 20px;
  }
  #schedule .fee-amt {
    font-size: 20px;
  }
  ul.blog-listing > li {
    margin-bottom: 40px;
  }
  ul.blog-listing > li h2 {
    padding: 20px 0 10px;
    font-size: 20px;
  }
  .blog-left:after {
    right: -20px;
  }
  .blog-right {
    padding-left: 20px;
  }
  .search-block input {
    width: 78%;
  }
  ul.post-detail li {
    padding-right: 15px;
  }
  .category ul li a {
    font-size: 12px;
  }
  .blog-left .comments-wrapper ul.comments li.col-xs-offset-1 {
    padding-left: 64px;
  }
  .not-found-wrapper {
    width: 60%;
    margin: 80px auto;
    padding-top: 198px;
  }
  .not-found-wrapper h1 {
    font-size: 166px;
  }
  .faq-wrapper .search-block input {
    height: 48px;
  }
  .faq-wrapper .search-block .search {
    width: 48px;
    height: 48px;
  }
  ul.faq-listing li .inner {
    padding: 20px 20px 20px 68px;
  }
  ul.faq-listing li .inner:before {
    top: 36px;
  }
  .faq-wrapper .text-center,
  .testimonial-outer .text-center {
    margin-top: 40px;
  }
  .login-wrapper .login {
    max-width: 460px;
  }
  .login-wrapper .login-logo {
    margin-bottom: 40px;
    text-align: center;
  }
  .login-wrapper .login-logo a {
    width: 250px;
    display: inline-block;
  }
  .login-wrapper .head-block {
    padding: 22px 0;
  }
  .login-wrapper .cnt-block {
    padding: 30px;
  }
  .login-wrapper .or {
    width: 20%;
  }
  .login-wrapper .btn {
    padding: 10px 20px;
  }
  ul.testimonials li p {
    font-size: 15px;
    line-height: 26px;
  }
  ul.testimonials li .quotblock {
    padding: 40px 10px;
  }
  ul.gallery-filter li {
    width: auto;
    font-size: 17px;
    padding: 0 16px;
  }
  .campus-tour .pagination {
    margin: 50px 0;
  }
  .news-wrapper .text-center {
    margin-top: 10px;
  }
  ul.news-listing > li h2 {
    font-size: 18px;
    line-height: 26px;
  }
  ul.news-listing > li p {
    line-height: 24px;
  }
  .news-wrapper ul.post-detail li {
    padding-right: 10px;
    padding-bottom: 2px;
  }
  ul.news-listing > li .cnt-block {
    padding: 20px;
  }
  .form-outer .cnt-block {
    padding: 50px 20px;
  }
  .form-outer .col-left:first-child {
    padding-right: 0;
  }
  .col-left ul.select-opt li label {
    padding-right: 21px;
  }
  .generic-wrapper ul.our-spec {
    padding-bottom: 40px;
  }
  .generic-wrapper .button-group {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .navbar-form,
  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background: 0 0;
  }
  .enquire-now,
  .enquire-wrapper {
    max-width: none;
  }
  .navbar {
    min-height: 45px;
  }
  .navbar-inverse .navbar-toggle {
    border: none;
  }
  .navbar-form {
    border: none;
    box-shadow: none;
    width: auto;
    margin: 0 -15px;
  }
  .navbar-form .search-btn {
    top: 4px;
  }
  .form-control {
    color: #000;
    padding: 6px 30px;
  }
  .form-control input {
    color: #000 !important;
  }
  .navbar-toggle {
    padding: 6px 0;
  }
  .navbar-toggle .icon-bar {
    width: 26px;
    height: 3px;
  }
  .navbar-collapse {
    box-shadow: none;
    border: none;
    padding: 0 15px;
  }
  .nav > li > a {
    padding: 12px 20px;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
  }
  .navbar-nav .open .dropdown-menu {
    background: #fff;
    border-radius: 0;
  }
  .navbar .dropdown-menu {
    padding: 10px 0;
  }
  .banner2 ul.banner-list,
  .blog-left:after,
  .how-apply ul li:first-child:after,
  .how-apply ul li:nth-child(2):after,
  .navbar .dropdown-menu:after,
  .our-cources ul.inner li:nth-child(2n):after,
  .our-impotance ul li:after,
  ul.testimonials li:nth-child(2n):after,
  ul.testimonials li:nth-child(odd):before,
  ul.testimonials:after {
    display: none;
  }
  .header-top ul.top-nav li {
    padding: 0 7px;
  }
  .form-outer .col-left,
  .header-top .right-block {
    float: none;
  }
  .header-top .lang-wrapper {
    margin-right: -15px;
  }
  .header-middle a.login {
    padding: 5px 14px;
  }
  .banner-outer .content {
    float: none;
    padding: 50px 0;
  }
  .banner-outer .content h1 span {
    font-size: 60px;
  }
  .banner-outer .slide2 .content h1,
  .banner-outer .slide3 .content h1 {
    font-size: 44px;
  }
  .banner-outer .content p {
    font-size: 14px;
    line-height: 24px;
  }
  .banner-outer .bx-wrapper .bx-pager {
    bottom: 10px;
  }
  .banner-outer .slide1,
  .banner-outer .slide2,
  .banner-outer .slide3 {
    height: 350px;
  }
  .about {
    padding: 226px 0 40px;
  }
  .about .video-block a {
    width: 50px;
    margin-top: -25px;
  }
  .modal-open .modal {
    padding-right: 0 !important;
  }
  .about ul.our-links {
    margin: -226px -15px 30px;
  }
  .about ul.our-links li {
    padding: 20px 20px 30px;
  }
  .about ul.our-links li .icon {
    width: 20%;
  }
  .about ul.our-links li .detail {
    width: 80%;
  }
  .about ul.our-links li .detail a.more {
    width: 30px;
    height: 30px;
    line-height: 24px;
    font-size: 16px;
    position: relative;
  }
  .about .left-block,
  .blog-left,
  .generic-wrapper .pagination,
  .how-apply ul,
  .how-apply ul li,
  .intro-sec .left-block {
    padding-bottom: 30px;
  }
  .details-tab,
  .padding-lg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about h2,
  .browse-teacher h2,
  .campus-tour h2,
  .have-question h2,
  .how-apply h2,
  .how-study h2,
  .news-events h2,
  .our-cources h2,
  .testimonial h2,
  .why-choose h2 {
    padding-bottom: 30px;
    font-size: 26px;
  }
  .our-impotance ul li .inner {
    padding: 10px 10px 30px;
    border-bottom: 1px solid #e9e9e9;
  }
  .our-impotance ul li:last-child {
    margin-bottom: 0 !important;
  }
  .generic-wrapper ul.privacy-listing > li:last-child,
  .our-impotance ul li:last-child .inner,
  ul.browse-teachers-list > li:nth-last-child(2),
  ul.privacy-listing > li.last {
    border-bottom: none;
  }
  .our-impotance ul li {
    border-right: none;
    margin-bottom: 30px !important;
  }
  .our-impotance ul li h3 span {
    display: inline;
  }
  .about .btn-wrapper,
  .form-wrapper .row .col-sm-6,
  .how-study ul li {
    margin-bottom: 20px;
  }
  .course-tab,
  .form-outer .select2.select2-container,
  .news-events ul,
  .news-events ul li,
  .select-course {
    margin-bottom: 30px;
  }
  .how-study ul li .cnt-block {
    left: 20px;
  }
  ul.our-strength li {
    width: 24%;
    border: none;
  }
  .login-wrapper .head-block h1,
  ul.our-strength li span {
    font-size: 26px;
  }
  ul.our-strength li .title {
    line-height: 20px;
  }
  .news-events ul li .cnt-block {
    padding: 40px 20px 20px;
  }
  .news-events ul li .cnt-block h3,
  .testimonial ul li p {
    font-size: 18px;
    line-height: 28px;
  }
  .news-events ul li .cnt-block .plus-icon {
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 30px;
    top: -27px;
  }
  .news-events ul li .bottom-block {
    padding-top: 20px;
  }
  .campus-tour,
  .inner-banner.blog p,
  .inner-banner.contact p {
    padding-bottom: 0;
  }
  .campus-tour ul.gallery li {
    width: 50%;
  }
  #schedule .fee-amt,
  .campus-tour ul.gallery li h3 {
    font-size: 18px;
  }
  .campus-tour ul.gallery li a {
    width: 44px;
    height: 44px;
    margin: 0 4px;
    line-height: 44px;
    font-size: 18px;
  }
  .campus-tour ul.gallery li:hover .overlay {
    top: 60%;
  }
  .campus-tour ul.gallery li p,
  ul.privacy-listing > li {
    padding-bottom: 10px;
  }
  .footer .row1,
  ul.browse-teachers-list > li {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .leave-comment h4,
  .logos {
    padding: 30px 0;
  }
  #semester ul.content > li h4,
  .testimonial ul li span {
    font-size: 16px;
  }
  .testimonial .wrapper:after,
  .testimonial .wrapper:before {
    font-size: 38px;
  }
  .footer .row1 .col-sm-9 {
    padding-bottom: 15px;
  }
  .footer .foot-nav {
    width: 100%;
    border-bottom: 1px solid #2e5f85;
    padding: 15px;
  }
  .footer .foot-nav h3 {
    padding-bottom: 0;
    cursor: pointer;
  }
  .footer .foot-nav h3:after {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    float: right;
    content: " + ";
  }
  .footer .foot-nav h3.open:after {
    content: " - ";
  }
  .footer .foot-nav ul {
    padding: 15px 0 10px;
  }
  .footer .bottom {
    padding: 20px 0;
  }
  .footer .connect-us,
  .footer .instagram,
  .footer .subscribe {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
  .course-detail .duration,
  .course-detail .duration.eligible {
    padding: 20px 0;
    width: auto;
  }
  .footer .instagram ul li a img,
  .intro-sec .video-block img,
  .wt-makes-different .bg-image {
    width: 100%;
  }
  ul.browse-teachers-list > li {
    border-bottom: 1px solid #e5e5e5;
  }
  ul.browse-teachers-list > li:nth-child(2n),
  ul.testimonials li:nth-child(2n) {
    border-right: none;
  }
  .about-video .container {
    height: 300px;
  }
  .about-video p {
    font-size: 36px;
  }
  .inner-banner {
    padding: 30px 0 20px;
  }
  .inner-banner h1 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .inner-banner p {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .inner-banner a.apply-online .left {
    padding: 12px 0 12px 24px;
  }
  .inner-banner a.apply-online .arrow {
    line-height: 50px;
  }
  .select-course {
    float: left;
  }
  .blog-right,
  .our-cources.sub h2 {
    padding-left: 0;
  }
  .our-cources ul.inner li {
    margin-bottom: 70px;
  }
  .our-cources ul.inner li:before {
    bottom: -35px;
    display: none;
  }
  ul.cert-list li {
    width: 100%;
    float: none;
  }
  ul.cert-list li:nth-last-child(2) {
    border-bottom: 1px dashed #c0c4c6;
  }
  .enquire-now {
    margin-top: 0;
  }
  .course-detail {
    padding: 0 20px;
    margin: 20px 0 0;
  }
  .course-detail .duration {
    border: none;
    float: none;
    border-bottom: 1px solid #dfe9f1;
  }
  .course-detail .duration.fee {
    width: auto;
    float: none;
    padding: 20px 0;
    border: none;
  }
  #myTabs,
  .course-detail .duration.fee .detail,
  ul.gallery-filter,
  ul.privacy-listing {
    padding: 0;
  }
  .course-detail .btn {
    position: absolute;
    right: 36px;
    bottom: 22px;
    float: none;
    margin: 10px 0 0;
  }
  .how-apply ul li .icon-block {
    width: 135px;
    height: 135px;
    line-height: 135px;
  }
  .how-apply ul li .icon-block img {
    width: 60px;
  }
  .how-apply ul li .icon-block .num {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    top: 20px;
    right: -8px;
  }
  .comments-wrapper ul.comments {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .comments-wrapper ul.comments li .com-txt,
  .imp-note,
  ul.news-listing > li .cnt-block {
    padding: 20px;
  }
  .leave-comment {
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
  }
  .form-outer .cnt-block textarea,
  .leave-comment textarea {
    height: 100px;
  }
  .course-tab > li > a {
    font-size: 14px;
    padding-bottom: 16px;
  }
  .course-tab > li > a span {
    font-size: 44px;
    padding-bottom: 14px;
  }
  .course-tab > li > a .block {
    display: block;
  }
  .course-table > tbody > tr > td,
  .course-table > tfoot > tr > td,
  .course-table > thead > tr > td {
    padding: 18px 20px;
  }
  #semester ul.content {
    border-bottom: 1px dashed #c9cdce;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  #semester .col-sm-6:last-child ul.content {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .inner-banner.blog,
  .inner-banner.contact {
    padding: 30px 0 60px;
  }
  .contact-detail .address {
    padding: 18px 40px 12px 60px;
  }
  .contact-bottom {
    padding: 18px 0 14px;
  }
  ul.blog-listing > li {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  ul.blog-listing > li h2 {
    padding: 20px 0 15px;
    font-size: 18px;
    line-height: 26px;
  }
  ul.post-detail li {
    padding-bottom: 4px;
    padding-right: 18px;
  }
  .inner-banner.blog {
    min-height: 160px;
  }
  .archives,
  .category,
  .recent-post {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
  }
  .blog-left .comments-wrapper ul.comments li.col-xs-offset-1 {
    padding-left: 64px;
  }
  .not-found-wrapper {
    width: 80%;
    margin: 50px auto;
    padding-top: 178px;
  }
  .not-found-wrapper h1 {
    font-size: 116px;
  }
  .not-found-wrapper p {
    font-size: 26px;
    padding-bottom: 40px;
  }
  .faq-wrapper .search-block input {
    height: 48px;
  }
  .faq-wrapper .search-block .search {
    width: 48px;
    height: 48px;
  }
  ul.faq-listing li .inner {
    padding: 10px 20px 30px 48px;
  }
  ul.faq-listing li .inner:before {
    font-size: 36px;
    left: 0 !important;
    top: 22px;
  }
  ul.faq-listing li:nth-last-child(2) .inner {
    border-bottom: 1px solid #e2e4e6;
  }
  ul.faq-listing li:nth-child(2n) .inner {
    padding-left: 48px;
  }
  .faq-wrapper .text-center,
  .testimonial-outer .text-center {
    margin-top: 40px;
  }
  .panel-default .panel-title {
    font-size: 15px;
    line-height: 20px;
  }
  .panel-default .panel-title a.collapsed:before,
  .panel-default .panel-title a:before {
    font-size: 30px;
    top: 0;
  }
  .panel-default > .panel-heading {
    padding: 15px 0;
  }
  .faq-wrapper.faq2 .search-block,
  .panel-default .panel-body,
  .panel-default .panel-title a {
    padding-left: 30px;
  }
  .login-wrapper .login {
    max-width: 360px;
  }
  .login-wrapper .login-logo {
    margin-bottom: 30px;
    text-align: center;
  }
  .login-wrapper .login-logo a {
    width: 220px;
    display: inline-block;
  }
  .login-wrapper .head-block {
    padding: 18px 15px;
  }
  .login-wrapper .cnt-block {
    padding: 30px;
  }
  .login-wrapper .btn {
    padding: 8px 14px;
  }
  .login-wrapper .login-footer {
    padding: 12px 15px;
  }
  .login-wrapper ul.follow-us li {
    padding: 0 12px;
  }
  ul.testimonials li h3 {
    padding-top: 8px;
  }
  ul.testimonials li p {
    font-size: 15px;
    line-height: 28px;
  }
  ul.testimonials li .quotblock {
    padding: 30px 10px 15px;
  }
  ul.testimonials li:nth-child(3) .quotblock {
    padding-top: 30px;
  }
  ul.testimonials li:nth-last-child(2),
  ul.testimonials li:nth-last-child(3) {
    border-bottom: 1px solid #dfe5e1 !important;
  }
  ul.testimonials li:nth-last-child(2):after,
  ul.testimonials li:nth-last-child(2):before,
  ul.testimonials li:nth-last-child(3):after,
  ul.testimonials li:nth-last-child(3):before {
    display: block !important;
  }
  ul.gallery-filter li {
    width: auto;
    float: none;
    display: inline-block;
    padding: 0 16px;
    font-size: 16px;
  }
  .form-outer ul.select-opt,
  ul.gallery-filter li a {
    padding-bottom: 20px;
  }
  .campus-tour .pagination {
    margin: 40px 0;
  }
  .news-wrapper .text-center {
    margin-top: 10px;
  }
  ul.news-listing > li h2 {
    font-size: 18px;
    line-height: 26px;
  }
  ul.news-listing > li p {
    line-height: 24px;
  }
  .news-wrapper ul.post-detail li {
    padding-right: 10px;
    padding-bottom: 2px;
  }
  .privacy-wrapper h2 {
    font-size: 24px;
  }
  .privacy-wrapper h3 {
    font-size: 20px;
  }
  ul.privacy-listing > li:last-child {
    border-bottom: 1px dashed #c9cdce;
  }
  .privacy-wrapper .padding-top {
    padding-top: 10px;
  }
  .imp-note span {
    float: none;
    margin: 0 auto 20px;
  }
  .imp-note p {
    text-align: center;
  }
  .modal-body {
    padding: 10px;
  }
  .generic-wrapper ul.our-spec {
    padding-bottom: 40px;
  }
  .generic-wrapper .button-group {
    margin-bottom: 40px;
    text-align: center;
  }
  .coming-soon .left,
  .coming-soon .right {
    display: block;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .coming-soon .inner {
    display: inline-block;
    position: inherit;
  }
  .coming-soon .left a.logo {
    display: block;
    position: inherit;
    top: auto;
  }
  .coming-soon .cnt-block {
    padding: 60px 0 40px;
  }
  .stay-connected {
    position: inherit;
    bottom: auto;
  }
  .banner2 {
    padding: 40px 0 60px;
  }
  .banner2 .form-group,
  .popular-cources ul.courses-list li:last-child {
    margin-bottom: 0;
  }
  .popular-cources ul.courses-list li .cnt-block {
    padding: 40px 30px;
  }
  .wt-makes-different .left {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .wt-makes-different .left .q-mark {
    width: 70px;
    height: 70px;
    font-size: 40px;
    line-height: 66px;
  }
  .wt-makes-different .left h2 {
    margin-bottom: 30px;
    font-size: 42px;
    line-height: 52px;
  }
  .wt-makes-different .right {
    padding: 40px 0 10px;
  }
  .footer2 .foot-nav {
    border-color: #454545;
  }
}
.about-section {
  position: relative;
  padding: 70px 0 120px;
}
.image_block_1 .image-box {
  position: relative;
  display: block;
  max-width: 570px;
}
.image_block_1 .image-box .image img {
  position: relative;
  max-width: none;
  float: left;
  width: 100%;
}
.image_block_1 .image-box:before {
  position: absolute;
  content: "";
  background: #ffddde;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  left: 5px;
  top: 100px;
}
.image_block_1 .image-box .pattern .pattern-1 {
  position: absolute;
  right: 120px;
  top: 105px;
  width: 560px;
  height: 491px;
  z-index: -1;
  background-repeat: no-repeat;
}
.image_block_1 .image-box .pattern .pattern-2 {
  position: absolute;
  left: 0;
  top: 170px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  opacity: 0.7;
  -webkit-animation: 3s linear infinite zoom-fade;
  animation: 3s linear infinite zoom-fade;
}
li,
p {
  font-size: 15px;
  color: #626262;
  font-weight: 400;
  margin: 0;
  transition: 0.5s;
}
.image_block_1 .image-box .pattern .pattern-3 {
  position: absolute;
  top: 167px;
  right: 168px;
  width: 124px;
  height: 144px;
  z-index: 1;
  background-repeat: no-repeat;
}
.about-section .content_block_1 .content-box {
  margin-left: 50px;
}
.theme-btn-one {
  background: #9f2f34;
  top: 10px;
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color: #fff !important;
  text-align: center;
  padding: 7px 17px;
  border-radius: 25px;
  z-index: 1;
  transition: 0.5s;
}
.theme-btn-one i {
  position: relative;
  font-size: 13px;
  margin-left: 10px;
}
.theme-btn-one:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 30px;
  left: 0;
  top: 0;
  z-index: -1;
  transform: scale(0, 0);
  transition: 0.5s;
}
.feature-block-one .inner-box:hover .btn-box .theme-btn-one,
.theme-btn-one:hover:before {
  transform: scale(1, 1);
}
.feature-section,
.testimonial-section {
  position: relative;
  padding: 60px 0;
}
.feature-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 30px 30px 45px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px #eaf2f1;
  transition: 0.5s;
}
.feature-block-one .inner-box:hover {
  box-shadow: 0 20px 30px #cee4e2;
}
.feature-block-one .inner-box .icon-box {
  position: relative;
  min-height: 100px;
  margin-bottom: 5px;
}
.feature-block-one .inner-box p {
  color: #061a3a;
  margin-bottom: 0;
}
.feature-block-one .inner-box h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 900;
  margin-bottom: 10px;
}
.centred {
  text-align: center !important;
}
.feature-block-one .inner-box .link a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  background: #e6f5f3;
  border-radius: 50%;
  transform: scale(1, 1);
}
.feature-block-one .inner-box:hover .link a {
  transform: scale(0, 0);
}
.feature-block-one .inner-box .btn-box {
  position: absolute;
  left: 0;
  bottom: 45px;
  width: 100%;
  text-align: center;
}
.feature-block-one .inner-box .btn-box .theme-btn-one {
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 600;
  transform: scale(0, 0);
}
.feature-block-one .inner-box .pattern .pattern-1 {
  position: absolute;
  left: -30px;
  top: 0;
  width: 229px;
  height: 103px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.5s;
}
.feature-block-one .inner-box:hover .pattern .pattern-1 {
  left: 0;
  opacity: 1;
}
.feature-block-one .inner-box .pattern .pattern-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 149px;
  height: 87px;
  opacity: 0;
  background-repeat: no-repeat;
  transition: 0.5s;
}
.feature-section .pattern-layer .pattern-1 {
  position: absolute;
  left: 80px;
  bottom: 0;
  width: 299px;
  height: 142px;
  background-repeat: no-repeat;
}
.feature-section .pattern-layer .pattern-2 {
  position: absolute;
  right: 80px;
  top: 0;
  width: 299px;
  height: 142px;
  background-repeat: no-repeat;
}
.formBr {
  position: absolute;
  right: 50px;
  z-index: 9999;
  border-radius: 5px;
  background: rgba(152, 0, 0, 0.6);
  padding: 2%;
  margin: 2%;
  width: 35%;
}
.smalls {
  top: 80px;
  width: 360px;
  position: fixed;
}
.small,
small {
  color: #0c4c6a;
  font-size: 100%;
}
.commnMtp {
  margin-top: 5%;
}
.card {
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  background-color: #fff;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 1px;
  border: none;
}
.card-header {
  background-color: #f7f7f9;
  margin-bottom: 5px;
  padding: 10px 1.25rem;
  border: none;
}
.card-header a i {
  float: left;
  font-size: 25px;
  padding: 5px 0;
  margin: 0 25px 0 0;
  color: #9f2f34;
}
.card-header i {
  float: right;
  font-size: 20px;
  width: 1%;
  margin-top: 8px;
  margin-right: 10px;
}
.card-header a {
  width: 97%;
  float: left;
  color: #565656;
}
.card-header h3 {
  margin: 8px 0 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.card-block {
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding: 20px;
  color: #232323;
  box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.1);
  border-top: 1px soild;
  border-radius: 0;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  color: #333;
  border: 1px solid #a5a1a1;
  font-size: 14px;
}
.testimonial-section .bg-layer {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.testimonial-section .testimonial-inner {
  position: relative;
  background: #fff;
  padding: 63px 90px 60px 70px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px rgb(0 24 73 / 10%);
}
button.login {
  padding: 5px 35px;
  border: 1px solid #07294d;
  border-radius: 5px;
  font-size: 16px;
  color: #6f7a7f;
  font-weight: 700;
}
.pb-80 {
  padding-bottom: 80px;
}
.pt-120 {
  padding-top: 120px;
}
.mt-30 {
  margin-top: 30px;
}
.contact__text p a {
  color: #777;
  font-size: 16px;
}
.contact__icon i {
  height: 100px;
  width: 100px;
  line-height: 100px;
  font-size: 35px;
  text-align: center;
  background-color: var(--tp-common-white);
  border-radius: 50%;
  color: #9f2f34;
  transition: 0.3s;
}
.contact__item:hover .contact__icon i {
  background: #9f2f34;
  color: #fff;
  transform: rotateY(360deg);
}
.mb-35 {
  margin-bottom: 35px;
}
.tp-btn-white {
  overflow: hidden;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  line-height: 56px;
  padding: 0 40px;
  border: 2px solid #fff;
  box-shadow: none;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  position: relative;
  box-shadow: 0 16px 32px 0 rgb(0 0 0 / 6%);
}
.tp-btn-white:hover {
  box-shadow: none;
  color: var(--tp-common-white);
}
.contact__social a {
  height: 50px;
  width: 50px;
  line-height: 58px;
  text-align: center;
  color: #333;
  background: #fff;
  border-radius: 6px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  transition: 0.3s;
}
.btn-3c {
  background: #fff;
  padding: 0;
  border-radius: 0;
  position: fixed;
  z-index: 9999999;
  right: -20px;
  top: 70%;
  transform: rotate(90deg);
}
.btn-3c a {
  background: #fff;
  padding: 6px 16px;
}
.btn-3c a:hover {
  background: #f99602;
}
@media (max-width: 640px) {
  .smalls {
    position: relative;
    width: 100%;
    top: 0;
  }
  .formBr {
    display: none;
  }
  .testimonial-section .testimonial-inner {
    padding: 15px 30px 20px;
  }
  .about-section .content_block_1 .content-box {
    margin-left: 15px;
  }
  .banner-outer .content h1 span,
  .coming-soon .right ul li:after {
    font-size: 50px;
  }
  .why-choose ul li {
    width: 48%;
    padding-bottom: 30px;
  }
  .why-choose ul li:nth-child(n + 3) {
    padding-bottom: 0;
  }
  ul.our-strength.opt2 li {
    border-right: none;
  }
  ul.news-listing > li,
  ul.testimonials li {
    width: 100%;
  }
  ul.testimonials li:after,
  ul.testimonials li:before,
  ul.testimonials li:nth-last-child(2):after,
  ul.testimonials li:nth-last-child(2):before,
  ul.testimonials li:nth-last-child(3):after,
  ul.testimonials li:nth-last-child(3):before {
    display: none !important;
  }
  ul.testimonials li:nth-last-child(2),
  ul.testimonials li:nth-last-child(3) {
    border-bottom: 1px solid #dfe5e1;
  }
  ul.testimonials li:first-child .quotblock {
    padding-top: 0;
  }
  ul.testimonials li:nth-child(2) .quotblock {
    padding-top: 30px;
  }
  ul.gallery-filter li {
    margin-bottom: 10px;
    font-size: 15px;
    padding: 0 6px;
  }
  ul.gallery-filter li a {
    padding-bottom: 8px;
  }
  ul.select-opt li {
    width: 100%;
    margin-bottom: 8px;
    float: none;
  }
  .generic-wrapper ul.our-spec li {
    width: 50%;
    min-height: 142px;
  }
  .generic-wrapper a.btn-circle {
    margin-bottom: 20px;
  }
  .button-group1 a.download-cert,
  .button-group1 a.download-pros {
    width: 100%;
    margin: 0 0 2px;
  }
  .coming-soon .right .cnt-block {
    padding: 0;
  }
  .coming-soon .right ul li .count {
    font-size: 60px;
    line-height: 60px;
  }
  .coming-soon .cnt-block h1 {
    font-size: 50px;
    padding-bottom: 30px;
  }
  .banner2 h1 {
    padding-bottom: 20px;
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 480px) {
  .banner-outer .content h1 {
    font-size: 26px;
    line-height: 38px;
  }
  .banner-outer .content h1 span {
    font-size: 50px;
  }
  .leave-comment input,
  .our-impotance ul li {
    width: 100%;
  }
  .our-impotance ul li:after {
    width: 94%;
  }
  .our-impotance ul li .inner {
    padding: 10px 10px 30px;
  }
  .our-impotance ul li h3 span {
    display: inline;
  }
  .testimonial ul li p {
    font-size: 16px;
    line-height: 26px;
  }
  .testimonial .wrapper:after,
  .testimonial .wrapper:before {
    font-size: 28px;
  }
  .about-video .container {
    height: 300px;
  }
  .about-video p {
    font-size: 32px;
  }
  a.download-pros {
    margin-bottom: 1px;
  }
  a.download-cert,
  a.download-pros {
    width: 100%;
    border: none;
  }
  .our-cources ul.inner li {
    width: 100%;
    margin-bottom: 40px;
  }
  .our-cources ul.inner li:nth-child(n + 9) {
    margin-bottom: 40px;
  }
  .our-cources ul.course-list li:after,
  .popular-cources a.view-courses {
    display: none;
  }
  .enquire-now .inner .row2 input {
    width: 100%;
    margin: 0 0 14px;
  }
  ul.browse-teachers-list > li {
    width: 100%;
    border: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .leave-comment input:first-child {
    margin-bottom: 30px;
  }
  .form-outer input,
  .register .cnt-block textarea {
    margin-bottom: 20px;
  }
  .course-detail .duration .icon {
    width: 57px;
    height: 57px;
    font-size: 34px;
  }
  .form-outer input {
    height: 40px;
    padding: 0 15px;
  }
  .banner2 .form-group,
  .login-wrapper .remember {
    margin-top: 20px;
  }
  .form-outer input.country-code {
    width: 20%;
  }
  .form-outer input.phone-no {
    width: calc(80% - 18px);
  }
  .coming-soon .left,
  .coming-soon .right {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .coming-soon .cnt-block {
    padding: 40px 0;
  }
  .coming-soon .cnt-block h1 {
    font-size: 40px;
  }
  .coming-soon .right ul li {
    padding: 0 15px;
  }
  .coming-soon .right ul li:after {
    font-size: 40px;
    top: 13%;
  }
  .coming-soon .right ul li .count {
    font-size: 44px;
    line-height: 50px;
  }
  .banner2 {
    padding: 30px 0 40px;
  }
  .banner2 h1 {
    padding-bottom: 12px;
    font-size: 30px;
    line-height: 40px;
  }
  .banner2 p {
    font-size: 14px;
    line-height: 22px;
  }
  .wt-makes-different .left .q-mark {
    width: 60px;
    height: 60px;
    font-size: 32px;
    line-height: 56px;
  }
  .wt-makes-different .left h2 {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 46px;
  }
  .wt-makes-different .left a.read-more {
    font-size: 15px;
  }
  .wt-makes-different .right {
    padding: 30px 0 0;
  }
  ul.makes-different-list li h3 {
    font-size: 17px;
  }
}
@media (max-width: 414px) {
  .about-video p,
  h2 {
    font-size: 26px;
  }
  h2 {
    margin-top: 35px;
  }
  .header-middle {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pagination > li > a,
  .pagination > li > span {
    margin: 0 2px;
    padding: 4px 10px;
    font-size: 13px;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span,
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    padding: 5px 14px;
  }
  .pagination > li:first-child a i {
    margin-right: 4px;
  }
  .pagination > li:last-child a i {
    margin-left: 4px;
  }
  .course-tab > li > a {
    font-size: 13px;
  }
  .not-found-wrapper {
    padding-top: 158px;
  }
  .not-found-wrapper h1 {
    font-size: 96px;
  }
  .not-found-wrapper p {
    font-size: 22px;
    padding-bottom: 30px;
  }
  .banner2 h1,
  .intro-sec h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .banner2 .form-group .form-control {
    height: 42px;
    padding: 0 20px;
    font-size: 14px;
  }
  .banner2 .form-group .search-btn {
    width: 42px;
    height: 42px;
  }
  .banner2 .form-group .search-btn img {
    width: 18px;
  }
  .wt-makes-different .left h2 {
    margin-bottom: 15px;
    font-size: 34px;
    line-height: 42px;
  }
  .wt-makes-different .left .q-mark {
    width: 52px;
    height: 52px;
    font-size: 26px;
    line-height: 48px;
    margin-bottom: 15px;
  }
  ul.makes-different-list li {
    width: 100%;
    margin-bottom: 30px;
  }
  ul.makes-different-list li .inner {
    max-width: inherit;
  }
  .popular-cources ul.courses-list li .cnt-block {
    padding: 30px 20px;
  }
}
@media (max-width: 375px) {
  .header-middle a.login {
    padding: 2px 8px;
  }
  .banner-outer .content h1 {
    font-size: 22px;
    line-height: 34px;
  }
  .banner-outer .content h1 span,
  .banner-outer .slide2 .content h1 {
    font-size: 38px;
    line-height: 40px;
  }
  .btn {
    padding: 8px 16px;
  }
  .testimonial #bx-pager a {
    margin: 0 2px;
  }
  .testimonial .wrapper:before {
    top: 44px;
  }
  .testimonial .wrapper:after {
    bottom: -26px;
  }
  .testimonial ul li p {
    padding-top: 30px;
  }
  .course-tab > li > a span {
    font-size: 40px;
  }
  .course-tab > li > a {
    font-size: 12px;
  }
  .not-found-wrapper {
    padding-top: 138px;
  }
  .not-found-wrapper h1 {
    font-size: 86px;
  }
  .login-wrapper .head-block h1 {
    font-size: 20px;
  }
  .login-wrapper .login {
    max-width: 320px;
  }
  .login-wrapper .cnt-block {
    padding: 20px 15px;
  }
  .login-wrapper .btn {
    padding: 6px 12px;
  }
  .privacy-wrapper h2 {
    font-size: 22px;
  }
  .coming-soon .right ul li {
    padding: 0 12px;
  }
  .coming-soon .stay-tuned input[type="email"] {
    width: calc(100% - 90px);
  }
  .coming-soon .stay-tuned .clear .button {
    width: 90px;
  }
  .banner2 h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .banner2 h1 br {
    display: none;
  }
  .banner2 .form-group {
    width: 100%;
  }
  .intro-sec .video-block .play-outer {
    width: 170px;
    height: 52px;
    padding: 8px;
  }
  .intro-sec .video-block .play-outer span {
    padding-left: 8px;
    font-size: 14px;
    line-height: 18px;
  }
  .intro-sec .video-block .play-outer figure {
    width: 36px;
  }
}
@media (max-width: 360px) {
  .btn-3c {
    right: -48px;
  }
  .feature-block {
    margin-bottom: 23px;
  }
  .about-section {
    padding-top: 10px;
  }
  .banner-outer .slide1,
  .banner-outer .slide2,
  .banner-outer .slide3 {
    height: 150px;
  }
  .about-video p {
    font-size: 24px;
  }
  .course-detail .btn {
    position: inherit;
    margin: 10px 0 20px;
    right: auto;
  }
  .not-found-wrapper {
    padding-top: 128px;
  }
  .not-found-wrapper h1 {
    font-size: 66px;
  }
  .not-found-wrapper p {
    font-size: 18px;
  }
  ul.faq-listing li h2 {
    font-size: 16px;
  }
  .login-wrapper .login {
    max-width: 300px;
  }
  .login-wrapper .cnt-block {
    padding: 20px 15px;
  }
  .login-wrapper .btn {
    padding: 6px 12px;
    font-size: 12px;
  }
  .coming-soon .cnt-block h1 {
    font-size: 34px;
  }
  .coming-soon .right ul li {
    padding: 0 8px;
  }
}
.fxmhqX {
  position: fixed;
  right: 0;
  z-index: 99999999;
  top: 43%;
  background: #07e93c;
  padding: 10px 15px;
}
.fxmhqX a {
  color: #fff;
}
.fxmhqY {
    position: fixed;
    right: 0;
    z-index: 99999999;
    top: 52%;
    background: #337ab7;
    padding: 10px 13px;
  }
  .fxmhqY a {
    color: #fff;
  }

.dflexSTRHstart2 ul li {
  padding-bottom: 4px;
  color: #626262;
  font-size: 16px;
  list-style: disc;
  margin-left: 19px;
}
.bdr-right {
  border-right: 1px solid #000;
}


/* CTA section - updated color scheme */
:root {
  --cta-primary: #9f2f34;
  --cta-secondary: #ff9600;
  --cta-dark: #07294d;
  --cta-light: #ffffff;
  --cta-text: #626262;
}

.cta-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, rgba(159, 47, 52, 0.03) 0%, rgba(255, 150, 0, 0.03) 100%);
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cta-primary), var(--cta-secondary));
  opacity: 0.05;
  top: -150px;
  left: -150px;
}

.cta-section::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cta-secondary), var(--cta-primary));
  opacity: 0.05;
  bottom: -150px;
  right: -150px;
}

.cta-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.cta-title-wrapper {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}

.cta-title {
  font-weight: 700 !important;
  color: var(--cta-dark);
  margin-bottom: 1rem;
  line-height: 1.3;
  font-family: Jost, sans-serif;
}

.cta-highlight {
  color: var(--cta-primary);
  position: relative;
  display: inline-block;
}

.cta-highlight::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--cta-secondary);
  border-radius: 10px;
}

.cta-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.cta-card {
  flex: 1 1 300px;
  max-width: 380px;
  background: var(--cta-light);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px #eaf2f1;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  z-index: 1;
  border: 1px solid #f1f4f6;
}

.cta-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--cta-primary), var(--cta-secondary));
  opacity: 0;
  z-index: -1;
  transition: opacity 0.5s ease;
  border-radius: 10px;
}

.cta-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 30px #cee4e2;
}

.cta-card:hover .cta-card-header {
  background: rgba(159, 47, 52, 0.05);
}

.cta-card-header {
  background: rgba(159, 47, 52, 0.03);
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cta-card-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: var(--cta-primary);
}

.cta-card-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(159, 47, 52, 0.2), transparent);
}

.cta-icon {
  font-size: 4.5rem;
  color: var(--cta-primary);
  transition: all 0.3s ease;
}

.cta-card:hover .cta-icon {
  transform: scale(1.1);
  color: var(--cta-secondary);
}

.cta-card-content {
  padding: 2rem;
  text-align: center;
}

.cta-card-title {
  font-size: 2rem;
  font-weight: 600;
  color: var(--cta-dark);
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
  padding-bottom: 1.5rem;
  font-family: Jost, sans-serif;
}

.cta-card-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: var(--cta-secondary);
  border-radius: 10px;
  transition: width 0.3s ease;
}

.cta-card:hover .cta-card-title::after {
  width: 60px;
}

.cta-card-description {
  font-size: 15px;
  line-height: 26px;
  color: #626262;
  margin-bottom: 1.5rem;
  font-family: Jost, sans-serif;
}

.cta-btn-wrapper {
  text-align: center;
  margin-top: 1rem;
}

.cta-btn {
  display: inline-block;
  padding: 10px 25px;
  background: var(--cta-primary);
  color: white;
  font-weight: 600;
  text-decoration: none;
  border-radius: 25px;
  transition: all 0.3s ease;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 6px 15px rgba(159, 47, 52, 0.2);
  font-family: Jost, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.cta-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--cta-secondary);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  z-index: -1;
  border-radius: 25px;
}

.cta-btn:hover {
  color: #fff;
  box-shadow: 0 8px 20px rgba(255, 150, 0, 0.3);
  transform: translateY(-3px);
  text-decoration: none !important;
}

.cta-btn:hover::before {
  width: 100%;
}

.cta-btn i {
  margin-left: 8px;
  transition: transform 0.3s ease;
  font-size: 13px;
}

.cta-btn:hover i {
  transform: translateX(4px);
}

/* Responsive styles */
@media (max-width: 992px) {

  .cta-cards-container {
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {

  .cta-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .cta-section {
    padding: 4rem 0;
  }


  .cta-title-wrapper {
    margin-bottom: 3rem;
  }

  .cta-card-header {
    padding: 1.5rem 0;
  }

  .cta-icon {
    font-size: 2.5rem;
  }
}

/* Enhanced glass morphism effect */
@supports (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px)) {
  .cta-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
  }

  .cta-card-header {
    background: rgba(159, 47, 52, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
}

/* cta end */