/* [ 01 Start Basics ] */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}
body {
  color: #000;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  overflow-x: hidden !important;
}
.success {
  font-family: "Caprasimo", cursive;
}
.line {
  font-size: 23px;
}
.container-content {
  margin-top: 60px;
  margin-bottom: 40px;
  margin-right: 30px;
}
.content-img {
  margin-top: 60px;
}

p {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #787878;
  line-height: 1.8;
  margin: 0;
}
img {
  width: 100%;
  height: auto;
}
span,
a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
.curve {
  position: absolute;
  z-index: 7;
}
.curve.curve-center:after {
  border-left: 50vw solid transparent;
}
.curve.curve-center:before {
  border-right: 50vw solid transparent;
}
.curve.curve-center.curve-top:after {
  border-left: 50vw solid transparent;
}
.curve.curve-center.curve-top:before {
  border-right: 50vw solid transparent;
}
.curve.curve-bottom {
  left: 0;
  bottom: -1px;
  width: 100%;
}
.curve.curve-bottom:after,
.curve.curve-bottom:before {
  bottom: 0;
}
.curve.curve-top {
  left: 0;
  top: -1px;
  width: 100%;
}
.curve.curve-top:after,
.curve.curve-top:before {
  top: 0;
  border-top: 50px solid #fff;
  border-bottom: 0;
}
.curve.curve-top:after {
  border-left: 70vw solid transparent;
}
.curve.curve-top:before {
  border-right: 30vw solid transparent;
}
.curve.curve-gray-b:after,
.curve.curve-gray-b:before {
  border-bottom: 50px solid #f9f9f9;
}
.curve.curve-gray-t:after,
.curve.curve-gray-t:before {
  border-top: 50px solid #f9f9f9;
}
.curve:after,
.curve:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  position: absolute;
}
.curve:after {
  right: 0;
  border-left: 30vw solid transparent;
}
.curve:before {
  left: 0;
  border-right: 70vw solid transparent;
}
.section-padding {
  padding: 120px 0;
}
.section-head {
  margin-bottom: 80px;
  text-align: center;
}
.section-head h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.section-head h4 span {
  font-weight: 300;
}
[data-overlay-color] .section-head p {
  color: #ccc;
}
[data-overlay-color].process .icon {
  color: #fff !important;
}
.bg-gray {
  background: #f9f9f9;
}
.o-hidden {
  overflow: hidden;
}
.pos-re {
  position: relative;
}
.full-width {
  width: 100% !important;
}
.lg-line-height {
  line-height: 1.5;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-fixed {
  background-attachment: fixed;
}
.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
  line-height: 0.7;
}
.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  border-radius: 50%;
  background: #ddd;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #07294d;
}
.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}




/* xclip */
.cd-headline.clip span {
  display: inline-block;
  padding: 0.2em 0;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #aebcb9;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 900;
}
/* [ End Basics ] */
/* F.A.Q */
.section-title-faq {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 50px;

  font-weight: 900;
}
.section-title-faq h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  line-height: 1;
  margin-bottom: 30px;
  background: #ffc600;
  color: #07294d;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}
.section-title-faq h3 {
  font-weight: 900;
  font-family: "Signika", sans-serif;
  letter-spacing: 1.3px;
  word-spacing: 2px;
}
/* CSS code */
.faq {
  padding: 60px 0;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
  border-bottom: 1px solid #f1eeef;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq .faq-list .question {
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  padding-left: 25px;
  cursor: pointer;
  color: #d01d3f;
  transition: 0.3s;
  font-family: "Signika", sans-serif;
  letter-spacing: 0.7px;
}
.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
  font-family: "Signika", sans-serif;
  letter-spacing: 1px;
  word-spacing: 1px;
  font-weight: 500;
  font-size: 18px;
}
.faq .faq-list .icon-show {
  display: inline-block;
  transition: 0.6s;
  color: #07294d;
}
.faq .faq-list .icon-close {
  display: none;
  transition: 0.6s;
}
.faq .faq-list .collapsed {
  color: black;
}
.faq .faq-list .collapsed:hover {
  color: #07294d;
}
@media (min-width: 1280px) {
  .faq .container {
    padding: 0 120px;
  }
}
/* 21. ABOUT PAGE css  */
.about-image img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 50px;
}
.about-singel-items .about-singel-items span {
  font-size: 60px;
  color: #dbdbdb;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 46px;
  padding-bottom: 22px;
}
.about-singel-items h4 {
  color: #000;
  font-size: 24px;
  padding-bottom: 25px;
}
.section-title h2 {
  font-size: 40px;
  color: black;
  padding-top: 10px;
}
.section-title h5 {
  color: #07294d;
  position: relative;
  padding-bottom: 12px;
}
.section-title h5:hover {
  color: #ffc600;
  position: relative;
  padding-bottom: 12px;
  transition: color 0.3s;
}
.section-title h5:hover {
  animation: colorChange 0.3s ease-in-out 5s forwards;
}
@keyframes colorChange {
  0% {
    color: inherit;
  }
  100% {
    color: #ffc600;
  }
}
.about-bg img {
  width: 100%;
}
.about-cont p {
  padding-top: 35px;
  margin-bottom: 20px;
}
/* [ 02 Start Buttons ] */
.butn {
  padding: 12px 30px;
  background: #fff;
  border-radius: 30px;
  border: 1px solid transparent;
  position: relative;
  z-index: 3;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
}
.butn1 {
  padding: 12px 30px;
  background: #07294d;
  border-radius: 30px;
  border: 1px solid transparent;
  position: relative;
  z-index: 3;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
  color: #ffc600;
  font-family: "Signika", sans-serif;
  letter-spacing: 0.6px;
  font-weight: 600;
  margin-bottom: 30px;
}

