@import url('https://fonts.googleapis.com/css2?family=Montserrat: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&display=swap');
body{
  font-family: 'Montserrat', sans-serif;
}
p{
    font-size:15px !important;
}
/* navbar */
.what1{
  display: none;
}
.copy a{
    text-decoration:none;
    color:green;
    font-weight:700;
}
.right-edu1{
    display:none;
}
.right-dmlt1{
    display:none !important;
}
.what2{
  display: block;
}
.nav-header-right a{
  text-decoration: none;
}
.abt-dtls a{
  text-decoration: none;
}
.navbar-dropdown li a{
  background: #2581DC;
}
nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
  padding-left: 0px !important;
  margin-left: -5px;
  /* content: ' \025BE'; */
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
.navbar-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);
}
.ab:hover .nd{
display: block !important;
}
.swiper1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.swiper-button-next, .swiper-button-prev {
  top: 56% !important;
}
.swiper-slide1 {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 695px;
}

.swiper-slide1 img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-nav-ul{
    display: flex;
    gap: 2rem;
    align-items: center;
    margin-right: 4rem;
}
.top-nav-ul li{
    list-style: none;
}
.top-nav-ul li a{
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1.55px;
}
/* Menu Toggler */
#menuToggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    top: 0px;
    left: 10px;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    outline: none;
  }
  
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
  }
  
  #menuToggle input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 18px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
  }
  
  #menuToggle span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 26px;
    height: 3px;
    margin-bottom: 7px;
    position: relative;
    background: #000;
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 5px 0px;
        -ms-transform-origin: 5px 0px;
            transform-origin: 5px 0px;
    -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease,
        -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease,
        -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease,
        -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  }
  
  #menuToggle span:first-child {
    -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
  
  #menuToggle span:nth-last-child(2) {
    -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
  }
  
  #menuToggle input:checked~span {
    opacity: 1;
    -webkit-transform: rotate(-45deg) translate(-3px, -1px);
        -ms-transform: rotate(-45deg) translate(-3px, -1px);
            transform: rotate(-45deg) translate(-3px, -1px);
    background: rgb(7, 7, 7);
  }
  
  #menuToggle input:checked~span:nth-last-child(2) {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(-4px, -2px);
        -ms-transform: rotate(45deg) translate(-4px, -2px);
            transform: rotate(45deg) translate(-4px, -2px);
  }
  
  #menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-3px, -1px);
        -ms-transform: rotate(45deg) translate(-3px, -1px);
            transform: rotate(45deg) translate(-3px, -1px);
  }
  
  /* end menu toggler */

  .nav-header-left h5{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: white;
  }
.navigation {
    height: 110px;
    background: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: grey 0px 5px 5px -5px;
    transition: all.9s;
}
.nav-header-left{
  display: flex;
  gap: 10px;
  align-items: baseline;
  padding-top: 7px;
}
.nav-header{

}
.nnnn {
    background: linear-gradient( 45deg, #ffffff 19%, #010079 0);
    padding: 3px 99px 3px 0;
}
.nav-header-right {
    display: flex;
    gap: 17px;
    justify-content: right;
    padding: 5px 0;
    align-items: center;
}
.nav-header-right h5{
  color: white;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  cursor: pointer;
  
  margin-bottom: 0;
}
.text-right h2 {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    
}
.text-right h3 {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 28px;
    line-height: 12px;
    margin-bottom: 1rem;
}

.nav-header-left span{
  color: white;
  animation: mymove3 1s infinite;
  border-radius:50%;
}
@keyframes mymove3 {
  0%   {transform:rotate(10deg);}
  25%  {transform:rotate(-10deg);}
  50%  {transform:rotate(10deg);}
  75%  {transform:rotate(-10deg);}
  100% {transform:rotate(0deg);}
}
.smaller{
  background: rgb(255, 255, 255) !important;
  transition: all.9s;
  box-shadow: grey 0px 5px 5px -5px;
  animation: mymove 1s;
}
.brand {
    padding-left: 99px;
    text-transform: uppercase;
    font-size: 1.4em;
    display: flex;
    width: 39%;
    align-items: center;
    margin-top: -3px;
}
.mn-lg{
  position: relative;
  display: block;
  transition: all.8s;
}
.ds{
  display: block;
  transition: all.8s;
}
.wt-lg {
  position: absolute;
  top: 0;
  left: 19px;
  transition: all.8s;
  display: none;
}
.logo-dtls h3 {
    font-size: 30px;
    color: #23afb7;
    font-weight: 700;
    letter-spacing: 2px;

    margin-bottom: 0;
}
.logo-dtls p {
    font-size: 7px;
    letter-spacing: 1px;
    /* line-height: 20px; */
    color: #010079;
    font-weight: 700;
}
.logo-dtls img {
    height: 80px;
    width: 100%;
}
.na{
  display: none;
  transition: all.8s;
}
.itom li a{
  color: black !important;
  transition: all.9s;
}
.brand a img {
    width: 118px;
    height: 113px;
    object-fit: contain;
    margin-top: 1px;
}
.brand a, .brand a:visited {
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.right-nav{
  width: 70%;
}
.nav-container {
    /* max-width: 1320px; */
    margin: 0 auto;
    display: flex;
    align-items: center;
}
nav {
  float: right;
  margin-right: 99px;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav ul li {
    float: left;
    position: relative;
}
nav ul li a, nav ul li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 74px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 17px;
        font-family: 'Open Sans', sans-serif;
}
nav ul li a:hover, nav ul li a:visited:hover {
    color: rgb(30 173 182);
}
/* nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: '';
} */
nav ul li ul li {
    min-width: 190px;
}
nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}
.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    background-color: white;
    margin-top: -3px;
    overflow: hidden;
}
.what{
  padding-right: 16px;
  border-right: 1px solid white;
}
.smaller{
  margin-top: 0px;
}
.nav-dropdown li a {
  position: relative;
  transition: all.4s;
  font-size: 15px;
  letter-spacing: 1px;
}
.nav-dropdown li a::before{
  position: absolute;
  content: "";
  background-color: #009b9b;
  color: white !important;
  background-size: contain;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  transition: all.4s;
}
.nav-dropdown li a:hover::before{
  width: 100%;
}
.nav-dropdown li a:hover{
  color: white !important;
}
/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    width: 70px;
}
@media only screen and (max-width: 799px) {
    .nav-mobile {
        display: block;
   }
    nav {
        width: 100%;
        padding: 70px 0 15px;
        background-color: white;
   }
    nav ul {
        display: none;
   }
    nav ul li {
        float: none;
   }
    nav ul li a {
        padding: 15px;
        line-height: 20px;
   }
    nav ul li ul li a {
        padding-left: 30px;
   }
    .nav-dropdown {
        position: static;
   }
}
@media screen and (min-width: 799px) {
    .nav-list {
        display: block !important;
   }
}
#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 35px;
    background: rgb(0, 0, 0);
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
    top: -10px;
}
#nav-toggle span:after {
    bottom: -10px;
}
#nav-toggle.active span {
    background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}
#nav-toggle.active span:before {
    transform: rotate(45deg);
}
#nav-toggle.active span:after {
    transform: rotate(-45deg);
}
article {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}
/* ------------------------------------------------slider------------------------------------------------- */
.swiper {
    width: 100%;
    height: 100%;
  }
