@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,600,700|Roboto+Condensed:400,500,600,700");
@import url("https://fonts.googleapis.com/css2?family=Oleo+Script&display=swap");
* {
  --primary-green: #a7cf3a;
  --primary-green-dark: #8aac2f;
  --primary-blue: #325098;
  --primary-blue-dark: #233a6e;
  --box-shadow-float: 0px 17px 10px -10px rgb(0 0 0 / 40%);
  --box-shadow: 0 0 0.5rem 0 #c9e2f899;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: 0px !important;
}
/* Custom CSS Start */
.header-widget ul li {
  display: inline-block;
}
.header-widget ul li.mobShow {
  display: none;
}

@media screen and (max-width: 768px) {
    .header-widget ul li.mobShow {
      display: inline-block;
    }
    .header-widget ul li.mobHide {
      display: none;
    }
}

.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*-----------------------------------------------------------Sticky----------------------------------------------------------------*/

#sticky-section {
    position: absolute;
    z-index: 999;
}

#sticky-section .social-icons {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-30%);
}

#sticky-section .social-icons ul {
    list-style: none;
}

#sticky-section .social-icons ul li {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-bottom: 1px solid gainsboro;
    cursor: pointer;
    transition: all 0.3s;
}

#sticky-section .social-icons ul li i {
    font-size: 15px;
    border-radius: 50%;
    color: white;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sticky-section .social-icons ul li:nth-child(1) i {
    background: rgb(45, 75, 156);
}

#sticky-section .social-icons ul li:nth-child(2) i {
    background: rgb(10, 194, 207);
}

#sticky-section .social-icons ul li:nth-child(3) i {
    background: rgb(177, 28, 48);
}

#sticky-section .social-icons ul li:nth-child(4) i {
    background: rgb(233, 28, 113);
}

#sticky-section .social-icons ul li a {
    width: 0;
    overflow: hidden;
    font-size: 12px;
    transition: all 0.3s;
}

#sticky-section .social-icons ul li.open {
    width: 240px;
}

#sticky-section .social-icons ul li.open i {
    margin-right: 15px;
}

#sticky-section .social-icons ul li.open a {
    width: 200px;
}

#sticky-section .contact {
    position: fixed;
    top: 50%;
    transform: translateY(-30%);
}

#sticky-section .contact .icon {
    background: #089726;
    color: white;
    padding: 5px 10px;
    font-size: 20px;
    width: 40px;
    height: 132px;
    cursor: pointer;
}

#sticky-section .contact .icon.open .text {
    width: 200px;
    color: black;
}

#sticky-section .contact .icon.open .text h6 {
    color: white;
    background: #3db166;
    padding: 5px;
    text-align: center;
    font-weight: 700;
}

#sticky-section .contact .icon.open .text p {
    padding: 5px;
}

#sticky-section .contact .icon span {
    display: block;
    transform: rotate(90deg);
}

#sticky-section .contact .text {
    width: 0;
    overflow: hidden;
    transition: all 0.6s;
    background: whitesmoke;
    margin-top: -35px;
    margin-left: 32px;
    font-size: 15px;
}

#sticky-section .phone {
    position: fixed;
    bottom: 18px;
    left: 10px;
}

#sticky-section .phone a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    font-size: 25px;
    color: white;
    animation: shake 1.5s cubic-bezier(.36, .07, .19, .97) both infinite;
    transform: translate3d(0, 0, 0);
}

#sticky-section .phone a:nth-child(1) {
    background: #af0f24;
}

#sticky-section .whatsapp {
    position: fixed;
    bottom: 18px;
    right: 10px;
}

#sticky-section .whatsapp a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    font-size: 35px;
    color: white;
    animation: shake 1.5s cubic-bezier(.36, .07, .19, .97) both infinite;
    transform: translate3d(0, 0, 0);
}

#sticky-section .whatsapp a:nth-child(1) {
    background: #0d9c3f;
}

#sticky-section .facebook {
    position: fixed;
    bottom: 90px;
    right: 10px;
}

#sticky-section .facebook a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    width: 120px;
    height: 40px;
    border-radius: 8px;
    font-size: 20px;
    color: white;
    animation: shake 1.5s cubic-bezier(.36, .07, .19, .97) both infinite;
    transform: translate3d(0, 0, 0);
}

#sticky-section .facebook a:nth-child(1) {
    background: #5f48c7;
}

#sticky-section .apply {
    position: fixed;
    bottom: 10px;
    left: 12px;
}

#sticky-section .apply2 {
    position: fixed;
    bottom: 40px;
    left: 12px;
}

#sticky-section .apply3 {
    position: fixed;
    bottom: 85px;
    left: 12px;
}

#sticky-section .ts {
    position: fixed;
    bottom: 155px;
    right: 11px;
}

#sticky-section .ts a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    width: 170px;
    height: 41px;
    border-radius: 12px;
    font-size: 21px;
    color: white;
    animation: shake 1.5s cubic-bezier(.36, .07, .19, .97) both infinite;
    transform: translate3d(0, 0, 0);
}



#sticky-section .apply a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    width: 190px;
    height: 41px;
    border-radius: 12px;
    font-size: 21px;
    color: white;
    animation: shake 1.5s cubic-bezier(.36, .07, .19, .97) both infinite;
    transform: translate3d(0, 0, 0);
}

#sticky-section .apply a:nth-child(1) {
    background: #062102;
}

#sticky-section .apply2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 190px;
    height: 41px;
    border-radius: 12px;
    font-size: 21px;
    color: white;
    animation: shake 1.5s cubic-bezier(.36, .07, .19, .97) both infinite;
    transform: translate3d(0, 0, 0);
}

#sticky-section .apply2 a:nth-child(1) {
    background: #9f0c0c;
}

#sticky-section .apply3 a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 190px;
    height: 41px;
    border-radius: 12px;
    font-size: 21px;
    color: white;
    animation: shake 1.5s cubic-bezier(.36, .07, .19, .97) both infinite;
    transform: translate3d(0, 0, 0);
}

#sticky-section .apply3 a:nth-child(1) {
    background: #088235;
}

#sticky-section .ts a:nth-child(1) {
    background: #9f0c0c;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

/*------------ HOME PAGE ONE CSS START -------------*/