.butn span {
  position: relative;
  z-index: 2;
}
.butn:after {
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  z-index: 1;
  opacity: 1;
}
.butn:hover:after {
  width: 100%;
}
.butn-bg {
  background: #ffc600;
  border-color: #ffc600;
  color: transparent;
}
.butn-bg:hover span {
  color: #07294d;
}
.butn-light {
  background: #07294d;
}
.butn-light:after,
.butn-bord:after {
  background: #ffc600;
}
.butn-light:hover span,
.butn-bord:hover span {
  color: #07294d !important;
  letter-spacing: 1.3px;
}
.butn-light span,
.butn-bord span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.butn-bord {
  background: transparent !important;
  border-color: #1a237e;
}
/* [ End Buttons ] */
/* [ 03 Start Navbar ] */
.contact-info {
  display: inline-block;
  position: absolute;
  right: 90px;
  top: 0;
  margin-top: 10px;
  margin-bottom: 30px;
}

.phone, .email {
  font-family: "Signika", sans-serif;
  font-size: 17px;
  color: #e3e3e3;
  font-weight: 500;
  word-spacing: 1px;
  letter-spacing: 1px;
  margin-right: 20px; 
}
@media screen and (max-width: 991px) {
  .contact-info {
    display:block;
    position: static;
  }
}
@media screen and (max-width: 767px) {

  .phone, .email {
    font-size: 14px;
    font-weight: 500;
  }
}
.navbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  border: 0;
  background: #454748;
  z-index: 9;
  min-height: 100px;
}

.navbar .icon-bar {
  color: #fff;
}
.navbar .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #eee;
  letter-spacing: 0.7px;
  margin: 18px 0px 5px 0px;
  transition: all 0.5s;
}


.navbar .navbar-nav .active {
  color: #ffc600 !important;
}
.navbar .navbar-nav .logo {
  padding: 14px 0;
  color: #111;
}

.nav-item {
  position: relative;
  margin-right: 6px;
}
.nav-link {
  display: block;
  padding: 10px;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}

.sub-services {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #454748;
  padding: 10px;
  list-style: none;
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  width: 170px;
  height: 110px;
}

.nav-item:hover .sub-services {
  display: block;
}

.sub-services li {
  margin-bottom: 10px;
}

.sub-services li a {
  display: block;
  color: #ffc600;
  text-decoration: none;
}

.nav-item .toggle-icon::after {
  content: "▼";
  margin-left: 5px;
}