.swiper-wrapper {
    height: 82vh !important;
}
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper {
    margin-left: auto;
    margin-right: auto;
  }
  /*.overlay{*/
  /*  background-color: #0000004f;*/
  /*  height: 100%;*/
  /*  width: 100%;*/
  /*  position: absolute;*/
  /*  top: 0;*/
  /*  left: 0;*/
  /*}*/
  .swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    opacity: 0.5 !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 33px !important;
  left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 33px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px !important;
  color: white;
  background-color: #00000040;
  padding: 1rem 1.3rem;
  border-radius: 50%;
}
/* about us---------------------------------------- */
.abt-hd h1{
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  color: white;
  letter-spacing: 2px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}

.abt-hd {
  position: relative;
  margin: 0rem 0 3rem;
  padding-top: 1rem;
}
.abt-hd1{
  margin: 2rem 0 1rem;
}
.inner-about{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.abt-dtls{
  width: 20%;
  border-right: 1px solid #adadad;
}
.abt-dtls1{
  border: none !important;
}
.abt-dtls-img img {
  width: 115px;
  text-align: center;
  margin: auto !important;
  justify-content: center;
  padding: 1.5rem;
  display: flex;
  border: 2px solid white;
  border-radius: 50%;
}
.abt-dtls-text h4{
  font-size: 16px;
  text-align: center;
  color: white;
  font-family: 'Lato';
  letter-spacing: 1px;
  transition: all.9s;
  margin-top: 1.5rem;
}
.abt-dtls-plus h1{
  text-align: center;
  color: white;
  font-weight: 100;
 transition: all.9s;
}
#about {
    background-color: #010079;
    padding-bottom: 2rem;
    
}
.abt-dtls-img{
  margin: 1rem 0;
}
.black {
  position: absolute;
  top: 0%;
  left: 23.2%;
  opacity: 0 !important;
  background-color: white;
  transition: all.9s !important;
}
.abt-dtls-img{
  position: relative;
  height: 105px;
  width: 105px;
  border: 1px solid white;
  border-radius: 50%;
  margin: auto;
  transition: all.5s;
}
.abt-dtls-img span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 50px;
    color: white;
    transition: all.5s;
}
.view{
  border: none !important;
  /* font-weight: 500 !important; */
  color: black !important;
  background-color: transparent !important;
}
.view:hover{
  color: #010079 !important;
  background-color: white !important;
}
.tt1{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.fa-angle-double-right{
  animation: slide1 1s ease-in-out infinite;
  margin-left: 9px;
}
@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(7px, 0);
  }
}
.tt1 span{
  margin-left: 0px;
}
.abt-dtls {
  width: 16.66%;
  border-right: 1px solid #adadad;
  cursor: pointer;
}
.abt-dtls:hover span{
  color: black;
}
.abt-dtls:hover .abt-dtls-img{
  background-color: white;
}
.abt-dtls:hover h4{
  color: rgb(255, 255, 255);
}
.abt-dtls:hover h1{
  color: black;
}
/* ---------------------------------------------------------------service------------------------------------------------- */
#services {
  background-color: #d3d3d31a;
  padding: 4rem 0;
}
.inner{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.left-dtls {
  width: 35%;
  margin: auto;
  background-color: #f2f2f2;
  padding: 2rem 1rem;
  position: relative;
  box-shadow: #68686838 -7px 7px 9px -5px;
}
.left-dtls::after {
  position: absolute;
  content: "";
  /* background-image: url(../image/fold.png); */
  background-color: rgb(68 68 68);
  clip-path: polygon(100% 39%, 0% 100%, 100% 100%);
  background-size: contain;
      top: -3.59rem;
  left: -1px;
  height: 20%;
  width: 30%;
  z-index: 1;
  background-repeat: no-repeat;
}
.left-dtls::before {
  position: absolute;
  content: "";
  background-color: rgb(198 198 198);
  clip-path: polygon(100% 65%, 48% 31%, 50% 97%);
  background-size: contain;
      top: -4.5rem;
  left: 0px;
  height: 20%;
  width: 30%;
  z-index: 1;
  background-repeat: no-repeat;
}
.right-dtls{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 65%;
}
.right-card1 {
    width: 48.89%;
    box-shadow: #00000085 0px 0px 5px -1px;
    background-color: white;
    border-radius: 10px;
    transition: all.5s;
}
.ttt {
  padding: 1rem 1rem 1.5rem 1rem;
}
.inner-card-details img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    margin-bottom: 1rem;
}
.hd{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.hd-img{
  width: 30%;
}
.hd-txt{
  width: 70%;
}
.hd-txt h1{
  font-size: 32px;
    letter-spacing: 1.5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #000000;
}
.left-dtls p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #000000;
    margin: 1rem 0.5rem 2rem 0;
    
}
.left-dtls a{
  text-decoration: none;
  color: #ff1f1f;
  letter-spacing: 1px;
  padding: 8px 20px;
  border: 1px solid #ff3030;
  border-radius: 20px;
  font-weight: 700;
  transition: all.3s;
  font-family: 'Poppins', sans-serif;
}
.inner-card-details h2 {
    font-family: emoji;
    letter-spacing: 1px;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 27px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0.5rem;
}
.inner-card-details p {
    letter-spacing: 1px;
    font-size: 15px;
    margin-bottom: 2rem;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inner-card-details a {
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 6px 16px;
    background-color: #010079;
    border: 1px solid #010079;
    border-radius: 20px;
    transition: all.3s;
    font-size: 15px;
}
.inner-card-details a:hover, .left-dtls a:hover {
  color: #010079;
  background-color: #00007900;
}
/* ------------------------------------------------------------main-abt--------------------------------------------- */
.inner-mn{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 1rem;
}
.left-main {
    width: 62%;
    padding: 2rem 0 2rem 1rem;
}
.right-main{
    width: 0%;
    padding: 2rem 0 2rem 2rem;

}
.sub-card {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 3rem;
  gap: 1rem;
}
.card-type {
    width: 25% !important;
    /* margin: auto; */
    padding: 5px;
    border-radius: 31px 0;
    transition: all.3s;
    /* box-shadow: #000000 3px 5px 14px -4px; */
}
.icon-text h2 {
    color: white;
    text-align: center;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.55px;
}
.left-main a {
  text-decoration: none;
  color: black;
  letter-spacing: 1px;
  font-size: 17px;
  transition: all.5s;
  border: 1px solid white;
  padding: 8px 20px;
  border-radius: 31px;
  background-color: white;
  
}
.left-main a:hover {
  color: white;
  background-color: #ffffff00;
}
.left-main a:hover span{
  border-color: black;
}
.left-main span {
    border-radius: 50%;
    margin-top: 0rem;
}
/* .name input:focus, .nb input :focus, .mail input:focus, .message textarea:focus{
border-color: red;
outline: none;
box-shadow: none;
border-top: none !important;
} */
/* .name input, .nb input, .mail input, .message textarea {
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: 0 0 1px 0 solid;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #ff4e4e;
  color: white;
} */
/* ::placeholder {
  color: rgb(255, 255, 255);
  opacity: 0.5;
}
.message textarea{
  height: 150px;
} */
.name,.nb,.mail,.message{
  margin-bottom: 1rem;
}
#main-abt{
  padding: 3rem 0;
}


