@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');



:root {
  --primary: #443786;
}


* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
}


/*modal */
.popupfrm .modal-body {
    background: #443786;
}
.popupfrm .modal-body h3 {
    color: #fff;
}
.popupfrm .modal-body label {
    color: #fff;
}
.popupfrm .modal-body input {
    color: #fff;
    border-color:#fff;
}
.popupfrm .modal-body input::placeholder {
    color: #fff;
}
html,
body {
  font-family: "Kumbh Sans", sans-serif;

}

a {
  text-decoration: none;
  transition: 0.3s ease 0s;
  color: var(--bs-black);
}

a:hover {
  color: var(--primary);
}

input,
button,
textarea {
  outline: none;
  border: 0px;
  background: none;
}

.webkit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.webkit_1 {
  -webkit-line-clamp: 1;
}

.webkit_2 {
  -webkit-line-clamp: 2;
}

.webkit_3 {
  -webkit-line-clamp: 3;
}

.webkit_4 {
  -webkit-line-clamp: 4;
}

.hide {
  display: none !important;
}

.show {
  /* display: flex !important; */
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}



.img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.img-box-content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}



::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}



::-webkit-scrollbar-thumb {
  background: var(--primary);
}



body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #fff;
  font-family: "Kumbh Sans", sans-serif;
  line-height: 1.5;
  color: #6a7382;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #000001;
  margin-top: 0;
  line-height: 1.5;
  font-family: "Kumbh Sans", sans-serif;
}

p {
  margin-bottom: 15px;
  color: #626262;
}

/* Navbar */

.navbar-nav li {
  padding: 0;
}

.navbar-nav li a {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff !important;
  display: inline-block;
  position: relative;
}

.navbar-nav li a:hover {
  color: #ffffff !important;
}

.navbar-nav .nav-link.active {
  color: #ffffff !important;
}

.header.sticky li a {
  color: white !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav .nav-link::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: none;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #947fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
  left: 0;
}

ul.dropdown-menu {
  padding: 0;
}

.justify-content-center {}

.navbar-brand {
  margin: 0;
  padding: 0;
}

.navbar-nav li a {
  padding: 0 !important;
}

.navbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.navbar {
  padding: 0;
}

div#navbarNav {
  align-items: unset;
  display: flex;
  gap: 20px;
}

.dropdown-menu li:hover,
.dropdown-menu li:hover a {
  background: white;
  color: #000001 !important;
}

.navbar-brand img {
  /* width: 245px;
  height: 115px; */
  width: auto;
  transition: 0.6s;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #000001;
}

.offcanvas {
  background-color: #000001;
}

.offcanvas .navbar-nav .dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
}

.offcanvas .navbar-nav .dropdown-menu li {
  padding: 10px 0;
}

offcanvas {
  display: none !important;
}

.offcanvas .navbar-nav .dropdown-menu li:hover,
.offcanvas .navbar-nav .dropdown-menu li:hover a {
  border-radius: 8px;
}

.offcanvas .btn-close svg {
  fill: white;
}

.offcanvas-header>img {
  width: 15rem;
}

.dropdown-menu {
  background-color: var(--primary);
  border-radius: 0px;
}

.dropdown-item {
  background: none !important;
}

.offcanvas.show {
  display: none;
}

.offcanvas-backdrop.show {
  display: none;
}

a.nav-link {
  display: flex;
}

li.nav-item {
  margin-top: 15px;
}

.dropdown-menu li {
  padding: 6px 10px;
}

/* section */

