header {
    background: #19a94a;
}
.logo-outer {
    position: absolute;
    top: -90px;
    z-index: 99999999;
}
.outer-header {
    padding: 10px;
    border: #fff;
}
header h2 {
    font-size: 31px;
    color: #fff;
    font-weight: 600;
}
.right-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 3px 0px 0px 0px;
}
.right-header p {
    margin: 0px 14px;
}
*{
    transition: 0.4s all ease-in-out;
}
.right-header a {
    color: #fff;
    font-size: 20px;
    transition: 0.4s all ease-in-out;
    text-decoration: none;
}
a {
    text-decoration: none;
}
.right-header a:hover, footer ul a:hover{
    opacity: 0.7;
    color: #fff;
}
.carousel-indicators [data-bs-target] {
    width: 18px;
    height: 18px;
    background: #373737;
    display: inline-block;
    padding: 0px;
    box-sizing: border-box;
    border-radius: 30px;
    border: none;
}
.carousel-indicators [data-bs-target].active {
    background: #fff;
}
.sec-2 {
    padding: 50px 0px;
}
.outer-sec-2 h2 {
    font-size: 40px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.green-text{
    color: #19A94A;
}
.boxes-sec-2 img {
    border: 1px solid #19a94a;
    width: 100%;
}
.boxes-sec-2 h2 {
    margin-top: 20px;
    font-weight: 600;
    border-bottom: 1px solid #19a94a;
}
.sec-3 {
    background: url(../images/back.png) 0 0 no-repeat;
    padding: 50px 0px;
    background-size: cover;
}
.back-outer-left h2 {
    font-weight: 600;
    font-size: 40px;
}
.back-button-right {
    text-align: right;
}
.back-button-right a {
    background: #19a94a;
    display: inline-block;
    padding: 10px 60px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    transition: 0.4s all ease-in-out;
}
.back-button-right a:hover {
    background: #fff;
    color: #19a94a;
}
.sec-4 {
    padding: 50px 0px;
}
.black-outer-title h2 {
    font-size: 40px;
    font-weight: 600;
}
.video-outer {
    max-width: 800px;
    margin: 40px auto;
    position: relative;
}
.video-outer video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 4px solid #19a94a;
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.sec-5 {
    background: #F5F5F5;
}
.container-custom {
    display: flex;
    flex-wrap: wrap;
}
.left-part {
    flex: 0 0 50%;
    padding: 40px;
    text-align: center;
    max-width: 50%;
}
.left-part h2 {
    font-size: 31px;
    font-weight: bold;
    margin-bottom: 20px;
}
.logos-outer1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inner-logos img {
    height: 100px;
    width: 100%;
    object-fit: contain;
}
.left-1 {
    position: relative;
}
.left-1::after {
    content: "";
    background: whitesmoke;
    width: 110px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -110px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    z-index: 1;
}
.right-part {
    background: #19a94a;
}
.right-part p, .right-part h2 {
    color: #fff;
}
.inner-logos {
    padding: 0px 20px;
    flex: 0 0 50%;
    max-width: 50%;
}
footer {
    background: #19a94a;
    padding: 10px 0px;
}
footer p {
    color: #fff;
    margin: 0;
}
footer ul {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}
footer ul a {
    color: #fff;
    padding: 0px 10px;
    position: relative;
    transition: 0.4s all ease-in-out;
}
footer ul li:first-child a {
    border-right: 1px solid #fff;
}

.slider-text {
    position: absolute;
    bottom: 50px;
    background: rgba(0,0,0,.45);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px;
    max-width: 550px;
    width: 100%;
    right: 50px;
    animation: slide-in 5000ms;
}
.slider-text h2 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    font-weight: 700;
}
.slider-text p {
    color: #fff;
    font-size: 18px;
}
.slider-text a {
    background:#ed0000;
    display: inline-block;
    padding: 12px 30px;
    line-height: 100%;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.4s all ease-in-out;
    border-radius: 4px;
    font-size: 12px;
}
.slider-text a:hover {
    background: #19a94a;
    text-decoration: none;
}
@keyframes slide-in {
from {
  transform: translateX(5%);
}
to {
  transform: translateX(0%);
}     
}
.custom_sliderMenu {
    max-width: 1125px;
    margin: 0 auto;
    position: relative;
    padding: 0px 15px;
}
.custom_sliderMenu nav {
    position: absolute;
    z-index: 11;
    right: 0;
    top: 30px;
    background: #19a94a !important;
    border-radius: 70px;
    padding: 0px;
    overflow: hidden;
}
.custom_sliderMenu nav ul li .nav-link {
    padding: 15px 19px !important;
    display: inline-block;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
}
.custom_sliderMenu nav ul li .nav-link:hover {
    background: #d10000 ;
}
.custom_sliderMenu nav li .nav-link.active {
    background: #ed0000;
}
.mobile_logo {
    display: none;
}
.mobile_toggle {
    display: none;
}
.carousel-item:nth-child(even) .slider-text {
    right: auto;
    left: 50px;
}
.slider-outer img {
    height: 100vh;
    object-fit: cover;
}
.location-section {
    background: #f5f5f5;
    padding: 50px 0px;
}
.outer-loc a {
    background: #19a94a;
    padding: 25px 15px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 11px rgb(0 0 0 / 22%);
    margin: 10px 0px;
    transition: 0.4s all ease-in-out;
    display: flex;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    height: 100%;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    position: relative;
}
.outer-loc {
    height: 100%;
}
.outer-loc a:hover{
    transform: translatey(-5px);
    background: #04722a;
}
.outer-loc a:before {
    background: url(../images/map.png) 0 0 no-repeat;
    background-size: 100%;
    content: "";
    width: 140px;
    position: absolute;
    height: 100%;
    opacity: 0.2;
    right: 0;
}
.location-section .col-md-2 {
    margin-bottom: 20px;
    width: 20%;
    max-width: 20%;
    flex: 20%;
    min-height: 170px;
    padding: 0 10px;
}
.location-section .col-md-2 .outer-loc a {
    word-break: break-word;
}