#main-abt{
    position:relative;
    z-index:1;
}
#main-abt::after{
    position:absolute;
    content:"";
    background-image:url(../image/fe.png);
    background-size:contain;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:-1;
    background-repeat:no-repeat;
    opacity:0.2;
}
.left-main h1 {
    font-size: 31px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 2rem;
    font-family: 'Open Sans', sans-serif;
}
.left-main p {
    letter-spacing: 1px;
    font-size: 16px;
    color: white;
    font-weight: 300;
    padding-bottom: 2rem;
    line-height: 26px;
}
.left-main h1 span{
  font-size: 20px;
}
.icon-text p{
  text-align: center;
  color: white;
  
  letter-spacing: 1px;
  font-size: 17px;
  line-height: 21px;
  border: none;
  padding-left: 0;
  word-break: break-all;
  font-weight: 300;
}
.icon {
    text-align: center;
    height: 60px;
    width: 60px;
    border: 1px solid white;
    border-radius: 50%;
    background-color: #ffffff00;
    margin: 1REM auto;
    position: relative;
}
.icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.icon img {
  padding: 0.5rem;
  border-radius: 50%;
  margin: 1rem 0;
  /* background-color: white; */
  border: 1px solid rgb(255, 255, 255);
}
#main-abt {
    /* background: linear-gradient(90deg,#010079 50%,#4e4dff 50%); */
    background-image: url(../image/abim.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 2rem;
    background-position: right;
}

.en-hd h1{
  color: white;
  font-size: 34px;
  margin-bottom: 2rem;
  letter-spacing: 1px;
}
.en-hd p{
  color: white;
  letter-spacing: 2px;
  line-height: 25px;
  font-family: "poppins";
  font-weight: 300;
}
.send a{
  text-decoration: none;
  color: rgb(255, 255, 255);
  padding: 9px 20px;
  border: 1px solid #010079;
  border-radius: 20px;
  transition: all.3s;
  /* font-weight: 300; */
  letter-spacing: 1px;
}
.send a:hover{
  color: black;
  border-color: white;
}
.send{
  margin-top: 2rem;
}
.scroll {
    height: 490px;
    overflow: overlay;
    padding-right: 1rem;
}
.scroll::-webkit-scrollbar{
  width: 0.5rem;
}
.scroll::-webkit-scrollbar-track{
  background: rgba(0, 0, 0, 0.486);
  border-radius: 20px;
}
.scroll::-webkit-scrollbar-thumb{
  background: rgb(255, 255, 255);
  border-radius: 20px;
  width: 0.1rem;
  height: 1rem;
}
.dtls-t h1 {
    font-size: 21px;
    width: 274px;
    word-break: break-word;
    letter-spacing: 1px;
    color: white;
}
.dtls-t p {
    letter-spacing: 1px;
    color: white;
    
    font-size: 16px;
    line-height: 25px;
    margin: 1rem 0;
}
.dtls-t a {
  text-decoration: none;
  color: white;
  letter-spacing: 1px;
  padding: 5px 15px;
  border: 1px solid white;
  border-radius: 20px;
  font-size: 15px;
  background-color: white;
  color: black;
  transition: all.3s;
  
}
.dtls-t a:hover {
  color: white;
  background: #ffffff00;
}
.up-hd h1 {
  color: white;
  letter-spacing: 2px;
 font-family: 'Open Sans', sans-serif;
  font-size: 35px;
  margin-bottom: 2rem;
  padding-bottom: 10px;
  display: inline-block;
}
/* -----------------------------------------------testimonial---------------------------------------------------------------- */

.wrapper1 {
  width: 88%;
  height: 307px;
  display: table;
  border: 1px solid rgb(0 0 0);
  border-top-color: #010079;
  border-right-color: #010079;
  border-bottom-color: #009b9b;
  border-left-color: #009b9b;
  padding: 20px;
  position: relative;
  margin: 2rem auto;
}

.wrapper1:after, .wrapper1:before {
    content: '';
    position: absolute;
    font-family: fontAwesome;
    font-size: 36px;
    color: rgb(239 239 239);
    background: #fff;
}
  .wrapper1:after {
    content: '\f10d';
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    box-shadow: 10px 10px 0 #fff; }
  .wrapper1:before {
    content: '\f10e';
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%);
    box-shadow: -10px -10px 0 #fff; }

.title, .description {
  display: table-cell;
  vertical-align: middle; }
/* .title{
    width:30%;
} */
.description {
    width: 100%;
}
.description {
  font-size: 14px; }

.title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0px 0 0; }
  .title small {
    display: block;
    font-size: 25px;
    text-align: right; }

.border-radius {
  border-radius: 30px; }

