
body {
 font-family: 'Poppins';
  font-weight: normal;
  color: var(--txtClr);
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
figure,
label {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
textarea {
  resize: none;
}
a:hover{text-decoration: none;}
input:focus,
textarea:focus {
  border-bottom-width: 1px;
  border-color: #c6321b;
}
/* UTILITIES */
.owl-next::focus-visible {
    outline: 0px!important;
}

/* END UTILITIES */

/* COMPONENTS */
.button {
  font-size: 13px;
  display: inline-block;
  font-weight: 600;
  padding: 12px 25px;
  border: 1px solid rgb(239, 239, 239);
  background-color: rgb(239, 239, 239);
  border-radius: 5px;
}
.button:focus {
  outline: none;
}
.button:hover {
  text-decoration: none;
}
.button-white {
  background-color: #fff;
  border-color: #fff;
  color: var(--primaryClr);
}
.button-white:hover {
  background-color: transparent;
  color: #fff;
}
.button-white-outline {
  background-color: transparent;
  color: #fff;
}
.button-white-outline:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--primaryClr);
}
.button-green {
  background-color: transparent;
  border:2px solid #10255c;
  color: #10255c;
   font-size: 16px;
}
.button-green:hover {
  background-color: transparent;
  border-color:#fcd53b;
  color:#fcd53b;

}
.section-header {
  font-size: 40px;
font-family: "Plus Jakarta Sans", sans-serif;
  color: #000;
  font-weight:600;
  margin-bottom: 25px;
}
/* END COMPONENTS */

/* LAYOUT */
.main {
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1380px;
  }
}
/* END LAYOUT */

/* NAVBAR */


.mainNav.navbar {
  transition: all ease-in-out 0.3s;
  padding:.4rem 1rem;
  background:#ffffff ; background-repeat: no-repeat; background-position: top right; 
}
.mainNav.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.mainNav.not-fixed {
  background-color: #fff;
}
.mainNav.navbar.sticky {
  width: 100%;
  background-color:#043f60;
  padding: 0.4rem 1rem;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
.mainNav.navbar .nav-item {
  margin-right: 15px;
}
.mainNav.navbar .nav-item:last-child {
  margin-right: 0;
}
.mainNav.navbar .nav-item .nav-link {
  font-size: 18px;
  color:  #006502;
  text-transform: uppercase;
}
.mainNav.navbar .nav-item .nav-link.active,
.mainNav.navbar .nav-item .nav-link:hover {
  color:#f9931d;
}
.mainNav.navbar .nav-item .nav-link.active {
  font-weight: 600;
}
.mainNav.navbar .navbar-toggler {
  padding: 0.15rem 0.5rem;
  border-color: rgba(255, 255, 255, 0.5);
}
.navbar-action-button {
  display: flex;
  align-items: center;
  padding-left: 80px;
}
.navbar-action-item {
  margin-right: 8px;
}
.navbar-action-item:last-child {
  margin-right: 0;
}
/* END NAVBAR */

/* END BANNER */



/* BANNER */
.banner {
  width: 100%;
  float: left;
  height:700px;
  background: url(../images/bg/banner.png) 0 0 / cover no-repeat; */
  position: relative;
}
.banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.banner-image img {
  width: 100%;
}
.banner-content-header {
  text-align: center;
}
.banner-content {
  padding-top: 160px;
  position: relative;
  z-index: 2;
}
.banner-content-header h1 {
  font-size: 50px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.banner-content-header p {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  color: #fff;
      line-height: 25px;
    margin-bottom: 15px;
}
.banner-newsletter {
  max-width: 765px;
  margin: 0 auto;
  display: flex;
    border: 6px solid #5d8ca6;
  border-radius: 35px;
  align-items: center;
  margin-top: 30px;
  box-shadow:0px 0px 33px 0px rgba(0, 118, 99, 0.15);
}
.banner-newsletter-input {
  flex-grow: 1;
  border: 0px;
  border-radius:35px 0px 0px 35px;
  background-color: #fff;
  color: #222;
  font-size: 18px;
  padding: 15px 29px;
  height: 58px;
}
.banner-newsletter-input::placeholder {
  color: #ccc;
}
.banner-newsletter-submit {
    text-transform: uppercase;
    font-size: 23px;
    color: #000;
    background-color: #fff;
    border: 1px solid var(--deepblueClr);
    padding: 15px 34px;
    height: 58px;
    border-radius: 0px 35px 35px 0px;
}
.banner-content-image {
  padding-top: 70px;
  text-align: center;
}
.banner-content-image img {
  max-width: 100%;
  box-shadow: 0px 0px 103px 0px rgba(90, 134, 99, 0.32);
}
.next-section-wheel {
  margin-top: 65px;
  text-align: center;
}

.courses-section{width: 100%; height: auto; float: left; padding: 50px 30px 50px; background:#f7f7f7}


.courses-section .owl-prev {
    position: absolute;
    left: -43px;
    top: 19%;
    font-size: 61px !important;
}

.courses-section .owl-dots{display: none;}

.courses-section .owl-next {
    position: absolute;
    right: -43px;
    top: 19%;
    font-size: 61px !important;
}

.courses-box {
  width: 100%;
  height: auto;
  padding: 25px 18px;
  border-radius: 10px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  position: relative;
  transition: box-shadow 0.3s ease; /* Added transition for box-shadow */
}

.courses-box:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); /* Added box-shadow on hover */
}

.courses-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  /* background-image: url("../images/ct-conner.png"); */
  background-repeat: no-repeat;
  background-size: cover;
}

.courses-box span.icon-box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel .item {
  padding: 1rem;
  float: none;
  display: inline-block;
  vertical-align: top;
}


.st-slider{margin-top: 35px}


.right-contain {
    float: left;
    width: 13rem;
    margin-left: 15px;
}

.right-contain h2 {
    font-size: 20px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 8px;
     font-family: "Lato", sans-serif;
}
.right-contain p{font-size:14px;line-height: 21px; margin-bottom:8px; font-family: "Poppins", sans-serif; margin-bottom: 0px}

.banner-contact-v1{width: auto; height: auto; margin:35px auto 25px; text-align: center; display:inline-flex; gap: 25px}

.banner-contact-v1 a.get-hire{width: auto; height: auto; padding: 10px 45px; border: 2px solid #fff; border-radius: 8px; text-align: center; font-size: 18px; color: #fff;}
.banner-contact-v1 a.get-hire:hover{background: linear-gradient(90deg, rgba(0,144,0,1) 0%, rgba(0,105,62,1) 35%, rgba(58,90,64,1) 100%); border: 2px solid #132644;}

.banner-contact-v1 a.get-hire-two{width: auto; height: auto; padding: 10px 45px; 
  background: linear-gradient(90deg, rgba(0,144,0,1) 0%, rgba(0,105,62,1) 35%, rgba(58,90,64,1) 100%);border: 2px solid #132644; border-radius: 8px; 
  text-align: center; font-size: 18px; color: #fff;}
.banner-contact-v1 a.get-hire-two:hover{background: transparent; border: 2px solid #fff;}


/*  FEATURES */
.features {width: 100%; height: auto; float: left;
  position: relative;padding-top:80px; padding-bottom: 80px; background: #fff url("../images/about/abn.jpg"); background-repeat: no-repeat; 
  background-position:top right;
}

.feature-content-text {
  padding: 0 20px;
  text-align: justify;
}

.feature-content-text h2 {
  font-size: 40px;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif; /* Change font family */
  color: #333; /* Change font color */
}

.feature-content-text p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.button {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 5px;
  background-color:  #006502;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-family: 'Roboto', sans-serif; /* Change font family */
}

.button:hover {
  background-color: #25426c;
}

/* Add hover effect to the button */
.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.feature-content-image{overflow: hidden; border-radius: 25px;}

.feature-content-image img {
  max-width: 100%;
}

.feature-art-image {
  position: absolute;
  z-index: 1;
}
.feature-art-image-top-right-art {
  top: -250px;
  right: 0;
}
.feature-art-image-left-art {
  left: 0;
  top: 100px;
}
.feature-art-image-bottom {
  right: 0;
  bottom: 110px;
}
/*  END FEATURES */
.sales-count-image {
  position: absolute;
  z-index: 1;
}
.sales-left-count-image {
  left: 0;
  top: 0px;width: 19%;
}
.sales-left-count-image img{width: 100%; height: auto;}


.sales-right-count-image {
  right: 0;
  bottom: 0px;width: 19%;
}
.sales-right-count-image img{width: 100%}
.sectnhdngallsectnstop {
    width: 100%;
    text-align: center;
    float: left;
    width: 100%;
    padding-bottom: 25px;
}
.sectnhdngallsectnstop p {
    font-size: 17px;
    line-height: normal;
    float: left;
    width: 100%;
    color: #fff;
    font-family: 'Poppins';
}


.sectnhdngallsectnstop-two {
    width: 100%;
    text-align: center;
    float: left;
    width: 100%;
    padding-bottom: 25px;
}
.sectnhdngallsectnstop-two h2 {
    color: #000;
    font-weight: 600;
    font-size: 40px;
    width: 100%;
    font-family: "Google Sans";
}
.sectnhdngallsectnstop-two p {
    font-size: 17px;
    line-height: normal;
    float: left;
    width: 100%;
    color: #fff;
    font-family: 'Poppins';
}


.textwithindarkbg h2 {
    color: #fff; margin-bottom: 15px; font-size: 35px;
}

.about-line-point{position: relative;}

/*.about-line-point:before{width: 684px;
    height:500px;
    background: url(../images/ab-line.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -11px;
    right: 0px;
    content: '';
    z-index:1;}*/

.about-dynamic{ margin-top: 80px; float: left; border-top:1px solid #421bd6; padding-top: 80px}

.vmvboxall {
    float: left;
    width: 100%;
    min-height: 500px;
    padding: 60px 50px;
    border: 1px solid #ededed;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transition: all .4s ease;
    border-radius: 15px;
}
.vmvboxall:hover{ box-shadow: 0px 0px 0px 0px rgba(238.99999999999997, 86.99999999999999, 66.99999999999997, 0.2);
    border-style: solid;
    border-width: 1px 1px 1px 1px;}
.vmvboxall .vmvboxall-leftpix {
    float: left;
    width: 100%;
    padding-bottom: 25px;
    text-align:left;
}

.vmvboxall .vmvboxall-righttext {
    float: left;
    width: 100%;
    text-align:left;
    padding-top: 7px;
}

.vmvboxall .vmvboxall-righttext h3 {
   font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 5px;
    color: #012940;
}
.vmvboxall .vmvboxall-righttext p {
    font-size: 15px;
    line-height: normal;
}
.our-misson-section{width: 100%; height: auto; float: left; padding: 80px 0px; background:#fbfbfb}

.iapply-advantage-sectn {
    float: left;
    width: 100%;
    padding: 50px 0;
   background: linear-gradient(3deg, rgb(11, 120, 40) 19%, rgb(62, 166, 54) 100%);
}
.iapply-advantage-sectn .row.advntgall-boxwrapper .col-lg-4 {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px;
}
.iapply-advantage-sectn .row.advntgall-boxwrapper .col-lg-4:hover{background: #f9931d}





.iapply-advantage-sectn .col-lg-4.noborder-right {
    border-right: 0px !important;
}

.advantcontentboxes {
    padding: 15px 0;
    float: left;
    width: 100%;
}
.advantcontentboxes .advant-icopixleft {
    background: #fff;
    border-radius: 50%;
    width: 73px;
    height: 73px;
    padding:16px;
    margin: auto;
}

.advant-text-line {
    width: 89px;
    height: 89px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0px auto;
    padding: 6px;
}
.advantcontentboxes .advant-textrights {
    float: left;
    width: 100%;
    padding-left: 10px;
    text-align: center;
}
.advantcontentboxes .advant-textrights h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    font-family: "Nunito", sans-serif;
    text-transform: capitalize;
    padding-top: 17px;
    padding-bottom: 10px;
}

.advantcontentboxes .advant-textrights p {
    font-size: 15px;
    padding-top: 5px;
     color: #fff;
}


.faq-section{width: 100%; height: auto; padding: 80px 0px; background: #fff; float: left; position: relative;}



.faq-section .wavy-area {
 /* margin: unset;*/
}
.accordion-item{border-bottom: 0px !important; }
.faq-section .accordion-flush .accordion-item .accordion-button.award-btn {
  background: #f9931d !important;
  color: #fff;
  font-weight: 600;
}
.faq-section
  .accordion-flush
  .accordion-item.placement-item
  .accordion-button.placement-btn {
  background:  #006502 !important;
  color: #000;
  font-weight: 600;
}
.faq-section .accordion-flush .accordion-item.industry .accordion-button {
  background: #f9931d !important;
  color: #fff;
  font-weight: 600;
}
.faq-section .accordion-flush .accordion-item.project .accordion-button {
  background:  #006502 !important;
  color: #000;
  font-weight: 600;
}
.faq-section .accordion-flush .accordion-item.project-two .accordion-button {
  background:  #006502 !important;
  color: #fff;
  font-weight: 600;
}

.faq-section .accordion-flush .accordion-item.project-three .accordion-button {
  background:  #006502 !important;
  color: #000;
  font-weight: 600;
}

.faq-section .accordion-flush .accordion-item.modules .accordion-button {
  background: #f9931d !important;
  color: #fff;
  font-weight: 600;
}
.faq-section .accordion-flush .accordion-item {
  margin-bottom: 15px !important;
  border-radius: 10px !important;
  overflow: hidden;
  border: none !important;
}

.faq-section .accordion-flush .accordion-item.modules-two .accordion-button {
  background:  #006502 !important;
  color: #000;
  font-weight: 600;
}


.faq-section .accordion-flush .accordion-item.modules-four .accordion-button {
  background: #1bcd5a !important;
  color: #fff;
  font-weight: 600;
}
.faq-section .accordion-flush .accordion-item {
  margin-bottom: 15px !important;
  border-radius: 10px !important;
  overflow: hidden;
  border: none !important;
}



.faq-section .accordion-flush .accordion-item .accordion-body {
  background: #006502;
  padding: 30px 30px;
}
.faq-section .accordion-flush .accordion-item.placement-item .accordion-body {
  background:#f9931d;
  padding: 30px 30px;
}
.faq-section .accordion-flush .accordion-item.industry .accordion-body {
  background: #006502;
  padding: 30px 30px;
}
.faq-section .accordion-flush .accordion-item.project .accordion-body {
  background:#f9931d;
  padding: 30px 30px;
}
.faq-section .accordion-flush .accordion-item.modules .accordion-body {
  background: #006502;
  padding: 30px 30px;
}
.faq-section .accordion-flush .project-three .accordion-body {
  background:#f9931d;
  padding: 30px 30px;
}
.ct-contacn{color: #000 !important}

.faq-section .accordion-flush .accordion-item .accordion-body p {
  color: #fff;
}
.faq-section .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(77deg) brightness(105%) contrast(103%);
}
.faq-section .accordion-button:focus {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0px auto -webkit-focus-ring-color;
}
.faq-section .accordion-flush .accordion-item .accordion-body .award-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  padding: 16px;
  position: relative;
  z-index: 1;
}
.faq-section .accordion-flush .accordion-item .accordion-body .award-icon::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  top: -4px;
  right: -20px;
  z-index: -1;
  opacity: 0.2;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background: url('data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.map-icon{width: 100%; height: auto; border: 1px solid #fff; padding: 5px}

.contact-section-two{width: 100%; height: auto; float: left; padding:40px 0px; background: #f9931d}

.contact-section-two .contact-boxallact-boxall {
    text-align: center;
    line-height: normal;
}
.contact-section-two .contact-boxallact-boxall .contact-info-text {
    float: left;
    width: 100%;
        color: #fff;
}
.contact-section-two .contact-boxallact-boxall .contactboxallicon {
    color: #fff;
    width: 62px;
        padding: 5px;
    height: 62px;
    line-height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: auto;
    text-align: center;
    margin-bottom: 5px;
}
.contact-section-two .contact-boxallact-boxall .contactboxallicon i{font-size: 25px;}
.contact-section-two .continfo-right-divider {
    border-right: 1px dotted #aaa;
}
.contact-section-two .contact-boxallact-boxall h3 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}
.contact-section-two .contact-boxallact-boxall h3 a {
    color: #fff;
    cursor: pointer;
}


.contact-section-three{width: 100%; height: auto; float: left; padding:50px 0px; background:  #006502}

.contact-section-three .application-form {
    float: left;
    width: 100%;
    background: #fff; padding: 25px; border-radius: 15px;
}
.application-form .caf-fieldleft input {
    float: left;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #ccc;
    height: 60px;
    min-height: 50px;
}
.application-form .caf-fieldright input {
    float: left;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #ccc;
    height: 60px;
    min-height: 50px;
}
.application-form .caf-fieldleft {
    float: left;
    width: 48%;
    margin-bottom: 10px;
    height: 82px;
    position: relative;
}
.application-form .caf-fieldright {
    float: left;
    width: 48%;
    margin-bottom: 10px;
    height: 82px;
    margin-left: 45px;
    position: relative;
}
.application-form .actionsubmitfull {
    float: left;
    width: 100%;
    text-align: center;
}


.actionsubmitfull .contactinfo-textareafull {
    width: 100%;
    height: 80px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 14px;
    padding: 0px;
}



.button-experts-two {
    background-color: #f9931d;
    border: 2px solid #bd813c;
    padding: 10px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
}


.map-o{width: 100%; height: auto; float: left;}

.banner-slider{ width:100%; height:600px; 
 background-size:cover; background-position:center top; }



@media (max-width: 1467px) {
  .banner-slider{width:100%; height:420px !important;}
  .bt-text-5{margin-top:400px !important}
}


@media (max-width: 1280px) {
  .banner-slider{width:100%; height:370px !important}
  .bt-text-5{margin-top:380px !important; font-size:15px !important}
}

.banner-slider {
    width: 100% !important;
    height: 320px !important;

    background-size:100% 100%;
    background-repeat: no-repeat;
}




.search-bt {
    padding: 7px 25px;
    font-size: 14px;
    margin: 8px auto 0;
    display: table;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
































































































.unqueadvntglisting {
    width:100%;
    padding: 0;
   margin:20px auto;
    display: table;
        text-align: center;
}

.unqueadvntglisting li {
      width: 10%;
  display: inline-block;
    text-align: center;
    list-style: none;
    margin: 0 15px;
}
.unqueadvntglisting li .unqueadvncriclicon {
    border: 2px solid #fff;
    text-align: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin:0px auto 15px;
}
.unqueadvntglisting li .unqueadvncriclicon img{margin-top: 25px;}


.unqueadvntglisting li p{color: #fff}
.allcategory-sectionall {
    float: left;
    width: 100%;
    background: #fff;
    padding: 50px 0 20px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    min-height: 150px;
}

.how-it-works-header {
    padding-bottom: 20px;
    text-align: center;
}

.section-header-two{
    font-size: 35px;
      font-family: "Google Sans";
    color: #000;
    font-weight: 700;
    margin-bottom: 0px;
}

.section-header-three{
    font-size: 35px;
    font-family: "Google Sans";
    color: #fff;
    font-weight: 700;
    margin-bottom:0px;
}
.section-header-four{
    font-size: 35px;
    font-family: "Google Sans";
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
}

.allcategory-sectionall .catgoryboxall {
    text-align: center;
    background: #fff;
    padding: 15px 10px;
    border-radius: 20px;
    border: 1px solid #eee;
    margin-bottom: 30px;
    cursor: pointer;
    float: left;
    width: 100%;
    height: 160px;
     transition: 0.5s;
}


.allcategory-sectionall .catgoryboxall:hover{background: #054c75; transform: translateY(-10px);}
.allcategory-sectionall .catgoryboxall:hover i{color: #fff}
.allcategory-sectionall .catgoryboxall:hover h5{color: #fff}

.categorypixsingle{margin-bottom: 25px;}
.allcategory-sectionall .catgoryboxall i {
    color: #054c75;
    font-size: 40px;
}
.allcategory-sectionall .catgoryboxall h5 {
    font-size: 14px;
    font-family: 'Poppins';
    margin-top: 10px;
    float: left;
    color: #054c75;
    width: 100%;
    font-weight: normal;
    line-height: 20px;
}



.tradingexam {
  float: left;
  width: 100%;
  padding: 50px 0; 
  background: #b9b9a0;
}

.trdex-box {
  width: 100%; 
  height: auto; 
  float: left; 
  padding: 5px; 
  margin-bottom: 15px;
}

.trdex-box img {
  width: 100%; 
  height: auto;
}

.trdexmhdingall {
  width: 100%; 
  height: auto; 
  float: left; 
  position: relative; 
  z-index: 1; /* changed from 999 */
}

.trdexmhdingall a {
  transition: 0.5s;
}

.trdexmhdingall a:hover {
  transform: translateY(-10px);
}

.content-box {
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #006502, #00b300);
  border: 2px dashed #006502;
  color: #000;
  display: flex;
  justify-content: center;
  padding: 30px;
  align-items: center;
  flex-direction: column;
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(27, 194, 91, 0.3);
  transition: all 0.4s;
  position: relative; /* Necessary for absolute positioning of the button */
}

.read-more-button {
  background-color: #fff; /* Button background color */
  color: #006502; /* Button text color */
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s, border-radius 0.3s; /* Add border-radius to transition */
  position: absolute;
  bottom: 10px; /* Adjust button position */
  border-radius: 20px; /* Add border-radius for curved button */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow effect */
}

.read-more-button:hover {
  background-color:  #f9931d; /* Hover background color */
  color: #fff; /* Hover text color */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Increase shadow effect on hover */
}







.content-box h3 {
  font-size: 20px; 
  margin-bottom: 15px; 
  font-weight: 600; 
  float: left;
}

.content-box p {
  font-size: 0.8em; 
  padding: 0.3em 1.5em; 
  text-align: center;
}

/* Added these hover effects for h3 and p */
.trdexmhdingall:hover .content-box h3 {
  color: #000;
}

.trdexmhdingall:hover .content-box p {
  color: #000;
}

/* Added hover effects for pseudo-elements */
.trdexmhdingall::before,
.trdexmhdingall::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(16, 37, 92, 0.8); /* Dark blue background */
  z-index: -1;
  border-radius: 50%;
  opacity: 0; /* Initially hidden */
  transition: opacity 0.4s ease-in-out; /* Smooth transition */
}

.trdexmhdingall::before {
  top: 0;
  right: 0;
}

.trdexmhdingall::after {
  bottom: 0;
  left: 0;
}

.trdexmhdingall:hover::before,
.trdexmhdingall:hover::after {
  opacity: 1; /* Show on hover */
  animation: pulse 1.5s infinite; /* Pulsating animation */
}

@keyframes pulse {
  0% {
    transform: scale(0.8); /* Initial scale */
  }
  50% {
    transform: scale(1.2); /* Scale up */
  }
  100% {
    transform: scale(0.8); /* Scale down */
  }
}







/* ----- The Process ----- */
.section-white {
  background: url('../images/bg/background_11_7_26.jpg');
  border-top: 1px solid #eaeaea;
  padding: 90px 0;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
  margin-top: 100px;
}

.process-wrapper {
border-top: 1px solid  #e8e8e8;
text-align: center;
}

.process-wrapper .process-inner {
background: url('../images/bg/5156620.jpg') no-repeat scroll center 120px;
}

.process-wrapper .process-inner .process {
display: inline-block;
text-align: center;
}

.process-wrapper .process-inner .process p.process-title {
font-size: 18px;
font-weight: 700;
color: #454545;
font-family: 'Roboto', sans-serif;
}

.process-wrapper .process-inner .process .process-circle {
padding: 15px;
border-radius: 100%;
margin-bottom: 20px;
width: 180px;
height: 180px;
background-color: #fff;
border: 2px dashed #10c26c;
transition: all 300ms ease-in-out 0s;
}

.process-wrapper .process-inner .process .process-circle .process-circle-icon {
width: 175px;
height: 175px;
line-height: 175px;
border-radius: 50%;
background: #f4f6f7;
margin: -10px;
position: relative;
}

.process-wrapper .process-inner .process .process-circle .process-circle-icon .process-description {
position: absolute;
font-size: 14px;
line-height: 24px;
color: #454545;
text-align: center;
width: 100%;
height: 100%;
top: 0;
padding-top: 50px;
opacity: 0;
transition: all 300ms ease-in-out 0s;
}

.process-wrapper .process-inner .process .process-circle .process-circle-icon img {
margin-top: -10px;
display: inline-block;
border-radius: 50%;
transition: all 300ms ease-in-out 0s;
}

.process-wrapper .process-inner .process:hover .process-circle .process-circle-icon img {
opacity: 0.07;
}

.process-wrapper .process-inner .process:hover .process-circle .process-circle-icon .process-description {
opacity: 1;
}
.width-100 {
  width: 100%;
}
@media (max-width: 991px){
.process-wrapper .process-inner {
  background: none;
}
}

/* working process end */

.contact-section {
  width: 100%; float: left; padding: 80px 0px;
     background-image: url(../images/bg/contact-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-section .header h2 {
    position: relative;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: center;
     color: #fff;
    font-size: 1.875rem;
    font-family: "Google Sans";
    line-height: 2.25rem;
    font-weight: 600;
}

.contact-section .header p {
    position: relative;
    margin-bottom: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    line-height: 2.25rem;
    font-weight:400;
}
.contact-section .contact-btns {
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    --tw-text-opacity: 1;
    color:rgb(5 76 117);
}

.contact-section .contact-btns a {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
   background: rgb(0,144,0);
background: linear-gradient(90deg, rgba(0,144,0,1) 0%, rgba(249,147,29,1) 50%, rgba(58,90,64,1) 100%);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.contact-section .contact-btns span {
    font-size: 2.25rem;
    line-height: 2.5rem; color:rgb(5 76 117);
}

.teu-point p{color:#00304b; font-weight: 700; font-family: "Nunito", sans-serif;}

.teu-point h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;color:rgb(5 76 117)
}

.contact-section .contact-btns a {
    gap: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}


.contact-section .form-two{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    display: grid;
    max-width: 1190px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
}
.contact-section .form-two {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.control-form label {
  font-size: 1rem;
  margin-bottom: 15px;
  line-height: 1.25rem;
   color: #fff;
}

.control-form .input {
  display: block;
  width: 100%;
  color: #fff;
  border: 1px solid #fdd02e;
  background-color: transparent;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.control-form .input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.control-form .input::placeholder {
  color: #ccc;
}

/*.control-form select[type='text']{border-left: 0px; border-right: 0px; border-top: 0px;}*/
.submit {
  border-radius: 9999px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgb(39 39 42 / var(--tw-text-opacity));
}



.affiliations-section{width: 100%; height: auto; float: left; padding: 80px 0px; background:#3caf44 url(../images/white-arrow-1.png); 
  background-repeat:no-repeat; background-position:top right;}
.about-banner {
    width: 100%;
        margin-top: 86px;
    height: 450px;
    display: flex;
    float: left;
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.about-banner::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 2;
}
.about-banner .overlay-sec {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 3;
    margin: 0 auto;
}

.about-banner .overlay-sec h2 {
    color: #fff;
    font-weight: 500;
    font-family: "Google Sans";
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    position: relative;
    margin-bottom: 30px;
}

.about-banner .overlay-sec h2::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background-color: #fff;
    display: flex;
}

.about-section{width: 100%; height: auto; padding: 80px 0px; float: left; background:#fff}

.submit-top{background-color: #fff;
    border: 2px solid  #f9931d;
    color:  #f9931d;
    font-size: 16px;
    border-radius: 6px; padding: 10px 35px;}
.submit-top:hover{
    background-color:  #f9931d;
  border:2px solid #006502;
  color:#006502;
   border-radius: 6px; padding: 10px 35px;
}

/* Custom CSS for card style */
.our-misson-section .vmvboxall {
  background-color: #fff; /* Background color */
  border-radius: 10px; /* Rounded corners */
  overflow: hidden; /* Ensure content does not overflow */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Box shadow for depth */
  transition: transform 0.3s ease; /* Smooth transition */
  height: 100%;
}

.our-misson-section .vmvboxall:hover {
  transform: translateY(-5px); /* Lift the card on hover */
}

.our-misson-section .vmvboxall img {
  width: 60px; /* Make image responsive */
  height:60px; /* Maintain aspect ratio */
  border-top-left-radius: 10px; /* Rounded corners for the image */
  border-top-right-radius: 10px; /* Rounded corners for the image */
}

.our-misson-section .vmvboxall-content {
  padding: 20px; /* Padding inside the card */
}

.our-misson-section .vmvboxall h3 {
  color: #333; /* Heading color */
  font-size: 1.5rem; /* Heading font size */
  margin-bottom: 10px; /* Spacing below the heading */
}

.our-misson-section .vmvboxall p {
  color: #666; /* Text color */
  line-height: 1.6; /* Line height for better readability */
}
.form-slate{background: #fff; border-radius: 10px; width: 100%; height: auto; padding:30px 37px; margin-top: 35px; display: flex; gap: 25px}

.form-slate .form-control{height: auto; border: 1px solid #ccc; padding: 10px 15px; background: #fff; 
  border-radius: 50px; box-shadow: rgba(0, 0, 0, 0.10) 0px 3px 8px;}
.fine-job{background: linear-gradient(90deg, rgba(0,144,0,1) 0%, rgba(0,105,62,1) 35%, rgba(58,90,64,1) 100%); border-radius: 50px; border: 0px; padding: 8px 35px;}

.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
  width: 100%;
  float: left;
    min-height: 375px;
    position: relative;
    background: url(../images/testimonial.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
.shadow-sm{background: #fff9e8; text-align: left;border-radius: 13px;}
.card-title{margin-bottom: 0px; font-size: 16px;}
.card-text:last-child{margin-top: 15px;}
.carousel img {
  width: 70px;
  border: 1px solid #000;
    padding: 2px;
  max-height: 70px;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}
.text-secondary{font-size: 12px;}
.carousel-inner {
  padding: 1em;
}

@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
    width: 90%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}
@media screen and (min-width: 768px) {
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}
.carousel .card {
  margin: 0 0.5em;
  border: 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color:#ccc;
  border-radius: 50%;
  border: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control-next-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
}

.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e);
}




































/* FOOTER */
.footer {
  width: 100%; height: auto; float: left;
  background:url('../images/footer-bg.jpg'); background-size:cover; background-repeat: no-repeat;
  position: relative;
}

.footer-top-header {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-header {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
}
.footer-address {
  color: #fff;
  font-size: 14px;
}
.footer-ul li {
  margin-bottom: 7px;
}
.footer-ul li i {
    float: left;
    margin-right: 10px;
    color: #fff;
}
.footer-ul li a {
  color: #fff;
  font-size: 16px;
}
.footer-ul li a:hover {
  color:#0283ce;
}
.footer-bottom-header {
  padding-bottom:0px;
}
.footer-bottom-text {
 font-size: 13px;
    color: #ccc;
    width: 100%;
    text-align: center;
}
.footer_social_icons {
  float: right;
  align-items: center;
  height: 100%; margin-top: 15px;
}
.footer_social_icons li {
  margin-right: 25px; float: left;
}
.footer_social_icons li:last-child {
  margin-right: 0;
}
.footer_social_icons li a {
  color: #fff; font-size: 20px;
}






/* END FOOTER */

/* MEDIA QUERIES */
@media (max-width: 1440.98px) {
  .notification-platform-email {
    left: 26%;
  }
  .notification-platform-slack {
    bottom: 10px;
  }
  .notification-platform-sms {
    right: 20%;
  }
}
@media (max-width: 1367px) {
}

@media (max-width: 1199.98px) {
  .navbar-action-button {
    padding-left: 10px;
  }
  .navbar-action-button {
    margin-left: auto;
    padding-left: 0;
    padding-right: 15px;
  }
}

@media (max-width: 991.98px) {
  .banner-content-header h1 {
    font-size: 40px;
  }
  .section-header {
    font-size: 40px;
  }
  .feature-content-text {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
  }
  .feature-content-image {
    text-align: center;
    margin-top: 40px;
  }
  .feature-content {
    padding-bottom: 80px;
  }
  .how-it-works {
    padding-bottom: 100px;
  }
  .notification-platform-email {
    left: 21%;
  }
  .notification-platform-slack {
    bottom: 67px;
  }
  .notification-platform-sms {
    right: 15%;
  }
  .notification {
    margin-bottom: 80px;
  }
  .banner-content-header p {
    font-size: 18px;
  }
  .navbar-action-button .navbar-action-item:first-child {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .downtime-ranges {
    flex-direction: column;
  }
  .downtime-range-box {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .sales-right-count-image {
    top: 32px;
  }
  .sales-count-box {
    padding: 50px 30px;
  }
  .notification-platform-email {
    left: 17%;
  }
  .notification-platform-slack {
    left: 46%;
  }
  .notification-platform-sms {
    right: 10%;
  }
  .how-it-work-card-icon {
    height: 60px;
  }
  .how-it-work-card-icon img {
    height: 100%;
  }
}
@media (max-width: 575.98px) {
  .banner-content-header h1 {
    font-size: 35px;
  }
  .sales-count-image,
  .video-section-image {
    display: none;
  }
  .banner-content-header p {
    font-size: 15px;
  }
  .banner-newsletter {
/*    flex-wrap: wrap;
*/    box-shadow: none;
    justify-content: center;
  }
  .banner-newsletter-input {
    padding: 10px;
    height: 48px;
    width: 100%;
    flex-basis: 100%;
  }
  .banner-newsletter-submit {
    padding: 10px;
    height: 48px;
    white-space: nowrap;
    margin-top: 0px;
  }
  .notification-platform-icon {
    position: static;
  }
  .notification-platform {
    height: auto;
    padding-bottom: 40px;
  }
  .notification-platform-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .notification-platform-image {
    display: none;
  }
  .banner-image {
    height: 500px;
  }
  .banner-image img {
    height: 100%;
  }

  .section-header {
    font-size: 35px;
  }
  .daily-revenue-quantity {
    padding: 8px 25px;
    font-size: 18px;
  }
  .notification-platform-icon img {
    width: 40px;
  }
  .notification-platform-slack {
    bottom: 125px;
  }
  .notification-platform-sms {
    right: 23%;
  }
  .notification {
    margin-bottom: 0;
  }
  .downtime-range-box {
    flex-wrap: wrap;
  }
  .downtime-range-box {
    min-width: auto;
    max-width: 100%;
  }
  .downtime-range-slider {
    flex-shrink: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }
  .feature-art-image {
    display: none;
  }
  .feature-art-image {
    display: none;
  }

  .footer-bottom-header,
  .footer-top-header {
    text-align: center;
  }

  .footer-bottom-text {
    width: 100%;
    text-align: center;
  }
  .footer_social_icons {
    justify-content: center;
  }
}
@media (max-width: 400.98px) {
}

/* END MEDIA QUERIES */


.contact-set{width: 100%; height: auto; float: left;}
.left-contact{width: 30%; height: auto; float: left; margin-right: 15px;}
.left-contact h2{font-size: 35px; font-weight: 400; color: #000; float:left; margin-bottom:25px; }
.left-contact p{font-size: 15px; color: #ccc; float:left}


.affiliations-48 {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-bg-opacity: 1;
    background:#fff url('../images/vvvvv.png');
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.affiliations-48 h5 {
    font-size: 1.25rem;
    position: relative;
    line-height: 1.75rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}
.affiliations-48 p{font-size: 16px; color: #000}

.affiliations-48 h5::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -5px;
    height: 0.25rem;
    width: 3rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(14, 228, 110);
}


/*.testimonial-area {
  background: var(--blue);
  position: relative;
  z-index: 2;
  padding: 50px 0;
}
.testimonial-area .owl-carousel {
  overflow: hidden;
  padding: 0 20px;
  margin: 0px -40px;
  padding-right: 40px;
}
.testimonial-area .owl-stage-outer {
  padding: 30px 50px;
  margin-left: -34px;
  width: calc(100% + 100px);
}
.single-testimonial {
  border: 7px solid #0177bb;
  text-align: center;
  border-radius: 45px;
  position: relative;
  z-index: 2;
}
.single-testimonial p {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  padding: 50px;
  padding-bottom: 30px;
  position: relative;
  z-index: 3;
  text-align: left;
}
.single-testimonial::before {
  content: "";
  position: absolute;
  left: -35px;
  top: -35px;
  background:#003c5f url(../images/quote.png) no-repeat;
  background-size: 60%;
  width:90px;
  height:80px;
  transform: rotate(180deg);
  background-position:6px 17px;
}
.single-testimonial::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -34px;
  background:#003c5f url(../images/quote.png) no-repeat ;
  background-size: 60%;
    width: 90px;
    height: 80px;
background-position:11px 19px;
}
.round {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.round-1::before {
  content: "";
  position: absolute;
  left: 51px;
  top: -7px;
  width: 50px;
  height: 7px;
  background: #0177bb;
  border-radius: 30px;
}
.round-1::after {
  content: "";
  position: absolute;
  left: -7px;
  top: 42px;
  width: 7px;
  height: 50px;
  background: #0177bb;
  border-radius: 30px;
}
.round-2::before {
  content: "";
  position: absolute;
  right: 50px;
  bottom: -7px;
  width: 50px;
  height: 7px;
  background: #0177bb;
  border-radius: 30px;
  z-index: 1;
}
.round-2::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: 42px;
  width: 7px;
  height: 50px;
  background: #0177bb;
  border-radius: 30px;
  z-index: 1;
}
.client-video {
  padding-right: 15px; float: left;
}
.client-info {
  position: relative;
  z-index: 3;
}
.client-info a {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  font-size: 22px;
}
.client-info {
  display: block;
  padding: 15px 45px 30px;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding-bottom: 50px;
}
.client-info h6 {
  color: #fff !important;
  font-weight:400;
  font-size: 18px;
  color: #fff;
}
.client-info span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.sec-title.white-title h2 {
  color: #fff;
}
.owl-dots button {
  background: #fff !important;
  width: 10px;
  height: 10px;
  border-radius: 26px;
  margin: 0 5px;
  transition: 0.3s;
}
.owl-dots {
  text-align: center;
  margin-top: 50px;
}
.owl-dots button.active {
  width: 30px;
}

.features-logo {
width: 100%;
    height: auto;
    float: left;
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
           
        }
*/
.testimonials-one{width: 100%; height: auto; float: left  ;}
.partner-logos .owl-nav {width: 100%;}

.our-partner-section .prtnr-logo img {filter: grayscale(100%);}
.our-partner-section .prtnr-logo:hover img{filter: grayscale(0%);}
.our-partner-section{padding-top: 0;}
.partner-logos .owl-dots{display: none;}

.logo-small {
    margin-bottom: 20px;
}


.features-testimonial {
    width: 100%;
    height: auto;
    float: left;
    padding: 80px 0px;
    background:#003c5f;
    background-size: 50%;
    background-position: center -63px;
}

.search-section-two{width: 100%; height: auto; float: left; background: #fff; padding: 80px 0px;}



.collegeprog-listingboxall .colunvitighttext {
    width: 100%;
    float: left;
}

.collegelistingboxall {
    border: 1px solid  #006502;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    border-bottom: 1px solid  #006502;
    padding: 10px;
    background:  #006502;
}
.colunvitighttopstripright {
    width: 10%;
    max-width: 100px;
}

.colunvitighttopstripright img{width: 100%; height: auto;}
.colunvitighttopstripleft {
    padding-left: 10px;
}

.colunvitighttopstripleft h3{font-size: 20px; display:block;}
.colunvitighttopstripleft h3 a{ font-size: 20px; color: #fff}
.colunvitighttopstripleft p{color: #fff; font-size: 14px}
.colunvitighttopstripleft h5{font-size: 16px; color:#2d598a; margin-top:5px; display:block; }

.colunivi-progname h3 a { color:#000; font-size:16px; }
    
.colunivi-progname h3 span {
    color: #757575;font-size:16px;
}

.colunvitightbotmstrip {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.colunvitightbotmstrip ul {
    float: right;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.colunvitightbotmstrip ul li {
    float: left;
    list-style: none;
    padding-left: 0px;
    width: 33%;
    padding-bottom: 10px;
    min-height: 60px;
}
.colunvitightbotmstrip ul li .unvicoldtlpixall {
    padding-bottom: 5px;
    float: left;
}

.unvicoldtlpixall i {
    border: 1px solid #0eb7c2;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    line-height: 32px;
    cursor: pointer;
    font-size: 15px;
    color: #505050;
}
.colunvitightbotmstrip ul li p {
    font-size: 13px;
    line-height: normal;
    color: #757575;
    float: left;
    padding-left: 10px;
    text-align: left;
}
.colunvitightbotmstrip ul li p span {
    font-weight: 500;
    font-size: 14px;
    color: #252525;
}

.colunvitightafbottomstrip {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}


.rightaction {
    float: right;
    list-style: none;
    margin: 0px;
    padding: 0;
    margin-right: 10px;
}


.rightaction li {
    float: left;
    padding-top: 5px;
    padding-left: 5px;
}

.rightaction li.viewdtlbtn a {
    background: #01446c ;
    border-radius: 50px;
    padding: 0 15px;
    color: #fff;
    font-weight: 500;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}
.rightaction li.viewdtlbtn a span {
    float: left;
    padding-left: 5px;
}
.rightaction li a i {
    float: left;
    padding: 0;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
}

.checkelgiblitybtn {
    background: #19a149;
    border-radius: 50px;
    padding: 0px 21px !important;
    height: 35px;
    line-height: 35px;
    float: left;
    line-height: 32px;
    margin-top: 5px;
    margin-left: 10px;
}


.checkelgiblitybtn a i{ margin-right:8px }
.checkelgiblitybtn a{ color: #fff;
    font-weight: 500;  font-size: 14px;}


.shortlistedbtn {
    background:#01446c;
    border-radius: 50px;
    padding: 0px 21px !important;
    height: 35px;
    line-height: 35px;
    float: left;
    line-height: 32px;
    margin-top: 5px;
    margin-left: 10px;
}


.shortlistedbtn a i{ margin-right:8px }
.shortlistedbtn a{ color: #fff;
    font-weight: 500;  font-size: 14px;}



.enquirybtn {
    background:#f89a1c;
    border-radius: 50px;
    padding: 0px 21px !important;
    height: 35px;
    line-height: 35px;
    float: left;
    line-height: 32px;
    margin-top: 5px;
    margin-left: 10px;
}


.enquirybtn a i{ margin-right:8px }
.enquirybtn a{ color: #fff;
    font-weight: 500;  font-size: 14px;}



.accrdion-box{min-height: 260px;
    padding:5px; float: left;
    border: none;
    margin-bottom:5px;
    margin-top: 5px;
    background: #fafafa;
    border-radius: 18px; border: 1px solid #ccc;}





.search-page{width: 100%; height: auto; background:  #006502; margin-top: 25px; padding: 12px; border-radius: 12px}

.search-page .filter {
    margin-bottom: 1.5rem;
    height: -moz-fit-content;
    height: fit-content;
     overflow: hidden;
}

.search-page .filter .checkbox {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0;
    padding-right:0;
}
.checkbox label{font-size: 14px;color: #fff;}

.search-page .filter h4 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 20px;
    color: #fff;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #fff;
}

.search-page .filter>div {
    margin-bottom: 0.25rem;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 384px;
    overflow-y: auto;
}
.search-page .filter>div {
    height: 300px;
    overflow: auto;
}

.aply-sect-form-two{width: 100%;  height: auto; float: left; padding: 80px 0px; background: #084d09}

.applycation-text{background: #f89a1c; text-transform: uppercase; width: auto; 
  height: auto; display: inline-block; margin-bottom:25px; padding: 8px 25px; font-size: 16px; font-weight: 600; color: #fff}
.text-name{font-size: 16px; color: #000; margin-top: 5px;}
.col-form-label{color: #fff}
.admissino-ft label{color: #fff}
.form-row{margin-bottom: 20px}

.table-ageints{width: 100%; height: auto; float: left;}
.table-ageints tr th{border: 1px solid #fff; color: #fff; padding: 4px; text-align: center; font-weight: 600; font-size: 15px;}
.table-ageints tr td{border: 1px solid #fff;color: #fff; padding: 4px; text-align: center; font-weight: 400; font-size: 14px;}

.admissino-ft input[type="text"]{ border:1px solid #fff;color: #fff; background: transparent; border-radius:6px; padding:8px;height: 41px; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}

.application input[type="text"]{ border:1px solid #f9931d; color: #fff; background:  #006502; border-radius:6px; padding:8px; width: 100%;
  height: 41px; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.admissino-ft input[type="text"]::placeholder {
  color: #fff;
}
.application label{color: #fff}

.qualification-from .table{width: 100%; height: auto; float: left;}

.qualification-from .table tr th{border: 1px solid #fff; color: #fff; padding: 4px; text-align: center; font-weight: 600; font-size: 15px;}
.qualification-from .table tr td{border: 1px solid #fff;color: #fff; padding: 4px; text-align: center; font-weight: 400; font-size: 14px;}

.qualification-from p{font-size: 14px; color: #fff}


.pic-upload{width: 100%; height: auto; float: right; position: relative;}


.icon-p{
    width: 43px;
    height: 43px;
    background: #000;
    position: absolute;
    bottom: 5px;
    padding: 11px;
    cursor: pointer;
    text-align: center;
   right: 68px;
    z-index: 999;
    color: #fff;
    content: '';
    border-radius: 50%;
}

.pic-upload input {
  opacity: 0;
  width: 0px;
}

.pic-upload img {  
  max-width: 250px;
  outline: 2px solid var(--primary);
  cursor: pointer;
  transition: 200ms ease-in-out;
  
/* prevents uploaded image from distortion: */
  aspect-ratio: 1;
  object-fit: cover;
}

.pic-upload img:hover {
  outline: 8px solid var(--primary);
}

#toast {
  visibility: hidden; 
  min-width: 100px; 
  margin-left: -125px; 
  background-color: var(--primary); 
  color: whitesmoke; 
  text-align: center; 
  border-radius: 8px;
  padding: 12px;
  position: fixed; 
  z-index: 1; 
  right: 5%;
  top: 30px;
}

#toast.show {
  visibility: visible; 
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@keyframes fadein {
  from {top: 0; opacity: 0;}
  to {top: 30px; opacity: 1;}
}

@keyframes fadeout {
  from {top: 30px; opacity: 1;}
  to {top: 0; opacity: 0;}
}

.discation-point{margin-top: 25px; float: left}


.discation-point .text-pop{width: 50%; float: right;  border:1px solid #fff; background: transparent; border-radius:6px; padding:8px;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}

.admissino-ft input[type="text"]{margin-bottom: 20px;}
.text-name{margin-bottom: 10px; margin-top: 0px;}

.submit-app {
    float: right;
    padding: 8px 15px;
    font-size: 16px;
    color: #fff;
    background: #000;
    border: 0px;
    border-radius: 4px;
    margin-top: 25px;
}


/* NOTICE */
.headline {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

.marquee-container {
  width: 100%;
  height: 500px; /* Adjust height as needed */
  overflow: hidden;
  position: relative;
  background-color: #f8f9fa; /* Background color of the marquee container */
}

.marquee {
  position: absolute;
  bottom: 0;
  animation: marquee-animation 20s linear infinite;
}

.marquee-item {
  display: block;
  padding: 10px;
  color: #fff; /* Text color */
  font-size: 16px;
  line-height: 1.5;
  border-radius: 5px;
  margin-bottom: 5px;
}

/* Define keyframe animation for the marquee */
@keyframes marquee-animation {
  0% { transform: translateY(100%); }
  100% { transform: translateY(-100%); }
}

/* Customize individual marquee items with different background colors */
.marquee-item:nth-child(odd) {
  background-color:  #006502; /* Blue */
}

.marquee-item:nth-child(even) {
  background-color: #f9931d; /* Green */
}

/*home banner css*/
.thesaurus_banner {
            position: relative;
            min-height: 100vh;
            background-color: #25426c;
            padding-top: 60px;
            padding-bottom: 60px;
            overflow: hidden;
        }
        
        /* Modern Wave Background */
        .thesaurus_banner::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23254474' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23254a7c' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23255084' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%2324558c' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23235a94' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%233f64a4' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%235e6eb4' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%237d7ac4' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%239c84d4' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23bd8de4' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
            background-size: cover;
            opacity: 0.4;
            z-index: 0;
        }
        
        /* Main Container */
        .thesaurus_banner_container {
            position: relative;
            z-index: 10;
            padding: 20px;
        }
        
        /* Accent Elements */
        .thesaurus_accent {
            position: absolute;
            z-index: 1;
        }
        
        .accent_circle_1 {
            width: 300px;
            height: 300px;
            border-radius: 50%;
            background: linear-gradient(135deg, rgba(250, 147, 29, 0.2), rgba(250, 147, 29, 0));
            top: -100px;
            left: -100px;
            filter: blur(30px);
        }
        
        .accent_circle_2 {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            background: linear-gradient(135deg, rgba(1, 101, 3, 0.15), rgba(1, 101, 3, 0));
            bottom: 50px;
            right: 10%;
            filter: blur(20px);
        }
        
        .accent_line {
            position: absolute;
            width: 100%;
            height: 1px;
            background: linear-gradient(to right, rgba(250, 147, 29, 0), rgba(250, 147, 29, 0.5), rgba(250, 147, 29, 0));
            top: 10%;
            left: 0;
        }
        
        /* Content Section */
        .thesaurus_banner_content {
            position: relative;
            color: white;
            padding-top: 40px;
        }
        
        .thesaurus_banner_tag {
            display: inline-block;
            background-color: rgba(250, 147, 29, 0.2);
            color: #fa931d;
            padding: 6px 16px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 20px;
            border: 1px solid rgba(250, 147, 29, 0.3);
            letter-spacing: 1px;
        }
        
        .thesaurus_banner_title {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 20px;
            position: relative;
            line-height: 1.2;
        }
        
        .thesaurus_banner_title span {
            color: #fa931d;
            position: relative;
            display: inline-block;
        }
        
        .thesaurus_banner_title span::after {
            content: '';
            position: absolute;
            bottom: 5px;
            left: 0;
            width: 100%;
            height: 8px;
            background-color: rgba(250, 147, 29, 0.3);
            z-index: -1;
            border-radius: 4px;
        }
        
        .thesaurus_banner_subtitle {
            font-size: 1.1rem;
            margin-bottom: 30px;
            opacity: 0.8;
            max-width: 600px;
            line-height: 1.6;
        }
        
        /* Feature List */
        .thesaurus_feature_list {
            display: flex;
            flex-wrap: wrap;
            margin-top: 30px;
            gap: 20px;
        }
        
        .thesaurus_feature_item {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            background-color: rgba(255, 255, 255, 0.1);
            padding: 10px 20px;
            border-radius: 8px;
            backdrop-filter: blur(5px);
            transition: all 0.3s ease;
        }
        
        .thesaurus_feature_item:hover {
            background-color: rgba(255, 255, 255, 0.15);
            transform: translateY(-3px);
        }
        
        .thesaurus_feature_icon {
            width: 30px;
            height: 30px;
            background-color: rgba(250, 147, 29, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px;
            color: #fa931d;
            font-size: 14px;
        }
        
        /* Student Image */
        .thesaurus_banner_image_container {
            position: relative;
            margin-top: 30px;
        }
        
        .thesaurus_banner_image {
            width: 100%;
            border-radius: 16px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
            position: relative;
            z-index: 10;
            transition: all 0.4s ease;
        }
        
        .thesaurus_banner_image:hover {
            transform: translateY(-10px);
            box-shadow: 0 30px 50px rgba(0, 0, 0, 0.4);
        }
        
        .image_frame {
            position: absolute;
            top: 20px;
            left: 20px;
            right: 20px;
            bottom: -20px;
            border: 2px solid rgba(250, 147, 29, 0.3);
            border-radius: 16px;
            z-index: 1;
        }
        
        .image_dot {
            position: absolute;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-color: #fa931d;
            bottom: -30px;
            right: -30px;
            z-index: 9;
            opacity: 0.2;
        }
        
        /* Form Section */
        .thesaurus_banner_form_container {
            position: relative;
            margin-top: 30px;
        }
        
        .thesaurus_banner_form {
            background-color: white;
            border-radius: 16px;
            padding: 30px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
            position: relative;
            z-index: 10;
        }
        
        .form_accent {
            position: absolute;
            top: -40px;
            right: -40px;
            width: 120px;
            height: 120px;
            background-color: #016503;
            border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
            opacity: 0.15;
            z-index: 5;
        }
        
        .thesaurus_banner_form_title {
            color: #25426c;
            font-size: 1.75rem;
            font-weight: 700;
            margin-bottom: 25px;
            text-align: center;
            padding-bottom: 15px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }
        
        .thesaurus_banner_form .form-control,
        .thesaurus_banner_form .form-select {
            border: 1px solid #e9ecef;
            padding: 12px 15px;
            height: auto;
            margin-bottom: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
            transition: all 0.3s ease;
            font-size: 0.95rem;
        }
        
        .thesaurus_banner_form .form-control:focus,
        .thesaurus_banner_form .form-select:focus {
            border-color: #fa931d;
            box-shadow: 0 0 0 3px rgba(250, 147, 29, 0.15);
        }
        
        .thesaurus_banner_form .form-control::placeholder {
            color: #adb5bd;
        }
        
        .thesaurus_banner_form_submit {
            background-color: #fa931d;
            border: none;
            padding: 15px 0;
            font-weight: 600;
            border-radius: 8px;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(250, 147, 29, 0.3);
            color: white;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 1rem;
        }
        
        .thesaurus_banner_form_submit:hover {
            background-color: #e5800b;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(250, 147, 29, 0.4);
        }
        
        .form_note {
            text-align: center;
            margin-top: 20px;
            font-size: 0.85rem;
            color: #6c757d;
        }
        
        /* Responsive styles */
        @media (max-width: 1199.98px) {
            .thesaurus_banner_title {
                font-size: 3rem;
            }
        }
        
        @media (max-width: 991.98px) {
            .thesaurus_banner {
                min-height: auto;
            }
            
            .thesaurus_banner_title {
                font-size: 2.5rem;
            }
            
            .thesaurus_banner_form_container {
                margin-top: 60px;
            }
        }
        
        @media (max-width: 767.98px) {
            .thesaurus_banner_title {
                font-size: 2rem;
            }
            
            .thesaurus_feature_item {
                padding: 8px 15px;
            }
            
            .thesaurus_banner_form {
                padding: 25px;
            }
            
            .thesaurus_banner_form_title {
                font-size: 1.5rem;
            }
        }
        
        @media (max-width: 575.98px) {
            .thesaurus_banner_tag {
                font-size: 12px;
            }
            
            .thesaurus_banner_title {
                font-size: 1.75rem;
            }
            
            .thesaurus_banner_subtitle {
                font-size: 1rem;
            }
            
            .thesaurus_banner_form_submit {
                padding: 12px 0;
                font-size: 0.9rem;
            }
        }