.post-img
{
   height: 150px;
   overflow: hidden;
}
.title-post-height {
	height: 20px;
	overflow: hidden;
}
.desc-post-height {
	height: 100px;
	overflow: hidden;
}
.card.home-banner .col-lg-6 {
	margin-bottom: 6px;
}
.card.home-banner .col-lg-3 {
	margin-bottom: 6px;
}
.card:nth-child(odd) {
background:#FFF;
}
.card:nth-child(even) {
background:#d4f5ff;
}

#home-banner .carousel-caption
{
    position: absolute;
    right: 45%;
    bottom: 0;
    top: 25%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: unset;
    left: 5%;
}

#home-banner .carousel-caption h1
{
   font-size: 5em;
   color: #111;
   font-weight: 900;
   text-shadow: 1px 1px #fff;
}

#home-banner .carousel-caption p
{
   font-size: 1.75em;
   color: #111;
}
#home-banner .carousel-indicators li
{
  background-color: rgb(0 0 0 / 50%);
}
#home-banner .carousel-indicators .active {
    background-color: #ffc702;
}
#home-banner .carousel-item img
{
  width: 100%;
  height: 550px;
  /*object-fit: cover;*/
}
.theme-title
{
    color: #be356b;
    font-weight: bold;
    position: relative;
}
.theme-title::after
{
   content: "";
    display: block;
    height: 7.5px;
    background-color: #ffc702;
    position: absolute;
    top: calc(100% + 7.5px);
    left: 50%;
    width: 10%;
    transform: translateX(-50%) skew(-50deg);
}
.theme-features .icon
{
  width: 75px;
  height: 75px;
}
.theme-features h6
{
    font-size: 0.9rem;
    font-weight: 700!important;
    padding-top: 5px;
    color: #111;
}
.theme-features h6:hover
{
  color: #99150c;
}
.theme-features .card
{
  box-shadow: 1px 2px 3px #11111147;
}
.paralsec-gry
{
    background-color: #ebebeb;
}
.theme-about-title
{
    color: #be356b;
    font-weight: 600;
    text-transform: uppercase;
    border-left: 5px solid #ffc702;
    padding-left: 15px;
}
.theme-about-sub-title
{
    color: #be356b;
    font-weight: bold;
}
.theme-about .theme-img
{
  text-align: center;
 /* height: 350px;*/
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.theme-about .theme-img:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.theme-btn
{
  background-color: #be356b!important;
  color: #fff!important;
  padding: .5rem 1rem;
  border-radius: 0;
}
.theme-zigzag-title
{
    color: #be356b;
    font-weight: 600;
    border-left: 5px solid #ffc702;
    padding-left: 15px;
}
.theme-zigzag-title1
{
    color: #be356b;
    font-weight: 600;
    border-right: 5px solid #ffc702;
    padding-right: 15px;
}
.theme-zigzag-sub-title
{
    color: #be356b;
    font-weight: 600;
}
.theme-text
{
  font-size: 15px;
  color: #555;
  text-align: justify;
}
ul.theme-point 
{ 
  list-style: none; 
  padding: 0;
  margin: 0;
  } /* Remove default bullets */
.theme-point li::before {
    content: "\2713"; /* Unicode bullet symbol */
    color: #be356b;  /* Bullet color */
    font-weight: bold;
    padding-right: 10px;
}
.theme-point li
{
  font-size: 15px;
  color: #777;
  text-align: justify;
  line-height: 1.75;
}
.theme-point li::marker
{
  color: #be356b;
}
.theme-DB .title
{
  border-right: 5px solid #ffc702;
  padding-right: 15px;
}
.theme-service .card
{
  padding: 15px 0px;
  box-shadow: 1px 2px 5px #999;
  border-radius: .50rem;
}
.theme-service .card h5
{
    font-weight: 600;
}
.theme-service .card p
{
   color: #555;
   font-size: 13px;
}
.theme-service .title
{
    color: #be356b;
    font-weight: 600;
    border-left: 5px solid #ffc702;
    padding-left: 15px;
}
.theme-service .col-md-4
{
  padding: 5px 25px;
}
.theme-mission-vision .card
{
  padding: 20px 10px;
  background-color: #eee;
  padding: 20px 10px;
  background-image: url('../images/banner/mv-banner.jpg');
  background-position: center;
  background-size: cover;
}
.theme-mission-vision .card h4
{
  font-weight: 600;
}
.theme-mission-vision .col-sm-4
{
    padding: 5px 55px;
}
.theme-mission-vision .card .card-body
{
  min-height: 350px;
}
.footer-copyright
{
  background-color: #ffc702;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 0;
}
.footer
{
  background-color: #ebebeb;
  padding: 50px 25px;
}
.footer-title
{
  position: relative;
  font-weight: bold;
}
.footer-title::after
{
   content: "";
    display: block;
    height: 3.5px;
    background-color: #ffc702;
    position: absolute;
    top: calc(100% + 7.5px);
    left: 1%;
    width: 10%;
}
.footer-menu
{
    padding: 0;
    margin: 0;
}
.footer-menu li
{
    list-style: none;
    font-size: 17px;
    color: #111;
    line-height: 2;
    font-weight: 600;
}
.footer-menu li a
{
  color: #111;
}
.footer-menu li a:hover
{
  color: #be356b!important;
}
.footer .icons a
{
  font-size: 25px;
  color: #ffc702;
}
.footer .icons a:hover
{
  color: #be356b;
}

.rotate-icon
{
  transition: transform 0.5s ease-out;
}
.theme-features .card:hover .rotate-icon
{
  transform: rotate(360deg);
}
.theme-features .card:hover .rotate-icon, .theme-service .card:hover .rotate-icon
{
  transform: rotate(360deg);
}
.theme-banner
{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/home/banner.png) !important;
    height: 550px;
}
.call-to-action
{
  position: relative;
}
.call-to-action-title
{
    position: absolute;
    top: 50%;
    left: 10%;
    font-size: 2rem;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.theme-img-box {
  position: relative;
}
.theme-img-box img {
  display: block;
  width: 100%;
  height: auto;
   -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.overlay {
  position: absolute; 
  /*bottom: 0;*/
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%); 
    /*background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);*/
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}
.theme-img-box:hover .overlay {
  opacity: 1;
}
.theme-img-box:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.marquee span {
    display: inline-block;
    padding-left: 100%;
    text-indent: 0;
    animation: marquee 30s linear infinite;
    font-size: 15px;
    color: #be356b;
}
.marquee span:hover {
    animation-play-state: running;
}

/* Make it move */
@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

#requestModal .modal-header, 
#requestModal .modal-footer
{
      background-color: #e776a3;
}

#contact-form .form-check-label
{
   font-size: 17px;
}


.nav-menu
{
  background: #be356b!important;
}
.nav-menu .navbar
{
  background: #be356b!important;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.nav-menu .navbar .container
{
  background: #be356b!important;
}
.nav-menu .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
  color: #ffc702;
}
.nav-menu .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #ffc702;
}
  .nav-menu .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #fff;
}
  .nav-menu .dropdown-menu .nav-item .nav-link
{
  color: #111!important;
}
.nav-menu .dropdown-menu .nav-item .nav-link:hover
{
  color: #ffc702!important;
}
.footer-copyright
{
  background: #be356b!important;
  color: #fff;
}


