/********** Template CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
}


/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
        font-size: 26px;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 6px;
    padding: 3px 10px;
    color: #171717;
    font-size: 13px;
    font-weight: 600;
    outline: none;
    transition: .5s;
    border: solid 1px #d9d9d9;
    /* border-left: 1px solid #ffffff; */
    /* border-right: 1px solid #ffffff; */
    /* transform: skewx(-20deg); */
    transition: background .2s ease, color .2s ease;
    line-height: 30px;
}

.navbar-dark .navbar-nav .nav-link > span{
    
       display:inline-block;
  /*  transform: skewx(20deg); */
    color: #000;
}
.navbar-dark .navbar-nav .nav-link > span:hover{
    

    color: #546f41;
}
.sticky-top.navbar-dark .navbar-nav .nav-link {

    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        /*position: absolute;*/
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: 22px;
        left: 50%;
     
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: #d1dc2a;
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
  /*  width: 6px;*/
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
/*    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;*/
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/
.service-item {
     position: relative;
    height: 170px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -24px;
    left: 50%;
    margin-left: -30px;
   
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

/*.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}*/


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}

.category img,
.course-item img {
    transition: .5s;
}



.navbar-nav.ms-auto.py-0 {
  position: absolute;
    left: 29%;
    /* right: 50%; */
    /* top: 100%; */
    transform: translatex(-21%);
    flex-direction: row;
    justify-content: cente;
}

.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
right: 3rem;
    bottom: 10rem;
    border: 5px solid #d6e028;
    border-radius: 6px;
}


.img-border img {
position: absolute !important;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem) !important;
    height: calc(100% - 11rem) !important;
    object-fit: cover;
    border-radius: 6px !important;
}

/*
.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    right: -17px;
    background: var(--primary);
    transform: skew(40deg);
}*/

.container-fluid.d-none.d-lg-block.top-background {
    /* background-color: #386340 !important; */
    background: #4b673f;
    background: -webkit-linear-gradient(0deg, #4b673f 0%, rgba(31, 64, 43, 0.94) 100%);
    background: linear-gradient(0deg, #4b673f 0%, rgb(53 101 71 / 94%) 100%);
}

.me-3.pe-3.border-end {
    padding: 11px 0;
}

.facts {
 /*   background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);*/
    
        background: linear-gradient(rgb(47 104 65 / 89%), rgb(92 123 65 / 89%)), url(../img/bg.png);
}

h4.mb-3 {
    font-size: 18px;
}

.p-4.highlight {
    min-height: 223px;
}


#mixedSlider22 {
  position: relative;
}
#mixedSlider22 .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}
#mixedSlider22 .detail { min-height: 50px; font-size: 13px }
#mixedSlider22 span {      display: block;
    text-align: center;
    margin-top: 12px;
    padding: 0px 8px;
    font-size: 19px; }
#mixedSlider22 .MS-content .item {
  display: inline-block;
  width: 25.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
 
  white-space: normal;
  padding: 0 10px;
}
/*@media (max-width: 991px) {
  #mixedSlider22 .MS-content .item {
    width: 50%;
  }
}*/
@media (max-width: 767px) {
  #mixedSlider22 .MS-content .item {
    width: 50%;
  }
}
#mixedSlider22 .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider22 .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider22 .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider22 .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSlider22 .MS-content .item a {
 /* float: right;*/
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider22 .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider22 .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 95px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider22 .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider22 .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider22 .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider22 .MS-controls .MS-left {
  left: -44px;
	cursor: pointer;
}
@media (max-width: 767px) {
  #mixedSlider22 .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider22 .MS-controls .MS-right {
  right: -47px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #mixedSlider22 .MS-controls .MS-right {
    right: -10px;
  }
}

.banner-dowm {
  width: 100%;
  height: 433px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}
.slide-image {
  position: absolute;
  top: -200px;
  left: -200px;
  width: calc(100% + 400px);
  height: calc(100% + 400px);
  background-position: 50% 50%;

}
.slide-title {
  font-size: 4rem;
  line-height: 1;
  max-width: 50%;
  white-space: normal;
  word-break: break-word;
  color: #FFF;
  z-index: 100;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
@media (min-width: 45em) {
  .slide-title {
    font-size: 7vw;
    max-width: none;
  }
}
.slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0;
}