section {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* header */
.header {
  padding: 15px 0 15px 0;
  background: #000001;
  z-index: 999;
  transition: 0.6s;
}

header.sticky {
  padding: 13px;
  position: fixed;
  width: 100%;
  z-index: 4;
  background: #000001;
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  width: auto;
  transition: all 0.5s ease-in-out;
}

/* top banner */
.top-banner {
  background: url("../images/top-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.top-banner .right-col h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
  color: white;
}

.top-banner .right-col p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 0;
}


/* End */

/* partner */
.client {
  padding-top: 25px;
  padding-bottom: 24px;
  margin-top: -98px;
  background: white;
  backdrop-filter: blur(50px);
}

.client img {
  margin: auto;
}

/* end */

/* contact us */

.contact-us {
  padding-top: 60px;
  padding-bottom: 70px;
  background: url("../images/contact-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

/* end */

/* form */
/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control {
  resize: none;
  display: block;
  width: 100%;
  padding: 16px 15px;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #1e1e1e42;
  color: #1e1e1e !important;
  background-color: transparent;
}

.form-control:focus {
  background-color: transparent;
  border-color: var(--primary);
  box-shadow: none !important;
  outline: none !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1e1e1e !important;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
  font-weight: 400;
}

/* end */

/* Button */

.btn-theme {
  border: 2px solid var(--primary);
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: var(--primary);
  color: white;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
  font-family: "Kumbh Sans", sans-serif;
  border-radius: 0;
}

.btn-theme:hover {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* end */

/* footer */
.footer {
  padding-top: 20px;
  padding-bottom: 25px;
  /* background: #000001; */
  background-color: var(--primary);
  /* margin-top: 150px; */
}

.footer-logo p {
  color: white;
  margin-top: 20px;
  font-size: 1rem;
}

.footer-links>h6 {
  color: var(--primary);
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-top: 20px;
}

.footer-links>p {
  color: white;
  font-size: 1rem;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-links>ul {
  padding-left: 18px;
}

.footer-links>ul>li {
  padding: 20px 0px 0 0px;
  list-style-type: disclosure-closed;
  color: white;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li:hover {
  color: var(--primary);
}

.footer-links>ul>li>a {
  text-decoration: none;
  font-size: 1rem;
  color: white;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li>a:hover {
  color: var(--primary);
}

.social>p>span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

.social>p>a {
  color: var(--primary);
  margin: 0 5px;
  font-size: 1.2rem;
  transition: all ease-in-out 0.3s;
  background: white;
  padding: 10px 16px;
  border-radius: 30px;
}

.social>p>a:hover {
  color: #ffffff;
  background: var(--primary);
}

.footer-bootom-links>span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1rem;
  font-weight: 400;
}

.navbar-nav {

  justify-content: center;

  flex: 1;
}

/* end */

.animate-up {
  animation: up 3s ease-in-out infinite;
}

@keyframes up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }

  100% {
    transform: translateY(0);
  }
}

.animate-zoom {
  animation: zoom-in-zoom-out 3s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }

  30% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  100% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
}

.footer-logo .trust-img {
  width: 10rem;
}


.hero-section {
  background-image: url(../images/hero-bg.webp);
  height: 100vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  position: relative;
}

.hero-section:after {
  background: #00000036;
  content: '';
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.hero-main {
  position: relative;
  z-index: 2;
}

.hero-content .btn-main .btn-theme {
  border-radius: 0;
}

.header {
  background: #0000002e;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}

.hero-content {
  /* padding: 50px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  max-width: 680px;
  margin: 0 auto;
}
.hero-content ul{
    display: flex;
    gap: 40px;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 35px;
}
.hero-content ul li{
    color: white;
    font-size: 18px;
    font-weight: 500;
}
    

.hero-content h1 {
  font-size: 50px;
  color: white;
  font-weight: 600;
  text-transform: capitalize;
  max-width: 660px;
}

.btn-white {
  background-color: white;
  color: black;
  border-color: white;
}


.main-heading h4 {
  font-weight: 600;
  font-size: 45px;
  text-transform: capitalize;
  margin: 0;
}

.sec-01-list-main {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 26px 20px;
}


.sec-01-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sec-01-icon > img {
    width: 50px;
    height: 60px;
    object-fit: contain;
}
.sec-01-icon-content h6 {
  color: #09031C;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}
.sec-01-icon-content span{
    font-size: 16px;
    font-weight: 400;
}
section.sec-01, .sec-02 {
  background: #F9F7FC;
}

.sec-01-icon-content {
  flex-direction: column;
  display: flex;
  gap: 4px;
}

.sec-01-main {
  margin-top: 40px;
}

.sec-01-img {
  height: 463px;
}

.black-hover-bg:hover {
  background-color: #1e1e1e;
  color: white;
  border-color: #1e1e1e;
}

.main-heading p {
    font-size: 16px;
    font-weight: 400;
}

.main-heading {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.sec-02-img {
  height: 533px;
}

.main-center-heading {
  text-align: center;
  align-items: center;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
}

.sec-03 .main-center-heading {
  margin-bottom: 20px;
}


.sec-03-box {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sec-03-box-content h6 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.sec-03-list {
  flex-direction: column;
  display: flex;
  gap: 22px;
}

.img-03 {
  height: 500px;
}


.sec-04-bg-section {
  background-image: url(../images/sec-04-img.webp);
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-4-main {
  background: white;
  padding: 50px;
  margin-top: -199.5px;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.14);
  z-index: 3;
  position: relative;
}

.sec-4-box-main {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.sec-4-box {
  flex: 1;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.sec-4-box h6 {
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  margin: 0;
}

.sec-4-box-img img {
    width: 80px;
}

.sec-4 {
  padding-top: 0;
  background: #FEFFEF;
}

.map-img.img-box {
  /* height: 420px; */
  margin-bottom: 40px;
}

.map-img.img-box img {
  /* object-fit: cover; */
  margin-top: -20px;
  height: auto;
}

.location-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.location-content > p {
    font-size: 16px;
    font-weight: 400;
}
.location-content {
  flex: 1;
}

.location-heading {
  flex: 1;
}

.location-heading h4 {
  font-size: 45px;
  font-weight: 600;
  margin: 0;
}

.gallery-main {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(3, 200px);
  /* Adjust the height as needed */
  gap: 5px;
  /* Adjust the gap between images if needed */
}

.gallery-item {
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-1 {
  grid-column: span 2;
  grid-row: span 2;
}

.item-2 {
  grid-column: span 5;
  grid-row: span 2;
}

/* You can add additional styles for the modal container */

.modal-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-container img {
  object-fit: contain;
  height: 400px;
  width: 480px;
}

.modal-container.active {
  display: flex;
}

.gallery-item.item-3 {
  grid-column: span 2;
  grid-row: span 1;
}

.gallery-item.item-4 {
  grid-column: span 2;
  grid-row: span 1;
}

.gallery-item.item-5 {
  grid-column: span 2;
  grid-row: span 1;
}

.gallery-item.item-6 {
  grid-column: span 5;
  grid-row: span 1;
}

.gallery-item.item-7 {
  grid-column: span 2;
  grid-row: span 1;
}

.gallery-item.item-8 {
  grid-column: span 4;
  grid-row: span 1;
}

.gallery-item.item-9 {
  grid-column: span 5;
  grid-row: span 1;
}

.gallery-item a:after {
    position: absolute;
    content: "Click To View";
    height: 100%;
    width: 100%;
    background: #00000033;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    backdrop-filter: blur(2px);
    font-size: 21px;
    color: white;
    font-weight: 600;
    transition: .3s;
}
.gallery-item:hover a:after {
    opacity: 1;
}
.gallery-item:hover:after {
  opacity: 1;
}

.gallery .main-heading {
  margin-bottom: 25px;

}




.form-section {
  background: #F9F7FC;
  /* padding-top: 80px; */
}

.form-container {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background: white;
  padding: 0px 25px 0 0;
  /*margin-left: -120px;*/
  position: relative;
  /*padding-left: 120px;*/
}

.form-container form {
  flex-direction: column;
  display: flex;
  gap: 15px;
  width: 100%;
  align-items: flex-start;
}

.form-container form input {
    background: #f9f7fc;
    border: 2px solid #a999ff;
    /* height: 53px; */
    padding: 15px;
    width: 100%;
}
.form-container h4 {
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
}

.form-section .img-box {
    padding: 25px;
    background: white;
    /*z-index: 5;*/
    /*position: relative;*/
    /*margin-top: -50px;*/
    /*margin-left: 40px;*/
    /*margin-bottom: 40px;*/
    /*z-index: 2;*/
    height: 465px;
}

.form-main {
  margin-top: 50px;
}

.footer {
  /* background-color: #9F73D3; */
}

/*.footer-main {*/
/*  background-image: url(../images/footer-bg-.webp);*/
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  height: 300px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  padding: 65px;*/
/*  margin-top: -185px;*/
/*}*/

/*.footer-content-main {*/
/*  flex: 1;*/
/*}*/

.btn-main {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-btn {
  /* flex: 1; */
  /* display: flex; */
  align-items: center;
  justify-content: center;
}

.footer-content h4 {
  font-size: 45px;
  color: white;
  font-weight: 600;
  line-height: 1.2;
}

/* onload popup */
.model-onload span {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #292f36;
  display: block;
  font-family: "Kumbh Sans", sans-serif;
}

.onload-popup .model-sec {
  max-width: 900px;
}

.model-sec .modal-body {
  padding: 0;
}

.model-onload input,
.model-onload textarea {
    /*border-color: transparent !important;*/
    /*border: 1px solid;*/
    background: #fbfbfb;
    border-radius: 0;
}

.model-onload input::placeholder,
.model-onload textarea::placeholder {
  color: #b0b0b0 !important;
  font-weight: 400;
  font-size: 15px;
}
.model-onload input:focus{
    border-color: var(--primary) !important;
}
.model-sec .modal-content {
  border-radius: 30px;
  border: none;
}

.model-onload {
  padding: 30px;
  background: #ffffff;
  border-radius: 30px;
  z-index: 999;
}

.model-textarea {
  height: 170px;
}

.model-onload .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  box-shadow: none !important;
  background-color: #443786;
  border-radius: 50px;
  padding: 12px !important;
}

/* end */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.statusMessage {
    /*color: white;*/
    /*margin-bottom: 0;*/
    /*padding: 10px;*/
    /*background: #198754;*/
    /*width: 100%;*/
    /*text-align: center;*/
    /*font-weight: 400;*/
    /*font-size: 16px;*/
}
.fixed-tel {
  position: fixed;
  bottom: 110px;
  right: 40px;
  width: 60px;
  height: 60px;
  line-height: 50px;
  z-index: 55;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-tel:before {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #6959bf;
  position: absolute;
  border-radius: 100%;
  box-shadow: 2px 2px 3px #999;
  z-index: 1;
  top: 0;
  left: 0;
  transition: .3s;
}

.fixed-tel i {
  vertical-align: middle;
  z-index: 2;
  position: relative;
  color: white;
  font-size: 1.5rem;
  margin: 0;
  font-size: 21px;
}
.fixed-tel:hover:before {
    background: #8672eb;
}
.footer-btn-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-btn img {
    height: 100px;
}

.wrapper-1{
  width:100%;
  height:100vh;
  display: flex;
flex-direction: column;
}
.wrapper-2{
 padding: 30px;
    text-align: center;
    background-color: white;
    border-radius: 10px;
}
h1{
    font-family: 'Kaushan Script', cursive;
  font-size:4em;
  letter-spacing:3px;
  color:#443786;
  margin:0;
  margin-bottom:20px;
}
.wrapper-2 p{
  margin:0;
  font-size:1.3em;
  color:#aaa;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing:1px;
}
.go-home{
  color:#fff;
  background:#443786;
  border:none;
  padding:10px 50px;
  margin:30px 0;
  border-radius:30px;
  text-transform:capitalize;
  box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}
.footer-like{
  margin-top: auto; 
  background:#D7E6FE;
  padding:6px;
  text-align:center;
}
.footer-like p{
  margin:0;
  padding:4px;
  color:#5892FF;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing:1px;
}
.footer-like p a{
  text-decoration:none;
  color:#5892FF;
  font-weight:600;
}
