/********** Template CSS **********/
:root {
  --primary: #2e9549;
  --secondary: #216f33;
  --blue: #193BC1;
  --green: #31FF6E;
  --lightgreen: #c4ffd2;
}

body {
    font-family: "Atkinson Hyperlegible Next", sans-serif;}

.text-primary {
  color: var(--primary) !important;
}
.text-secondary {
  color: var(--secondary) !important;
}
.text-blue {
  color: var(--blue) !important;
}
.text-green {
  color: var(--green) !important;
}
.footer-bg{
    background-color: #cdd9cc !important;
}
.bg-lightgreen {
  background-color: var(--lightgreen) !important;
}
.bg-green {
  background-color: var(--green) !important;
}
.bg-primary {
  background-color: var(--primary) !important;
}
.bg-secondary {
  background-color: var(--secondary) !important;
}
.bg-blue {
  background-color: var(--blue) !important;
}
.btn-primary {
  background-color: var(--primary) !important;
}
.btn-secondary {
  background-color: var(--secondary) !important;
}
.btn-lightgreen {
  background-color: var(--lightgreen) !important;
}
.btn-blue {
  background-color: var(--blue) !important;
}
.btn-green {
  background-color: var(--green) !important;
}
a {
  text-decoration: none;
}
.text-justify{
    text-align: justify;
}
h1,
h2,
.font-weight-bold {
  font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
  font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
  font-weight: 500 !important;
}

.btn {
  transition: 0.5s;
}

.btn-primary {
  color: #ffffff;
}

.border-inner {
  position: relative;
}

.border-inner * {
  position: relative;
  z-index: 1;
}

.border-inner::before {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: none;
  border: 1px solid var(--primary);
  z-index: 0;
}

.btn-square {
  width: 40px;
  height: 40px;
}

.btn-sm-square {
  width: 30px;
  height: 30px;
}

.btn-lg-square {
  width: 50px;
  height: 50px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.navbar-secondary .navbar-nav .nav-link {
  padding: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  outline: none;
  transition: 0.5s;
}

.sticky-top.navbar-secondary .navbar-nav .nav-link {
  padding: 20px 15px;
}

.navbar-secondary .navbar-nav .nav-link:hover,
.navbar-secondary .navbar-nav .nav-link.active {
  color: #fff;
}

@media (max-width: 991.98px) {
  .navbar-secondary .navbar-nav .nav-link {
    padding: 10px 0;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  right: 100%;
  margin-top: -1px;
  display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}


.section-title::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 10px;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
  background: var(--secondary);
}

.section-title::after {
  position: absolute;
  content: "";
  width: 180px;
  height: 2px;
  left: 50%;
  bottom: 4px;
  margin-left: -90px;
  background: var(--secondary);
}

.service::after,
.contact::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 45px);
  top: 135px;
  left: 0;
  background: linear-gradient(rgba(43, 40, 37, 0.9), rgba(43, 40, 37, 0.9)),
    url(../images/service.jpg) center center no-repeat;
  background-size: cover;
  z-index: -1;
}

.contact::after {
  background: linear-gradient(rgba(43, 40, 37, 0.5), rgba(43, 40, 37, 0.5)),
    url(../img/bg.jpg) center center no-repeat;
  background-size: cover;
}

.bg-offer {
  background: linear-gradient(rgba(43, 40, 37, 0.9), rgba(43, 40, 37, 0.9)),
    url(../images/offer.jpg) center center no-repeat;
  background-size: cover;
}

.team-item img {
  transition: 0.5s;
}

.team-item:hover img {
  transform: scale(1.1);
  filter: blur(5px);
}

.team-item .team-overlay {
  transition: 0.5s;
  opacity: 0;
}

.team-item:hover .team-overlay {
  opacity: 1;
}

.testimonial-carousel .owl-dots {
  height: 45px;
  margin-top: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  width: 10px;
  height: 25px;
  background: #dddddd;
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  height: 45px;
  background: var(--primary);
}