.main-logo {
  padding: 2px;
}
.main-logo img {
  width: auto;
  height: 9rem;
}
#navbarSupportedContent {
  text-align: center !important;
}
/* Header CSS Start */
.header-section {
  background: #021a46;
  padding: 10px 0;
}
.header-section .header-widget ul {
  padding-left: 0;
  margin-bottom: 0;
}
.header-section .header-widget ul li {
  font-size: 14px;
  padding-right: 30px;
  margin-right: 15px;
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 768px) {
    .header-section .header-widget ul li {
      font-size: 12px;
      padding-right: 10px;
      margin-right: 10px;
    }
}
.header-section .header-widget ul li::before {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 4px;
  height: 23px;
  right: 0;
  top: 0px;
}
.header-section .header-widget ul li:last-child::before {
  display: none;
}
.header-section .header-widget ul li i {
  margin-right: 5px;
  font-size: 18px;
  top: 1px;
  position: relative;
}
.header-section .header-widget ul li a {
  color: #ffffff;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
}
.header-section .header-widget ul :nth-child(3)::before {
  /*display: none;*/
}
.header-section .header-social ul {
  padding-left: 0;
  margin-bottom: 0;
}
.header-section .header-social ul li a i {
  color: #ffffff;
  background: #b47f41;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  margin-left: 5px;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-section .header-social ul li a i::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  background: #ffffff;
  top: 0;
  left: 0;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-section .header-social ul li a i:hover::after {
  width: 100%;
  height: 100%;
}
.header-section .header-social ul li a i:hover {
  color: #b47f41;
}
.tagline h4 {
  text-align: center;
  text-transform: capitalize;
  font-family: "Oleo Script", cursive;
  font-size: 27px;
  line-height: 35px;
  font-weight: 500;
  margin-top: 18px;
}

.Submit-box {
  background-color: #002c7b;
  color: #fff;
  padding: 11px 12px;
  font-size: 14px;
  width: 80%;
  border-radius: 32px;
  margin: 4px 0px 2px;
  border: 0px;
  margin: 6px auto;
}
.carousel-control.left {
  background-image: none;
}
.carousel-control.right {
  background-image: none;
}
.content-top {
  position: relative;
  margin-top: -50px;
  z-index: 9;
}
.caption-box {
  background-color: #fff;
  padding: 20px 25px;
  width: 100%;
  border-radius: 10px;
  border-bottom: 3px solid #002c7b;
}

.decor-1 {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.decor-1:after {
  position: relative;
  top: 0px;
  display: inline-block;
  width: 130px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 5px solid #e0a420;
  content: "";
}
.decor-2 {
  width: 100%;
  text-align: center;
  margin: 0px auto;
}
.decor-2:after {
  position: relative;
  top: 0px;
  display: inline-block;
  width: 130px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 5px solid #a9cf46;
  content: "";
}
.decor-3 {
  width: 100%;
  text-align: right;
  margin: 0px auto;
}
.decor-3:after {
  position: relative;
  top: 0px;
  display: inline-block;
  width: 220px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 4px solid #ff850a;
  margin-bottom: 10px;
  content: "";
}
.decor-4 {
  width: 100%;
  text-align: left;
  margin: 0px auto;
}
.decor-4:after {
  position: relative;
  top: 0px;
  display: inline-block;
  width: 200px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 4px solid #a9cf46;
  margin: 3px 0px;
  content: "";
}

.wel-part {
  padding: 40px 0px;
}
.wel-part-img img {
  width: 100%;
  height: auto;
  padding: 3px;
  border: 1px solid #a7cf3a;
  margin: 5px 0px;
}
.wel-text h1 span {
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  margin: 0px 0px;
  color: #1c2636;
}
.wel-text h1 {
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0px 0px;
  color: #325098;
}
.welcome-text p {
  font-size: 17px;
  color: #141414;
  text-align: justify;
  line-height: 31px;
  margin: 5px 0px;
}
.button-box a,
.button-box .btn {
  background-color: #325098;
  color: #fff;
  padding: 10px 40px;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  margin: 12px 0px 6px;
  border: 0px;
  border-bottom: 4px solid #a9cf46;
  vertical-align: 0;
  border-radius: 0px;
}
.button-box a i {
  margin-left: 3px;
}

.package ul {
  padding-left: 5px;
  margin-bottom: 0;
}
.package ul li {
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: 8px 12px;
  padding-left: 30px;
  list-style: none;
  text-align: left;
  font-weight: 600;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 17px;
  line-height: 27px;
}
.image-part {
  margin: 10px 0px 0px;
}
.image-part-img {
  display: inline-block;
}
.image-part-img img {
  width: auto;
  height: auto;
}
.image-part-con {
  display: inline-block;
  position: relative;
  top: 20px;
}
.image-part-con h3 {
  font-size: 20px;
  margin: 5px 0px;
  font-weight: 400;
  line-height: 25px;
  display: inline;
  padding-left: 10px;
}
.image-part-con span {
  font-size: 15px;
  margin: 3px 0px;
  font-weight: 300;
  line-height: 25px;
  display: block;
  padding-left: 10px;
}

.owl-controls .owl-nav > div {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #a8cf45;
  color: #fff;
  transform: translateY(-50%);
  font-size: 22px;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.owl-controls .owl-nav > div:hover {
  background-color: #325098;
}
.owl-controls .owl-nav .owl-prev {
  left: -25px;
}
.owl-controls .owl-nav .owl-next {
  right: -25px;
}
.rs-carousel:hover .owl-controls .owl-nav > div {
  opacity: 1;
}

.slider-box {
  padding: 40px 0px;
  background-color: #f9f9f9;
}
.course-body a {
  color: #a8cf45;
  font-size: 17px;
}
.rs-courses .cource-item {
  border: 1px solid #dddddd;
}
.rs-courses .cource-item .cource-img {
  position: relative;
  margin-bottom: 22px;
}
.rs-courses .cource-item .cource-img img {
  width: 100%;
  transition: all 0.3s ease 0s;
}
.rs-courses .cource-item .cource-img .course-value {
  position: absolute;
  bottom: -25px;
  right: 25px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ff3115;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50%;
  z-index: 1;
}
.rs-courses .cource-item .course-body {
  text-align: center;
  padding: 0 20px;
}
.rs-courses .cource-item .course-body .course-category {
  display: inline-block;
}
.rs-courses .cource-item .course-body .course-title {
  font-size: 20px;
  margin-bottom: 7px;
}
.rs-courses .cource-item .course-body .course-title a {
  color: #212121;
}
.rs-courses .cource-item .course-body .course-title a:hover {
  color: rgba(33, 33, 33, 0.6);
}
.rs-courses .cource-item .course-body .review-wrap .rating {
  display: inline-block;
  color: #ff3115;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ddd;
  line-height: 10px;
}
.rs-courses .cource-item .course-body .review-wrap .review {
  line-height: 10px;
  display: inline-block;
}
.rs-courses .cource-item .course-body .course-desc {
  margin-top: 10px;
}
.rs-courses .cource-item .course-body .course-desc p {
  margin: 0 0 22px;
}
.rs-courses .cource-item .course-footer {
  padding: 15px 20px;
  background-color: #f0f0f0;
  text-align: center;
}
.rs-courses .cource-item .course-footer div {
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: 19px;
}
.rs-courses .cource-item .course-footer div span {
  display: block;
  font-size: 14px;
  color: #212121;
  font-weight: 500;
}
.rs-courses .cource-item .course-footer div span.label {
  font-weight: 700;
}
.rs-courses .cource-item .course-footer div div {
  padding-left: 8px;
  margin-left: 8px;
  border-left: 1px solid #ccc;
}
.rs-courses .cource-item.blue-color .course-footer {
  background: #00bcd4;
}
.rs-courses .cource-item.orange-color .course-footer {
  background: #fc7f0c;
}
.rs-courses .cource-item.purple-color .course-footer {
  background: #92278f;
}
.rs-courses .cource-item.red-color .course-footer {
  background: #e84b3a;
  box-shadow: 0 12px 20px #f4f5ff;
}
.event-item .events-details {
  margin-top: -20px;
  padding: 15px;
}
.event-item .events-details.white-bg {
  background: #fff;
}
.event-item .event-img,
.cource-item .event-img,
.event-item .cource-img,
.cource-item .cource-img {
  position: relative;
}
.event-item .event-img:after,
.cource-item .event-img:after,
.event-item .cource-img:after,
.cource-item .cource-img:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00397182;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.event-item .event-img .image-link,
.cource-item .event-img .image-link,
.event-item .cource-img .image-link,
.cource-item .cource-img .image-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  color: #a9cf46;
  z-index: 11;
}
.event-item .event-img .image-link:hover,
.cource-item .event-img .image-link:hover,
.event-item .cource-img .image-link:hover,
.cource-item .cource-img .image-link:hover {
  color: #fff;
}
.event-item .event-img .image-link i,
.cource-item .event-img .image-link i,
.event-item .cource-img .image-link i,
.cource-item .cource-img .image-link i {
  font-size: 40px;
  font-weight: 400;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.event-item:hover .event-img:after,
.cource-item:hover .event-img:after,
.event-item:hover .cource-img:after,
.cource-item:hover .cource-img:after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.event-item:hover .event-img .image-link i,
.cource-item:hover .event-img .image-link i,
.event-item:hover .cource-img .image-link i,
.cource-item:hover .cource-img .image-link i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.rs-courses-2 {
  padding: 0px;
}
.rs-courses-2 .cource-item {
  margin-bottom: 5px;
  border: 1px solid #dddddd;
}
.rs-courses-2 .cource-item .cource-img {
  position: relative;
  overflow: hidden;
}
.rs-courses-2 .cource-item .cource-img img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.rs-courses-2 .cource-item .cource-img .course-value {
  position: absolute;
  bottom: -25px;
  right: 25px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ff3115;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 50%;
}
.rs-courses-2 .cource-item .course-body {
  padding: 20px 25px 25px;
  transition: all 0.5s ease 0s;
}
.rs-courses-2 .cource-item .course-body .course-category {
  display: inline-block;
}
.rs-courses-2 .cource-item .course-body .course-title {
  font-size: 20px;
  margin-bottom: 7px;
}
.rs-courses-2 .cource-item .course-body .course-title a {
  color: #212121;
  transition: all 0.35s ease 0s;
  text-decoration: none;
  font-size: 20px;
  line-height: 28px;
}
.rs-courses-2 .cource-item .course-body .course-title a:hover {
  color: rgba(33, 33, 33, 0.6);
}
.rs-courses-2 .cource-item .course-body .course-desc {
  margin-top: 12px;
}
.rs-courses-2 .cource-item .course-body .course-desc p {
  margin-bottom: 0;
  margin: 10px 0px;
  line-height: 28px;
  font-size: 16px;
  transition: all 0.35s ease 0s;
}
.rs-courses-2 .cource-item .cource-btn {
  background-color: #325098;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  transition: all 0.3s ease 0s;
}
.rs-courses-2 .cource-item .cource-btn:hover {
  background-color: #a9cf46;
}
.rs-courses-2 .cource-item:hover .course-body {
  background-color: #003971;
}
.rs-courses-2 .cource-item:hover .course-body .course-title a {
  color: #fff;
}
.rs-courses-2 .cource-item:hover .course-body p {
  color: rgba(255, 255, 255, 0.7);
}
.rs-courses-2 .cource-item:hover .cource-btn {
  background-color: #fff;
  color: #325098;
  font-weight: 300;
  text-decoration: none;
}
.rs-courses-2 .cource-item:hover .cource-img img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  opacity: 0.9;
}
.rs-courses-2 .view-more {
  bottom: auto;
}
.rs-courses-2 .row.grid {
  min-height: 500px !important;
}

.rs-services-style7 .Services-wrap .Services-item {
  position: relative;
  overflow: hidden;
  margin: 15px 0px;
  border-radius: 15px;
  border: 3px solid #a9cf46;
}
.rs-services-style7 .Services-wrap .Services-item:before {
  position: absolute;
  content: "";
  background: #181b29c2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  border-radius: 8px;
}
.rs-services-style7 .Services-wrap .Services-item .Services-icon img {
  width: 100%;
  height: auto;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc {
  position: absolute;
  bottom: 25px;
  left: 0;
  text-align: center;
  width: 100%;
  transition: all 0.5s ease 0s;
  z-index: 10;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc i {
  webkit-animation-name: rs-animation-scale-up;
  animation-name: rs-animation-scale-up;
  display: none;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc i:before {
  color: #b6e243;
  font-size: 45px;
}
.rs-services-style7
  .Services-wrap
  .Services-item
  .Services-desc
  .services-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
}
.rs-services-style7
  .Services-wrap
  .Services-item
  .Services-desc
  .services-title
  a {
  text-decoration: none;
  letter-spacing: 0.5px;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
}
.rs-services-style7 .Services-wrap .Services-item:hover:before {
  opacity: 1;
  visibility: visible;
}
.rs-services-style7 .Services-wrap .Services-item:hover .Services-desc {
  bottom: 50%;
  transform: translateY(50%);
}
.rs-services-style7 .Services-wrap .Services-item:hover .Services-desc i {
  display: block;
}
.rs-services-style7 .content-part .sub-text {
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #ff3115;
  font-weight: 600;
}
.rs-services-style7 .content-part .title {
  font-size: 30px;
  line-height: 40px;
  color: #212121;
  font-weight: 700;
  margin: 0;
}
.rs-services-style7 .content-part p {
  font-size: 16px;
  line-height: 27px;
  color: #505050;
  margin: 0;
}
.md-top {
  margin-top: 40px;
}

.why-part {
  padding: 30px 0px;
}
.why-img img {
  width: 100%;
  height: auto;
}

.quality-01 {
  background-color: #ffffff94;
  border: 2px solid #a7cf3a;
  padding: 25px 18px 25px 18px;
  text-align: center;
  border-radius: 8px;
  margin: 0px 0px 15px 0px;
  height: 100%;
}

.list-icon {
  color: #656565;
  text-align: center;
  font-size: 47px !important;
  padding: 20px;
  border-radius: 50px;
  border: 3px solid #133f91;
  height: 90px;
  width: 90px;
}
.quality-01 p {
  text-align: center;
  margin: 0px;
  color: #333;
  font-size: 17px;
  line-height: 29px;
  padding: 10px 45px 10px 45px;
}
.quality-01 h3 {
  font-size: 24px;
  margin: 13px 0px;
  text-transform: uppercase;
  font-weight: 700;
  color: #a7cf3a;
}
.imglist img {
  width: 100%;
  height: auto;
  padding: 3px;
  border: 1px solid #a7cf3a;
  margin: 15px 0px;
}
.imglist {
  padding: 0 2rem;
}
.imglist .imglistItem {
  position: relative;
}
.ribbon-pop {
  background: linear-gradient(270deg, #4f396a 5.25%, #576bb0 96.68%);
  display: inline-block;
  padding: 10px 40px 10px 20px;
  color: white;
  position: absolute;
  left: 0;
}
.ribbon-pop:after {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  position: absolute;
  right: 0;
  border-right: 20px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.ribbon-pop:before {
  height: 0;
  width: 0;
  border-top: 15px solid #381f57;
  border-left: 15px solid transparent;
  bottom: -15px;
  position: absolute;
  content: "";
  left: 0;
}

.car-rental {
  background-image: url(../img/why-choose-img.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 40px 0px;
}
.car-rental::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #00071d, #00030a);
  opacity: 0.9;
}
.car-rental-text h4 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  margin: 5px 0px;
}
.car-rental-text h5 span {
  color: #e1a625;
  font-weight: 900;
}
.car-rental-text h5 {
  font-size: 35px;
  font-weight: 500;
  color: #f4f4f4;
  margin: 5px 0px;
}
.car-rental-text p {
  margin: 12px 0 10px;
  font-size: 17px;
  color: #f4f4f4;
  line-height: 30px;
}
.car-text-btn a {
  color: #fff;
  padding: 10px 29px;
  font-size: 18px;
  display: inline-block;
  margin: 5px 0px 5px;
  border: 3px solid #e1a625;
  border-radius: 30px;
  font-weight: 500;
}
.box {
  padding: 15px 15px;
  text-align: center;
  border-radius: 10px;
}
.box:hover {
  box-shadow: 0px 0px 8px -3px #181818;
  transition: 1s;
}
.box i {
  font-size: 80px;
  color: #a9cf46;
  margin: 2px 0px;
  text-align: center;
}
.box img {
  width: 50%;
  margin: 0 auto;
}
.box h4 {
  font-size: 55px;
  font-weight: 900;
  color: #ffffff;
  margin: 8px 0px 8px;
  text-align: center;
}
.box p {
  font-size: 18px;
  line-height: 28px;
  color: #bfbfbf;
  margin: 10px 0px;
  text-transform: uppercase;
}
.why-text h3 {
  font-size: 35px;
  text-align: center;
  font-weight: 700;
  color: #325098;
  font-family: "Roboto Condensed", sans-serif;
  margin: 3px 0px 0px;
  line-height: 37px;
  text-transform: uppercase;
}
.content h4 {
  margin: 10px 0px 0px;
}
.content h4 a {
  font-size: 18px;
  color: #ff850a;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
}
.content p {
  font-size: 14px;
  color: #ccc;
  line-height: 24px;
  margin: 5px;
}
.we-travel {
  padding: 30px 0px;
}
.we-travel-text h3 {
  font-size: 37px;
  text-align: center;
  font-weight: 700;
  color: #000e67;
  font-family: "Roboto Condensed", sans-serif;
  margin: 3px 0px 0px;
  line-height: 45px;
}
.wel-icon img {
  width: auto;
  height: auto;
  border: 2px solid #e0a422;
  border-radius: 10px;
}
.wel-icon h4 {
  font-size: 26px;
  font-weight: 600;
  color: #325098;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0px 0px 0px;
  line-height: 30px;
  text-transform: uppercase;
}
.wel-icon p {
  font-size: 18px;
  line-height: 30px;
  color: #090b16;
  margin: 5px 0px;
}
.wel-icon p a {
  font-size: 20px;
  color: #325098;
  font-weight: bold;
  margin-left: 3px;
  text-decoration: none;
}
.wel-icon p a:hover {
  font-size: 20px;
  color: #a9cf46;
  font-weight: bold;
  margin-left: 3px;
  text-decoration: none;
  transition: 0.5s;
}

.industries-img {
  margin: 5px 0px;
  text-align: center;
}
.industries-img img {
  padding: 3px;
  border: 1px solid #c18b17;
  width: 100%;
  height: auto;
}
.client-part {
  padding: 30px 0px;
}
.service-block {
  margin: 10px 10px;
}
.form-control {
  padding: 10px 10px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-size: 18px;
  border-radius: 5px;
  margin: 10px 0px;
  height: 50px;
  letter-spacing: 0.5px;
}
.form-control:focus {
  outline-offset: 0px;
}
.form-control:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
.carousel-indicators li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #a8cf45;
  border: 3px solid #fff;
  border-radius: 10px;
  display: none;
}
.carousel-indicators .active {
  width: 20px;
  height: 20px;
  margin: 0;
  background-color: #34529a;
  display: none;
}

.breadcrum-bg {
  padding: 30px 0px;
}
.w3l-breadcrum .breadcrum-bg {
  background-size: cover;
  background-image: linear-gradient(
      to right,
      rgba(0, 33, 71, 0.8),
      rgba(0, 33, 71, 0.8)
    ),
    url(../img/why-choose-img.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.w3l-breadcrum .breadcrum-bg h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px;
  position: relative;
  margin-bottom: 0;
  z-index: 1;
  padding-left: 29px;
  padding-top: 1px;
  padding-bottom: 20px;
}
.w3l-breadcrum .breadcrum-bg h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  opacity: 0.9;
  z-index: -1;
  background-image: url(../img/comuter-icon.png);
}
.w3l-breadcrum .breadcrum-bg p {
  font-size: 16px;
  color: #fff;
  margin: 5px 0px;
}
.w3l-breadcrum .breadcrum-bg p a {
  font-size: 16px;
  color: #fff;
}

.testimonials {
  padding: 30px 0px;
}
.w3ls_head span {
  color: #212121;
}
.w3ls_testimonials_grids {
  width: 100%;
  margin: 0px;
  padding: 60px 0px 40px;
  background-color: #fff;
}
.w3l_testimonial_grid {
  padding: 4em 1em 1em;
  background: #f5f5f5;
  text-align: center;
  position: relative;
  margin: 6.5em 0.3em 0.3em;
}
.w3l_testimonial_grid:focus,
.agileits_testimonial_grid:focus {
  outline: none;
}
.w3l_testimonial_grid_pos {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -30%;
  left: 0%;
}
.w3l_testimonial_grid_pos img {
  margin: 0 auto;
}
.w3l_testimonial_grid p {
  color: #7b7b7b;
  line-height: 24px;
  position: relative;
  font-size: 16px;
  font-weight: 100;
  padding-left: 29px;
  margin: 30px 5px 0px;
}
.w3l_testimonial_grid p:before {
  content: "\f10d";
  font-size: 2em;
  color: #a9cf46;
  font-family: FontAwesome;
  position: absolute;
  top: 0%;
  left: 0%;
}
.agileits_testimonial_grid h4 {
  font-size: 15px;
  color: #212121;
  margin: 10px 0px;
  text-transform: uppercase;
}
.agileits_testimonial_grid h5 {
  font-size: 16px;
  color: #325098;
}
/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.slick-prev,
.slick-next {
  line-height: 0;
  position: absolute;
  top: 60%;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-top: 0;
  padding: 0;
  cursor: pointer;
  color: #fff;
  border: none;
  font-size: 1em;
  outline: none;
  background: #3b50009c;
  z-index: 9;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: #3b50009c;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before {
  content: "\f177";
}
[dir="rtl"] .slick-prev:before {
  content: "\f177";
}
.slick-next,
[dir="rtl"] .slick-prev {
  /*right:-6.5%;*/
  right: 0%;
}
[dir="rtl"] .slick-next,
.slick-prev {
  right: auto; /*left:-6.5%;*/
  left: 0%;
}
.slick-next:before {
  content: "\f178";
}
[dir="rtl"] .slick-next:before {
  content: "\f178";
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: #212121;
  outline: none;
  background: transparent;
  border: 1px solid #e3e2e1;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "FontAwesome";
  font-size: 13px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\f111";
  text-align: center;
  opacity: 0.4;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #325098;
}
/*-- //testimonials --*/
.skills h3 span {
  color: #fff;
}

.box-img {
  text-align: center;
}

.box-img img {
  width: 15rem;
  height: 15rem;
  margin: 10px 0px;
  padding: 3px;
  border: 2px solid #dddddd;
  border-radius: 50%;
}

.box-title {
  text-align: center;
  font-weight: 700;
  /* background: var(--primary-blue); */
  /* color: var(--primary-green); */
  padding: 1rem;
}

.footer-part {
  background-image: url(../img/footer-bg.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 30px 0px 10px;
}
.footer-part::before {
  border-top: 3px solid #a9cf46;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #00071d, #00030a);
  opacity: 0.9;
}
.footer-text h3 {
  font-size: 27px;
  color: #fff;
  line-height: 37px;
  margin: 0px;
  font-weight: 800;
  text-transform: uppercase;
}
.footer-decor-3 {
  width: 100%;
  margin: 5px auto 0px;
}
.footer-decor-3:after {
  position: relative;
  top: 0px;
  display: inline-block;
  width: 150px;
  border-bottom: 4px solid #98bb43;
  margin-bottom: 10px;
  content: "";
}
.footer-img img {
  background: #fff;
  padding: 5px;
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.footer-text p {
  color: #fff;
  font-size: 15px;
  line-height: 28px;
}

.footer-information ul {
  padding-left: 5px;
  margin-bottom: 0;
}
.footer-information ul li {
  background-image: url(../img/arrow-now.png);
  background-repeat: no-repeat;
  background-position: 1px 8px;
  padding-left: 27px;
  list-style: none;
  text-align: left;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 15px;
  line-height: 27px;
}
.footer-information ul li a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.2px;
}
.footer-information ul li a:hover {
  color: #a7cf3b;
  text-decoration: none;
  transition: 0.5s;
}

.w3l-footer.three ul {
  padding-left: 0px;
}
.w3l-footer.three ul li {
  margin-bottom: 0.6em;
  display: block;
}
.w3l-footer.three ul li i {
  font-size: 18px;
  color: #181c27;
  position: relative;
  line-height: 35px;
  float: left;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  background-color: #fff;
}
.w3l-footer.three ul li p {
  list-style-type: none;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  float: left;
  width: 80%;
  margin-left: 10px;
  margin-bottom: 0px;
}
.w3l-footer.three ul li span {
  display: block;
}
.w3l-footer.three a {
  color: #fff;
}
.w3l-footer.three a:hover {
  color: #a7cf3a;
}
.power-by {
  width: 80%;
  margin: 0 auto;
  border-top: 1px solid #4e4e4e;
  margin: 17px auto;
}
.power-by p {
  text-align: center;
  color: #fff;
  margin: 15px 0px 0px;
  font-size: 15px;
}
.power-by p a {
  color: #fff;
}
.power-by p a:hover {
  color: #afafaf;
}

.welcome-text h3 {
  color: #2d435e;
  margin: 10px 0px;
}

/***********Social Icon**************/
#mySidenav a {
  position: fixed;
  left: -120px;
  transition: 0.3s;
  width: 160px;
  text-ecoration: none;
  color: white;
  z-index: 1100;
}
#mySidenav a:hover {
  left: -10px;
}
#facebook {
  /*top:170px;*/
  top: 194px;
  background: #3a549e;
}
#youtube {
  top: 217px;
  background: #cc181e;
}
#twitter {
  top: 312;
  background: #1ca0f2;
}
#instagram {
  /*top: 265px;*/
  top: 241px;
  background: linear-gradient(180deg, #e8573c, #db2555, #8a1f65);
}
#blogger {
  top: 359px;
  background: #f06a35;
}
#pdf-icon {
  top: 405px;
  background: #a82424;
}
.sidenav p {
  font-size: 18px;
  text-transform: capitalize;
  display: inline-block;
  margin: 0px;
  padding: 7px 3px 7px 25px;
}
.blogger,
.facebook,
.pdf-icon,
.twitter,
.instagram,
.you-tube {
  display: inline-block;
  background: url(../img/all-social.jpg) no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}
.blogger {
  background-position: -0px -0px;
  width: 40px;
  height: 40px;
  float: right;
}
.facebook {
  background-position: -40px -0px;
  width: 40px;
  height: 40px;
  float: right;
}
.pdf-icon {
  background-position: -0px -40px;
  width: 40px;
  height: 40px;
  float: right;
}
.twitter {
  background-position: -40px -40px;
  width: 40px;
  height: 40px;
  float: right;
}
.instagram {
  background-position: -0px -80px;
  width: 40px;
  height: 40px;
  float: right;
}
.you-tube {
  background-position: -40px -80px;
  width: 40px;
  height: 40px;
  float: right;
}

.contact-address {
  padding: 5px 0px;
  border-radius: 0px;
  position: relative;
  z-index: 1;
}
.contact-address ul {
  margin: 0;
  padding: 0;
}
.contact-address ul li {
  padding: 10px 0px;
  list-style-type: none;
}
.contact-address ul li span.fa {
  margin-right: 10px;
  font-size: 34px;
  border-radius: 50%;
  float: left;
  display: inline-block;
  color: #ffffff;
  width: 70px;
  background-color: #021a46;
  height: 70px;
  line-height: 61px;
  text-align: center;
  border: 5px solid #a7cf3a;
}
.icon-color h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 21px;
  line-height: 18px;
  color: #003c84;
  font-weight: 700;
}
.contact-address span,
.contact-address a {
  overflow: hidden;
  display: block;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
#feedback .input-group .form-control,
#feedback .input-group-addon {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 5px;
  margin: 0px;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  margin: 15px 0;
  width: 100%;
}
.Submit-box {
  background: #002a3a;
  color: #fff;
  padding: 15px;
  width: 45%;
  font-size: 18px;
  border-radius: 5px;
  margin: 6px 0px;
}
.form-control:focus {
  border-color: #a7cf3a;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: normal;
}

/***********Whatapp here**************/
.whatsapp_btn {
  position: fixed;
  bottom: 100px;
  right: 10px;
  width: 50px;
  height: 50px;
  z-index: 100;
}
.whatsapp_btn .icon_logo {
  position: relative;
  z-index: 150;
  padding: 5px;
}
.whatsapp_btn .icon_logo > a > img {
  width: 100%;
}
.whatsapp_btn .circle_waves {
  border-radius: 50%;
  background-color: #3cc04e;
  width: 50px;
  height: 50px;
  position: absolute;
  opacity: 0;
  bottom: 1px;
  left: 0px;
  z-index: 120;
  animation: waves 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
}
@keyframes waves {
  from {
    transform: scale(0.55, 0.55);
    opacity: 0.6;
  }
  to {
    transform: scale(1.8, 1.8);
    opacity: 0;
  }
}

/****** profile menu old css *****START*
.profile_menus_wrap {list-style: none;}
.profile_menus_wrap_main{ margin:0px;}
.profile_menus_wrap_main ul{list-style: none; padding:0px;}
.profile_menu{ float:left; margin:10px 15px;}
.profile_menu a {background-color: #021a46;padding: 13px 30px;color: #fff;border-radius: 30px;}
****** profile menu old css *****END*/

/****** profile menu NEW css *****START*/
.profile-nav-bar {
  background: #1b4694;
  margin-top: 10px;
}
.profile-nav-bar .page-content {
  margin-top: 0px;
}
.profile-nav-bar .profile_menus_wrap {
  margin: 0;
  padding: 0;
  text-align: center;
}
.profile-nav-bar .profile_menus_wrap .profile_menu {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  vertical-align: middle;
}
.profile-nav-bar .profile_menus_wrap .profile_menu > a {
  font-size: 17px !important;
  padding: 15px 30px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  font-family: inherit;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  letter-spacing: 0.3px;
}
.profile-nav-bar .profile_menus_wrap .profile_menu:active > a,
.profile-nav-bar .profile_menus_wrap .profile_menu:hover > a {
  background: #a7cf3a;
}
/****** profile menu NEW css *****END*/

#Student_Result #searched-certi {
  padding-top: 30px;
  margin-top: 15px;
  border-top: 1px solid #888;
}
#Student_Result #searched-certi .certi-row {
  display: block;
  line-height: 1.5;
  color: #000;
  font-size: 18px;
}
#Student_Result #searched-certi .certi-row.cname {
  font-weight: 600;
  text-transform: uppercase;
}
.stellarnav.mobile.active span.menu_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c1c1c1;
  opacity: 0.7;
  pointer-events: none;
}

#certificate .btn {
  background: #1b4694;
}

/*--------------------------------------Header--------------------------------------*/

/* .wave-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
} */

#header-section {
  position: relative;
  top: 0;
  z-index: 999;
  background: white;
  box-shadow: var(--box-shadow-float);
}

header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 12rem;
}

header .left {
  display: flex;
  justify-content: center;
  align-items: center;
}

header .left .logo {
  width: 10rem;
  margin-right: 2rem;
}

.contact-cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.hamburger {
  cursor: pointer;
  display: none;
}

.hamburger span {
  padding: 0;
  display: block;
  border-radius: 50px;
  background: var(--primary-green);
  height: 4px;
  line-height: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hamburger span.bar1 {
  width: 30px;
  margin-bottom: 4px;
}

.hamburger span.bar2 {
  width: 20px;
  margin-bottom: 4px;
}

.hamburger span.bar3 {
  width: 10px;
}

.hamburger.collapsed span.bar1 {
  transform: rotate(45deg);
  width: 35px !important;
}
.hamburger.collapsed span.bar2 {
  transform: rotate(-45deg);
  width: 35px !important;
}
.hamburger.collapsed span.bar3 {
  width: 0 !important;
}

.contact-cards .card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-right: 2rem;
  border: none;
  background: transparent;
}

.contact-cards .card .icon {
  margin-right: 1rem;
  color: var(--primary-green);
  padding-top: 2rem;
}

.contact-cards .card .content .title {
  font-weight: 700;
  font-size: 1.8rem;
}

.contact-cards .card .content .text {
  margin-right: 1rem;
  color: var(--primary-blue);
  font-size: 1.6rem;
}

nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transition: all 0.6s ease;
  background: var(--primary-green);
}

nav .nav-menu {
  width: 100%;
  border-radius: 5px;
  background: var(--shelly-color-background);
}

nav .nav-menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

nav .nav-menu ul li {
  display: inline-block;
  padding: 1rem 0;
  margin: 0 1.5rem;
  position: relative;
}

nav .nav-menu ul li a {
  display: inline-block;
  font-weight: 600;
  color: var(--shelly-color-secondary);
  position: relative;
  font-size: 1.8rem;
  cursor: pointer;
  letter-spacing: 1px;
}

nav .nav-menu ul li ul {
  flex-direction: column;
  position: absolute;
  background: white;
  width: max-content;
  border-radius: 1rem;
  border-top-left-radius: 0;
  box-shadow: 2px 2px 5px 1px #747474;
  top: 4.2rem;
  z-index: 99;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

nav .nav-menu ul li a:not([href]):hover + ul,
nav .nav-menu ul li ul:hover {
  opacity: 1;
  visibility: visible;
}

nav .nav-menu ul li a::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--primary-blue);
  transition: all 0.6s;
}

nav .nav-menu ul li a:hover::after {
  width: 3rem;
}

header .button-box a, header .button-box .btn {
    padding: 5px 10px;
    font-size: 18px;
    margin: 12px 5px 6px;
}

header .left .text h4 {
    text-align: center !important;
}

@media screen and (max-width: 768px) {
  header .contact-cards .card {
    display: none;
  }
  .hamburger {
    display: block;
  }
  nav {
    height: 0;
    overflow: hidden;
  }
  header .left .text h4 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  header .left .logo {
    width: 6rem;
    margin-right: 2rem;
  }
  header {
    height: 9rem;
  }
  header .button-box a, header .button-box .btn {
      display: none;
  }
  header .left .text h3 {
    font-size: 0.9rem;
  }
  header .left .text h4 {
    font-size: 0.9rem;
  }
}

nav.collapsed {
  height: 480px;
}

nav.collapsed .nav-menu ul {
  flex-direction: column;
}

.facilitieSec {
  border: 1px solid var(--primary-green);
  padding: 2rem;
  text-align: end;
}

/*--------------------------------------------------Testimomial-----------------------------------------------------------------*/

/* Simple Slider */
.white-back {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}

/* Bubble Slider */

.bubble blockquote {
  margin: 10px 10px 0;
  background: var(--primary-blue);
  padding: 60px;
  position: relative;
  border: none;
  border-radius: 8px;
  font-size: 1.25em;
  color: #ffffff;
}
.bubble blockquote img {
  position: absolute;
  left: -2rem;
  top: -2rem;
  width: 8rem;
}
.bubble blockquote:before,
.bubble blockquote:after {
  content: "\201C";
  position: absolute;
  font-size: 80px;
  padding: 10px;
  line-height: 1;
  color: var(--primary-blue);
}
.bubble blockquote:before {
  top: 0;
  left: 10px;
}
.bubble .quoteTitle {
  margin-top: 0;
  color: var(--primary-green);
}
.bubble blockquote:after {
  content: "\201D";
  right: 10px;
  bottom: -0.5em;
}
.bubble div {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid var(--primary-blue);
  margin: 0 0 0 60px;
  margin-bottom: 10px;
}
.bubble cite {
  padding-left: 20px;
  font-size: 1.25em;
  color: #071738;
  font-weight: 700;
}

/* A custom cursor to let folks know they can drag things */