.slideshow {
  position: relative;
}
.slideshow-pagination {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: .3s opacity;
  z-index: 10;
}
.slideshow-pagination-item {
  display: flex;
  align-items: center;
}
.slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}
.slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
  cursor: pointer;
}
.slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}
.slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}
.slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}
.slideshow-navigation-button {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
/*  width: 5rem;*/
  z-index: 1000;
  transition: all .3s ease;
  color: #000;
}
.slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow-navigation-button.prev {
  left: 0;
}
.slideshow-navigation-button.next {
  right: 0;
}

.pagination-number {
  font-size: 1.8rem;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  padding: 0 0.5rem;
}

.pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transition: all .3s ease;
}
@media (min-width: 45em) {
  .pagination-separator {
    display: block;
  }
}
.pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  transform-origin: 0 0;
}


    
    .pad15>h5
{
color: #fff;
font-size: 15px;
}
    
  .MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }

      .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }

      .MultiCarousel .MultiCarousel-inner .item { float: left;}

      .MultiCarousel .MultiCarousel-inner .item > div 
	  { 
    text-align: center;
    padding: 14px;
    /* margin: 10px; */
    background:#80b37a;
    color: #fff;
	}

    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }

    .MultiCarousel .leftLst { left:0; }

    .MultiCarousel .rightLst { right:0; }

        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }
    

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}



.col-sm-6.col-lg-2.text-center {
padding: 23px 30px 23px 30px;
    width: 14%;
    position: relative;
    text-align: center;
    box-shadow: 0px 2px 35px rgb(0 0 0 / 6%);
    border-radius: 4px;
    background-color: #fff;
    min-height: 172px;
    display: inline-table;
    margin-bottom: 28px;
    margin-left: 30px;
}

.timeline-horizontal {
    list-style: none;
    position: relative;
    padding: 20px 0px 0px 0px;
    display: inline-block;
}

.timeline-horizontal .timeline-item {
    display: table-cell;
    min-width: 306px;
    float: none !important;
    padding-left: 0px;
    padding-right: 20px;
    margin: 0 auto;
    vertical-align: bottom;
}

.logo-partner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

section.green {
     background-color: #3870a1;
    margin-top: 28px;
    background: linear-gradient(rgb(27 127 204 / 92%), rgb(53 108 151 / 80%)), url(../img/bg-blue.png);
}

/*.btn-primary {
    color: #fff;
    background-color: #5d7c45;
    border-color: #607352;
}*/

.btn-primary {
 color: #fff;
    background-color: #06a3da;
    border-color: #06a3da;
}


.btn2.btn--small, p .views-more-link, .node-readmore a, .field--name-field-farticle-external-link a, .content-tabs .tab-list .tab-btn a, .more-link.form-group a {
    padding: 0 30px 0 10px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 22px;
}

.btn2, p .views-more-link, .node-readmore a, .more-link.form-group a, .field--name-field-farticle-external-link a, .content-tabs .tab-list .tab-btn a {
    padding: 0 40px 0 15px;
    margin-right: 10px;
    display: inline-block;
    line-height: 36px;
    border-radius: 4px;
    font-weight: 600;
    color: #23313a;
    font-size: 17px;
    text-align: left;
    position: relative;
    background: #fff;
}

.btn2.btn--small:before, p .views-more-link:before, .node-readmore a:before, .field--name-field-farticle-external-link a:before, .content-tabs .tab-list .tab-btn a:before, .more-link.form-group a:before {
    width: 22px;
    height: 10px;
}
.btn2:before, p .views-more-link:before, .event--thumb-projects .owl-item .views-field-field-carousel-url .field-content a:before, .node-readmore a:before, .more-link.form-group a:before, .field--name-field-farticle-external-link a:before, .content-tabs .tab-list .tab-btn a:before {
    height: 18px;
    width: 38px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    content: '';
    background: url("../img/arrow.png") center no-repeat;
    background-size: contain;
}


