@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

a {
  text-decoration: none !important;
  display: inline-block !important;
  font-family: "poppins", sans-serif;
}
img {
  width: 100%;
  display: block;
}
ul {
  padding: 0 !important;
  margin: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-family: "poppins", sans-serif;
}
p {
  font-family: "poppins", sans-serif;
}
:root {
  --c1: #e8a646; /* yellow */
  --c2: #00668e; /* blue */
  --c3: #141414; /* text-black*/
  --c4: #ffffff; /* yellow */
  --c5: #05153f; /* text color */
  --c6: #3e3e3fs; /* white */
  --c7: #000; /* black */
  --bg: #ffffcc; /* running-bg */
}
::selection {
  background-color: var(--c3);
  color: var(--c6);
}
.wrapper {
  overflow: hidden !important;
}
.spacing {
  padding: 60px 0;
}
.lower-header-body .row .col-lg-3 {
    padding-left: 0;
}
.banner-upper-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.banner-upper-content img {
    width: 140px;
}
/* header  */
/* upper header  */
.our-contact-details a:hover {
  opacity: 0.6;
}
.header-contacts {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: end;
  padding: 10px 0;
  border-radius: 0 0 0 60px;
}
.our-contact-details {
  display: flex;
  gap: 5px;
  align-items: center;
}
.our-contact-details a,
.our-contact-details i {
  color: var(--c7);
  font-size: 18px;
  transition: all 0.5s;
}
.our-contact-details a {
  font-weight: 500;
}
.our-contact-details i {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  color: var(--c2);
}
.main-menu > ul > li > a {
  color: #333;
  transition: all 0.5s;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.main-menu > ul > li > a:hover {
  color: var(--c4);
  font-weight: 600;
}

/* upper header  */
.main-menu > ul {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: end;
}
.main-menu > ul > li {
  padding: 15px 10px;
}
.logo a img {
  width: 250px;
}
.responsive-menu {
  display: none;
}
header {
  position: absolute;
  width: 100%;
  z-index: 9;
}
.main-menu {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  /* background-color: var(--c1); */
  position: relative;
  padding: 10px 0;
  transform: skewX(0deg);
  margin-right: 0;
  padding-right: 17%;
}
.order-btn a {
  padding: 10px 21px;
  font-size: 17px;
}
.web-btn {
  padding-left: 0px;
  position: relative;
  padding-top: 0px;
  float: right;

}
.web-btn.banner-btn {
    float: left;
}

.banner-btn::before {
  background-color: var(--c1);

}
.logo {
  margin-left: 25%;
}
.lower-header-body .row .col-xl-8 {
  padding: 0;
}

/* header  */
/* banner */
.banner-img {
  background-size: 100% 100%;
  height: 45em;
}
.banner-content {
  padding-top: 4%;
}

.banner-content .subtxt {
  color: var(--c5);
  font-weight: 400;
  font-size: 25px;
}
.banner-content .bnrpara {
    font-size: 35px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    line-height: 1.2;
    font-family: "poppins", sans-serif;
}
.banner-content .bnrpara span {
  color: #c68400;
  font-size: 35px;
  font-weight: 700;
  
  padding: 0;
  margin: 0;
  font-family: "poppins", sans-serif;
  line-height: 1.2;
}
.dropdown{
    flex-direction: column;
    position: absolute !important;
    background-color: var(--c1);
    transition: all .5s ease-in;
    transform: scaleY(0);
    top: 55px;
    z-index: 999;
    transform-origin: top;
    width: 250px;
  }
.responsive-menu.active {
    background: #fff;
}
  .main-menu ul li:hover ul.dropdown {
    transform: scaleY(1);
  }
  .dropdown > li {
      transition: all .6s;
      position: relative;
  }
  .dropdown li:not(:last-child) {
      border-bottom: 1px solid;
  }
  .dropdown li:hover {
      background-color: var(--c1);
  }
  .dropdown li a {
      color: var(--c3);
      transition: all .6s;
      padding: 6px 11px;
      font-size: 14px;
      text-transform: uppercase;
  }
  .dropdown li:hover > a {
      color: var(--c4) !important;
  }
.footer-info ul li {
    margin-left: 0;
    margin-right: 15px;
}  
.banner-content p {
  margin: 0;
  font-size: 21px;
  font-weight: 300;
  color: var(--c6);
  line-height: 30px;
  padding-bottom: 20px;
  font-family: 'Poppins';
}
.banner-upper-content p {
  padding: 0;
  padding-bottom: 5px;
}
.custom-prev:hover,
.custom-next:hover {
  background-color: var(--c2);
}
.custom-prev,
.custom-next {
  transition: all 0.5s;
}
.custom-prev:hover i,
.custom-next:hover i {
  color: var(--c2);
}
.hero-slider {
    position: relative;
    z-index: 0;
}
.banner-slider .slick-dots {
    position: absolute;
    bottom: -100px;
    display: flex;
    gap: 0px;
    left: 0px !important;
}
.banner-slider .slick-dots li button {
    font-size: 40px;
    -webkit-text-security: disc;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 0;
    background-color: transparent;
    color: var(--c1);
}
.banner-slider .slick-dots li.slick-active button {
    border: 3px solid var(--c2);
}
.slider-numbers {
    position: absolute;
    bottom: 7%;
    left: 20%;
    transform: translate(-20%, 14%);
    font-size: 23px;
    font-weight: 600;
    color: var(--c2);
}
/* banner */
/* exam-course-section */
.web-title h1 {
  font-size: 41px;
  line-height: 43px;
  font-weight: 800;
  padding-bottom: 20px;
}
.exam-course-title {
  width: 90%;
  margin: 0 auto;
}
.exam-course-title h1 {
  margin-bottom: 20px;
  margin-top: 10px;
}
.web-title h1 span {
  color: #c68400;
}
.exam-course-title p {
  font-size: 17px;
  line-height: 30px;
  color: var(--c3);
}
button.hero-prev,
button.hero-next {
  z-index: 99;
  top: 55%;
  transform: translateY(-50%);
}
button.hero-prev {
  left: 250px;
}
button.hero-next {
  left: 330px;
}
.service-card-bg {
    position: relative;
}
.service-card-bg::before {
    background-color: var(--c3);
    transform: skewY(23deg);
    left: 0;
    bottom: -12px;
    transition: all .5s;
    z-index: 2;
}
.service-card-bg:hover::before {
    transform: skewY(20deg);
    bottom: 0;
}
.service-card-img img {
    width: 50px;
    object-fit: contain;
    height: 50px;
}
.service-card-mb{
  margin-bottom: 80px;
}
.service-card {
  padding: 28px 20px;
  position: relative;
  z-index: 99;
  background-color: var(--c4);
  transition: all .8s;
  height: 22em;
  border-radius: 5px;
  /* box-shadow: 6px 7px 9px 0 #d3cbcb; */
}
.service-card-bg {
    margin: 0 10px;
}
.service-card-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 7px solid #f6f7f3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 25%;
  background-color: var(--c4);
}
.service-card-content h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  color: var(--c7);
  line-height: 1.2;
  padding-bottom: 10px;
  text-align: center;
}
.service-card-content p {
  font-size: 15px;
  font-weight: 400;
}
  section.running-project-section.spacing {
      margin-top: 50px;
  }