.text-right {
  text-align: right;
}
.title img {
    width: 109px !important;
    height: 103px !important;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
    position: absolute;
    top: -13%;
    right: -7%;
    border: 5px solid white;
}
.icon span {
    font-size: 26px;
    color: white;
    margin-bottom: 1rem;
}
.description p {
font-size: 16px;
    width: 100%;
    line-height: 25px;
    color: #000000;
    letter-spacing: 1px;
    
    text-align: justify;
    /*height: 199px;*/
    padding-right: 17px;
    /*overflow: hidden;*/
}
.text-right {
  text-align: start;
  padding-left: 6px;
}
#testimonial{
  margin: 0rem 0;
}
/* testimonial slide------------------------------------------------------------------------ */
#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
/* .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  background: none!important;
  color: inherit;
  border: 1px solid !important;
  padding: 0 !important;
  font: inherit;
  width: 20px !important;
  height: 20px !important;
  border-radius: 20px !important;
  margin-right: 7px !important;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button .active span{
  background-color: blue !important;
  z-index: 9999;
  position: relative;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
  pointer-events: none;
  opacity: 1;
} */
.swiper2 {
    width: 100%;
    height: 72vh;
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem;
    padding: 0 0 3rem 0;
}
.w-60{
    width:60%;
}
.swiper-slide2 {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-wrapper2{
  height: 60vh !important;
}
.abt-hd1 h1 {
  background-color: white !important;
  color: black;
  font-size: 35px;
  font-weight: 600;
      
}
.abt-hd1 h1::before {
  position: absolute;
  content: "";
  background-color: rgb(0, 0, 0);
  background-size: contain;
  right: 35%;
  top: 1rem;
  height: 1.5px;
  width: 0% !important;
}
.abt-hd1 h1::after {
  position: absolute;
  content: "";
  background-color: rgb(0, 0, 0);
  background-size: contain;
  left: 35%;
  top: 1rem;
  height: 1.5px;
  width: 0% !important;
}

.rows{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.col{
  width: 20%;
}
.col1{
  width: 42%;
}
.col1 img {
  width: 56%;
}
.col-hd li::after{
  border: none;
}
.col ul li{
  list-style: none;
  margin-bottom: 1rem;
  
}
.col ul a li {
  position: relative;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
.col ul a{
  text-decoration: none;
  color: rgb(255, 255, 255);
  letter-spacing: 2px;
  font-family: 'Open Sans', sans-serif;
  text-align: start;
  position: relative;
}
.social{
  display: flex;
  gap: 1rem;
}
.fa-facebook, .fa-twitter, .fa-whatsapp, .fa-linkedin,.fa-instagram,.fa-google {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 28px;
  width: 28px;
  background-color: rgb(238, 238, 238);
  text-align: center;
  padding-top: 5px;
  border-radius: 50%;
  color: black;
  transition: all.3s;
}
.f:hover .fa-facebook{
  color:#3b5998 ;
}
.t:hover .fa-twitter{
  color: #1da1f2 ;
}
.i:hover .fa-instagram{
  color: red;
}
.w:hover .fa-whatsapp{
  color:#25d366  ;
}
.l:hover .fa-linkedin{
  color:#3b5998;
}
.f, .t, .w, .l ,.i{
  height: 34px;
  width: 34px;
  background-color: rgb(255, 255, 255);
  position: relative;
  border-radius: 50%;
  border: 0.5px solid whitesmoke;
  box-shadow: 1px 2px 2px 2px #ffffff29;
  transition: all.2s;
}
.f:hover,.t:hover,.w:hover,.l:hover{
  box-shadow: 0px 0px 1px 1px #1a1a1a4f;
}
#footer {
    padding: 4rem 0 0.5rem 0;
    background-color: #010079;
}
.col-hd ul li h4 {
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
}
.col-hd1 ul li h4 {
  color: white;
  margin-left: -35px;
}
.swiper-pagination1 {
  bottom: 54px !important;
}
.para p {
    color: white;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 26px;
    margin-top: 1rem;
    font-weight: 400;
    font-size: 14px !important;
}
.add,.no,.mail{
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin-bottom: 0.3rem;
}
.add span,.no span,.mail span{
  color: white;
}
.add h5, .no h5, .mail h5 {
    color: rgb(255, 255, 255);
    letter-spacing: 2px;
    font-weight: 300;
    line-height: 24px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
.col-hd ul li{
  text-align: start;
}
.col2{
  margin-top: 2rem;
}
hr{
  color: white;
}
.copy h6 {
    text-align: center;
    color: white;
    letter-spacing: 1.5px;
    /*  */
    font-weight: 300;
    font-size: 14px;
}
/* //////////////////////////////////////////////// */
.inner-news{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
}
.news-dtls{
  width: 32%;
}
.news-img img{
  width: 100%;
  height: 100%;
}
.news-dtls{
    cursor:pointer;
}
#news{
  margin: 0rem 0 3rem 0;
}
.hr{
  color: black;
}
.date{
  display: flex;
  gap: 12px;
  align-items: baseline;
}
.news-link {
    display: flex;
    justify-content: space-between;
    padding: 0rem 1rem 1rem;
    align-items: baseline;
}
.news-link a {
    text-decoration: none;
    letter-spacing: 1px;
    border: 1px solid #010079;
    color: #010079;
    padding: 7px 20px;
    border-radius: 30px;
    font-size: 14px;
}
.news-link a:hover{
  background-color:#010079;
  color:white;
}
.news-para p {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 28px;
    padding: 10px;
    color: #000;
    transition:all .3s;
}
.news-para p:hover{
    color:#010079;
}
.news-dtls {
  box-shadow: #80808091 0px 3px 6px 0px;
  border-radius: 20px;
  padding-bottom: 0.5rem;
}
.dtls-img img{
  height: 300px;
  width: 500px;
  object-fit: cover;
}
#news-d{
  margin: 10rem 0 3rem 0;
}
.date1{
  padding: 0.5rem 0;
}
.date1 p, .date1 span{
  letter-spacing: 1px;
    color: gray;
    margin-top: 1rem;
    font-weight: 500;
}
.dtls-para p{
  margin-top: 1.5rem;
  letter-spacing: 1px;
  font-size: 16px;
  color: gray;
}
#notice{
  margin: 0rem 1rem 3rem 0;
}
.inner-notice {
  width: 70%;
  margin: auto;
  padding: 2rem;
  box-shadow: #0000006e 1px 1px 7px 0px;
  height: 543px;
  overflow: auto;
  
}
.inner-notice::-webkit-scrollbar{
  width: 0.5rem;
}
.inner-notice::-webkit-scrollbar-track{
  background: rgb(0, 0, 0);
  border-radius: 20px;
}
.inner-notice::-webkit-scrollbar-thumb{
  background: #009b9b;
  border-radius: 20px;
  width: 0.1rem;
  height: 1rem;
}
.notice-hd h1 {
  text-align: center;
  font-size: 31px;
  letter-spacing: 2px;
  
  font-weight: 600;
  color: #4e4e4e;
  border-bottom: 2px solid;
  padding-bottom: 1px;
  margin-bottom: 2rem;
  display: inline-block;
  margin-left: 40%;
}
.ntc-head h2 {
  font-size: 20px;
  
  letter-spacing: 1px;
  font-weight: 700;
}
.ntc-para p{
  font-size: 17px;
  
  letter-spacing: 1px;
  line-height: 26px;
  color: #3e3e3e;
  padding: 0.5rem 0;
}
.ntc-button a{
  text-decoration: none;
  letter-spacing: 1px;
  
  letter-spacing: 1px;
  background: linear-gradient(to right, #1378c7 0%, #25a363 96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  animation: blinker 1s step-end infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.ntc-button a:hover{
  background: linear-gradient(to right,#ff0000 0%, #1378c7 96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* //////////////////////notice-dtls///////////////////////////////////////////// */
#notice-dtls{
  margin: 10rem 0 3rem 0;
}
.inner-notice-details h3{
  
  letter-spacing: 1px;
  font-size: 33px;
  margin: 1rem 0;
}
.inner-notice-details p{
  
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 28px;
  color: rgb(56, 56, 56);
  width: 1000px;
}
/* ////////////////////////////////gellery/////////////////////////////////////////////////////// */
#Gll{
  display:flex;
  width:100%; 
  gap: 10px;
  flex-wrap:wrap;
  margin:30px auto;
  /* max-width:1000px; */
}
.im {
    width: 32.2%;
    overflow: hidden;
}
#Gll .im img{
  width: 100%;
  height:200px;
  margin:0px;
  object-fit: cover;
  transition:all 1s ease;
  cursor: url(../image/search.png),auto;
}

#Gll img:hover{
  transform:scale(1.1);
}

/*-------------------ORIT-Important--------------------*/

#Orit .imT{
position: fixed;
bottom:0px;
left:0px;
width:100%;
height:100%;
display:flex;
align-items: center;
justify-content: center;
background:rgba(0, 0, 0, 0.877);
z-index: 99999;
}

#Orit span{
padding:10px;
cursor: pointer;

}

#Orit .arrw span{
color:#FFFFFF;
position: fixed;
z-index:999;
font-size:35px;
top:45%;
z-index: 999999;
}

#Orit span:hover{
color:aqua;
}

#Orit .next{
  right: 114px;
}

#Orit .arrw{
display:flex;
align-items: center;

}
#Orit > span {
  position: fixed;
  top: 0px;
  right: 0px;
  padding: 10px;
  z-index: 999999999999999;
  color: rgb(255, 255, 255);
}


#Orit .imT img{
max-width:0%;
max-height:0%;
display: none;
margin-left:0px;
margin-right:0px;
visibility: hidden;
opacity:0;
}

