.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


* {
  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: #c1912d; /* 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: center;
  padding: 10px 0;
  border-radius: 0 0 0 60px;
}
.header-contacts .our-contact-details a:hover {
    color: #c1912d;
    opacity: 1;
}
.our-contact-details {
  display: flex;
  gap: 5px;
  align-items: center;
}
.our-contact-details a,
.our-contact-details i {
  color: #fff;
  font-size: 15px;
  transition: all 0.5s;
  text-transform: uppercase;
}
.our-contact-details i {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  color: #c1912d;
}
.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: #44bb02;
  font-weight: 600;
}

/* upper header  */
.main-menu > ul {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: end;
}
.main-menu > ul > li {
  padding: 15px 5px;
}
.logo a img {
  width: 160px;
  padding: 5px;
}
.responsive-menu {
  display: none;
}
header {
  position: relative;
  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: 35em;
}
.banner-content {
  padding-top: 2%;
}

.banner-content .subtxt {
  color: var(--c5);
  font-weight: 400;
  font-size: 25px;
}
.banner-content .bnrpara {
    font-size: 40px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    line-height: 55px;
    font-family: "poppins", sans-serif;
}
.banner-content .bnrpara span {
  color: #44bb02;
  font-size: 40px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  font-family: "poppins", sans-serif;
  line-height: 55px;
}
.dropdown{
    flex-direction: column;
    position: absolute !important;
    background-color: #44bb02;
    transition: all .5s ease-in;
    transform: scaleY(0);
    top: 55px;
    z-index: 999;
    transform-origin: top;
    width: 250px;
  }
.main-menu li a.active {
      color: #44bb02 !important;
      text-decoration: underline !important;
  }
.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: #379106;
  }
  .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: #fff;
  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);
}
.second-section-image img {
    width: auto;
}
/* banner */
/* exam-course-section */
.web-title h1 {
  font-size: 40px;
  line-height: 55px;
  font-weight: 800;
  padding-bottom: 20px;
}
.exam-course-title {
  width: 90%;
}
.exam-course-content p, .exam-course-content ul li {
    padding-right: 100px;
}
.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);
}

.premium-bar p {
  padding-top:40px;
}
.premium-bar ul li {
    font-family: "poppins", sans-serif;
    margin: 5px 0px;
}
.column {
  padding: 20px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* Remove left border from first column in a row */
.no-left {
  border-left: none !important;
}
/* Remove right border from last column in a row */
.no-right {
  border-right: none !important;
}
/* Remove top border from top row */
.no-top {
  border-top: none !important;
}
/* Remove bottom border from bottom row */
.no-bottom {
  border-bottom: none !important;
}
.service-card-first-sec .container .row .col-md-4 img {
    width: 100px;
    padding: 8px;
    margin: 0px auto;
}
.services_heading {
    font-size: 20px;
    line-height: 25px;
    font-weight: 800;
    padding-top: 20px;
}
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;
}
.service-card-bg {
    margin: 0 10px;
}
.running-project-image
{
    height: 395px;
}
.running-projects-headings-title {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    padding: 15px;
}
.running-project-title h2, .country-base-title h2 {
    font-size: 40px;
    font-weight: 900;
}







.running-projects .running-project-card {
    position: relative;
    height: 390px; /* Initial height of the slide */
    width: 100%; /* Full width of the container */
    overflow: hidden; /* Hide any overflow from the zoom effect */
    transition: height 0.3s ease; /* Transition for height */
}

.running-project-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 128, 0, 0.7); /* Green overlay with some transparency */
    z-index: 1; /* Place overlay above the image */
    opacity: 0; /* Make overlay invisible initially */
    transition: opacity 0.3s ease;
}

.running-project-card:hover::before {
    opacity: 1; /* Make overlay visible on hover */
}

.running-project-card .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease; /* Smooth zoom effect */
}

.running-project-card:hover .image-container {
    transform: scale(1.1); /* Zoom in by 10% */
}

