/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

:root{
    --bs-white: #FFFFFF;
    --bs-black:#000000;
    --bs-purple:#9D1E5F;
    --bs-blue:#3A1D64;
    --bs-red: #b61f34;
    --bs-blue-4: #502C82;
}
a {
    text-decoration: none;
}
.text-blue {
  color: var(--bs-blue);
}

.text-purple {
  color: var(--bs-purple);
}
.bg-blue {
    background-color: var(--bs-blue);
}
html,body {
    font-family: "Poppins", sans-serif;
    background: #f1f1f1;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-optical-sizing: auto;
    letter-spacing: 0.5px;
}

.wrapper {
    position: relative;
    width: 100%;
    height: 650px;
    overflow: hidden;
}

.wrapper-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-content {
    position: absolute;
    top: 26px;
    left: 29px;
    color: var(--bs-white);
}

.logo {
    height: 70px;
}

.logo > a img {
    object-fit: cover;
    height: 70px;
    width: 70px;
    background: transparent url("img/logo2.png") 0% 0% no-repeat padding-box;
}

.nabh-logo {
    visibility: hidden;
}

.nav-scrolled .nabh-logo {
    position: absolute;
    right: -250px;
    visibility: visible;
}

/* Navigation Styles */
.navb {
  height: 110px;
  transition: height 0.5s ease-in-out;
  z-index: 997;
    transition: 0.5s;
}

.nav-scrolled {
  height: 90px;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.3);
  background: var(--bs-white);
  padding-top: 5px;
  padding-bottom: 5px; 
  transition: 0.5s;
}
.nav-scrolled .logo {
    visibility: hidden;
}
.nav-scrolled .fa-bars {
    color: var(--bs-blue);
    transition: 0.5s;
    margin-left: 10px;
}
.nav-scrolled img{
  padding: 10px ;
}
.nav-scrolled .head-text{
  color: var(--bs-blue);
  transition: 0.5s;
  margin-top: 15px;
}

.head-text {
    color: transparent;
    transition: 0.5s;
}

.fa-bars {
    color: transparent;
}

/* Buttons Styles */
.btn-purple {
    background-color: var(--bs-blue);
    color: var(--bs-white);
    padding: 6px 14px;
    border: none;
    border-radius: 2px;
    text-decoration: none;
    display: inline-block;
}

.btn-close {
    color: #4d5e66 !important;
}

.btn-purple:hover {
    background-color: var(--bs-red);
    color: #fff; transition: 0.5s;
}

.ex {
    background-color: var(--bs-red);
}

.ex:hover {
    background-color: var(--bs-blue);
}

.intro-overlay {
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 15px 12px rgba(0,0,0,0.15);
    border-radius: 5px;
    padding-bottom: 20px;
    position: relative;
    left: -30px;
    margin-top: 140px;
    width: 80%;
}

.offcanvas {
    background: var(--bs-blue);
    color: #fff;
}
.offcanvas a{
    border-bottom: 1px solid var(--bs-blue);
}

/*-------------Services-------------*/

.services {
    background-color: var(--bs-blue);
}

.serv img {
    background-color: var(--bs-blue);
    border-radius: 50%;
}

.bg-blue-gradient {
    background: var(--bs-blue);

    background: linear-gradient(225deg, hsla(265, 55%, 25%, 1) 50%, hsla(264, 54%, 10%, 1) 70%, hsla(264, 54%, 12%, 1) 71%, hsla(264, 54%, 10%, 1) 100%);

    background: -moz-linear-gradient(225deg, hsla(265, 55%, 25%, 1) 50%, hsla(264, 54%, 10%, 1) 70%, hsla(264, 54%, 12%, 1) 71%, hsla(264, 54%, 10%, 1) 100%);

    background: -webkit-linear-gradient(225deg, hsla(265, 55%, 25%, 1) 50%, hsla(264, 54%, 10%, 1) 70%, hsla(264, 54%, 12%, 1) 71%, hsla(264, 54%, 10%, 1) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#3A1D64", endColorstr="#170C28", GradientType=1);
}

.scard {
    width: 100%;
    height: 100%;
    background: linear-gradient(#ffffff 50%, #3A1D64 50%);
    background-color: var(--bs-blue);
    background-size: 100% 200%;
    background-position: 0 2.5%;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    padding: 20px;
    padding-bottom: 5px
}

.icon-wrapper img {
    background-color: var(--bs-blue);
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
}

.scard:hover {
    background-position: 0 100%;
}

.scard:hover .icon-wrapper img {
    background-color: var(--bs-blue);
}

.scard p {
    color: var(--bs-blue);
    transition: 0.5s;
}

.scard:hover p {
    color: #f0f0f0;
    transition: 0.5s;
}

/*-----------Testimonials------------*/

.testimonials {
  min-height: 600px;
  width: 100%;
  background-color: var(--bs-blue-4);
}

.tcard {
    padding: 10px;
}
.testimonials .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.testimonials .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}

.owl-carousel {
  position: relative;
}
.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px !important;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 50%;
  z-index: 1;
}

.owl-prev {
  left: -40px;
}

.owl-next {
  right: -40px;
}

#footer ul {
    list-style: none
}
#footer ul a{
    list-style: none;
    text-decoration: none;
    color: var(--bs-white);
    letter-spacing: 0.8px;
    line-height: 30px
}
#footer ul a:hover{
  opacity: 0.8;
    transition: 0.5s
}

.copyright {
    font-size: 14px !important;
}