.info-gll p{
position:fixed;
top:0px;
left:0px;
margin:10px;
color:#fff;
padding:10px;
box-shadow:0px 0px 0px 2px #fff;
display:block;
z-index:999;
font-family:"Lato","Roboto","Raleway",sans-serif;
cursor:default;
outline:none;

}

.icon-times{
color:#fff;
font-size:25px;
z-index:999999;
}


.active{
display: block !important;

}

.circles-img{
position: fixed;
z-index:999999;
bottom:0px;
text-align: center;
width:100%;
}

.circles-img span{
display:inline-block;
color:#fff;

}

.circle-active{
color:forestgreen !important;
}

.circles-img span:hover{
color:forestgreen;
}

.circles-img span{
position:relative;
text-align: center;

}

.circles-img span:hover img{
visibility:visible;
opacity:1;
}

.circles-img img{
max-width:200px;
max-height:200px;
position:fixed;
text-align: center;
bottom:40px;
z-index:999999;
margin-left:-80px;
transition:all 300ms ease;
 visibility:hidden;
opacity:0;
display:block;
filter:blur(0px);
}
#photo{
  margin: 0rem 0 3rem 0;
}
/* //////////////////////////////////////////////////dmlt///////////////////////////////////////////// */
#dmlt{
  margin: 0rem 0 3rem 0;
}
.inner-dmlt{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 2rem;
}
.left-dmlt, .right-dmlt {
    width: 48%;
}
.right-dmlt img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: right;
}
.dm-hd h1{
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-size: 35px;
  line-height: 49px;
  font-weight: 500;
}
.dm-pr p{
      
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin-top: 1rem;
  text-align: justify;
}
.dm-pr li{
      
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 28px;
  color: #3b3b3b;
  margin-top: 1rem;
}
.dm-btm {
    margin-top: 2.5rem;
    display: flex;
    gap: 13px;
}

.dm-btm a{
  text-decoration: none;
  color: black;
  padding: 8px 20px;
  border: 1px solid #010079;
  border-radius: 30px;
  color: #010079;
  transition: all.3s;
  
  letter-spacing: 1px;
}
.dm-btm a:hover{
  background-color: #010079;
  color: white;
}
/* admission///////////////////////////////////////////////////////////// */
#admission{
  margin: 0rem 0 3rem 0;
}
.admission-form{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 15px;

}
.name,.gender{
  width: 48.3%;
  margin-bottom: 1rem;
}
.gender select{
  width: 100%;
  height: 50px;
  padding-left: 15px;
}
.name input{
  width: 99.3%;
  height: 50px;
  padding-left: 15px;
}
.name1{
  width: 100%;
  margin-bottom: 1rem;
}
.name1 select{
  width: 99.3%;
  height: 50px;
  padding-left: 15px;
}
.name1 input{
  width: 99.3%;
  height: 50px;
  padding-left: 15px;
}
.name1 textarea{
  width: 99.3%;
  height: 125px;
  padding-left: 15px;
}
.inner-admission {
  width: 48%;
  margin: auto;
  box-shadow: #0000004f 1px 2px 6px 0px;
  padding: 1rem;
  background-color: #f6f6f61a;
}
.name1 select:focus,.name1 textarea:focus,.name1 input:focus,.name input:focus,.gender select:focus{
 
  border: 1px solid rgb(158, 158, 158);
  outline: none;
}
.name1 select, .name1 textarea, .name1 input, .name input, .gender select {
    border: 0.5px solid lightgray;
    font-size: 13px;
}
.add-hd h1{
  text-align: center;
  font-size: 35px;
  
  letter-spacing: 1px;
  margin: 1rem 0 2rem;
  display: inline-block;
  margin-left: 26%;
  margin-bottom: 2rem;
}
.add-btn a{
  text-decoration: none;
  padding: 10px 25px;
  background-color: #010079;
  transition: all.3s;
  color: white;
  letter-spacing: 2px;
  border-radius: 25px;
  border: 1px solid #010079;
  
  font-size: 17px;
}
.add-btn{
  margin: 1.5rem 0;
}
.add-btn a:hover{
  background-color: white;
  color: #000;
  border: 1px solid #010079;
  color: rgb(255, 45, 45);
}
.inner-hdr{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.inner-hdr h2 {
  color: white;
  font-size: 44px;
  letter-spacing: 7px;
  
}
#hdr{
  background-color: #0000005e;
  background-blend-mode: color;
}
.flx{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.left-inner-admission{
  width: 49%;
}
.cert{
    display: flex;
    gap: 15px;
    align-items: baseline;
}
.cert span{
  color: #21aeb7;
  font-size: 20px;
}
.cert p{
  line-height: 25px;
  font-size: 17px;
  
  letter-spacing: 1px;
}
.dt-hd p{
  line-height: 25px;
  font-size: 17px;
  letter-spacing: 1px;

  margin: 1rem 0 1.5rem 0;
  text-align: justify;
}
.dt-hd h2{
  font-size: 35px;
  letter-spacing: 2px;
  color: #0f0f0f;
  display: inline-block;
}
/* about-trivikram---------------------------------------------------------------------------- */
.inner-about-tvk {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 5rem;
  margin: 2rem 0;
}
.left-inner-about, .right-about {
  width: 46.3%;
  /* margin: auto; */
}
.right-about11 img {
    width: 421px;
    height: 421px;
    object-fit: cover;
    border-radius: 5%;
    /* padding: 0.5rem; */
    /* border: 6px double #ff2f2fb8; */
    box-shadow: black 0px 0px 6px -1px;
    background-color: #01007900;
}
.right-about11{
  position: relative;
}
.right-about11::after {
    position: absolute;
    content: "";
    /* background: url(../image/back-dot\ copy.png); */
    border: 1px solid black;
    background-size: contain;
    height: 88%;
    width: 88%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-repeat: no-repeat !important;
    z-index: 9;
    opacity: 60%;
    border-radius: 15px;
}
#mission{
  margin: 3rem 0;
}
.sub-img {
    position: absolute;
    bottom: 4rem;
    right: 4rem;
    display: none;
}
.sub-img img{
    padding: 0;
    border: 12px solid white;
    height: 300px;
    width: 300px;
    box-shadow: #009b9b 4px 3px 0px 3px;
}
.left-hd h1 {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-size: 33px;
    font-weight: 500;
    color: #2b2b2b;
    margin-bottom: 1rem;
    display: inline-block;
    padding-bottom: 5px;
}
.left-sub p {
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 26px;
    /* text-align: justify; */
    color: #000;
}
/* /////mission */
.inner-mission{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 2rem;
}
.mission, .vission {
    width: 48%;
    display: grid;
    gap: 1rem;
}
.mission-hd h1 {
    /* writing-mode: tb; */
    /* transform: rotate( 180deg); */
    letter-spacing: 6px;
    padding: 107px 4px;
    margin: 0px;
    background-color: #010079;
    color: white;
}
.mission-hd1 h1 {
    background-color: #009b9b;
    /* writing-mode: tb; */
    /* transform: rotate(180deg); */
    letter-spacing: 9px;
    padding: 100px 4px;
    margin: 0px;
    color: white;
}
.mission{
  background-color: #009b9b;
}
.vission{
  background-color: #010079;
}
.mission-dtls p {
    color: white;
    letter-spacing: 1px;
    font-size: 18px;
        
    /* width: 543px; */
    word-break: break-all;
    padding-right: 19px;
}
.imh{
  width: 50px;
}
/* team----------------------------------------------------------------- */
.members{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
}
.member-type{
  width: 32%;
  position: relative;
}
.member-type img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.member-dtls {
  position: absolute;
  bottom: 3rem;
  left: 3.8rem;
  text-align: center;
  padding: 20px;
  background-color: white;
  width: 300px;
  height: 81px;
  overflow: hidden;
  transition: all.5s;
}
.scl{
  display: flex;
  flex-wrap: wrap;
  width: 47%;
  margin: auto;
  gap: 10px;
}
.scl img{
  width: 20px;
  height: 20px;
  margin: auto;
}
.member-dtls h2{
  font-size: 19px;
  color: #004077;
  margin-bottom: 0.5rem;
  
}
.member-dtls h5{
  font-size: 16px;
  color: gray;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  
}
.member-type:hover .member-dtls{
  height: 125px;
}
.chairman-hd h1 {
    letter-spacing: 1px;
    font-size: 22px;
    color: #adafb2;
    display: inline-block;
    padding-bottom: 6px;

    text-align: center;
    padding: 1rem 0;
}
.message span {
    letter-spacing: 1px;
    font-size: 19px;
    color: #009b9b;
    margin-bottom: 1rem;

}
.message h1{
        letter-spacing: 1px;
    font-size: 22px;
    color: black;
    margin-bottom: 1rem;
    border-bottom: 2px solid;
    display: inline-block;
    padding-bottom: 6px;
    font-family: 'Open Sans', sans-serif;
}
.hd-m h2 {
  letter-spacing: 3px;
  font-size: 35px;
  color: #1b1b1b;
  margin-bottom: 3rem;
  padding-bottom: 10px;
  
  font-weight: 500;
  text-align: center;
  
    font-family: 'Open Sans', sans-serif;
}
.message p {
    letter-spacing: 1px;
    
    line-height: 28px;
    font-size: 18px;
    text-align: justify;
}
.tm-hd h1{
  text-align: center;
  
  letter-spacing: 1px;
  font-size: 35px;
  margin-bottom: 2rem;
}
#team{
  margin-bottom: 3rem;
}
/* ---------------------------------------------education---------------------------------------------------- */
.inner-education{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.left-edu,.right-edu{
  width: 50%;
}
.right-edu img{
  width: 100%;
  height: 502px;
  object-fit: cover;
}
.left-edu h1{
  font-size: 35px;
  letter-spacing: 2px;
      font-family: 'Open Sans', sans-serif;
  border-bottom: 2px solid black;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.left-edu p{
      
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 28px;
  font-size: 16px;
  color: #333333;
  text-align: justify;
}
.main-inner-edu p{
      
    letter-spacing: 1px;
    word-spacing: 1px;
    line-height: 28px;
    font-size: 16px;
    color: #333333;
    text-align: justify;
}
.main-inner-edu span{
  color: #000;
  font-weight: 700;
}
#education{
  margin-bottom: 5rem;
}
.main-inner-edu h4{
  border-bottom: 2px solid gray;
  display: inline-block;
  padding-bottom: 7px;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}
.right-edu{
  margin: auto;
}
.main-inner-edu h5{
  border-bottom: 2px solid gray;
  padding-bottom: 7px;
  display: inline-block;
  font-family: 'Poppins';
  font-size: 19px;
  letter-spacing: 1px;
}
/* contact */
.inner-contact{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.left-contact{
  width: 60%;
  padding: 1.5rem;
  background-color: #010079;
}
.right-contact {
  width: 40%;
  background-color: #009b9b;
  padding: 2rem;
  position: relative;
}
.contact-form{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.5rem;
}
.n,.nbr{
  width: 49%;
  margin-bottom: 1rem;
}
.n input, .nbr input {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    font-size: 14px;
}
.ms textarea{
  width: 100%;
  height: 140px;
  font-size: 14px;
}
.add p{
  color: white;
  letter-spacing: 2px;
  
  font-size: 17px;
}
.bt1 a{
  padding: 8px 20px;
  text-decoration: none;
  color: black;
  background-color: white;
  border-radius: 30px;
  letter-spacing: 2px;
  transition: all.3s;
  
}
.bt1 a:hover{
  background-color: #009b9b;
  color: white;
}
.bt1{
  margin-top:2rem;
}
.right-contact:after {
  content: " ";
  position: absolute;
  opacity: 1;
  margin: 0 auto;
  bottom: 0px;
  border: 13px solid transparent;
  border-right-color:#009b9b;
  top: 35px;
  height: 1px;
  left: -26px;
  z-index: 9;
}
.frm-hd h1{
  font-size: 35px;
  color: white;
  margin-bottom: 2rem;
      font-family: 'Open Sans', sans-serif;
}
#contact{
  margin-bottom: 3rem;
}
/* founder----------------------------------------------------- */
.inner-founder{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 5px;
}
.founder-type{
  width: 24.5%;
  text-align: center;
  margin-bottom: 2rem;
}
.founder-type img{
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin: auto;
  object-fit: cover;
}
.founder-type h3{
  font-size: 18px;
  
  color: rgb(0 0 86);
  font-weight: 700;
  margin: 0.5rem 0;
}
.founder-type h5{
  
  font-size: 14px;
  color: rgb(150, 150, 150);
}



/* branches----------------------------------- */
.inner-branches{
  display: flex;
    gap: 30px;
    flex-wrap: wrap;
    width: 100%;
}
.branch-type {
  width: 48%;
  margin:2rem auto;
  box-shadow: black 0px 1px 6px 0px;
  /* margin: 2rem 0; */
  /* padding: 1.5rem; */
}
.branch-type img{
  width: 100%;
  height: 300px;
}
.branch-img{
  position: relative;
}
.branch-img::after {
  position: absolute;
  content: "";
  background-image: url(../image/branch-wave.png);
  background-size: contain;
  height: 352px;
  width: 100%;
  bottom: -62px;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
}
.ad,.mb-nbr,.mail-id{
  display: flex;
  gap: 10px;
  align-items: baseline;
}
.ad p,.mb-nbr p,.mail-id p{
  
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 28px;
  margin-top: 2px !important;
}
.branch-address {
  margin-top: 1rem;
  padding: 0 1rem;
}
.view-map a {
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 16px;
  
  color: rgb(0, 0, 0);
  padding: 3px 12px;
  border-radius: 30px;
  border: 1px solid #010079;
  transition: all .3s;
  margin-left: 1.3rem;
}
.view-map a:hover{
  background-color: #010079;
  border: 1px solid #010079;
  color: rgb(255, 255, 255);
}
.view-map{
  margin: 0 0 1rem 0 !important;
}
.hdd h1{
  text-align: center;
 
  font-size: 22px !important;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 1rem 0;
}
#branches{
  margin-bottom: 3rem;
}
.gmap_canvas {
  overflow: hidden;
  background: none!important;
  width: 100% !important;
  height: 400px;
}
#map{
  margin-bottom: 2rem;
  padding: 0 1rem !important;
}
/* facilities--------------------------------------------- */
.inner-fac{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.5rem;
}
.fac-type {
  width: 32%;
  background-color: white;
  padding: 20px;
  margin-bottom: 0.5rem;
  position: relative;
  transition: all.5s;
  box-shadow: #00000075 5px 6px 2px -5px;

}
.fac-type::after {
  position: absolute;
  content: "";
  background: linear-gradient(45deg, white 28%, transparent 87%);
  clip-path: circle(28.9% at 96% 8%);
  box-shadow: inset white 20px -19px 25px 0px;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: all.7s;
}
.fac-type:hover {
    background-color: rgb(1 0 121);
}
.fac-type:hover::after{
  opacity: 1;
}
.fac-type:hover .fac-hd h3,.fac-type:hover .fac-para p{
  color: white;
}
.fac-img img{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.fac-img {
    height: 50px;
    width: 50px;
    padding-right: 10px;
    border: 1px solid #8685ff;
    border-radius: 50%;
    position: relative;
    background-color: #8685ff;
    margin-bottom: 1rem;
}
#facilities{
  background-color: #d3d3d354;
  padding: 3rem 0;
}
.fac-hd h3{
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 700;
  transition: all.5s;
}
.fac-para p{
  
  letter-spacing: 1px;
  line-height: 28px;
  font-size: 16px;
  transition: all.5s;
  margin-bottom:12px;
}
.hdr1{
  margin-bottom: 0rem !important;
}
.inner-tr{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 2rem;
}
.left-tr{
  width: 67%;
}
.right-tr{
  width: 30%;
  padding: 1rem;
  background-color: #010079;
  position: relative;
  overflow: hidden;
}
.right-tr::after{
  position: absolute;
  content: "";
  background-image: url(../image/backgroundarrow.png);
  background-size: contain;
  height: 516px;
  width: 685px;
  top: 0;
  left: -66px;
  transform: rotate(
120deg);
  z-index: 1;
  background-repeat: no-repeat;
}
.donate-hd h1{
  font-size: 35px;
  letter-spacing: 1px;
  color: white;
  padding: 2rem;
  display: inline-block;
  z-index: 2;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
.donate-hd{
  position: relative;
  z-index: 2;
}
.donate-hd::after {
  position: absolute;
  content: "";
  background: linear-gradient(45deg,#ff2600 11%,#fefefe24 81%);
  box-shadow: #0000006e -1px 4px 3px -3px;
  background-size: contain;
  height: 79px;
  width: 79px;
  border-radius: 50%;
  top: 12px;
  left: 0px;
  z-index: -1;
}
.donate-ac p{
  letter-spacing: 1px;
  
  font-size: 14px;
  color: white;
}
.left-tr h1 {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-size: 35px;
  border-bottom: 2px solid black;
  margin-bottom: 1rem;
  display: inline-block;
  padding-bottom: 4px;
}
.left-tr p {
    
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 17px;
    color: gray;
    text-align: justify;
}
/* joinus---------------------------------------------------------- */
.inner-join {
    width: 832px;
    margin: auto;
    text-align: center;
}
#join {
  margin: 2rem 0 0 0;
  padding: 6rem 0;
  background-image: url(https://esperanzainc.org/wp-content/uploads/2018/12/volunteer-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0.568);
  background-blend-mode: darken;
}
.join-hd h1 {
  font-size: 48px;
  letter-spacing: 2px;
  color: white;
  font-family: 'Open Sans', sans-serif;
}
.join-para p {
    
    letter-spacing: 1px;
    color: white;
    line-height: 31px;
    font-size: 17px;
    padding: 1rem 0;
}
.join-link a {
  text-decoration: none;
  letter-spacing: 2px;
  font-family: "circular";
  color: white;
  padding: 8px 20px;
  border: 1px solid #010079;
  border-radius: 30px;
  transition: all.3s;
}
.join-link a:hover{
  background-color: white;
  border: 1px solid white;
  color: #010079;
}
/* join----------------------------------------------------------------- */
.j-hd h6 {
  
  letter-spacing: 0px;
  color: #1765a4;
  font-size: 17px;
  font-weight: 700;
  padding-left: 2.5rem;
}
.j-hd{
  position: relative;
  margin-bottom: 2rem;
}
.j-hd::after{
  position: absolute;
  content: "";
  background-color: #1765a4;
  background-size: contain;
  height: 3px;
  width: 30px;
  left: 0;
  top: 9px;
}
.j-big-hd span {
  background: none;
  color: #00000000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ff3535;
  -webkit-text-fill-color: unset;
}
.j-big-hd h1 {

    font-size: 52px;
    letter-spacing: 1px;
    line-height: 83px;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.j-para p{
  
  letter-spacing: 1.5px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 2rem;
}
.j-para ul li{
  
  letter-spacing: 1.5px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0.5rem;
}
.inner-input{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  margin-bottom: 20px;
}
.f-nm {
    width: 48.8%;
}
.f-nm input{
  border-radius: 0px;
  height: 50px;
  cursor: url(../image/pencil.png),auto;
  font-size: 0.9rem;
}
.f-nm input:focus,.m-area textarea:focus{
  outline: none;
  box-shadow: none;
  border: 1px solid #010079;
}
.m-area textarea {
    width: 99.3%;
    height: 150px;
    border: 0.5px solid lightgray;
    padding-left: 10px;
    cursor: url(../image/pencil.png),auto;
    font-size: 0.9rem;
}
.bt a {
  padding: 12px 23px;
  border: 1px solid #010079;
  background-color: #010079;
  color: white;
  border-radius: 30px;
  transition: all.3s;
  text-decoration: none;
  
  letter-spacing: 1px;
}
.bt{
  margin-top: 2rem;
}
.bt a:hover{
  background-color: white;
  border: 1px soli black;
  color: #010079;
}
#jn-form {
  width: 1200px;
  margin: 5rem auto;
  background-color: #dbdbdb45;
  padding: 3rem 2rem;
}
.wht-img{
     position: fixed;
    bottom: 10px;
    z-index: 998;
    text-align: end;
    right: 10px;
}
.wht-img img{
    height:50px;
    width:50px;
}
.mission-dtls  li{
       color: white;
    letter-spacing: 1px;
    padding-right: 19px; 
     font-size: 18px;
    
    line-height: 33px;
}
.chairman-hd img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
        object-fit: cover;
}
.mess{
        display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    width: 100%;
    align-items:center;
}
.chairman-hd{
    width:28%;
    text-align: center;
}
.message{
    width:68%;
}
.gmap_canvas iframe{
    width:100%;
    height:400px;
}
hr {
    color: black;
    height: 0.5px !important;
}
.logo-dtls h6 {

    letter-spacing: 1px;
    font-size: 9px;
    color: black;
    margin-bottom: 0;
    text-align: center;
    font-weight: 700;
    margin-top: -3px;
}
.brand1{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
        align-items: center;
}
.brand1 a{
    width:30%;
}
.logo-dtls1{
    width:70%;
}
.logo-dtls1 img{
        width: 72% !important;
}
.mn-lg{
    width:100% !important; 
}
.logo-dtls1 h6{
        color: white;
    font-size: 12px;
    width: 88%;
    margin: auto;
    letter-spacing: 2px;
    font-weight: 700;
}
.feed-btn{
  position: fixed;
  top: 50%;
  left: 0%;
  z-index: 99;
}
.feed-btn p{
  text-decoration: none;
  padding: 20px 6px;
  background-color: #009b9b;
  color: white;
  letter-spacing: 1px;
  writing-mode: tb;
  margin: 0;
  cursor: pointer;
}
.pop {
  position: fixed;
  top: 0%;
  left: 0%;
  transform: translate(-50%,-50%);
  z-index: 99999;
  background-color: #000000bd;
  height: 100vh;
  width: 100vw;
  text-align: center;
  padding-top: 1.5rem;
  transform: scale(0);
  transition: all.2s;
  backdrop-filter: blur(13px);
}
.close span{
  height: 2px;
  width: 45px;
  background-color: white;
}
.close {
    cursor: pointer;
    position: absolute;
    top: 5%;
    right: 35.5%;
}
lebel{
    padding-bottom:6px !important;
}
.form-group{
  position: relative;
}
.close img{
  height: 26px;
}
.form-group textarea {
    height: 84px;
    border-radius: 3px;
    width: 100%;
    padding-left: 11px;
    font-size: 16px;
    letter-spacing: 1px;
    padding-top: 12px;
    margin-bottom: 2rem;
    border:0.5px solid #8080805c;
}
.button{
  padding: 10px 30px;
}
.ms{
  overflow: hidden !important;
}
#lm{
  overflow: visible !important;
}
.inner-tem-bt ul{
  display: flex;
  gap: 20px;
  background-color: #009b9b;
  padding: 20px;
}
.inner-tem-bt ul li{
  list-style: none;
}
.inner-tem-bt ul li p{
  text-decoration: dashed;
  color: black;
  letter-spacing: 1px;
  font-size: 17px;
  padding: 10px 20px;
  background-color:  #ffffff;
  transition: all.3s;
      margin-bottom: 0;
    cursor: pointer;
}

