html{
    scroll-behavior: smooth;
}
header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img {
    max-height: unset;
}
nav{
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.nav-color1{
    background-color: #9e0b0f;
}
.nav-color1 p, .nav-color1 a, .nav-color1 span {
    color: #eee;
}
.nav-color1 i {
    color: #fff;
}
.nav-color1 a:hover, .nav-color1 a:hover i{
    color: #b0b0b0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.bg-color1{
    background-color: #9e0b0f;
}
.text-color1, .text-color1-hover:hover{
    color: #9e0b0f;
}
.text-color2, .text-color2-hover:hover{
    color: #007336;
}
.bg-mis-gradient{
    background: linear-gradient(45deg, rgb(111, 204, 154) 0%, rgb(240, 56, 61) 100%);
}
header.sticky .navbar.responsive-sticky .navbar-brand img {
    max-height: 100%;
}
.serviceBox img{
    height: 240px;
    object-fit: cover;
    width: 100%;
}
.serviceBox span{
    height: 60px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.serviceBox p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 65px;
}
.projectBox img{
    height: 400px;
    object-fit: cover;
    width: 100%;
}
.missionBox p{
    height: 120px;
}
.whyUsSection ul li{
    padding: 10px 25px 5px 25px;
}
/* .whyUsSection .imgDiv{
    margin-right: -10vh;
    margin-top: 60px;
}
@media (max-width: 991px) {
    .whyUsSection .imgDiv{
      margin-right: 0;
      margin-top: 0;
    }
} */
footer .footer-logo img {
    max-height: 70px;
}
.latest-post-sidebar img{
    height: 70px;
    object-fit: cover;
}
a:hover, a:hover span {
    /* color: #007336 !important; */
}
.interactive-banners-content p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
a.text-primary-hover:hover, a.text-primary-hover:hover span { color:#9e0b0f; }
a.text-secondary-hover:hover, a.text-secondary-hover:hover span { color:#007336; }

.reachTxt ul{
    padding: revert;
}
.pImages img{
    object-fit: cover;
}
.object-fit-cover{
    object-fit: cover;
}
div.mfp-counter { display: none !important;}

/* preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #231f20;
    z-index: 9999;
  }

/* #loader {
    border: 3px solid #e8e7e7;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: rgb(232, 231, 231);
    border-radius: 50%;
    border-top: 5px solid #aa5353;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    position: relative;
    top: 38%;
    margin: 72px auto;
  }

  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  } */
   /* HTML: <div class="loader"></div> */
#loader {
    width: 65px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 3px solid #e1e1e1;
    animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
    position: relative;
    top: 40%;
    margin: 72px auto;
  }
  @keyframes l20-1{
     0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
     12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
     25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
     50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
     62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
     75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
     100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
  }
  @keyframes l20-2{ 
    0%    {transform:scaleY(1)  rotate(0deg)}
    49.99%{transform:scaleY(1)  rotate(135deg)}
    50%   {transform:scaleY(-1) rotate(0deg)}
    100%  {transform:scaleY(-1) rotate(-135deg)}
  }
/* preloader end */