.nav-item:hover .toggle-icon::after {
  content: "▲";
}
 @media (max-width: 768px) {
  .nav-item .toggle-icon::after {
    content: "▼";
    margin-left: 5px;
  }
  /* .nav-item.active .toggle-icon::after {
    content: "▲";
  } */
   .nav-item .toggle-icon {
    display: inline-block;
    margin-left: 5px;
    transform: rotate(0deg); 
    transition: transform 0.3s ease-in-out;
  }
  .nav-item.active .toggle-icon {
    transform: rotate(180deg); 
  }
  .sub-services {
    display: none; 
    background-color: transparent;
    padding: 0;
    width: auto;
    height: auto;
    top: auto;
    left: auto;

  }

.nav-item.active  .sub-services {
  display: block; 
  }
  .sub-services li {
    margin-bottom: 5px;
  }
} 
.logo {
  display: flex;

}
.academic {
  font-size: 25px;
  color: #ffc600;
  font-weight: 600;
}
.academic:hover {
  font-size: 25px;
  color: #ffc600;
  font-weight: 600;
}
.academic2 {
  font-size: 35px;
  color: #ffc600;
  font-weight: 600;
}
.edge {
  font-size: 25px;
  color: #062343;
  font-weight: 600;
}
.edge:hover {
  font-size: 25px;
  color: #07294d;
  font-weight: 600;
}
.edge2 {
  font-size: 35px;
  color: #07294d;
  font-weight: 600;
}
/* [ End Navbar ] */
/* [ 04 Start Header ] */
.header {
  min-height: 100vh;
  position: relative;
  display: flex;
}
.header.video {
  overflow: hidden;
}
.header .caption .o-hidden {
  display: inline-block;
}
.certificate-h1{
  padding-right: 120px;
}
.course-class{
  width: 70% ;
}
.header .caption h2 {
  font-size: 42px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  animation-delay: 0.2s;
  margin-left: 25px;
}
.header .caption h1 {
  margin: 10px 0px;
  font-size: 65px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px;
  animation-delay: 0.6s;
}
.header .caption p {
  font-size: 17px;
  font-weight: 200;
  font-weight: bold;
  color: #eee;
  word-spacing: 1px;
  margin: 0px 24px 0px 29px;
  animation-delay: 1s;
  font-family: "Signika", sans-serif;  
  letter-spacing: 1.2px;


}
.header .caption p span {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 5px;
  padding-right: 14px;
  position: relative;

}
.header .caption p span:last-child {
  padding: 0;
}
.header .caption p span:last-child:after {
  display: none;
}
.header .caption p span:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1a237e;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 0.5;
}
.header .caption .butn {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  margin-left: 30px;
}
.slider .owl-item,
.slider-fade .owl-item {
  height: 100vh;
  position: relative;
}
.slider .item,
.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.slider .item .caption,
.slider-fade .item .caption {
  z-index: 9;
}
.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
}
.wave {
  min-height: 105vh;
}
.wave:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 110%;
  height: 100px;
  background-image: url(../img/wave.svg);
  background-size: cover;
  z-index: 7;
}
.bg-vid {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
/* [ End Header ] */
/* [ 05 Start Hero ] */
.test {
  width: 60%;
  filter: invert(50%);
  padding-bottom: 25px;
}
.hero .extra-title {
  margin-bottom: 30px;
  font-family:"Signika", sans-serif;
  font-weight: 900;
}
.hero .extra-title span {
  color: #07294d;
  font-family:"Signika", sans-serif ;
  font-weight: 900;
}
.hero .feat-item {
  padding: 0;
}
.hero .feat-item .text-center {
  padding: 50px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04);
}
.hero .feat-item.active .text-center {
  margin-top: -25px;
  padding-top: 75px;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 3;
}
.hero .feat-item:hover .icon {
  color: #fff;
}
.hero .feat-item:hover .icon:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.hero .feat-item .icon {
  width: 90px;
  height: 90px;
  line-height: 105px;
  color: #777;
  font-size: 60px;
  border-radius: 50%;
  margin-bottom: 15px;
  position: relative;
  z-index: 3;
}
.hero .feat-item .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffc600;
  background: linear-gradient(to bottom right, #ffc600, #ffc600);
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hero .feat-item h5 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.hero .feat-item h6 {
  color: #1a237e;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 20px;
}
/* [ End Hero ] */
/* [ 06 Process ] */
.process .item {
  position: relative;
  z-index: 4;
}
.process .item img {
  position: absolute;
  width: 70%;
  right: -40%;
  top: 15px;
  opacity: 0.5;
}
.process .item img.tobotm {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.process .item.odd {
  margin-top: 50px;
}
.process .item .cont {
  padding: 50px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.process .item .cont:hover {
  background-color: #07294d;
}
.process .item .cont:hover h6 {
  color: #ffc600;
  opacity: 0.9;
}
.process .item .cont:hover p {
  color: #eee;
}
.process .item .icon {
  color: #ffc600;
  font-size: 30px;
  width: 80px;
  height: 80px;
  line-height: 85px;
  border-radius: 50%;
  border: 1px dashed #eee;
  margin-bottom: 30px;
}
.process .item h3 {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  color: #777;
  font-size: 50px;
  font-weight: bold;
  opacity: 0.1;
  z-index: -1;
}
.process .item h6 {
  color: #222;
  font-size: 16px;
  margin-bottom: 15px;
  font-family: "Signika", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
}
.process .item p {
  font-size: 14px;
  color: #999;
  font-family: "Signika", sans-serif;
  font-weight: 300;
  letter-spacing: 0.9px;
  color: #787878;
}
/* [ End Process ]
     [ 07 Start Works ] */
.about .content h3 {
  font-weight: 900;
  margin-bottom: 50px;
  margin-top: 30px;
  text-transform: uppercase;
  font-family: "Signika", sans-serif;
}
.about .content ul {
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
  list-style-type: disc;
  font-family: "Signika", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #07294d;
  margin: 0;
  letter-spacing:0.7px;
  word-spacing: 1px;
  cursor: pointer;
  transition: font-size 0.5s ease-in-out;
}

.about .content ul li a:hover{
 color: #ffc600;
 font-size: 21px;
}
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5fcf80;
}
/* [ End Works ] */
/* [ 10 Start Testimonials ] */
.testimonials .item-box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.testimonials .item-box .quote {
  width: 60px;
  margin: 0 auto 30px;
  opacity: 0.4;
}
.testimonials .item-box p {
  font-size: 14px;
  color: #7b7b7b;
  font-weight: 500;
  word-spacing: 2px;
  font-family: "Signika", sans-serif;
  letter-spacing: 0.5px;
}
.testimonials .item-box .info {
  text-align: left;
  margin: 30px 0 15px;
}
.testimonials .item-box .info .author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
}
.testimonials .item-box .info .cont {
  margin-left: 60px;
}
.testimonials .item-box .info h6 {
  color: #222;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 3px;
  font-family: "Signika", sans-serif;
  letter-spacing: 0.5px;
}
.testimonials .item-box .info span {
  font-size: 12px;
  font-weight: 400;
  color: #777;
}
/* [ End Testimonials ]
     [ 12 Start Blog ] */
.blog .item {
  -webkit-box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
  padding: 15px;
}
.blog .item .post-img {
  overflow: hidden;
}
.blog .item .post-img:hover .img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.blog .item .post-img .img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.blog .item .cont {
  padding: 30px 0 15px;
}
.blog .item .cont h6 {
  font-size: 17px;
  margin-bottom: 10px;
  color: #07294d;
  font-family: "Signika", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.blog .item .cont h6:hover {
  color: #ffc600;
}
.blog .item .info {
  font-size: 10px;
  color: #999;
  font-style: italic;
  margin-bottom: 10px;
}
.blog .item .info a {
  margin-right: 10px;
}
.blog .item .info a:last-child {
  margin-right: 0;
}
.blog .item .info .tag {
  padding: 5px;
  background-color: #ffc600;
  color: #07294d;
  float: right;
  line-height: 1;
  font-weight: 600;
  border-radius: 2px;
}
/* [ End Blog ] */
/* [ 13 Start Call-action ] */
.call-action {
  position: relative;
}
.call-action:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
/* [ 15 Start Footer ] */
footer {
  padding: 80px 0;
  background-color: #454748;
}
footer .social a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: white;
  font-size: 44px;
  margin: 15px 9px;
}

footer p {
  color: #cbcbcb;
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
  letter-spacing: 2px;
}

/* [ End Footer ]
 	 [ 16 Responsive ] */
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 991px) {

  .mb-md50 {
    margin-bottom: 50px;
  }
  .mb-md30 {
    margin-bottom: 30px;
  }
  .mb-md0 {
    margin-bottom: 0;
  }
  .bgimg-height {
    height: 400px;
  }
  .bg-fixed {
    background-attachment: scroll !important;
  }
  .navbar {
    padding-left: 15px;
  }
  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: rgb(69, 71, 72);
    text-align: center;
    padding: 10px 0;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
  }
  .nav-scroll .navbar-toggler {
    margin-right: 15px;
  }
  .nav-scroll .navbar-collapse .nav-link {
    color: #fff !important;
  }
  .nav-scroll .navbar-collapse .active {
    color: #ffc600 !important;
  }
  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }
  .header .caption h4 {
    font-size: 30px;
  }
  .header .caption h1 {
    font-size: 40px;
    line-height: 1.4;
  }
  .hero .feat-item.active .text-center {
    padding-top: 50px;
    margin-top: 0;
  }
  .process .item img {
    display: none;
  }
  .process .item.odd {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 767px) {
  .mb-sm50 {
    margin-bottom: 50px;
  }
  .mb-sm30 {
    margin-bottom: 30px;
  }
  .hero .extra-title {
    font-size: 22px;
  }
  .tabs-section .nav-pills .nav-link {
    padding: 12px 0;
  }
  .tabs-section .nav-pills .nav-item {
    width: 33.33333%;
    text-align: center;
  }
  .works .filtering .filter {
    padding: 0;
  }
  .works .filtering span {
    margin: 0;
  }
  .call-action h2 {
    font-size: 25px;
    font-weight: 500;
  }
  .call-action h5 {
    font-size: 20px;
    font-weight: 300;
  }
}
@media screen and (max-width: 480px) {
 
  .header .caption h2 {
    font-size: 25px;
  }
  .header .caption h1 {
    font-size: 32px;
    line-height: 1.4;
    margin-left: 20px;
  }
  .works .filtering span {
    padding: 5px 15px;
  }
}
.features {
  padding-top: 0px;
}
.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
}
.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}
.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}
.features .icon-box h3 a {
  color: white;
  transition: 0.3s;
  opacity: 0.8;
  font-family: "Signika", sans-serif;
  letter-spacing: 1.1px;
  line-height: 1.3;
  font-display: swap;
}
.features .icon-box:hover h3 a {
  font-size: 17px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.send {
  background-color: #07294d;
  color: #ffc600;
}
.pricing-section {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  font-family: "Signika", sans-serif;
}
.pricing-table {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #e3e3e3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.pricing-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #f8f8f8;
}
.pricing-feature {
  flex: 1;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.pricing-cost {
  flex: 1;
  font-size: 18px;
  font-weight: bold;
  text-decoration: line-through #ffc600;
  color: #07294d;
}
.pricing-inclusion {
  flex: 1;
  font-weight: bold;
  color: green;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.total-price {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  letter-spacing: 0.7px;
}
.total-price span {
  font-weight: bold;
  color: #07294d;
  text-decoration: line-through #ffc600;
}
.tick-mark {
  display: inline-block;
  width: 24px;
  text-align: center;
  color: green;
  font-size: 24px;
  font-weight: bold;
  margin-right: 5px;
}
.section-head {
  text-transform: capitalize;
}
.section-head h4 {
  font-family: "Signika", sans-serif;
  font-weight: 900;
  letter-spacing: 1.3px;
  word-spacing: 2px;
}
.experts{
  font-size: 28px;
  color: #ffc600 ;

  font-weight: 600
}
.experts2{
  font-size: 28px;
  color:#07294d;
  font-weight: 600
}
.class-end h2{
  font-family: "Signika", sans-serif;
  font-size: 47px;
  margin-bottom: 15px;  
  letter-spacing: 0.2px;


}
.class-end h5{
  font-family: "Signika", sans-serif;
  margin-bottom: 15px; 
   letter-spacing: 0.7px;

}
.class-end a{
  font-family: "Signika", sans-serif;
  margin-top: 15px;
}
.terms{
  color: white;
  font-weight: 600;
  font-size: 16px;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: -45px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 210px;
}



.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
  color: #07294d;
  font-family: "Rubik", sans-serif;
  transition: 0.3s all;

}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ffc600;
  font-size: 16px;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 125%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}
/* pop up form */
#popupContainer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background-color: rgba(0, 0, 0, 0.5); 
  z-index: 9999; 
}
#popupContent {
  width: 340px;
  height: 300px;
  margin: 60px auto;
  padding: 0px;
}
#closeIcon {
  position: relative;
  top: 51px;
  left: 303px;
  font-size: 50px;
  cursor: pointer;
  color: #c9c9c9;
}
@media (max-width: 991px) {
.navbar>.container{
  max-width: 1200px;
}
.navbar .dropdown ul li {

  max-width: 120px;
}


.navbar .dropdown ul {

  left: 74px;
}
}
@media (max-width: 1097px) {

    .certificate-h1{
      padding-right: 80px;
    }

}
@media (max-width: 767px) {
  .certificate-h1{
    padding-right: 20px;
  }
  .header .caption h2 {
    font-size: 28px;
    margin-left:0;
}
.header .caption .butn {
  margin-left: 0;
}

}
@media (max-width: 1029px) {
.course-class{
  width: auto;
}
}
@media (max-width: 999px) {
  .header .caption h2 {
    font-size: 32px;
}
}
@media (max-width: 498px) {
  .header .caption h2 {
    font-size: 25px !important;
}
}