#b1{
  position: relative;
  z-index: 1;
  background-color: rgb(158, 158, 158);
}

#bt-itom2,#bt-itom3,#bt-itom4{
  display: none;
}
#bt-itom1{
  display: block;
}
.bddd {
    display: inline-block;
    padding: 27px 32px;
    box-shadow: #2d2d2d 0px 0px 7px 4px;
    background-color: white;
    width: 470px;
}
.title2{
  display: none;
}
.course-dt table tr,.course-dt table td{
        border: 0.5px solid gray;
    padding: 4px 20px;
    text-align: justify;
    font-size: 14px;
    
    letter-spacing: 0.5px;
}
.course-dt h1{
       font-size: 28px;
    
    letter-spacing: 1px;
    text-align: center;
    padding: 1rem 0;
    margin-bottom: 0; 
}
.course-dt1{
    display:none;
}
.pay a {
    text-decoration: none;
    padding: 8px 24px;
    border: 1px solid white;
    border-radius: 30px;
    color: black;
    font-size: 14px;
    letter-spacing: 1px;
    background-color: white;
    transition:all.3s;
}
.pay a:hover{
    border:1px solid white;
    background-color:#010079;
    color:white;
}
.pay{
        text-align: center;
    position: relative;
    z-index: 9;
    margin-top: 2rem;
}
.feed img{
        height: 133px;
}
.ff{
   display: grid;
    text-align: left;
    gap: 0px; 
}
.ff input {
    margin-bottom: 1rem;
    border: 0.2px solid #80808070;
    height: 36px;
}
.feed h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 700;
}
.feed h6{
        font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
}
.bb1{
    background-color:#010079;
    color:white !important;
    transition:all.3s;
}
.bb1:hover{
    background-color:white !important;
    color:#010079 !important;
}
.bddd button {
    padding: 8px 36px;
    background-color: white;
    border: 1px solid #010079;
    color: #010079;
    letter-spacing: 2px;
    border-radius: 30px;
    transition: all.3s;
}
.bddd button:hover{
    background-color:#010079;
    color:white;
    border:1px solid #010079;
}
.logo-tk h3 {
    font-size: 28px;
    font-weight: 700;
    color: #010178;
    letter-spacing: 0.55px;
    line-height: 23px;
    margin-bottom: 4px;
}
.logo-tk p {
    font-size: 13px !important;
    letter-spacing: 8.5px;
    font-weight: 500;
}