.service-card-content {
  padding-top: 20px;
}
@keyframes left_right {
  0%{
    transform: scale(1);
  }
  20%{
    transform: scale(0.9);
  }
  100%{
    transform: scale(1.1);
  }
}
/* service-card-first-section */
/* running-project-sec */
.running-project-img img {
  object-fit: contain;
  padding: 10px 10px;
}
.running-project-card {
  margin: 0 10px;
  padding-left: 10px;
  box-shadow: 0 0 8px 0 #3333;
  border-radius: 10px;
  margin-bottom: 10px;
}
.ruuning-project-img img {
 height: 240px;
 object-fit: cover;
 object-position: top;
}
.running-project-content {
  padding: 20px 0px;
  height: 296px;
  padding-right: 10px;
}
.running-project-content h2 {
  font-size: 22px;
  font-weight: 600;
  color: white;
  text-align: center;
  margin-top: 186px;
  /* bottom: 29px; */
}
.running-project-content p {
  font-size: 16px;
}
.running-project-arrows.custom-next {
  right: -10px;
  transform: skewX(-19deg);
}
.custom-prev.running-project-arrows {
  left: -7px;
  transform: skewX(20deg);
}
.ruuning-project-img {
  position: relative;
  overflow: hidden;
}
.custom-next i.fa-angle-right {
    transform: skewX(19deg);
}
.custom-prev:hover i.fa-angle-left,
 .custom-next:hover i.fa-angle-right {
    color: var(--c4);
}
.custom-prev i.fa-angle-left {
    transform: skewX(-14deg);
}
.ruuning-project-img::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: -30px;
  width: 90px;
  height: 40px;
  background-color: var(--c4);
  z-index: 99;
  transform: rotate(43deg);
}
.country-card {
  margin: 0 10px;
  overflow: hidden;
}
.country-project-content {
  padding: 10px 0;
  background-color: #f0e6db;
}
.country-project-content a {
  font-size: 20px;
  font-weight: 600;
  color: #2c3a49;
  transition: all 0.5s;
  text-transform: uppercase;
}
.country-project-content a:hover {
  color: var(--c3);
}
.country-base-projects {
  margin-top: 40px;
}
.flag-img img {
  height: 180px;
  object-fit: cover;
}

