@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: hsl(223, 85%, 13%); /* 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: #163d66;
  font-weight: 600;
}

/* upper header  */
.main-menu > ul {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: end;
}
.main-menu > ul > li {
  padding: 15px 0;
}
.logo a img {
  width: 250px;
   margin-top: 20px;
}


.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;
    padding: 10px 21px;
}
a.get {
    padding: 9px !important;
    /* background-color:hsl(223, 77%, 15%) !important;  */
    color: #0c2965 !important;
}
/* .web-btn::before {
  content: "";
  position: absolute;
  height: 61%;
  width: 17px;
  background-color: var(--c4);
  left: 17px;
  top: 8px;
  transform: skewX(-20deg);
  text-align: end;
} */
.banner-btn::before {
  background-color: var(--c1);

}
.logo {
  margin-left: 25%;
}
.lower-header-body .row .col-xl-8 {
  padding: 0;
}
/* .main-menu::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 20%;
  background-color: var(--c1);
  left: -24px;
  top: 0;
  transform: skewX(-30deg);
  z-index: -1;
} */
/* header  */
/* banner */
.banner-img {
  background-size: 100% 100%;
  height: 65em;
}
.banner-content {
  padding-top: 4%;
}
/*
.banner-content h3 {
  color: var(--c5);
  font-weight: 300;
  font-size: 25px;
}
.banner-content h1 {
  font-size: 54px;
  font-weight: 700;
  color: var(--c3);
  text-transform: uppercase;
}
.banner-content h1 span {
  color: var(--c2);
}

*/


.banner-content .subtxt {
  color: var(--c5);
  font-weight: 400;
  font-size: 25px;
}
.banner-content .bnrpara {
    font-size: 45px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    line-height: 1.2;
    font-family: "poppins", sans-serif;
    color: #0c2965;
}
.banner-content .banner-para {
  font-size: 15px;
  
}
.banner-content .bnrpara span {
  color: #8d1515;
  font-size: 45px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-family: "poppins", sans-serif;
  line-height: 1.2;
}

.banner-content p span {
  color: #c68400;
  font-size: 35px;
  font-weight: 700;
  
  padding: 0;
  margin: 0;
  font-family: "poppins", sans-serif;
  line-height: 1.2;
}



.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: 39px;
  line-height: 43px;
  font-weight: 800;
  padding-bottom: 20px;
}
.web-title h2 {
  font-size: 39px;
  line-height: 43px;
  font-weight: 800;
  padding-bottom: 20px;
  color: #203b71;
}

.exam-course-title {
  width: 90%;
  margin: 0 auto;
}
.exam-course-content p{
	padding-top:20px;
}
.exam-course-title h1 {
  margin-bottom: 20px;
  margin-top: 10px;
}
.web-title h1 span {
  /* color: #163d66; */
}
.web-title h2 span {
  color: #c23030;
}
.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;
}
.card:hover {
  background-color: #ffe5e5; 
}

/* exam-course-section */
/* service-card-first-section */
.service-card-first-sec{
  background-image: url("../images/ourservicebg.png");     
  background-repeat:no-repeat;
	background-size:cover;
}

.service-card-second-sec {
   background-color: #feecd9;
    

    padding-top: 100px;
    height: 768px;
} 
.service-card-bg {
    position: relative;
    background-image: url("assets/images/card-background.png");
}
.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: 12em;
  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-top: -90px; */
  margin-left: 37px;
  /* background-color: var(--c4); */
  /* animation: left_right 8s  infinite linear alternate-reverse; */
}
.service-card-content h2 {
  font-size: 17px;
  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: 17px;
  font-weight: 400;
}

.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;
  border-radius: 100% 100% 100% 100% ;
}
.running-project-card {
  margin: 0 10px;
  padding-left: 10px;
  /* box-shadow: 0 0 8px 0 #3333; */
  border-radius: 10px;
  margin-bottom: 10px;
  /* background-image: url("assets/images/card-background.png"); */
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  
}
.ruuning-project-img img {
 height: 240px;
 object-fit: cover;
 object-position: top;
}
.running-project-content {
  padding: 0px 0px;
  height: 103px;
  padding-right: 10px;
}
.running-project-content h2 {
  font-size: 22px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  text-align: center;
  margin-top: -1px;
  /* 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);
}
/* running-project-sec */
/* contry-card-section */
.country-card {
  margin: 0 10px;
  overflow: hidden;
  border-radius: 22px;
  /* width: 216px; */
}
.country-project-content {
  padding: 10px 0;
  background-color: lab(97 0 -0.01);
  box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 26%);
}
.country-project-content a {
  font-size: 20px;
  font-weight: 600;
  color: #2c3a49;
  transition: all 0.5s;
}
.country-project-content a:hover {
  color: var(--c3);
}
.country-base-projects {
  margin-top: 40px;
}
.flag-img img {
  height: 178px;
  object-fit: cover;
  /* border-radius: 14px; */
  width: 380px;
}
/* contry-card-section */
/* footer  */
.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: #ffffff;
  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: #c23030;
}
.footer-links ul li a {
  color: #ffffff;
  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: #ffffff;
  font-weight: 200;
}
.social-icons ul li a i {
  font-size: 30px;
}
.contact-detail a,
.contact-detail p {
  font-size: 17px;
  color: #ffffff;
  font-weight: 200;
}
.follow-us ul li i {
  padding: 0;
  color: #000000;
  padding: 0px 2px;
  border-radius: 5px;
}
.footer {
  padding-top: 163px;
  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: #0c2965;
  color: var(--c4);
  padding: 10px 14px;
  transition: all 0.5s;
  position: relative;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 300;
  font-family: "Poppins";
  transition: all .5s;
  position: relative;
  z-index: 99;
  border-radius: 6px;
}
.web-btn a:hover {
  color: white;
  background-color: #8d1515;
}
/* .web-btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 20px;
    height: 100.9%;
    background-color: var(--c2);
    z-index: -1;
    transform: skewX(-20deg);
    transition: all .5s;
} */
.web-btn a:hover::before {
    background-color: var(--c1);
}
.footer-links ul li a:hover {
  color: #c23030;
}
.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: white;
  font-weight: 300;
}
.copyright a:hover {
  color: var(--c1);
}
.copyright a {
  color: white;
  font-weight: 300;
  transition: all.5s;
}

.footer-info ul li a {
  color: #000000;
  transition: all 0.5s;
  font-weight: 400;
  font-size: 12.5px;
  display: block;
  
}
.footer-info ul li {
  padding-bottom: 10px;
  color: #000000;
  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: #0c0c0c;
  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 #e8a646;
  border-radius: 35px;
}
.contact-form-input input:focus,
.contact-form-input textarea:focus {
  margin-top: 0;
}
#exampleModalLabel {
  font-size: 24px;
  color: var(--c6);
}
.modal-body {
  border-radius: 0 0 10px 10px;
  background-image: url(../images/first-card-bg.jpg);
}
button.btn.btn-secondary {
  background-color: var(--c3);
  border: 0;
  padding: 10px 30px !important;
}
.modal-footer {
  justify-content: center !important;
}
.contact-form-inputs input {
  padding: 9px 40px;
  font-size: 17px;
  color: black;
  background-color: var(--c4);
  border: 2px solid #e8a646;
  border-radius: 5px;
  transition: all.5s;
}
.contact-form-inputs {
  text-align: center;
}
.contact-form-inputs input:hover {
  background-color: var(--c3);
}
.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);
}
@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;
    }
}
.service-card::before {
  content: "";
  display: inline-block;
  width: 20px;      /* adjust size */
  height: 20px;
  margin-right: 8px; /* space between image and content */
  background-image: url("assets/images/before.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}


.second-section-img {
  display: flex;
  align-items: center; /* vertically center items */
  gap: 10px; /* space between image and text */
  margin-left: 10px;
}

.second-section-img img {
  width: 80px;
}

.second-section-img p {
  font-size: large;
  margin: 0; /* remove default paragraph margins */
  padding-top: 0; /* remove your existing padding */
  font-weight: bold;
}
.running-project-img img {
  width: 70%;
  margin-left: 47px;
}

.container.height {
  height: 585px;
}

.running-project-card {
  /* background-image: url("assets/images/card-background.png"); */
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}



.heading{
  margin-top: 41px;
}
.running-project-card{
  /* background-image: url('../images/card-background.png'); */
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}


/* //service section */


.card-img img {
    width: 55px;
    object-fit: contain;
    height: 55px;
    margin-bottom: 10px;
}
.card {
    padding: 15px 15px;
    margin-bottom: 15px;
}
.card-content h2 {
    font-weight: 700;
    font-size: 25px;
}
.card-content p {
  font-size: 16px;
}
.card-content {
  height: 350px;
}
.card-img img {
  width: 100%;
  /* height: 52%; */
  object-fit: contain;
  height: 90px;
  margin-bottom: 20px;
  /* justify-content: center; */
  margin-top: 27px;
}
.card {
  padding: 0px 0px;
  margin-bottom: 15px;
  border: 0 !important;
  height: 365px !important;
}
.card-content h2 {
  font-weight: 700;
  font-size: 25px;
  text-align: center;
}
.card-content p {
  font-size: 16px;
  text-align: center;
}
.card-content p a {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  transition: all .5s;
}
.card-content p a:hover {
  color: var(--c2);
}
.card-section .container .row .col-lg-4:nth-child(1),
.card-section .container .row .col-lg-4:nth-child(2),
.card-section .container .row .col-lg-4:nth-child(4),
.card-section .container .row .col-lg-4:nth-child(5),
.card-section .container .row .col-lg-4:nth-child(7),
.card-section .container .row .col-lg-4:nth-child(8){
  border-right: 4px solid #e7ecf2;
}
.card-section .container .row .col-lg-4:nth-child(1),
.card-section .container .row .col-lg-4:nth-child(2),
.card-section .container .row .col-lg-4:nth-child(3),
.card-section .container .row .col-lg-4:nth-child(4) ,
.card-section .container .row .col-lg-4:nth-child(5),
.card-section .container .row .col-lg-4:nth-child(6) {
  border-bottom: 3px solid #e7ecf2;
}

/* .our-services {
    background-color: #f8f9fa;
}

.service-image {
    height: 200px;
    object-fit: cover;
}

.left-arrow {
    left: -50px;
}

.right-arrow {
    right: -50px;
}

.carousel-control-prev, .carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: #0d6efd;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
    background-color: #0b5ed7;
} */

#servicesCarousel .carousel-item .card .card-title{

margin-top: 32%;
}

span.black {
    color: black;
    font-weight: 400;
}
span.blue {
    color: #0c2965;
    
}
span.red {
    color: #c23030;
    
}


.service-project-card {
    padding: 9px;
}

.card-title {
    font-weight: 600;
    padding-top: 17px;
    font-size: 23px;
}

.card-text {
    padding-top: 9px;
}

.service-project-content {
    padding: 10px;
    border-bottom: 1px solid #c23030;
    border-left: 1px solid #c23030;
    border-right: 1px solid #c23030;
    border-radius: 0px 0px 10px 10px;
    height: 248px !important;
}

a.get {
    background-color: transparent;
    border: 1px solid #0c2965;
    color: #0c2965;
}