html {
  scroll-behavior: smooth;
}
 .slick-slide {
   margin: 0px 20px;
}

.slick-slide img {
   width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  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;
}

.slick-slider {
  padding-bottom: 40px;
}
.slick-arrow {
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    background: #ccc;
    border: none;
    color: transparent;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    z-index: 1;
}
.slick-prev {
    left:0px;
}
.slick-next {
    right:0px;
}
.slick-arrow:before {
    content: "‹";
    position: absolute;
    top: 0;
    font-size: 47px;
    color: #8f8f8f;
    line-height: 40%;
}
.slick-next:before {
    content: "›";
    left: 9px;
}
ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.slick-dots li {
    list-style: none;
    margin: 0px 5px;
}
.slick-dots li button {
    color: transparent;
    width: 10px;
    height: 10px;
    padding: 0px;
    border-radius: 30px;
    border: none;
    background: #cccccc;
}
.slick-dots li.slick-active button {
    background: #000;
}
.slick-slider img {
    height: 80px;
    width: 100%;
    object-fit: contain;
}
.slick-initialized .slick-slide {
    display: flex;
    align-items: center;
    height: 130px;
    flex-wrap: wrap;
    text-align: center;
}
.slick-arrow:focus, .slick-dots li button:focus{
    outline: none ;
}
.slick-arrow:hover{
    opacity: 0.7 ;
}
.slick-slider p {
    flex: 0 0 100%;
}
.emaill, .phonee {
    margin-top: 5px !important;
    color: #fff;
}
.emaill img, .phonee img {
    max-width: 22px;
    margin-right: 5px;
}
.enroll-now {
    display: none;
}
div#collapsibleNavbar {
    justify-content: center;
}

#contactModal .close_modal {
    background: #000;
    position: absolute;
    opacity: 1;
    padding: 0px;
    line-height: 100%;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    color: #fff !important;
    top: 0;
    right: 4px;
}
#contactModal .modal-header {
    padding: 0px;
    border: none;
}

#contactModal .modal-content {
    max-width: 90%;
    margin: 0px auto 0px;
    background: #19a94a;
    text-align: center;
}
/*#contactModal .close_modal span {
    position: relative;
    top: -3px;
}*/
.modal-dialog {
    top: 50%;
    transform: translateY(-50%) !important;
}
.playboy-section img {
    width: 100%;
}
.playboy-section .col-sm-4 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.uniform-enrollment img {
    width: 100%;
    max-width: 40%;
    height: auto;
}
div#carnival img {
    width: 100%;
    max-width: 40%;
    height: auto;
}
@media(max-width: 767px){
.location-section .col-md-2 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100% ! IMPORTANT;
}
}