.fbs img {
    width: 16px;
}
.qqx p{
  font-size: 15px;
  letter-spacing: 0.55px;
  color: #000;

}
.qqx{
  position: relative;
}
.qqx::after{
  position: absolute;
  content: "";
  background-color: #fff;
  background-size: contain;
  height: 100%;
  width: 1px;
  top: 0;
  right: -7%;
}
.abt-hd2 p {
    font-size: 15px !important;
    letter-spacing: 0.55px;
    line-height: 27px;
}
.swiper-pagination-bullet-active{
  height: 7px !important;
  width: 50px !important;
  border-radius: 8px !important;
}

.mission-dtls{
  padding: 1rem;
}

.right-about11{
  position: relative;
}
/* .right-about11::before{
  position: absolute;
  content: "";
  background-image: url(../image/fd.png);
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 9990;
  background-repeat: no-repeat;
} */
.sub-img21 img {
    width: 200px !important;
    height: 200px;
    box-shadow: none !important;
}
.sub-img21 {
    top: 50%;
    right: 0;
    transform: translate(60%,-50%);
    border: 8px solid white;
    border-radius: 21px;
    /* box-shadow: none !important; */
    z-index: 99;
}
.cert ul li{
  list-style-type: none;
}
.cert ul li h5 {
    margin-bottom: 6px !important;
    font-size: 18px;
    letter-spacing: 0.55px;
}

.vf a{
  color: #fff;
  text-decoration: none;
}
.vf a li{
  list-style-type: none;
  margin-bottom: 10px;
}
.col-hd ul li{
  list-style-type: none;
}
.adm a{
  position: relative;
  z-index: 1;
  color: #010079 !important;
  transition: all .3s;
}
.adm a::before{
  position: absolute;
  content: "";
  background-color: #fff;
  background-size: contain;
  height: 35px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 30px;
  z-index: -1;
  transition: all .3s;
  border: 1px solid #010079;
}
.adm a:hover::before{
  background-color: white;
  border: 1px solid #010079;
  color: #fff !important;
  background-color:#010079;
}
.adm a:hover{
  color: #fff !important;
}
#abt{
        padding: 1rem 0 3rem 0;
}
.ddsa{
    color: #010178;
}
/*.sub-card{*/
/*    display:none;*/
/*}*/


#moberr{
    display: none;
}
#mob_err{
    display: none;
}
#emalerr{
    display: none;
}
#mobile_err{
    display: none;
}
#mobileerr{
    display: none;
}
#emailerr{
    display: none;
}

.inner-success{
    width: 300px;
    margin: auto;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 2rem 1rem;
  }
  #success{
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display:none;
  }
  .slid-img {
        height: 245px;
        overflow: hidden;
    }
  .quick_sucInner{
    text-align: center;
  }
  .quick_sucInnerBtn{
    background-color: #31a300;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 7px 20px;
    border-radius: 30px;
  }