/*------Sticky Social menu-------------*/
.sticky-social{
    position:fixed;
    top:160px;
    right:-5px;
    padding:0px;
    margin:0px;
  }
  .social{
    list-style:none;
  }
  .social li{
    padding:10px 10px;
    font-size:25px;
    transition:all 0.8s ease-in-out;
  }
  .social li:hover{
      margin-left:-30px;
   box-shadow:2px 5px 10px grey;
  }
  .social li:hover .fa{
      margin-left:20px;
    
  }
  .fa{
    color:#fff;
    transition:all 0.8s ease-in-out;
  }
  .fb{
    background-color:#3C5A98;
  }
  .linkedin{
      background-color:#0A66C2;
  }
  .instagram{
      background-color:#FD01B2;
  }
  .yt{
      background-color:#F60408;
  }
  .quora{
      background-color:var(--bs-white);
  }
  .fb i{
    color: var(--bs-white);
}
  .instagram i{
    color: var(--bs-white);
}
  .linkedin i{
    color: var(--bs-white);
  }
  .yt i{
    color: var(--bs-white);
  }


/*-------Facility Image mandatory Style--------*/
.fac-img {
    width: 100%;
    background-color: var(--bs-white);
}


/*-----------------Contact Form---------------------*/
 .contact-form {
	 justify-content: space-between;
	 margin: 50px 0;
}
 .contact-form .fsec {
	 background: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url("https://images.pexels.com/photos/2746155/pexels-photo-2746155.jpeg?auto=compress&cs=tinysrgb&w=600") center center / cover no-repeat;
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
 .contact-form .fsec .info-container div {
	 margin: 24px 0;
}
 .contact-form .fsec .info-container div h3 {
	 color: var(--bs-white);
	 font-size: 18px;
	 font-weight: 400;
	 line-height: 1.2;
	 padding-bottom: 10px;
}
 .contact-form .fsec .info-container div:first-of-type p {
	 max-width: 260px;
	 color: #999;
}
 .contact-form .fsec .info-container div p {
	 font-size: 16px;
	 line-height: 1.6;
	 color: var(--bs-white);
}
 .contact-form .form-container {
	 padding: 30px;
}
 .contact-form .form-container h2 {
	 font-size: 30px;
	 font-weight: 400;
	 line-height: 1.2;
	 text-align: center;
	 margin-bottom: 20px;
}
 .contact-form .form-group {
	 margin-bottom: 10px;
}
 .contact-form .form-container form .form-group * {
	 min-height: 55px;
	 border: 1px solid #e6e6e6;
	 padding: 0 20px;
}
 .contact-form .form-container form .form-group:first-of-type input {
	 width: 50.1%;
	 margin-right: -5px;
}
 .contact-form .form-container form .form-group input {
	 width: 100%;
	 font-size: 15px;
	 margin-top: -2px;
}
 .contact-form .form-container form .form-group input::placeholder, .contact-form .form-container form .form-group textarea::placeholder {
	 color: #999;
}
 .contact-form .form-container form .form-group textarea {
	 width: 100%;
	 min-height: 80px;
	 resize: none;
	 padding: 10px 20px;
	 margin-top: -1px;
}

/*-------------Footer--------------------*/
.map-link a {
    text-decoration: none;
}
.map-link a:hover {
    opacity: 0.5;
    transition: 0.5s;
}

/**********------Founders page-----------************/

.fcard {
    background: linear-gradient(#ffffff 50%, #3A1D64 50%);
    background-color: var(--bs-blue);
    background-size: 100% 200%;
    background-position: 0 2.5%;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    padding: 20px;
    padding-bottom: 5px
}

#fone {
    margin-top: 110px;
  }
  
  .fos-1 {
    font-size: 18px;
    
  }

/*-----------Media Queries Fix-----------*/

@media only screen and (max-width: 768px) {
    .nav-scrolled .nabh-logo {
        position: absolute;
        right: -300px;
        visibility: visible;
    }

    .head-text {
        margin-left: -30px;
    }

    .dcard {
        text-align: center;
      }
    .dhead {
        text-align: center;
        margin-top: 30px;
      }
}
@media only screen and (max-width: 350px) {
    .nav-scrolled .nabh-logo {
        position: absolute;
        right: -570px;
        visibility: visible;
        width: 30% !important; 
    }

    .intro-overlay {
        display: none;
    } 
}
@media only screen and (max-width: 550px) {
    .head-text {
        margin-left: 0px;
    }
    .nav-scrolled .nabh-logo {
        right: -400px;
        visibility: visible;
        top: 8px;
        z-index: -2;
    }
    .cbtn {
        padding: 3px 7px;
        margin-right: -106px;
    }
    .cbtn:hover{
        margin-right: 0;
        transition: 0.5s;
     box-shadow:2px 5px 10px grey;
    }
    .logo {
        height: 50px;
        margin-top: 10px;
        margin-left: -30px;
    }

    .logo > a img {
        height: 50px; 
        width: 50px;
        margin-left: 20px;
    }
    .intro-overlay {
        justify-content: center;
        text-align: center;
        margin-left: 50px;
    }

    .wrapper {
        height: 700px;
    }
    .fa-bars {
        font-size: 20px;
        margin-left: 5px !important;
    }

    .head-text {
        font-size: 20px !important;
        position: absolute;
        left: 40px;
        margin-top: 20px;
        transition: 0.5s;
    }
}

@media only screen and (min-width: 769px) {
    .about .container-fluid{
        padding: 40px;
    }
    .dcard {
        min-height: 200px !important;
      }
      .dcard p{
        line-height: 22px;
      }
}
@media only screen and (min-width: 426px) {
    .ex {
        margin-left: 50px;
    }

    .text-left-spacing {
        margin-left: 30px;
    }

    .head-text {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

}

@media only screen and (max-width: 300px) {
    .sticky-social {
        display: none;
    }
}

/*---------------------*/

.banner {
    background-size: cover;
    background-position: center;
    height: 200px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
  }
  .profile-content {
    margin-top: -50px; 
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }