body {
  font-family: roboto, sans-serif;
  line-height: 26px;
  font-size: 0.9375rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #777;
}
h1,
h1 span,
h1 a {
  font-size: 1.75rem;
  margin-bottom: 15px;
}
h2,
h2 span,
h2 a {
  font-size: 1.5rem;
}
h3,
h3 span,
h3 a {
  font-size: 1.375rem;
}
h4,
h4 span,
h4 a {
  font-size: 1.25rem;
}
h5,
h5 span,
h5 a {
  font-size: 1.125rem;
}
h6,
h6 span,
h6 a {
  font-size: 1rem;
}
label,
ul,
ol,
a,
blockquote,
input,
textarea,
select,
[type="date"],
[type="text"],
[type="email"],
span {
  font-size: 0.9375rem;
  line-height: 26px;
  color: #777;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
p {
  font-size: 1rem;
  line-height: 26px;
  color: #777;
}
h1,
h2,
h3,
h4,
h5,
h6,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: open sans, sans-serif;
  font-weight: 600;
  color: #444;
  line-height: normal;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: 600;
  color: #eda900;
  font-family: open sans, sans-serif;
}
a {
  font-family: open sans, sans-serif;
  font-weight: 400;
  color: #1c345a;
  font-size: 0.9375rem;
  transition: all 400ms ease;
}
a:hover {
  color: #eda900;
  text-decoration: none;
}
iframe {
  width: 100%;
  border: 0;
}
.btn {
  text-transform: uppercase;
  font-size: 1rem;
  font-family: open sans, sans-serif;
  font-weight: 600;
  border: 0;
  border-radius: 0;
}
.btn-padding {
  padding: 16px 22px;
  min-width: 165px;
}
.btn.btn-primary {
  background-color: #1c345a;
  color: #fff;
}
.btn.btn-primary:hover {
  background-color: #eda900;
  color: #fff;
}
.btn.btn-secondary {
  background-color: #eda900;
  color: #fff;
}
.btn.btn-secondary:hover {
  background-color: #1c345a;
  color: #fff;
}
.btn.btn-light {
  background-color: #eda900;
  color: #fff;
  border-radius: 15px;
  padding-right: 25px;
  padding-left: 25px;
}
.btn.btn-light:hover {
  background-color: #1c345a;
  color: #fff;
}
.btn.btn-dark {
  background-color: #1c345a;
  color: #fff;
  border-radius: 15px;
  padding-right: 25px;
  padding-left: 25px;
}
.btn.btn-dark:hover {
  background-color: #eda900;
  color: #fff;
}
.module {
  position: relative;
  margin-bottom: 85px;
}
.grey-bg {
  padding-top: 35px;
  padding-bottom: 10px;
  position: relative;
}
.grey-bg-color {
  background-color: #f2f3f5;
  position: relative;
}
.col-padding-y {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.dark-bg {
  position: relative;
}
.dark-bg:before {
  content: "";
  background-color: rgba(28, 52, 90, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.dark-bg:after {
  content: "";
  background: url(../images/i5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -2;
}
dl dt {
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.main-container {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
hr {
  border-bottom: 1px solid #ededed;
}
.container {
  max-width: 75rem;
}
ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -ms-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
}
.btn-dark-animated:after {
  background-color: #1c345a;
}
.btn-animated:after {
  background: #eda900;
}
.btn-dark-animated:after,
.btn-animated:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  opacity: 0.9;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
  -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
.btn-dark-animated:hover:after,
.btn-animated:hover:after {
  opacity: 1;
  height: 600% !important;
}
.btn-dark-animated,
.btn-animated {
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  z-index: 2;
}
.btn-dark-animated:hover,
.btn-animated:hover {
  background-color: transparent !important;
}
.animated {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.hover-info {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  background-color: rgba(28, 52, 90, 0.85);
  transition: opacity 0.6s;
}
.hover-img,
.hover-bottom {
  position: relative;
  z-index: 0;
}
.hover-bottom:after {
  content: "";
  background-color: rgba(28, 52, 90, 0.85);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.6s;
}
.hover-wrap:hover .hover-bottom p,
.hover-wrap:hover .hover-bottom a {
  color: #fff;
}
.hover-wrap:hover .hover-bottom a:hover {
  color: #eda900;
}
.hover-wrap:hover .hover-bottom:after,
.hover-wrap:hover .hover-info {
  opacity: 1;
  cursor: pointer;
}
.section-title {
  position: relative;
  display: block;
  text-align: center;
  max-width: 51.875rem;
  margin: auto;
  margin-bottom: 64px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.section-title h2 span,
.section-title h2 {
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 45px;
}
.section-title h2:after {
  content: "";
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 78px;
  height: 4px;
  background-color: #eda900;
}
.section-title p {
  font-family: open sans, sans-serif;
  margin-bottom: 0;
  font-weight: 300;
  font-style: italic;
  font-size: 1.3125rem;
  line-height: 31px;
}
.title-section-text {
  text-align: center;
  padding: 90px 0;
}
.title-section-text h2 {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 40px;
}
.title-section-text h1 {
  font-size: 3.756rem;
  line-height: 60px;
}
.title-section-text h2,
.title-section-text h1 {
  color: #fff;
  margin-bottom: 0;
}
.title-section.dark-bg:before {
  background-image: url(../images/i2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  background-position-y: top;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}
.title-section.dark-bg:after {
  content: "";
  background: url(../images/i5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top-bar {
  background: linear-gradient(90deg, #f2f3f5 70%, #eda900 30%);
  position: relative;
}
.top-bar .left-side,
.top-bar .right-side {
  padding: 12px 0;
}
.top-bar ul a,
.top-bar ul li {
  font-family: roboto, sans-serif;
}
.top-bar ul a,
.top-bar ul i,
.top-bar ul li {
  font-size: 1rem;
}
.top-bar ul i {
  margin-right: 10px;
}
.top-bar .left-side ul li:last-child,
.top-bar .right-side ul li:last-child {
  margin-right: 0;
}
.top-bar .right-side {
  position: relative;
}
.top-bar .right-side:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  right: 0;
  bottom: 0;
  height: 0;
  border-bottom: 80px solid #eda900;
  border-left: 105px solid transparent;
}
.top-bar .left-side ul li {
  margin-right: 20px;
}
.top-bar .left-side ul li a {
  color: #777;
}
.top-bar .left-side ul li a:hover {
  color: #eda900;
}
.top-bar .left-side ul li:last-child {
  margin-right: 0;
}
.top-bar .right-side ul li a {
  color: #fff;
}
.top-bar .right-side ul li a:hover {
  color: #444;
}
.top-bar .right-side ul li {
  margin-right: 20px;
}
.top-bar .right-side ul li:nth-child(-n + 2) a i {
  margin-right: 0;
}
.header {
  position: relative;
  background-color: #fff;
  padding: 0 0;
}
.info-container {
  position: relative;
  float: right;
  padding: 9px 0;
}
.icon-box,
.info-side,
.icon-side {
  float: left;
}
.info-side p {
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 19px;
  color: #777;
}
.info-side p,
.info-side p strong {
  font-family: open sans, sans-serif;
  font-weight: 600;
}
.info-side p strong {
  font-size: 0.9375rem;
  color: #444;
  letter-spacing: 0.01rem;
}
.icon-side img {
  margin-right: 16px;
}
.icon-box {
  margin-right: 52px;
}
.icon-box:last-child {
  margin-right: 0;
}
.logo {
  padding: 10px 0;
}
.fixed-top {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999;
}
.navigation .dropdown .dropdown-menu {
  width: 250px;
  top: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.navigation .navbar .dropdown-item {
  position: relative;
  width: 100%;
  padding: 12px 30px;
  border-top: 1px solid #1c345a;
  transition: all 500ms ease;
  background-color: #f2f5f8;
}
.navigation .navbar .dropdown-item:hover {
  background-color: #1c345a;
  color: #eda900;
}
.navigation .dropdown-item:focus {
  background-color: transparent;
}
.navigation {
  position: relative;
  border-top: 1px solid #eda900;
  border-bottom: 1px solid #eda900;
  background-color: #1c345a;
  transition: all 400ms ease-in-out;
  padding: 7px 0;
}
.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.navigation .navbar {
  padding: 0;
}
.navigation .dropdown-toggle::after {
  display: none;
}
.navbar-light .navbar-nav .nav-link {
  color: #f7f7f7;
}
.navigation .navbar-light .navbar-nav .nav-link:focus,
.nav-icon a:hover,
.navbar-light .navbar-nav .nav-link:hover {
  color: #eda900;
}
.navigation .navbar a {
  font-weight: 600;
 
  font-size: 1rem;
 
}
.navbar-light .navbar-nav .nav-link {
  /* text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px; */
  font-size: 13px;
  /* padding-top: 15px;
  padding-bottom: 15px; */
}
.navbar-light .navbar-nav .nav-item:first-child .nav-link {
  padding-left: 0;
}
.navbar-light .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
.navbar .navbar-toggler .icon-bar {
  background: #fff;
  height: 2px;
  width: 29px;
  display: block;
  margin: 6px;
}
.navbar-light .navbar-toggler {
  border-color: transparent;
  padding: 13px 0;
}
.banner-container {
  position: relative;
}
.slide.transparent-background {
  height: 100%;
  width: auto;
  position: relative;
}
.transparent-background:before {
  content: "";
  background-image: url(../images/help/slide-gradient.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: top;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.main-banner .slide.slide-two:after,
.main-banner .slide.slide-one:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.main-banner .slide.slide-one:after {
  background-image: url(../images/help/slide1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: top;
}
.main-banner .slide.slide-two:after {
  background-image: url(../images/help/slide2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: top;
}
.slide-text h2 span,
.slide-text h2 {
  font-size: 4.6875rem;
  font-weight: 600;
  line-height: 75px;
  margin-bottom: 20px;
}
.slide-text h2,
.slide-text p {
  color: #fff;
}
.slide-text {
  padding-right: 526px;
  padding-top: 194px;
  padding-bottom: 194px;
}
.slide-text p {
  margin-bottom: 26px;
  line-height: 27px;
  margin-right: 14px;
}
.slide-text a {
  margin-right: 12px;
}
.slide-text a:last-child {
  margin-right: 0;
}
.events-block,
.featured-box {
  -webkit-box-shadow: 0 0 20px 10px rgba(85, 79, 139, 0.1);
  -moz-box-shadow: 0 0 20px 10px rgba(85, 79, 139, 0.1);
  box-shadow: 0 0 20px 10px rgba(85, 79, 139, 0.1);
}
.featured-img img {
  width: 100%;
  height: auto;
}
.featured-text {
  background-color: #fff;
  padding: 26px 30px;
}
.featured-text a {
  font-weight: 600;
  font-size: 1rem;
}
.featured-text h5 a {
  font-size: 1.125rem;
}
.events-block {
  background-color: #fff;
  margin-top: -170px;
  z-index: 100;
  position: relative;
}
.events-head {
  background-color: #f2f3f5;
  display: flex;
  padding-top: 22px;
  padding-bottom: 22px;
}
.events-head h5 {
  width: 50%;
  margin-bottom: 0;
}
.events-head h5:last-child {
  text-align: right;
  line-height: 26px;
}
.events-head {
  padding-left: 30px;
  padding-right: 30px;
}
.events-date h6 i {
  color: #eda900;
  margin-right: 6px;
}
.events-date h6 {
  color: #777;
}
.events-date a {
  font-family: roboto, sans-serif;
  font-size: 1rem;
  color: #444;
  margin-bottom: 0;
}
.events-date a:hover {
  color: #eda900;
}
.events-date h6 i,
.events-date h6 {
  font-size: 0.875rem;
}
.events {
  padding-top: 28px;
  padding-bottom: 28px;
}
.events .events-date {
  padding: 25.5px 0;
  border-bottom: 1px solid #f1f2f4;
  padding-left: 30px;
  padding-right: 30px;
}
.events .events-date:first-child {
  padding-top: 0;
}
.events .events-date:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.about-text p {
  margin-bottom: 26px;
}
.about-text p:nth-child(2) {
  margin-bottom: 38px;
}
.about-text ul li i {
  color: #eda900;
}
.about-text ul li,
.about-text ul li i {
  font-size: 1rem;
}
.about-text ul li {
  margin-bottom: 22px;
}
.about-text ul li i {
  margin-right: 6px;
}
.about-text ul li:last-child {
  margin-bottom: 55px;
}
.about-text a {
  margin-right: 12px;
}
.about-text a:last-child {
  margin-right: 0;
}
.about-img {
  display: block;
}
.about-img img {
  position: absolute;
  left: 2px;
  top: -8px;
}
.course-img {
  position: relative;
}
.course-img img {
  width: 100%;
  border-bottom: 3px solid #eda900;
  margin-bottom: 35px;
}
.course-warp {
  background-color: #fff;
}
.course-teacher h6,
.course-price {
  background-color: #eda900;
}
.course-teacher h6,
.course-price h6 {
  margin-bottom: 0;
  color: #fff;
}
.course-teacher h6,
.course-teacher img,
.course-price {
  position: absolute;
}
.course-teacher h6,
.course-price {
  padding: 6.5px 15px;
}
.course-price {
  padding: 6.5px 15px;
  border-radius: 15px;
  top: 30px;
  right: 30px;
}
.course-teacher img {
  bottom: 0;
  left: 30px;
  z-index: 1;
}
.course-teacher h6 {
  bottom: 38px;
  left: 76px;
  border-radius: 15px;
  padding-left: 45px;
}
.course-text {
  padding: 30px;
}
.course-teacher img {
  margin-bottom: 0;
  border-bottom: 0;
  background-color: #eee;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  border: 3px solid #eda900;
}
.course-text h5 {
  margin-bottom: 12px;
}
.course-text p {
  margin-bottom: 12px;
}
.course-text ul {
  margin-bottom: 24px;
}
.course-text ul li i {
  color: #eda900;
}
.course-price h6 {
  text-transform: uppercase;
}
.our-courses .row .col-sm-12:nth-child(6) .course-text ul li i,
.our-courses .row .col-sm-12:nth-child(2) .course-text ul li i {
  color: #1c345a;
}
.our-courses .row .col-sm-12:nth-child(6) .course-teacher h6,
.our-courses .row .col-sm-12:nth-child(6) .course-price,
.our-courses .row .col-sm-12:nth-child(2) .course-teacher h6,
.our-courses .row .col-sm-12:nth-child(2) .course-price {
  background-color: #1c345a;
}
.our-courses .row .col-sm-12:nth-child(6) .course-teacher img,
.our-courses .row .col-sm-12:nth-child(2) .course-teacher img,
.our-courses .row .col-sm-12:nth-child(6) .course-img img,
.our-courses .row .col-sm-12:nth-child(2) .course-img img {
  border-color: #1c345a;
}
.our-staff .row {
  margin-right: 15px;
  margin-left: 15px;
}
.staff-wrap img {
  width: 100%;
  height: auto;
}
.staff-wrap {
  position: relative;
}
.staff-text {
  background-color: rgba(28, 52, 90, 0.85);
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 30px;
}
.staff-text ul li i,
.staff-text h5 a {
  color: #fff;
}
.staff-text h5,
.staff-text p {
  margin-bottom: 0;
}
.hover-wrap:hover .staff-text.hover-bottom p,
.staff-text p {
  color: #eda900;
  font-family: open sans, sans-serif;
}
.staff-text ul {
  float: right;
  padding: 11px 0;
}
.staff-name {
  float: left;
}
.staff-text ul li i {
  border-radius: 100%;
  margin: auto;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 8.5px 0;
}
.staff-text ul li:nth-child(1) i {
  background-color: #3b5998;
  margin-right: 10px;
}
.staff-text ul li:nth-child(2) i {
  background-color: #00a9ed;
}
.staff-text ul li i:hover {
  color: #eda900;
  background-color: transparent;
  transition: all 500ms ease;
}
.staff-text:after {
  content: "";
  clear: both;
  display: table;
  position: relative;
}
.testimonial-slid .testimonial-img img {
  width: 80px;
  height: auto;
  margin: auto;
  border-radius: 100%;
  margin-bottom: 14px;
}
.testimonial-slid {
  text-align: center;
  margin: 0 108px;
}
.testimonials .owl-dot {
  background-color: #fff;
  padding: 5px;
  border-radius: 100%;
  width: 0;
  margin-left: 5px;
  margin-right: 5px;
}
.testimonials .owl-dot.active {
  background-color: #eda900;
}
.testimonials .owl-dots {
  display: inline-flex;
}
.testimonials .owl-controls {
  text-align: center;
}
.testimonial-img h6,
.testimonial-text p {
  color: #fff;
}
.testimonial-img h6 {
  margin-bottom: 0;
}
.testimonial-img p {
  margin-bottom: 34px;
}
.testimonial-img p {
  color: #eda900;
}
.testimonial-text p {
  font-weight: 500;
  font-size: 1.8125rem;
  line-height: 2.375rem;
  margin-bottom: 52px;
}
.testimonial-slid .testimonial-text:before {
  content: "";
  background-image: url(../images/help/icons/double-quote.png);
  margin: auto;
  margin-bottom: -31px;
  width: 125px;
  height: 110px;
  background-repeat: no-repeat;
  display: block;
}
.faq-wrap p {
  letter-spacing: 0.025em;
  margin-bottom: 20px;
}
.faq-wrap p:nth-child(2) {
  margin-bottom: 52px;
}
.faq-wrap .card-header {
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.faq-wrap .card {
  border: 0;
}
.faq-wrap .btn {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  padding: 16.5px 30px;
  color: #fff;
  font-weight: 400;
  background-color: #eda900;
  text-transform: none;
  border-radius: 5px;
  text-decoration: none;
}
.faq-wrap .btn.btn-link:after {
  content: "";
  position: absolute;
  right: 0;
  left: 91%;
  bottom: 0;
  margin: auto;
}
.faq-wrap .btn.btn-link.collapsed:after {
  background-image: url(../images/help/icons/plus.png);
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -7.5px;
}
.faq-wrap .btn.btn-link:after {
  background-image: url(../images/help/icons/minus.png);
  background-repeat: no-repeat;
  top: 50%;
  margin-top: 0;
}
.faq-wrap .btn.btn-link.collapsed {
  margin-bottom: 10px;
  background-color: #1c345a;
}
.faq-wrap .btn {
  white-space: normal;
}
.faq-wrap .card-body {
  padding: 22px 30px;
  background-color: #f2f3f5;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  padding-right: 70px;
  line-height: 27px;
}
.faq-wrap .accordion .card:last-of-type .card-body,
.faq-wrap .accordion .card:last-of-type .btn {
  margin-bottom: 0;
}
.video-preview-one {
  position: relative;
  margin-bottom: 20px;
}
.video-icon {
  position: absolute;
  left: 50px;
  top: 30px;
}
.play-icon i {
  width: 70px;
  height: 70px;
  background-color: #fff;
  color: #1c345a;
  padding: 22px 23px;
  font-size: 1.6875rem;
}
.video-icon,
.play-icon,
.play-icon i {
  border-radius: 100%;
}
.video-icon,
.play-icon {
  padding: 10px;
}
.play-icon i,
.video-icon,
.play-icon {
  transition: all 400ms ease;
}
.play-icon {
  background-color: rgba(255, 255, 255, 0.18);
}
.video-icon {
  background-color: rgba(255, 255, 255, 0.12);
}
.video-preview-one:hover .play-icon,
.video-preview-one:hover .video-icon {
  background-color: transparent;
  transition: all 400ms ease;
}
.video-preview-one:hover .play-icon i {
  background-color: rgba(255, 255, 255, 0.18);
  color: #eda900;
  transition: all 400ms ease;
}
.video-preview-one img {
  width: auto;
  height: 593px;
  margin-left: 20px;
  display: block;
}
.video-preview-one:after {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 95%;
  height: 583px;
  display: block;
  background-color: #eda900;
  z-index: -1;
}
.call-to-action {
  position: relative;
  background-color: #f2f3f5;
}
.call-to-action-img {
  width: auto;
  height: 100%;
  margin-bottom: -253px;
}
.call-box {
  background-color: rgba(28, 52, 90, 0.88);
  padding: 60px;
  text-align: center;
  margin: auto;
  -webkit-box-shadow: 0 0 20px 4px rgba(68, 68, 68, 0.35);
  -moz-box-shadow: 0 0 20px 4px rgba(68, 68, 68, 0.35);
  box-shadow: 0 0 20px 4px rgba(68, 68, 68, 0.35);
}
.call-to-action .row .col-sm-12:nth-child(2) .call-box {
  background-color: rgba(237, 169, 0, 0.88);
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: -30px;
  border-radius: 20px;
}
.call-to-action .row .col-sm-12:nth-child(1) .call-box {
  border-radius: 20px 0 0 20px;
}
.call-to-action .row .col-sm-12:nth-child(3) .call-box {
  border-radius: 0 20px 20px 0;
}
.call-box p,
.call-box h3 a {
  color: #fff;
}
.call-box h3 a {
  text-transform: uppercase;
}
.call-box img {
  margin-bottom: 38px;
  width: auto;
  height: 75px;
}
.call-box h3 {
  margin-bottom: 18px;
}
.call-box p {
  margin-bottom: 0;
  line-height: 27px;
}
.call-to-action .row .col-sm-12 {
}
.call-box h3 a:hover {
  color: #eda900;
}
.call-to-action .row .col-sm-12:nth-child(2) .call-box h3 a:hover {
  color: #444;
}
.blog-img img {
  width: 100%;
  height: auto;
}
.blog-text {
  background-color: #fff;
  padding: 30px;
  margin: 0 30px;
  margin-top: -135px;
  position: relative;
  border-bottom: 4px solid #eda900;
}
.blog-post .row .col-sm-12:nth-child(2) .meta-tags {
  color: #1c345a;
}
.blog-post .row .col-sm-12:nth-child(2) .blog-text {
  border-bottom: 4px solid #1c345a;
}
.meta-tags {
  color: #eda900;
  margin-bottom: 12px;
}
.meta-tags i {
  position: relative;
}
.meta-tags i a:last-child,
.meta-tags span {
  margin-left: 2px;
}
.meta-tags i:first-child:after {
  content: "";
  margin-left: 20px;
  margin-right: 20px;
  margin-top: auto;
  margin-bottom: auto;
  height: 20px;
  font-size: 10px;
  border-right: 2px solid #9c9c9c;
}
.meta-tags span,
.meta-tags a,
.meta-tags i {
  font-size: 0.75rem;
}
.blog-text p {
  margin-bottom: 26px;
}
.fixed-top {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-top .navbar-light .navbar-nav .nav-link {
  padding-top: 30px;
  padding-bottom: 30px;
}
.animated {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.about-us-page .call-to-action {
  background-color: transparent;
}
.request-appointment {
  padding: 42px 0;
  background-color: #eda900;
}
.appointment-text h2,
.appointment-text p {
  color: #fff;
}
.appointment-text h2 {
  font-size: 2.25rem;
  margin-bottom: 16px;
}
.appointment-text p {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.appointment-btn {
  text-align: right;
  padding: 18px 0;
  position: relative;
}
.appointment-btn .btn {
  background-color: #fff;
  color: #444;
}
.appointment-btn .btn:after {
  background-color: #064273;
  color: #fff;
}
.portfolio-gallery {
  margin: auto;
  position: relative;
  display: table;
}
.breadcrumb-section nav ol li:first-child {
  color: #444;
}
.breadcrumb-section nav ol {
  background-color: transparent;
  margin-bottom: 0;
  margin-top: 15px;
  float: right;
  padding: 62px 0;
}
.breadcrumb-section {
  position: relative;
}
.breadcrumb-section nav:after {
  content: "";
  display: table;
  clear: both;
}
.portfolio-row {
  margin: 40px 0;
}
.portfolio-gallery .portfolio-row:first-child {
  margin-top: 0;
}
.portfolio-gallery .portfolio-row:last-child {
  margin-bottom: 0;
}
.portfolio-row .portfolio-info {
  margin: 0 18.5px;
}
.portfolio-row .portfolio-info:first-child {
  margin-left: 0;
}
.portfolio-row .portfolio-info:last-child {
  margin-right: 0;
}
.portfolio-info {
  position: relative;
  display: inline-block;
}
.portfolio-info:hover .portfolio-text {
  opacity: 1;
}
.portfolio-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  background-color: rgba(237, 169, 0, 0.95);
  transition: opacity 0.6s;
  padding: 30px;
  text-align: center;
}
.portfolio-text h6,
.portfolio-text h2 {
  color: #fff;
}
.header-v2 .navigation {
  position: relative;
  border-top: 0 solid #1c345a;
  border-bottom: 0 solid #1c345a;
  background-color: rgba(237, 169, 0, 0.8);
  z-index: 99;
}
.header-v2 .banner-container {
  margin-top: -70px;
}
.header-v2 .navigation .navbar-light .navbar-nav .nav-link:focus,
.header-v2 .nav-icon a:hover,
.header-v2 .navbar-light .navbar-nav .nav-link:hover {
  color: #1c345a;
}
.header-v2 .navigation .navbar .dropdown-item:hover {
  background-color: #eda900;
  color: #fff;
}
.header-v2 .navigation .navbar .dropdown-item {
  border-top: 1px solid #eda900;
}
body.box {
  background-image: url(../images/help/background-effect-2.jpg);
  z-index: -10;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.boxed {
  max-width: 1250px;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 0 3px 1px #ccc;
  position: relative;
  z-index: 0;
}
.event-text {
  padding: 15px;
}
.events-wrap {
  -webkit-box-shadow: 0 0 20px 10px rgba(85, 79, 139, 0.1);
  -moz-box-shadow: 0 0 20px 10px rgba(85, 79, 139, 0.1);
  box-shadow: 0 0 20px 10px rgba(85, 79, 139, 0.1);
  border: 1px solid #ededed;
}
.testimonials-page .testimonial-img h6,
.testimonials-page .testimonial-text p {
  color: #444;
}
.testimonials-page .testimonial-slid {
  border-bottom: 2px dashed #ccc;
}
.testimonials-page .testimonial-img p {
  margin-bottom: 15px;
}
.pricing-table {
  position: relative;
  z-index: 0;
}
.pricing-detail ul li,
.pricing-head h3,
.pricing-head h2 {
  color: #fff;
}
.pricing-head h2 {
  font-size: 3.5rem;
  margin-bottom: 0;
}
.pricing-head h2 sub {
  font-size: 1.25rem;
}
.pricing-head {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(246, 246, 246, 0.12);
}
.pricing-list {
  text-align: center;
  padding: 60px 30px;
}
.pricing-detail ul li {
  padding: 10px 0;
}
.pricing-list.one:after {
  background: url(../images/help/our-courses/our-courses-img1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.pricing-list.two:after {
  background: url(../images/help/our-courses/our-courses-img2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.pricing-list.three:after {
  background: url(../images/help/our-courses/our-courses-img3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.pricing-list.dark-bg:before {
  content: "";
  background-color: rgba(28, 52, 90, 0.7);
}
.locations iframe {
  height: 600px;
}
.error-taxt {
  position: relative;
  text-align: center;
}
.error-taxt h2 {
  font-size: 2rem;
}
.our-staff-page .owl-dot {
  background-color: #444;
  padding: 10px;
  border-radius: 100%;
  width: 0;
  margin-left: 5px;
  margin-right: 5px;
}
.our-staff-page .owl-dot.active {
  background-color: #eda900;
}
.our-staff-page .owl-dots {
  display: inline-flex;
}
.our-staff-page .owl-controls {
  text-align: center;
  margin-top: 30px;
}
.progress-wrap h6,
.progress-wrap .progress {
  margin-bottom: 1rem;
}
.progress-wrap .progress:last-child {
  margin-bottom: 0;
}
.progress-wrap .impressive {
  width: 90%;
}
.progress-wrap .bg-success {
  width: 80%;
}
.progress-wrap .bg-info {
  width: 70%;
}
.progress-wrap .bg-warning {
  width: 65%;
}
.progress-wrap .bg-danger {
  width: 65%;
}
.appointment-form p {
  font-size: 1.5rem;
  line-height: 37px;
}
.page-filter {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #eda900;
}
.single-post {
  background-color: #f2f5f8;
}
.single-post-no-bg {
  background-color: transparent;
}
.single-post-no-bg .img-thumbnail {
  margin-bottom: 30px;
}
.single-post-no-bg .blog-text {
  background-color: transparent;
  padding: 0;
}
.sharing-posts {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sharing-posts .tags li:first-child {
  padding: 0.5rem;
  padding-left: 0;
}
.sharing-posts .tags li a {
  padding: 0.5rem;
}
.tags.nav {
  float: left;
}
.social-links.nav {
  float: right;
}
.sharing-posts:after {
  content: "";
  display: table;
  clear: both;
}
.comment-box {
  margin-bottom: 25px;
}
.contact-map iframe {
  width: 100%;
  height: 460px;
  margin-bottom: 44px;
}
.contact-address {
  text-align: center;
}
.comment-form h2 {
  font-size: 2.25rem;
  margin-bottom: 46px;
}
.comment-form p {
  margin-bottom: 50px;
}
.contact-address {
  padding: 26px 34px;
}
.contact-address:first-child {
  padding-top: 0;
}
.contact-address:last-child {
  padding-bottom: 0;
}
.contact-address i {
  font-size: 2.5rem;
  color: #eda900;
  margin-bottom: 22px;
}
.contact-address h6 {
  text-transform: uppercase;
}
.contact-address p {
  margin-bottom: 0;
}
.contact-address a {
  display: block;
}
.side-bar.widget {
  margin-top: 1.875rem;
}
.side-bar.widget:first-child {
  margin-top: 0;
}
.side-bar .content ul li {
  margin-bottom: 1rem;
}
.side-bar .content ul,
.side-bar .content ul li:last-child {
  margin-bottom: 0;
}
.content.widget-Social ul li {
  margin-bottom: 0;
}
.side-bar .content ul li a {
  width: 100%;
  display: block;
  padding: 6px 12px;
  background-color: #fff;
  color: #444;
  border-radius: 0.25rem;
  transition: all 200ms ease-in-out;
}
.side-bar .content ul li a:hover {
  color: #fff;
  background-color: #1c345a;
}
.side-bar h6 {
  font-size: 1.125rem;
}
.side-bar {
  padding: 25px;
  background-color: #f2f3f5;
  border-radius: 5px;
}
.side-bar .input-group-text,
.side-bar .custom-file-label::after,
.side-bar .custom-file-label,
.side-bar .custom-select,
.side-bar .form-control {
  border: 0;
}
.side-bar .input-group-text {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}
.side-bar .custom-file-label::after {
  height: 100%;
}
.side-bar .input-group-prepend {
  margin-right: 0;
  position: absolute;
  right: 0;
  z-index: 11;
}
.side-bar .btn {
  min-width: inherit;
  padding-top: 10px;
  padding-bottom: 10px;
}
.side-bar .info-container {
  padding: 0;
  float: none;
}
.side-bar .icon-box:first-child {
  margin-bottom: 1rem;
}
.side-bar .icon-box {
  margin-right: 0;
  width: 100%;
}
.Top-product,
.side-bar .content {
  position: relative;
}
.side-bar .widget-search button {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 60px;
  padding: 7px 0;
}
.content:first-child {
  margin-top: 0;
}
.content {
  margin-top: 40px;
}
.widget-tags a {
  padding: 10px;
}
.Top-product img {
  width: 80px;
  height: auto;
  margin-right: 20px;
}
.Top-product:after {
  content: "";
  display: table;
  clear: both;
}
.Top-product img {
  float: left;
}
.side-bar .widget-Social ul li a {
  background-color: transparent;
}
.side-bar table th {
  width: 70%;
  vertical-align: top;
}
.side-bar table td {
  width: 30%;
}
.widget-popular-posts img {
  padding: 1rem;
}
.contact-sidebar {
  box-shadow: 0 0.813rem 1.313rem rgba(0, 0, 0, 0.05);
  padding: 15px;
}
.border-btm h6 {
  position: relative;
  margin-bottom: 41px;
}
.border-btm h6:after {
  content: "";
  border: 1px solid #eda900;
  width: 60px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -18px;
  right: 0;
}
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 99999999999;
  background-color: #f7f7f7;
}
.spinner.animated {
  width: 65px;
  height: 38px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -19px;
  margin-left: -32.5px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.preloader-img {
  background-image: url(../images/preloader-img.png);
  opacity: 1;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.footer.dark-bg:before {
  background-color: transparent;
}
.footer.dark-bg:after {
    content: ""; /* Ensure the pseudo-element is generated */
    display: block; /* Make the pseudo-element a block element */
    position: absolute; /* Position it absolutely within the parent */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
      linear-gradient(to bottom right, rgba(230, 233, 238, 0.2), rgba(8, 8, 51, 0.5)), /* Blue overlay */
      url(../images/i6.jpg); /* Background image */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1; /* Ensure it is behind the content of the .footer */
  }
  
  .footer.dark-bg {
    position: relative; /* Ensure the pseudo-element is positioned correctly */
  }
  
  
.footer-top {
  position: relative;
}
.footer-top-text {
  text-align: center;
  padding: 0 144px;
}
.footer-top-text h2 {
  font-size: 3.006875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-top-text h2,
.footer-top-text p,
.footer-box h6,
.footer-Copyright .copyrightinfo,
.footer-Copyright .copyrightinfo a:hover {
  color: #fff;
}
.footer-top .form-group input::placeholder {
  color: #fff;
}
.footer-top-text p {
  font-size: 1.5375rem;
  line-height: 32px;
  margin-bottom: 64px;
}
.form-group {
  margin-bottom: 0;
  position: relative;
}
.footer-top-text .form-group input {
  background-color: rgba(255, 255, 255, 0.16);
  border: 0;
  padding: 10px 59px;
  height: 48px;
  position: relative;
  width: 600px;
}
.footer-top-text .footer-top-btn button,
.footer-top .form-group input {
  border-radius: 24px;
}
.footer-box .subscribe-us button:focus,
.footer-box .subscribe-us button:hover,
.subscribe-us ul li:first-child input:focus,
.footer-top-text .footer-top-btn button:focus,
.footer-top-text .footer-top-btn button:hover,
.footer .form-group input:focus {
  background-color: transparent;
  color: #fff;
  border-color: #fdfdfe;
  box-shadow: 0 0 0 0.2rem #fff;
}
.footer-top .form-group:before {
  content: "";
  background-image: url(../images/help/icons/envelope.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 29px;
  right: 0;
  bottom: 0;
  top: 50%;
  margin-top: -6px;
}
.footer-top-text .footer-top-btn button {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 49px;
  padding-left: 49px;
}
.footer-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
  margin-bottom: 70px;
  padding-bottom: 70px;
}
.footer-box ul li a:hover,
.copyrightinfo a {
  color: #eda900;
}
.footer-box h6 {
  font-weight: 400;
  margin-bottom: 26px;
  text-transform: uppercase;
}
.footer-box ul {
  padding-left: 0;
  list-style: none;
}
.footer-box ul li a {
  text-decoration: none;
  padding: 4px 0;
  display: block;
}
.footer-box ul li:nth-child(2) a {
  padding-top: 0;
}
.footer-box ul li:last-child a {
  padding-bottom: 0;
}
.footer-box ul li a {
  font-size: 1rem;
  color: #f2f3f5;
}
.footer-box.Courses ul {
  float: left;
  margin-bottom: 0;
}
.footer-box.Courses ul:first-child {
  margin-right: 50px;
}
.social-icons ul li a {
  padding: 0;
}
.social-icons ul li a i {
  font-size: 1.5rem;
  margin: 0 5px;
  padding: 0 8px;
}
.social-icons ul li:first-child a i {
  margin-left: 0;
  padding-left: 0;
}
.social-icons ul li:last-child a i {
  padding-right: 0;
  margin-right: 0;
}
.social-icons {
  margin-bottom: 40px;
}
.subscribe-us h6 {
  margin-bottom: 32px;
}
.footer-box:after {
  content: "";
  display: table;
  clear: both;
}
.subscribe-us ul li:first-child input {
  background-color: #eff0f4;
  border-radius: 24px;
  width: 270px;
  height: 48px;
  padding: 0 30px;
  margin-right: 18px;
}
.subscribe-us ul li:first-child ::placeholder {
  color: #4f5362;
}
.footer-box .subscribe-us button {
  padding: 12px 19px;
  border-radius: 100%;
}
.footer-Copyright {
  text-align: center;
  margin-top: 66px;
}
#top {
  position: fixed;
  background-color: #fff;
  right: 20px;
  bottom: 78px;
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 30px;
  box-shadow: 0 0 15px #f8f8f8;
  z-index: 999;
}