.testimonial-carousel .owl-item .testimonial-item {
  opacity: .7;
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
  opacity: 1;
}

.bg-img {
  background: linear-gradient(rgba(0,0,0,0.77), rgba(43, 40, 37, 0.5)),
    url(../images/counter.jpg) center center no-repeat;
  background-size: cover;
}




/*====================================
    About Us Page
======================================*/
.aboutus {
    background-image: url(../images/about-us-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.about-section-one {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.about-section-one .starups {
    display: flex;
    align-items: center;
    width: 50%;
    padding-left: 10%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
}

.home-about-img {
    width: 50%;
    background-image: url(../images/whatwedo.jpg);
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    height: 700px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-about-img {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .home-about-img {
        width: 100%;
        height: 500px;
    }
}

@media only screen and (min-width: 1601px) and (max-width: 1800px) {
    .about-section-one .starups {
        padding-left: 10%;
    }
}


.about-section-one .starups .about-section-one-details {
    padding-right: 117px;
}

.about-section-one .starups .about-section-one-details span {
    margin-bottom: 22px;
    display: block;
    color: #000;
}

.about-section-one .starups .about-section-one-details h3 {
    display: block;
    color: #fff;
    margin-bottom: 53px;
}

.about-section-one .starups .about-section-one-details .starups-list ul {
    display: flex;
    margin-bottom: 18px;
}

.about-section-one .starups .about-section-one-details i {
    font-size: 20px;
    color: #000;
}

.about-section-one .starups .about-section-one-details p {
    padding-left: 5px;
    color: #000;
}

.about-section-one .starups-img {
    width: 50%;
    background-image: url(../images/whatwedo.jpg);
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    height: 700px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section-one {
        display: block;
    }

    .about-section-one .starups {
        width: 100%;
    }

    .about-section-one .starups .about-section-one-details {
        padding-right: 0px;
    }

    .about-section-one .starups-img {
        width: 100%;
        height: 400px;
    }

    .about-section-one .starups .about-section-one-details p {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .about-section-one {
        display: block;
    }

    .about-section-one .starups {
        width: 100%;
    }

    .about-section-one .starups {
        padding: 0 30px;
    }

    .about-section-one .starups .about-section-one-details {
        padding-right: 0px;
        margin-top: 40px;
    }

    .about-section-one .starups-img {
        width: 100%;

        height: 500px;

    }

    .about-section-one .starups .about-section-one-details .font-35 {
        font-size: 21px;
    }

    .about-section-one .starups .about-section-one-details p {
        padding-left: 9px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-section-one .starups {
        padding-left: 8%;
    }

    .about-section-one .starups .about-section-one-details {
        padding-right: 30px;
    }

    .about-section-one .starups .about-section-one-details .font-35 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .about-section-one .starups {
        padding-left: 10%;
        padding-right: 35px;
    }

    .about-section-one .starups .about-section-one-details {
        padding-right: 0px;
    }
}



/*********************************
 News
*********************************/
.news
{
    width: 100%;
    padding-top: 93px;
    padding-bottom: 100px;
    background: #FFFFFF;
}

.section_title {
  line-height: 1.2;
}

.section_subtitle {
  line-height: 1.85;
  margin-top: 14px;
}
.news_row
{
    margin-top: 55px;
}
.news_post_large_container
{
    padding-right: 30px;
}
.news_post_large
{
    width: 100%;
}
.news_post_image
{
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}
.news_post_image img
{
    max-width: 100%;
}
.news_post_large_title
{
    margin-top: 23px;
}
.news_post_large_title a
{
    font-size: 20px;
    font-weight: 700;
    color: #384158;
    line-height: 1.4;
  text-decoration: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.news_post_large_title a:hover
{
    color: var(--secondary);
}
.news_post_meta
{
    margin-top: 11px;
}
.news_post_meta ul li
{
    display: inline-block;
    position: relative;
}
.news_post_meta ul li:not(:last-of-type)::after
{
    display: inline-block;
    position: relative;
    content: '|';
    margin-left: 14px;
    margin-right: 11px;
}
.news_post_meta ul li a
{
    font-size: 14px;
    font-weight: 400;
    color: #384158;
    text-transform: uppercase;
  text-decoration: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.news_post_meta ul li a:hover
{
    color: var(--secondary);
}
.news_post_text
{
    margin-top: 13px;
}
.news_post_link
{
    margin-top: 19px;
}
.news_post_link a
{
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #384158;
    text-decoration: underline;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.news_post_link a:hover
{
    color: var(--secondary);
}
.news_posts_small
{
    margin-top: -6px;
}
.news_post_small:not(:last-child)
{
    border-bottom: solid 1px #e5e5e5;
}
.news_post_small:not(:first-child)
{
    padding-top: 29px;
}
.news_post_small_title a
{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.55;
    color: #384158;
  text-decoration: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.news_post_small_title a:hover
{
    color: var(--secondary);
}
.about-top {
    background-color:#012a58;
    margin-top: 152px;
}
.news_posts_small {
    height: 350px;
    overflow: hidden;
    position: relative;
}

.scrolling-news {
    display: inline-block;
    animation: scrollNews 15s linear infinite;
}

.news_posts_small:hover .scrolling-news {
    animation-play-state: paused;
}

@keyframes scrollNews {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(-100%);
    }
}
/*Inner pages Side menu */
.list-group {
    border:none;
}
.list-group-item {
    border-bottom: 1px solid #e6e6e6;
    padding: 15px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}
.list-group-item.active {
    background-color: var(--primary);
    color: #ffffff;
    margin: 0px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    z-index: 500;
    border-radius: 8px;
    font-weight: 500;
    margin-bottom: 10px;
    border-color : var(--primary);
}

/*** Scroll Top style ***/
.back-to-top {
  position: fixed;
  bottom: 70px;
  right: 25px;
  width: 50px;
  height: 50px;
  z-index: 99;
  color: white;
  display: none;
  cursor: pointer;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
  background: var(--primary);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite; }
  @media only screen and (max-width: 991px) {
    .back-to-top {
      width: 40px;
      height: 40px;
      line-height: 40px; } }


.upper-bg{
  height: 220px;
  background-color: var(--lightgreen);
}

/* Data In Table Format */
th {
    background-color: var(--secondary) !important;
    color: #fff !important;
}

/* Dropdowns */

.dropdown-menu{
    border-radius: 0px;
    padding: 0px;
}

.dropdown-item{
    padding: 10px;
}

.dropdown-item:hover{
    background-color: var(--secondary);
    color: #fff;
}

/*Gallry Crad*/
.custom-card {
    height: 100%; /* Allow it to grow equally */
    display: flex;
    flex-direction: column;
}

.custom-card img {
    height: 350px; /* Fixed height for image */
    object-fit: cover;
    width: 100%;
}

.custom-card .card-body {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


/* Footer */

.footer-section .quick-links ul li a:hover{
    letter-spacing: .7px;
}

.footer-section .quick-links h3{
    color: maroon;
    text-transform: uppercase;
    font-size: 20px;
}


.department-side .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  padding :15px;
  background-color: var(--primary) !important;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 500;
  border-radius:8px;
  font-weight: 500;
  margin-bottom: 10px;
  border-color: var(--primary);
}



.homeSlider .carousel-caption {
    position: absolute;
    bottom: 40%;
    text-align: left;
}
.homeSlider .carousel-caption h2{
    font-size:100px;
    text-transform: uppercase;

}
.homeSlider .carousel-caption p{
    font-size:25px;
    text-transform: uppercase;
    color:#fff;
    width:70%;
}
.homeSlider .carousel-inner{ position:static; max-height: 100%; height: calc( 100vh - 160px ); }
.homeSlider .carousel-item{ height: 100%; background: rgba(0,0,0,0.3) !important; }
.homeSlider .carousel-item img{   -webkit-animation: zoom 20s; animation: zoom 20s; }