.feedback-form {
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 100;
    min-height: 500px;
}
.feedback-form-btn {
    position: absolute;
    /* border: none !important; */
    background: #fff;
    border-top: 0;
    -webkit-box-shadow: 0px 3px 9px -5px #00000030;
    box-shadow: 0px 3px 9px -5px #00000030;
    font-weight: 600;
    border-radius: 0px;
    text-transform: uppercase;
    left: -109px;
    color: #2f2c2c !important;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 25%;
    padding: 2.5px 7.5px;
    border: 1px solid #d8d8d8;
    /* border-radius: 5px; */
    white-space: nowrap;
    font-size: .99rem;
}
#scroll {
    position:fixed;
    right:25px;
    bottom:100px;
    cursor:pointer;
    width:45px;
    height:45px;
    background-color:#ff9412;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#99150c;
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

img#scroll
{
   height: 100px;
   width: auto;
   background: unset;
}

img#scroll:hover
{
  background: unset;
}

.navbar ul li {
    margin-right: 11px;
}

.navbar-toggler{
	z-index: 999;
}

/*responsive css */

@media only screen and (max-width: 767px)  
{
    .theme-about .theme-img {    
      height: auto;
    }
    .call-to-action {
        padding: 15px 0;
    }
    .call-to-action-title {
      top: 30%;
      font-size: 1rem;
    }
    .theme-service .col-md-4
    {
       padding: 5px 15px;
    }
    .theme-mission-vision .col-sm-4
    {
       padding: 5px 25px;
    }
    #home-banner .carousel-item img
    {
      height: auto;
    }
    #home-banner .carousel-indicators
    {
        bottom: -25px;
    }
    #home-banner .carousel-caption
    {
       top: 2.5%;
       right: 25%;
    }
    #home-banner .carousel-caption h1
    {
          font-size: 1.5rem;
    }
    #home-banner .carousel-caption p
    {
          font-size: 0.75rem;
    }
    #home-banner .carousel-indicators li
    {
      width: .425rem;
      height: .425rem;
    }
    .team-section h3,.team-section h5,.company-section h3,.company-section h5
    {
      text-align: center;
    }
    #webVideo 
    {
      height: auto!important;
    }
}
 @media only screen and (min-width: 1500px)  
 {
    #home-banner .carousel-item img
    {
      height: 650px;
    }
 }