.simple blockquote p,
.bubble blockquote {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAADzhJREFUeNp8WVtsXMd5/v6ZOde9ktzlzRRJUSQt2ZYs+RK5dhLHjoPaaAsEdR7SAkWeChRoH4qgaNHGqIEiid0iBYq2j0XRlz4EQYECadCkRYPUlg3ZuliWaDq6keJlxdvucm9nz2XOzPRBZxWKljvAwQHm7Mx881+++eZf+upXX4QxyJqBEIIYY9TpdA1jzORyPpRSgx+w7K3xYPu8fgJAxhgDwBDR4TEmez63nx38wjlnnufZN2+u6Pff/8BcvPgR0jQFYwwAbAD8IROK7HmgGWOYMcY2xoAxZjjnB0E72fvwXIM1PrNzMEbc81xx9epSfPv2ynOMsT+xLDF2b/PwsoHpoUndbLEUgB5YiIgs27Z927aVZVna8zxwzmGM4QBy2RzKmAfw+Q9bgxljwDljvu+La9eWk9XVtVcA/I3W+vVcLveq4zgwxhCA6OBAY4yX7TgEoI0xkFJCawXGSAohehcuXE4/+ugqCoUCjDHCGJMDoAAkRAQigjGGjDF5AEwIERHRQdQkhBCUy+X4lSvX4tXVta8BeBMAZ4yF8/NHP/E8D1qrvlIaURRBKQUi8jnnlta6Z4zRnDMADLdurcK2LWxs1KpaKydJZOw4zl69XofjOJ7j2DII+uHA0hm4nOs6sCwraDT2jWUJZOFgAdCiWCziww8vyvX1zZeI6E1jDHddt3Pq1GN/miTyYykT3L59B8YYzMwcoVKp6ACGMya6nU5Ha61ARLAsG0qpmUaj+7tRFD0DYBhAO47j965cufrD6ekj61EU0cTE+MDdLJ/P+7mcr+v1Rnjz5orZ2NjA2bPPMsuynDiODWNM0sTEOLa2tr/MGHtLa83y+dzyxMT4G1EUbdVqWyiXS2g29wEAMzNTsCwbaZpCKYWFhWMoFgswRmNj4+4Ty8u/fCuK4sqhxIPve/VeL/i2Mebmq6++AiEEarW7aDZbcBwLOzt7aLc7EIJjevoIJibG+dBQ2fT7oRZbW9uvEdEbWmuWTbjfarW/tLdXnwagms19AmAcx2Z3725zKVOVJca5mZkj51zX0bXaVmFp6dM/S5JkAO4/FhfnLzcazbPN5v6vd7u9CoA3KpWRP2SM9SxL8Eaj8fL6eu2pA0lhAPjr6xtN3/d/VK2O1IkIAsBfDrJJCIFeL3hBqc4Lh2kjTRW0foDmXrVt5xu+n9vd2tp5NkmSeQCGMfbPCwvH/unJJ5/Axx8v/Wer1V5XSv0+gEXbts9sbW2/67ruSL3e+IuMBR5oSmksLS0LIvzDwsIxCAA/BvBbA55SSm0AaAMoOo4N27aFMUiDINDZRhhjxMfHxy7YttX+5JNlbG/vHs3m7x4//ui/njixgG63mztxYjFYW9v4d6XUNwEUyuXS40mSvHv9+q19pdRPADxn25b2fZ+naap6vYAB6HDO3x8drSJNUxKnTj3+/Tt31qnb7f1mBuCmZVlvGGOKzz77tCiViuLy5Y9Vr9dTAHDy5GPM8zw2NFTeY4zwwQeX7vOpbVvp1NREIY7jEKDgypUlRFHEiNAxBgWllM7n8xgaKslabesHR4/OVGZnjyBNFb99e1X1egGzLNF++eUX43K5zOr1OonTp0+hUCh87/z5D1OlzNcBfAXAd8rl0nfL5RKOHJnAysodMMaxuDiH0dEqer0A906I+1xmAMCybG7bFldKI45jlMtFjIwM836/b4dhhLW1jUgIjrGxUbzwwnMYGirXie651bIsnDjxKKamJlEsFq3d3V3OGEv47OwMKZViZWXtPQBVACeMMYu2bS+ura1/4DhuMjk5jlKpAN/3rV6vV5BSAoAiYiACjMGZMIyeAhDGcfzDVqsd5XI+hoaG0Ot1C3GcfD2OEy9N08tK6Stnzz4N13U9KaWfJIkCoIeGyhgZGYZt21an03EBxIwxzdI0NZwLTE09grm52bfL5dKPjTFotVpfbrc73/jFL86BcwYiWFEU5YwxfQCxUgpxnODRRxcwPj5mA4CUEqura9RqtVCtViiKIoRhBCnTdHAAzc8fhRDCjuPY1loHRJRqrcEYQ5qmVr/fzxFRxBhTACCSJAHnHGfOnITrOmJ/f//777xzPk6S5AsArj311JNI09TSWueIWB+APKhK4jiBlPL+Ae/7nllYmEcYhnnHsbutVkdFUQwAqFYrenFxHlEU2UTUPah+jDEWgBwRBQDkfSWitYbWGmmaOlpr27JE13HsvzXGDJ8+faq5sDBn7+zs+cCDA4mIK6Xt3d2dsN3uhIN1jh2b06OjVQqCAIVCHkqlBBgCgEql4saxhFK6T0QHOcvKRMQDawCAyKxhZWD7cZzgyJEpTE9PNV3Xser1hgeYPhEdHMiIKM8YRTdu3EIUxSbLYlatVvwwjDpCiGB7exdSpvdllTEa/X4fnudqIkBr8/+BIwCMZRRBAMI01cp1XUxNTQKA1esFOaVUn4iSQxItb4xJhBBx5j52j+gt5vsu9zwXAHSttoVczoPj2AQA29vbanNzE4VCAZZlQSllZQrnMDiWnVZmIDSTwQ7jWIGILK11DkBARNIYg8zSPIsTyRgLt7d3MDIyjCiKTBD0oZTWtdrdIEkkCoU8Tp48gaUlULPZZHGcoNXqNJXSKBbzqNdj7nmeL4QI0jSV96SaBhExAD4RxUSk+dzc7AOqkYjsgybX2iDLCU5EOdd1pVIqlFKCMYa5uRkAOFuvN04rlYbb27v/liRJtLg4jziOsLu7VwrD+HUppQMgVEqt1evNXrfbTWu1u7EQQl+69BGKxQKGh4cEYywvhEiVUnGSyM9IdTtTz30A0hgDrTUsi/N8vpDnnCX1eiNcWbkD3/exsHDsvq48OMnExBgcx/aklGG73TFhGHrZp68ppb6ytbV9u1QqftBoNC9ubt5dM8bs2baFOE7SXi/oGqP19vYuNjdrDwC0MtkdHATnea6ltfZWV++0ldK4du0TAMD8/DFYlhB7e/W01+tFgyxeXJxXJ08+zprNfdu27bDXC7YAfM91nRfjWJ42RpfTND3eaDSPA/iWMWaHiC7v7Ox9srOzvNRut29mdAXG+H2APAvK+8FqjIHrOgKAWFpa7tRqWzMAXgJQBtCNovjja9eWL969u4U4ju9RgSVoamrSDYJ+AKDHGMPJk48ZIvbTfN7/qRDW3PLypyfq9eZZAM9noTTGGHvtxo1br2WeuwFgRQhxWSn9PyLLYJ7dOdIDsSi0Nuzixctho9H8Fuf8m0qpcnbBQr1eT6Io+jGAHwCoZVnMHce2iX51Rzl27CgY41a/3xflcmllY2NzpdXq/CSfzz1SLpdONhqNl4IgPA2gmHnwNIDTQdD/bcbY+ABgepDVtdbcdV3n1q2VoNFo/g6AP1BKgTEGx3G2pUyqURTZAF4HEAPoDE6XVqsT+743oBH0esGA5/r9fp/K5ZI5dmwWjPFamqqaZYmfbW7eHQ3D6ItE9GuOY5+IonhYKQWl1O/xublZHLqtMSJWrFSGg1u3bo93Or2/BsBd161Xq5W3p6Ym/rHd7lxM03QawCiAk5zz04wxJqUMNzZqP0rTNJqfn0O/H1pElAMQGGOkEBy+74GIMSIqCsHJskTaanWC0dHqpzMzR/5rcnL8XBD05+M4ngAg2aF7LjfG5IeGSvHq6pre2tp9JUsejI5W/851nf+OoqgjpbwA4I8BXCUiMMaEUgrGGOM4Ns3NHUUYRg+QMBGh3w+RpoorpQpKqUQpFRExPPbYo3j22adofHzcSVO9nsvlfjHgZ3GIvXOccwlQeP36TSilxgHAdZ22lMklKYEnnngcExMTSJK45zjOty9cuPx2GEbPZJJQj42NqcnJMezs7H3m4GeMDS7uCYBQa51lK0O73clpbdTq6h0EQT93uLJAWYBK27bDlZU793jHslpZTOZ3d/fm6vUmSqUiKpURVCrD3uTkeFAqFd8wxly+lyScT09P8W63RwDCw+d3Bk5ml30QEbTWlKZpPmOBsNVqQ0opDg6ijKBlJjgxNFTCSy99CWfOPHmeiJAkkiul/yhNVbnRaAIwXrcb2HEsrS984Zl2Pp//DoBVgMq+7+WV0oYxFh8CVzgI7oBhchnYYG+vDte1IQTXg8oDn5ubHVjxoJQirZVnWVZtd3e3kCTyCQBVIpyNouh8LufvDw8PpVLK1HEcDA8PRZZl/6+UcnFoqHyVc753MK4zcMnngcvi1IRhhLm5WXDOn2k2988ACAdZrB8ykGmtk42NzfNSprMA5ohoREr5VLPZend9fTMYGRmGZVkggjM7O91tNps/X16+0TPGJGNjVSil+GG3Hmj5g+AAoFDII5/Po9XqPF+v108BCA9n8QMmZ4yhUMijWq28OTIy/I4xQBTFC83m/luNRrMQBAFs27bCMPbCMLKPH380rlSGe488MoEkkSwD8TC3fgYcACSJtDqdDqIoui/vBhb8jMmNMYaIMD4+hsXFY2Tb9rnNzdo8gAH/PQ3gPSF4r1QqKM6FFEJgZGR4UDUrMsYSIUQ4KIDSPTbPGWMghAju0e49KUdEnjFGLC//UjabzSelTJ8eWPBgre+BXRljoJTy+v2wWC6XQtu2/xzAO9lij+3vt/5+aWm58tFHV+Xu7i4AA6UUZ4wVLMuOAYR7ew1kXElElBOCw3WdoNvtmjCMwDkHEXmWJRzP88Ld3T30+7/CNbCglWVaeMjlHgCLiLq+75lqtaInJyd+3mg0j6ZpelRKORRF8TOdTvc93/f61WoFSZK4ruvKTz+9Hl2/fhOMEUZGhqGUcnzfw/5+q3/p0scIgh6q1Qo454IxZlkW7166dMV0uwEAHCeis0QUigNcGD0MXGZRHQR9eJ6LyckJzRj/7vvvf2Abo74IYBHAW3fvbv+V49ibe3vNsNFoIknuhdH09BSICLdvr8ZbWztI0zSTcQ48z8Xm5lZ648atFDBIEpm5m5Uz/mUiAyUPZZib0UNARGoQQ2maWs3mvjM8XOoVi4U3Wq3W9wE8T0SPx3H8L9vbuxd6vWAtSZJoUGuu15tCSmnt77ei7JLOAKDfj+j27TtOq9WWSZLIrD8mogpj7DeyNT165ZWvHK7Ki2zy+JBFmTHGYYwlExOj6ty581hZWXN833+z3++/dLhKNSDaQxWxwZH30P5fjblf5L8oHvK3gX6IRenADrVSCmmqACAeHx/9Trfbe21vr/4agNlsc3qQZA9rn9efuXVgpCUAb//fAFCWMSh9FtBNAAAAAElFTkSuQmCC),
    auto;
}