.running-project-card .running-projects-headings-title {
    position: absolute;
    bottom: 50px;
    left: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    z-index: 2; /* Place the text above the overlay */
    transition: color 0.3s ease;
}

.running-project-card:hover .running-projects-headings-title {
    color: #fff; /* Change text color on hover */
}

.running-project-card .running-projects-headings_paragraph {
    position: absolute;
    bottom: 20px;
    left: 25px;
    color: white;
    font-size: 14px;
    font-weight: normal;
    opacity: 0; /* Initially hide the paragraph */
    visibility: hidden; /* Make the paragraph invisible initially */
    z-index: 2; /* Place the paragraph above the overlay */
    transition: opacity 0.3s ease, visibility 0.3s ease; /* Smooth fade-in effect */
}

.running-project-card:hover .running-projects-headings_paragraph {
    opacity: 1; /* Show the paragraph on hover */
    visibility: visible; /* Make the paragraph visible */
    bottom: 20px; /* Adjust the position on hover (optional) */
}

.col-md-4.column.text-center:hover {
    background: black;
    color: white;
}










.service-title-sec h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
}
.service-title-sec p {
    padding: 0px 300px;
}
.service-card-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c1912d;
    margin: 0px auto;
}
.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;
}

.service-card-content {
  padding-top: 20px;
}
.padding-200 {
    padding: 200px 0px 0px 0px;
}
@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;
}
.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: #000;
  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(0deg);
}
.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(0deg);
}
.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);
}
.our-services-sec {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.country-card {
  margin: 0 10px;
  overflow: hidden;
}
.country-project-content {
  padding: 10px 0;
  background-color: #f1f1f1;
}
.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;
}
.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: #44bb02;
 
  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: #44bb02;
}
.footer-links ul li a {
  color: var(--c4);
  transition: all 0.5s;
  font-weight: 200;
  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%;
  background: #1b1b1b;
}
.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: #44bb02;
  color: #000;
  padding: 13.1px 14px;
  transition: all 0.5s;
  position: relative;
  font-size: 17px;
  font-family: "Poppins";
  transition: all .5s;
  position: relative;
  z-index: 99;
  border-radius: 8px;
}
.web-btn a:hover {
  color: #fff;
  background-color: #44bb02;
}
.web-btn a:hover::before {
    background-color: #44bb02;
}
.footer-links ul li a:hover {
  color: #44bb02;
}
.banner-btn a::before {
  height: 100%;
}
.copyright {
  padding: 20px 0;
  border-top: 1px solid #6666;
  margin-top: 45px;
  text-align: left;
}
.copyright p {
  margin: 0;
  color: var(--c4);
  font-weight: 300;
}
.copyright a:hover {
  color: #44bb02;
}
.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;
}
.footer-top {
    margin-top: 50px;
}
.copyright .social-icons {
  margin-top: -8px;
}
.social-icons ul li p.followus {
    font-size: 25px;
    font-weight: 700;
    color: #44bb02;
    margin-bottom: 0px;
    margin-top: 0px;
}



.terms-and-cond {
  text-align: end;
}
.footer-logo img {
  width: 100%;
}
.read-more-sec {
  padding: 50px 0px;
}
.footer-sample-btn::before {
    background-color: var(--c1);
}
	
.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;
}
/* footer  */
.custom-prev, .custom-next {
  border: 0;
  background-color: var(--c4);
  width: 60px;
  height: 42px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 40%;
  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 #44bb02;
  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: #44bb02;
    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: #44bb02; 
    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 #44bb02;
}
.contact-form-inputs input {
  padding: 9px 40px;
  font-size: 17px;
  color: black;
  background-color: var(--c4);
  border: 1px solid #44bb02;
  border-radius: 5px;
  transition: all.5s;
}
.contact-form-inputs {
  text-align: center;
}
.contact-form-inputs input:hover {
    background-color: #44bb02;
    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: #44bb02;
	color: #fff;
	padding: 12.1px 12px;
	font-size: 17px;
	letter-spacing: 2px;
	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: #44bb02;
}
@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;
    }
}