.whatsapp-icon {
    position: fixed;
    top: 85%;
    left: 1%;
    width: 120px;
    z-index: 9;
    overflow: hidden;
    padding: 0;
    display: block;
}
.whatsapp-icon a img {
    width: 80px;
    height: 80px;
}
.social-icons ul {
  display: flex;
  gap: 10px;
}
.social-icons ul li a i {
  font-size: 24px;
}
.social-icons ul li:first-child a i {
  color: #000;
  text-shadow: 0px 0px 4px #fff;
}
.social-icons ul li:nth-child(2) a i {
  color: #5890ff;
}
.social-icons ul li:nth-child(3) a i {
  color: #0077b5;
}
.social-icons ul li:nth-child(4) a i {
  /* background: #f09433; */
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  color: var(--c2);
  padding: 0px 3px;
}
.social-icons ul li:nth-child(5) a i {
  color: #e60023;
}
.footer-links h2,
.follow-us h2 {
  font-size: 25px;
  font-weight: 700;
  color: var(--c1);
 
  margin-bottom: 11px;
  margin-top: 10px;
}
.contact-detail {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding-bottom: 15px;
  color: #666;
  font-weight: 500;
}
.contact-detail i {
  font-size: 20px;
  color: #e8a646;
}
.footer-links ul li a {
  color: var(--c4);
  transition: all 0.5s;
  font-weight: 400;
  font-size: 14px;
}
.footer-links ul li {
  padding-bottom: 10px;
  color: var(--c2);
  font-weight: 300;
  margin-left: 0;
  overflow: hidden;
}
.footer-content p {
  font-size: 17px;
  padding-top: 10px;
  line-height: 1.6;
  color: var(--c4);
  font-weight: 200;
}
.social-icons ul li a i {
  font-size: 30px;
}
.contact-detail a,
.contact-detail p {
  font-size: 17px;
  color: var(--c4);
  font-weight: 200;
}
.follow-us ul li i {
  padding: 0;
  color: var(--c1);
  padding: 0px 2px;
  border-radius: 5px;
}
.footer {
  padding-top: 60px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.footer-links ul li a i {
  padding-right: 6px;
  opacity: 0;
  margin-left: -15px;
  transition: all 0.5s;
}
.footer-links ul li a:hover i {
  margin-left: 0;
  opacity: 1;
}
.web-btn a{
  background-color: #c68400;
  color: var(--c4);
  padding: 13.1px 14px;
  transition: all 0.5s;
  position: relative;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: "Poppins";
  transition: all .5s;
  position: relative;
  z-index: 99;
  border-radius:27px;
}
.web-btn a:hover {
  color: var(--c6);
  background-color: var(--c1);
}
.web-btn a:hover::before {
    background-color: var(--c1);
}
.footer-links ul li a:hover {
  color: var(--c1);
}
.banner-btn a::before {
  height: 100%;
}
.copyright {
  padding: 20px 0;
  border-top: 1px solid #6666;
  margin-top: 45px;
  text-align: center;
}
.copyright p {
  margin: 0;
  color: var(--c4);
  font-weight: 300;
}
.copyright a:hover {
  color: var(--c1);
}
.copyright a {
  color: var(--c4);
  font-weight: 300;
  transition: all.5s;
}

.footer-info ul li a {
  color: var(--c4);
  transition: all 0.5s;
  font-weight: 400;
  font-size: 12.5px;
  display: block;
  
}
.footer-info ul li {
  padding-bottom: 10px;
  color: var(--c2);
  font-weight: 500;
  margin-left: 0;
  overflow: hidden;
  display: inline;
  margin-left: 30px;
  float: center;
  text-align: center;
}
.terms-and-cond {
  text-align: end;
}
.footer-logo img {
  width: 240px;
}
.read-more-sec {
  padding: 50px 0px;
}
.footer-sample-btn::before {
    background-color: var(--c1);
}
/* footer  */
.custom-prev, .custom-next {
  border: 0;
  background-color: var(--c4);
  width: 60px;
  height: 42px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 20%;
  z-index: 9;
  transform: translateY(-20%);
}
.custom-prev i,
.custom-next i {
  font-size: 29px;
  font-weight: 300;
  color: var(--c3);
  transition: all 0.5s;
}
.custom-prev {
  left: 9px;
}
.running-projects {
  position: relative;
  overflow: hidden;
}
.custom-next {
  right: 0;
}
.open-menu {
  display: none;
}
p a {
  color: var(--c2);
  font-weight: 700;
  transition: all 0.5s;
}
p a:hover {
  color: var(--c3);
}
.responsive-lower-header{
  display: none;
}

.contact-form-input {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.contact-form-input input {
  padding: 11px 10px;
  outline: 0;
  margin-top: -7px;
  margin-bottom: 10px;
  border: 0;
}
.contact-form-input label {
  font-size: 17px;
  padding: 2px 0px;
  margin-left: 16px;
  margin-bottom: 0px;
  position: relative;
  background-color: var(--c4);
  width: 22%;
  text-align: center;
  color: var(--c2);
  border-radius: 0 0 10px 10px;
}
.contact-form-input textarea {
  padding: 10px 10px;
  padding-bottom: 60px;
  margin-bottom: 20px;
  outline: 0;
}
.contact-form-input input,
.contact-form-input textarea {
  transition: all 0.5s;
  outline: 0;
  border: 1px solid #c68400;
  border-radius: 35px;
}
.contact-form-input input:focus,
.contact-form-input textarea:focus {
  margin-top: 0;
}
.modal.show .modal-dialog {
    top: 10%;
}
#exampleModalLabel {
  font-size: 24px;
  color: var(--c6);
}
.modal-body {
  border-radius: 0 0 10px 10px;
/*  background-image: url(../images/first-card-bg.jpg); */
background: rgba(255, 255, 255, 0.2);
}
.modal-content {
    background: rgba(255, 255, 255, 0.2) !important;
}
#classhelpformhome h3 {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    background-color: #c68400;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 20px;
}
#classhelpformhome p {
    padding: 10px; 
    text-align: center; 
    font-size: 12px; 
    margin-top: 20px; 
    margin-top: 20px; 
    background-color: #c68400; 
    line-height: 0px; 
    line-height: 0px; 
    color: #fff; 
    font-weight: 500;
}
button.btn.btn-secondary {
  background-color: var(--c3);
  border: 0;
  padding: 10px 30px !important;
}
.modal-footer {
  justify-content: center !important;
}
.modal-body{
    border-radius: 8px;
    border: 1px solid #c68400;
}
.contact-form-inputs input {
  padding: 9px 40px;
  font-size: 17px;
  color: black;
  background-color: var(--c4);
  border: 1px solid #c68400;
  border-radius: 5px;
  transition: all.5s;
}
.contact-form-inputs {
  text-align: center;
}
.contact-form-inputs input:hover {
    background-color: #c68400;
    color: white;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal-header {
    background-color: var(--c4);
    border-radius: 10px 10px 0 0;
}
.modal-header button.btn-close {
    background-color: var(--c6);
    font-size: 22px;
    border-radius: 50%;
}
/* .running-project-arrows {
  top: 98%;
} */
.modal-content {
  border-radius: 8px;
  background-color: var(--c5);
}
div#exampleModal {
  z-index: 99999;
}
.whatsapp-icon-fixed {
  position: fixed;
  bottom: 5px;
  left: 5px;
}
.whatsapp-icon-fixed a img {
  width: 90px;
}
.country-left, .country-right {
  top: 125%;
  background-color: transparent;
}
.country-left {
  left: 45%;
}
.country-right {
  right: 45%;
}
.country-left i, .country-right i {
  font-size: 35px;
  font-weight: 400;
}
.country-left:hover, .country-right:hover {
  background-color: transparent;
}
.country-left:hover i, .country-right:hover i {
  transform: scale(1.1);
}
a#more_services_show {
	background-color: #c68400;
	color: var(--c4);
	padding: 13.1px 14px;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 500;
	transition: all .5s;
	position: relative;
	border-radius: 8px;
	margin: 10px 0px 30px 0px;
}
#more_services_div .more-services {
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    padding: 0;
    margin: 0;
}
#more_services_div .more-services li {
    position: relative;
    margin-bottom: 15px;
    flex: 1 0 30%;
    color: #fff;
}
#more_services_div .more-services li a {
    color: #fff;
    transition: all 0.5s;
    font-weight: 400;
    font-size: 14px;
}
#more_services_div .more-services li a:hover {
    color: var(--c1);
}
@media screen and (max-width: 1024px) {
.web-btn.banner-btn {
    float: left;
}
.hero-slider .banner-slider .slick-dots {
    bottom: -65px;
}
.banner-content .bnrpara span {
    font-size: 40px;
}	
.lower-header-body .logo {
	margin-left: 10%;
}
section.course-sec {
	padding-top: 0px !important;
}
}

@media screen and (max-width: 767px) {
	.banner-content .bnrpara, .banner-content .bnrpara span {
		font-size: 23px;
	}
	.banner-img {
        height: 27rem !important;
        background-position: 40% top !important;
    }
	.hero-slider {
        height: 30rem !important;
    }
	.banner-btn {
      width: 70% !important;
	}
	.web-title h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.service-card-content h2 {
        font-size: 18px;
    }
	.service-card-content p {
        font-size: 13px !important;
    }
	.contact-form-input input, .contact-form-input textarea {
		border-radius: 8px;
	}
	.contact-form-input input {
		padding: 8px 8px;
	}
	.service-card-img {
		width: 90px;
		height: 90px;
		margin-top: -70px;
		margin-left: 110px;
	}
	.web-title h2 {
        font-size: 20px !important;
    }
	.footer-logo img {
        width: 200px !important;
    }
}

.premium-bar p {
  padding-top:40px;
}