/*--------------------------------------------------Blog-----------------------------------------------------------------*/

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### blog block ]
*/
.blog-section {
  position: relative;
  padding: 8rem 0;
  padding-top: 3rem;
}
.blog-section .blog-element-one {
  position: absolute;
  left: -5%;
  bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .blog-section .blog-element-one {
    display: none;
  }
}
.blog-section .blog-element-two {
  position: absolute;
  right: -5%;
  bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .blog-section .blog-element-two {
    display: none;
  }
}

.blog-item:hover .blog-thumb img {
  transform: scale(1.2);
}

.blog-thumb {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.5s;
}
.blog-thumb .blog-date {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background-color: rgb(223, 12, 12);
  padding: 5px 10px;
  font-size: 15px;
  color: white;
  border-radius: 3px;
  font-weight: 500;
}

.blog-content {
  padding-top: 15px;
}
.blog-content .title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: -10px;
}
.blog-content .title a {
  transition: all 0.5s;
  color: var(--primary-green);
}
.blog-content .title a:hover {
  color: var(--primary-green);
}
@media only screen and (max-width: 991px) {
  .blog-content .title {
    line-height: 1.5;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 2rem;
  }
}

.blog-post-meta {
  margin-bottom: 15px;
}
.blog-post-meta span {
  color: #707070;
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .blog-post-meta span {
    font-size: 13px;
  }
}
.blog-post-meta .user {
  margin-right: 20px;
}
.blog-post-meta .category {
  color: var(--primary-green);
}

.blog-section-two {
  background-color: #f5f5f5;
}
.blog-section-two .blog-item {
  display: flex;
  flex-direction: column;
}
.blog-section-two .blog-content {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
}
.blog-section-two .blog-content .title {
  margin-bottom: 15px;
}

.blog-area div[class*="col"]:nth-of-type(3n + 2) .blog-item {
  flex-direction: column-reverse;
}
.blog-area div[class*="col"]:nth-of-type(3n + 2) .blog-item .blog-content {
  margin-top: 0;
  margin-bottom: 30px;
}

.blog-section {
  background-image: url(../img/why-choose-img.jpg);
}

.blog-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #00071d, #00030a);
  opacity: 0.9;
}

/*-------------------------------------Gallery----------------------------------*/

.firstSec {
  padding-top: 13rem;
}

#gallerySection {
  background: rgb(16, 31, 46);
}

.galleryCards {
  /* display: grid; */
  /* grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); */
  /* gap: 2rem; */
  margin: 0 auto;
  /* max-width: 1200px; */
  /* padding: 2rem 1rem; */
  display: flex;
  flex-wrap: wrap;
}

.galleryCards .card {
  padding: 0.9rem;
  border-radius: 4px;
  background-color: #fff;
  transition: transform 300ms ease-in;
  box-shadow: 0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075), 0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075), 0 16px 16px hsl(0deg 0% 0% / 0.075);
  margin: 1rem;
  width: 300px;
  max-height: 250px;
  cursor: pointer;
}

.galleryCards .card-wrapper {
  position: relative;
  overflow: hidden;
}
.galleryCards img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: bottom;
  border-radius: 3px;
  transition: transform 500ms linear;
}

.galleryCards .card-wrapper:hover img {
  transform: scale(1.1);
}

.galleryCards .hidden-cover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transition: transform 250ms ease-in;
  background: linear-gradient(transparent 5%, hsl(0, 0%, 5%, 0.6));
  transform-origin: top;
  will-change: transform;
}

.galleryCards .card-wrapper:hover .hidden-cover {
  transform: scaleY(1);
}
.galleryCards h4 {
  position: absolute;
  z-index: 1;
  bottom: 2rem;
  right: 2rem;
  font-size: 2rem;
  padding: 0.3rem 0.8rem;
  border-radius: 4px;
  overflow: hidden;
  font-family: "Oswald";
  color: hsl(0, 0%, 100%);
  text-transform: uppercase;
  letter-spacing: 2px;
  transform: translateY(100%);
  transform-origin: bottom;
  transition: transform 250ms ease-out;
  will-change: transform;
}

.galleryCards .card-wrapper:hover h4 {
  transform: translateY(-2rem);
}

/*--------------------------------------------------Press Release-----------------------------------------------------------------*/

.pressContainer {
  display: flex;
  flex-wrap: wrap;
}

.press {
  width: 300px;
  background-color: #f1f1f1;
  padding: 20px;
  border: 1px solid #ddd;
  text-align: center;
  box-shadow: 5px 5px 10px #ddd inset, -5px -5px 10px #ddd inset;
  margin: 2rem 3rem;
}

.press .first,
.press h3 {
  background-color: var(--primary-blue);
  position: relative;
  left: -40px;
  color: #fff;
  font-weight: bold;
}

.press .first {
  width: 200px;
  padding: 5px 0;
  font-size: 20px;
  background-color: var(--primary-green);
  position: relative;
  left: -40px;
  color: rgb(0, 0, 0);
  font-weight: bold;
}

.press .first i {
  margin-right: 1rem;
}

.press .first::after {
  content: "";
  height: 100%;
  width: 10px;
  position: absolute;
  right: -6px;
  top: 0;
  background-color: #196d78;
  transform: skew(10deg);
}

.press .first::before,
.press h3::after,
.press h3::before {
  content: "";
  border: 10px solid;
  border-color: var(--primary-blue-dark) var(--primary-blue-dark) transparent
    transparent;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.press .first::before {
  border-color: var(--primary-green-dark) var(--primary-green-dark) transparent
    transparent;
}

.press h3 {
  margin: 20px 0;
  padding: 10px 20px;
  width: calc(100% + 80px);
}

.press h2::after {
  left: auto;
  right: 0;
  border-color: #196d78 transparent transparent #196d78;
}

/* .press .second {
  line-height: 1.6;
  font-size: 18px;
  font-style: italic;
  color: #444;
} */

.press .second {
  padding-bottom: 2rem;
}

.press .second img {
  width: 100%;
}

.half-half-image-text .container {
  width: 95%;
}

.half-half-image-text .row {
  border: 1px solid var(--primary-green-dark);
  padding: 2rem 1rem;
  border-radius: 2rem;
  margin-bottom: 3rem;
  box-shadow: var(--box-shadow-float);
}

.half-half-image-text .row:nth-child(even) {
  flex-direction: row-reverse;
}

.half-half-image-text {
  padding: 70px 0px;
}
.half-half-image-text h1 {
  color: var(--primary-blue-dark);
}
.half-half-image-text .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  /* padding: 35px 0px; */
}
.half-half-image-text .content p {
  font-size: 22px;
  color: var(--primary-blue);
  text-align: justify;
  margin: 0;
  margin-bottom: 2rem;
}
.half-half-image-text .img {
  min-height: 320px;
  height: 100%;
  border-radius: 10px;
}

.case-study-activition {
  margin-top: 30px;
}
.case-study-activition .case-item {
  position: relative;
  max-width: 370px;
  margin: 1.5rem 0;
  min-height: 190px;
}
.case-study-activition .case-item .case-thumb {
  /*position: relative;*/
  overflow: hidden;
}
.case-study-activition .case-item .case-thumb img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.case-study-activition .case-item .case-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(var(--primary-green))
  );
  background-image: linear-gradient(rgba(0, 0, 0, 0), var(--primary-green));
  -webkit-transition: 0.3s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 0;
  opacity: 0;
  -webkit-transform-origin: top;
  transform-origin: top;
  background: rgb(2,0,36);
  background: linear-gradient(163deg, rgba(2,0,36,1) 0%, rgba(2,26,70,1) 50%, rgba(167,207,58,1) 100%);
}
.case-study-activition .case-item .case-title {
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: 20px;
  top: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 0;
}
.case-study-activition .case-item .case-det {
  font-size: 16px;
  color: #fff;
  /* text-transform: uppercase; */
  font-weight: 700;
  position: absolute;
  left: 15px;
  bottom: 15px;
  /* opacity: 0; */
  /* visibility: hidden; */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.case-study-activition .case-item .case-det p {
  color: #fff;
  margin-bottom: 0;
}
.case-study-activition .case-item .case-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: var(--primary-blue);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: var(--box-shadow-float);
  cursor: pointer;
}
.case-study-activition .case-item .case-icon:hover {
  right: 10px;
}
.case-study-activition .case-item .case-icon i {
  color: white;
}
.case-study-activition .case-item .case-thumb::after {
  opacity: 1;
}
.case-study-activition .case-item .case-thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.case-study-activition .case-item .case-title {
  opacity: 1;
  visibility: visible;
}
.case-study-activition .case-item .case-title a {
  color: var(--primary-green);
}
.case-study-activition .case-item .case-icon {
  opacity: 1;
  visibility: visible;
}

.case-single-items {
    border: 1px solid var(--primary-green-dark);
}

#chatPanel h1 {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}