.position-absolute.bottom-0.end-0.btn--small.btn2 > span
{
display: inline-block;
    line-height: 29px !important;
    font-weight: 400;
    color: #23313a;
    font-size: 13px !important;
    border-radius: 12px;
}

@media (min-width: 1200px)
{
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
    }
}

i.bi.bi-geo-alt.fs-2.me-4 {
    color: #5d7c45;
}

i.bi.bi-phone-vibrate.fs-2.me-4 {
    color: #5d7c45;
}

i.bi.bi-envelope-open.fs-2.me-4 {
    color: #5d7c45;
}

i.fa.fa-home.fw-normal {
    font-size: 23px;
}

#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 6px 0;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}


.container.innerpage {
    margin-top: 50px;
    min-height: 800px
}

.list-data ul li {
    padding: 10px;
    display: flex;
    list-style: none;
    border-bottom: solid 1px #d5d5d5;
}

span.post-title {
    color: dodgerblue;
    font-size: 15px;
    font-weight: 600;
    margin-top: 6px;
}

p.description {
    font-size: 13px;
    color: #000;
}

a.nav-item.nav-link.apply-now {
    background-color: #546f41;

    border: none;
}

ul {
    padding-left: 30px;
}



.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}
.slide-image {
  position: absolute;
  top: -200px;
  left: -200px;
  width: calc(100% + 400px);
  height: calc(100% + 400px);
  background-position: 50% 50%;

}
.slide-title {
  font-size: 4rem;
  line-height: 1;
  max-width: 50%;
  white-space: normal;
  word-break: break-word;
  color: #FFF;
  z-index: 100;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
@media (min-width: 45em) {
  .slide-title {
    font-size: 7vw;
    max-width: none;
  }
}
.slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0;
}

.slideshow {
  position: relative;
}
.slideshow-pagination {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: .3s opacity;
  z-index: 10;
}
.slideshow-pagination-item {
  display: flex;
  align-items: center;
}
.slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}
.slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
  cursor: pointer;
}
.slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}
.slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}
.slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}
.slideshow-navigation-button {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
/*  width: 5rem;*/
  z-index: 1000;
  transition: all .3s ease;
  color: #000;
}
.slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow-navigation-button.prev {
  left: 0;
}
.slideshow-navigation-button.next {
  right: 0;
}

.pagination-number {
  font-size: 1.8rem;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  padding: 0 0.5rem;
}

.pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transition: all .3s ease;
}
@media (min-width: 45em) {
  .pagination-separator {
    display: block;
  }
}
.pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  transform-origin: 0 0;
}


@media only screen and (max-width: 990px)
{
    a.position-relative.d-block.h-100.overflow-hidden {
    min-height: 142px;
}
.navbar-nav.ms-auto.py-0 {
 
    display: contents;
}
    .navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    /* margin-left: 9px; */
    padding: 10px 15px !important;
    color: #171717;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
    border: none;
    /* border-left: 1px solid #ffffff; */
    /* border-right: 1px solid #ffffff; */
    transform: initial !important;
    transition: background .2s ease, color .2s ease;
    line-height: 30px;
            background-color: #e2e2e2;
}
    
    .navbar-dark .navbar-nav .nav-link > span {
    display: contents;

}
    
    a.nav-item.nav-link.apply-now {

    margin-bottom: 21px;
}
    
    }

.slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow-navigation-button.prev {
  left: 0;
}
.slideshow-navigation-button.next {
  right: 0;
}

span.prevs {
    background-color: #fff;
    padding: 10px;
    font-size: 21px;
}

span.nxt {
    background-color: #fff;
    padding: 10px;
    font-size: 21px;
}

#days {
    font-size: 16px;
color: #fff;
  
    text-align: center;
    border-radius: 1px;
    border-right: solid 1px;
   padding:1px 13px 0px 18px;
}

#hours {
    font-size: 16px;
color: #fff;
   
    text-align: center;
    border-radius: 1px;
    border-right: solid 1px;
  padding: 1px 12px 0px 3px;
}

#minutes {
    font-size: 16px;
color: #fff;
    
    text-align: center;
    border-radius: 1px;
    border-right: solid 1px;
    padding: 0px 12px 0 3px;
}

#seconds {
    font-size: 16px;
color: #fff;
  
    text-align: center;
    border-radius: 1px;

    padding: 0px 18px 0 3px;
}

.timmer > span {
color: #fff !important;
	font-weight: 400;
}

.timmer {
    display: inline-block;
    line-height: 16px;
    padding: 6px 3px;
    font-size: 40px;
    /* margin-bottom: 10px; */
    background-color: #607352;
    border-radius: 3px;
}

.row.cen {
    display: flex;
    flex-direction: column;
    align-items: center;
        margin-bottom: 15px;
}

span {
    display: block;
    
}

/* Additional CSS for left-aligned sub-dropdown */
.sub-dropdown-menu:hover .dropdown-men {
    display: block;
    position: absolute;
    top: calc(100% - 100px);
    left: calc(100% - 10px);

        z-index: 1000;

    min-width: 10rem;
    padding: 10px 0;
    margin: 0;
    font-size: 1rem;
    color: #6B6A75;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 2px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    
    
}

.sub-dropdown-menu2:hover .dropdown-men2 {
    display: block;
    position: absolute;
    top: calc(100% - 100px);
    left: calc(100% - 10px);

        z-index: 1000;

    min-width: 10rem;
    padding: 10px 0;
    margin: 0;
    font-size: 1rem;
    color: #6B6A75;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 2px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    
    
}


/* Adjust styling as needed */
.sub-dropdown-menu2 {
    position: static;
}

.sub-dropdown-menu2 .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
}



.dropdown-men
{display: none;}


.dropdown-men2
{display: none;}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #6B6A75;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 2px;
      box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}





.dropdown-toggle::after {
    display: inline-block;
    margin-left: 8px;
    vertical-align: 0.255em;
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    /* border-top: 0.3em solid; */
    /* border-right: 0.3em solid transparent; */
    /* border-bottom: 0; */
    /* border-left: 0.3em solid transparent; */
    /* transform: skewx(13deg); */
}

.dropdown-item:last-child {
    border-bottom: none;
}
	
	
.sub-dropdown-menu:last-child {
    border-bottom: none;
}
	
.dropdown-item {
    display: block;
    width: 100%;
    padding: 5px 17px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: solid 1px #e9e9e9;
    font-size: 14px;
	
	
	min-width: 255px;
	text-wrap: pretty;
}



	.nav-tabs > li > a {
    border-radius: 0px;
    background: #3870a1;
    padding: 7px 12px;
    display: block;
    color: #fff;
    margin-left: 0px;
  
    font-size: 14px;
		    margin-bottom: 10px;
}
	.featured-slider .item {
    min-height: 356px !important;
   
}
    
 .post-featured-style {
    min-height: 170px !important;
   
}   
   .post-featured-style .post-content {
    padding: 20px 20px !important;
  
}
    
    .featured-slider .post-content {
    padding: 20px 20px !important;
   
}
    
    .post-title {
    font-size: 15px !important;
  
}
    
    .featured-slider .slider-post-title {

    font-size: 15px !important;
}
	
	.nav-tabs > li > a {
    border-radius: 0px;
    background: #3870a1;
    padding: 7px 12px;
    display: block;
    color: #fff;
    margin-left: 0px;
  
    font-size: 14px;
		    margin-bottom: 10px;
}
.nav-tabs li a {
       color: #282828;
    background: #d7e128;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 7px 20px 7px;
    margin: 0 2px 1px 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.nav-tabs li.active a, .nav-tabs li a:hover, .nav-tabs li.active a:hover {
    color: #fff;
    background: transparent;
    border: none;
    box-shadow: none;
    text-decoration: none;
}

.nav-tabs>li {
    float: left;
    margin-bottom: 4px;
}

.nav-tabs li.active a:before, .nav-tabs li a:hover:before {
    opacity: 1;
}

.nav-tabs li a:before {
    content: "";
       background:#5d7c45;
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transition: all 0.3s ease 0s;
}
.col-md-12.pull-right.text-right {
    text-align: right;
}