#chatPanel button {
  color: inherit;
  background-color: transparent;
  border: 0;
  outline: 0 !important;
  cursor: pointer;
}
#chatPanel button.chatbox-open {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 65px;
  height: 65px;
  color: #fff;
  background-color: #2BBD24;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 12px 15px 20px 0 rgba(46, 61, 73, 0.15);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  margin: 16px;
  z-index: 9999;
}
#chatPanel button.chatbox-close {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 52px;
  height: 52px;
  color: #fff;
  background-color: var(--primary-blue-dark);
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 12px 15px 20px 0 rgba(46, 61, 73, 0.15);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  margin: 16px calc(2 * 16px + 52px) 16px 16px;
  z-index: 9999;
}

#chatPanel textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  height: calc(16px + 16px / 2);
  padding: 0 calc(16px / 2);
  font-family: inherit;
  font-size: 16px;
  line-height: calc(16px + 16px / 2);
  color: #888;
  background-color: none;
  border: 0;
  outline: 0 !important;
  resize: none;
  overflow: hidden;
}
#chatPanel textarea::-moz-placeholder {
  color: #888;
}
#chatPanel textarea:-ms-input-placeholder {
  color: #888;
}
#chatPanel textarea::placeholder {
  color: #888;
}

#chatPanel .chatbox-popup {
  display: flex;
  position: absolute;
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  flex-direction: column;
  display: none;
  bottom: calc(2 * 16px + 52px);
  right: 16px;
  width: 308px;
  height: auto;
  background-color: #fff;
  border-radius: 16px;
  position: fixed;
  z-index: 99999;
}
#chatPanel .chatbox-popup .chatbox-popup__header {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding: 16px;
  color: #000;
  background-color: var(--primary-green);
  align-items: center;
  justify-content: space-around;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  height: 6rem;
}
#chatPanel .chatbox-popup .chatbox-popup__header .chatbox-popup__avatar {
  margin-top: -32px;
  background-color: var(--primary-green);
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
#chatPanel .chatbox-popup .chatbox-popup__main {
  box-sizing: border-box;
  width: 100%;
  padding: calc(2 * 16px) 16px;
  line-height: calc(16px + 16px / 2);
  color: #888;
  text-align: center;
}
#chatPanel .chatbox-popup .chatbox-popup__footer {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding: 16px;
  border-top: 1px solid #ddd;
  align-items: center;
  justify-content: space-around;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

#chatPanel .chatbox-panel {
  display: flex;
  position: absolute;
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  flex-direction: column;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  width: 377px;
  background-color: #fff;
}
#chatPanel .chatbox-panel .chatbox-panel__header {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding: 16px;
  color: #fff;
  background-color: var(--primary-blue-dark);
  align-items: center;
  justify-content: space-around;
  flex: 0 0 auto;
}
#chatPanel .chatbox-panel .chatbox-panel__main {
  box-sizing: border-box;
  width: 100%;
  padding: calc(2 * 16px) 16px;
  line-height: calc(16px + 16px / 2);
  color: #888;
  text-align: center;
  flex: 1 1 auto;
}
#chatPanel .chatbox-panel .chatbox-panel__footer {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding: 16px;
  border-top: 1px solid #ddd;
  align-items: center;
  justify-content: space-around;
  flex: 0 0 auto;
}

/*------------------------------------------------Form----------------------------------------------------*/

.customForm form {
  margin: 10px auto;
  padding: 10px 20px;
  background: #f4f7f8;
  border-radius: 8px;
}

.customForm h1 {
  margin: 0 0 30px 0;
  text-align: center;
}

.customForm input,
.customForm textarea,
.customForm select {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 1rem 1.5rem;
  width: 100%;
  background-color: #e8eeef;
  color: #8a97a0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  margin-bottom: 2rem;
}

.customForm input[type="radio"],
.customForm input[type="checkbox"] {
  margin: 0 4px 8px 0;
}

.customForm select {
  /*padding: 6px;*/
  /*height: 32px;*/
  border-radius: 2px;
}

.customForm button {
  padding: 19px 39px 18px 39px;
  color: #fff;
  background-color: #4bc970;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #3ac162;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
  margin-bottom: 10px;
}

.customForm fieldset {
  margin-bottom: 2rem;
  border: none;
}

.customForm legend {
  font-size: 1.4em;
  margin-bottom: 10px;
}

.customForm label {
  display: block;
  margin-bottom: 8px;
}

.customForm label.light {
  font-weight: 300;
  display: inline;
}

.customForm .number {
  background-color: #5fcf80;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}

/*------------------------------Input Form----------------------------------*/

.inputParent  {
    position: relative;
}

.inputParent.error  {
   margin-bottom: 1rem;
}

.inputParent.error input,
.inputParent.error select,
.inputParent.error textarea {
   border: 1px solid #dd0000;
}

.inputParent small {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #dd0000;
    font-style: italic;
    display: none;
}

.inputParent.error small {
    display: block;
}

/*----------------------News-------------------*/

#newsSec {
    display: block;
    float: left;
    padding-left: 15px;
    margin-top: -20px;
    margin-bottom: 20px;
    font-size: 0.8em;
    background: url(../img/sidebar_bg.jpg) no-repeat 0 0;
}

#news {
    height: 100%;
}

#newsSec h2 {
    font-size: 2em;
    font-variant: small-caps;
    color: #65C80B;
    border-bottom: 1px solid #ccc;
    width: 255px;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

#newsSec ul#news li {
    line-height: normal;
    border-bottom: dotted 1px #ccc;
    margin: 0 0 5px 0;
    padding: 0;
}

#newsSec ul#news li a {
    text-decoration: underline;
}

#newsSec ul#news li h3 {
    color: #CC3300;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0;
    display: block;
    width: 100%;
    padding: 0;
}

#newsSec ul#news li p {
    margin: 0;
    padding: 0 0 5px 60px;
    font-size: 1.6rem;
}

#newsSec ul#news li a img {
    display: block;
    float: left;
    border: #EDEBE9 1px solid;
    background: #F5F4F3;
    padding: 3px;
    margin: 0 5px 0 0;
}

/*-----------------------------------------------------------Empty----------------------------------------------------------------*/

.empty-state {
  width: 100%;
  /* margin: 40px auto; */
  margin: 1rem auto;
  background: #ffffff;
  /* box-shadow: 1px 2px 10px #e1e3ec; */
  border-radius: 4px;
}

.empty-state__content {
  /* padding: 48px; */
  padding: 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.empty-state .empty-state__icon {
  width: 20rem;
  height: 20rem;
  display: flex;
  align-items: center;
  border-radius: 200px;
  justify-content: center;
  background-color: #f7fafc;
  box-shadow: 0px 2px 1px #e1e3ec;
}

.empty-state .empty-state__icon img {
  width: 17rem;
}

.empty-state__content .empty-state__message {
  /* color: #38a169; */
  color: #da3030;
  /* font-size: 1.5rem; */
  font-size: 2rem;
  font-weight: 500;
  margin-top: 0.85rem;
}

.empty-state__content .empty-state__help {
  /* color: #a2a5b9; */
  color: #888a96;
  /* font-size: 0.875rem; */
  font-size: 1.2rem;
}

.empty-state__content .empty-state__help i {
  /* color: #a2a5b9; */
  color: #888a96;
  /* font-size: 0.875rem; */
  margin-top: 1rem;
  font-size: 3rem;
}

/*-----------------------------------------------------------Student----------------------------------------------------------------*/

#student-section {
    padding: 20px 0;
}

.search-bar {
    display: flex;
    flex-direction: row;
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
}

.search-bar .search-input {
    width: 100%;
}

.search-bar input {
    width: 100%;
    height: 100%;
    border: 1px solid #0d9c3f;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    padding: 7px;
}

.search-bar button {
    width: 35px;
    height: 35px;
    background: #192f59;
    color: white;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.search-bar input {
    outline: none;
}

.result {
    max-width: 80%; 
    width: fit-content;
    margin: 20px auto;
}

#reg-head {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    max-width: 100%; 
    width: fit-content;
    margin: 20px auto;
    margin-bottom: 0;
}

    #reg-head h1 {
        text-align: center;
        margin: 0;
    }
    #reg-head p {
        text-align: center;
        margin: 0;
    }
#result-table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: 20px auto;
    margin-top: 0;
    position: relative;
}

.watermark {
    position: absolute;
    color: lightgray;
    opacity: 0.25;
    font-size: 3em;
    width: 100%;
    top: 8%;
    text-align: center;
    z-index: 0;
}

#customers td, #customers th, #reg-head td, #reg-head td {
    border: 1px solid rgb(0, 0, 0);
    padding: 8px;
    text-align: left;
}


#customers th {
    font-weight: 700;
}


#std-details, #result-status, #customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
    position: relative;
    border: 1px solid black;
}

#std-details th, #std-details td, #result-status td {
    padding: 5px 8px;
}


#std-details tr:first-child h2 {
    font-size: calc(1vw + 10px);
    font-weight: 700;
}

#std-details tr:first-child p {
    font-size: 15px;
}

#std-details tr:nth-child(1) th {
    background: var(--primary-blue);
    color: white;
    text-align: center;
}



