@import url('https://fonts.googleapis.com/css?family=Montserrat:500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
	background-color: #f6fafe;
}
body {
	color: #3c4852;
	/* background: red; */
	font-family: 'Made Tommy Regular',Helvetica,Arial,Lucida,sans-serif;
	user-select: none; 
}
::selection {
	color: #fff;
	background: #6E31F4;
  }

.black {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
header {
	height: 5vh;
	/* background: #000; */
  }
  .black {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  }
  nav {
	padding-top: 20px;
	padding-bottom: 20px;
	top: 0;
	position: fixed;
	display: flex;
	width: 100%;
	z-index: 1000;
	background: #fff;
	justify-content: space-around;
	transition: 1.5s;
	align-items: center;
  }
  nav ul {
	display: flex;
	align-items: center;
  }
  nav ul li {
	list-style: none;
	margin: 5px 10px;
  }
  nav ul li a {
	font-size: 16px;
	padding: 2px 10px;
	color: #14213D;
	cursor: pointer;
	transition: 0.5s;
	text-decoration: none;
  }
  nav ul li a:hover {
	color: #14213D;
	transform: scale(1.1);
	/* outline: 2px solid #2E3D49; */
	/* box-shadow: 4px 5px 17px -4px #2E3D49; */
	
  }
  .srch {
	padding: 2px 10px;
	display: flex;
	/* align-items: center; */
	justify-content: center;
	/* background: #0066ff; */
	border: 1px solid;
	border-radius: 20px;
  }
  .srch img {
	width: 25px;
	cursor: pointer;
  }
  .srch .search {
	/* padding: 2px 10px; */
	outline: none;
	border: none;
	background: transparent;
  }
  
  
  /* Style for the "Services" dropdown menu */
  li.dropdown ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 300px;
	background-color: #fff;
	padding: 0;
  }
  
  li.dropdown:hover > ul {
	display: inherit;
  }
  
  li.dropdown ul li {
	display: block;
  }
  
  /* Style for the dropdown links */
  li.dropdown ul a {
	padding: 10px 20px;
  }
  
  li.dropdown ul a:hover {
	background-color: #526d82;
  }
  
  .get-started {
	margin-left: 50px;
	padding: 5px 20px;
	border-radius: 20px;
	text-decoration: none;
	transition: 0.5s;
	background-color: #526d82;
	color: #fff;
  }
  .get-started:hover {
	color: #2e2e2e;
	background: #fff;
  }
  .logo img {
	width: 300px;
	cursor: pointer;
	transition: all 1s;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  a,
  button {
	float: left;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #2e3d49;
	display: block;
	text-decoration: none;
	text-align: center;
  }
  #bg-video{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 540px;
  }
  .head-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
  }
  
  
  .scrollmenu {
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-color: #163c4d;
	overflow: auto;
	white-space: nowrap;
  }
  
  .scrollmenu a {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 14px;
	text-decoration: none;
  }
  
  .scrollmenu a:hover {
	background-color: #777;
  }
  
  
  .quote {
	font-size: 30px;
	text-align: center;
	font-family: "Poppins" !important;
	width: 690px;
	transform: translateY(-50px);
  }
  .lgn {
	display: flex;
	align-items: center;
	justify-content: center !important;
  }
  
  .btn-lgn {
	display: flex;
	align-items: right;
	justify-content: right !important;
	padding: 2px;
	background-color: #526d82;
	color: #fff;
  }
  .quote h4 {
	font-size: 25px;
	margin-top: 20px;
	color: #0009;
	line-height: 30px;
  }
  .quote p {
	font-size: 45px;
	color: #2e2e2e;
  }
  .svg-image img {
	width: 100%;
	align-items: center;
	justify-content: center;
  }
  
  
  /* SIDE MENU */
  .menu {
	cursor: pointer;
	width: 25px;
	display: none;
  }
  .side-menu {
	width: 60%;
	height: 100%;
	background: #fff;
	opacity: 1;
	position: absolute;
	top: 0;
	transition: 0.8s;
	z-index: 2000;
	transform: translateX(-100%);
  }
  .side-menu ul {
	margin-top: 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* background: #FA4B37; */
  }
  .side-menu ul li {
	list-style: none;
	/* background: #009900; */
	display: flex;
	justify-content: center;
	align-items: center;
	/* border-bottom: 1px solid #fff; */
	/* padding: 10px 0px; */
  }
  .side-menu ul li:hover a {
	background: #fff;
	color: #232d3f;
	border: 1px solid red;
	width: 30%;
  }
  .side-menu ul li a {
	color: #092635;
	width: 100%;
	font-size: 1em;
	/* background: #2E3D49; */
	text-decoration: none;
	padding: 15px 0px;
  }
  .close img {
	float: right;
	width: 35px;
	cursor: pointer;
	margin: 10px;
  }
  .user {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10%;
  }
  .user img {
	width: 60px;
	border-radius: 50%;
	border: 2px solid #fff;
	filter: drop-shadow(0 10px 20px #0004);
	margin-right: 30px;
	cursor: pointer;
  }
  .user p {
	color: #fff;
	cursor: pointer;
  }
  .user img,
  .user p {
	opacity: 1;
  }

.btn2 {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid #fefefe;
  text-transform: uppercase;
  color: #fefefe;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  transition: 0.3s;
}

.btn2::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% - -2px);
  background-color: #212121;
  transition: 0.3s ease-out;
  transform: scaleY(1);
}

.btn2::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% - 50px);
  background-color: #212121;
  transition: 0.3s ease-out;
  transform: scaleY(1);
}

.btn2:hover::before {
  transform: translateY(-25px);
  height: 0;
}

.btn2:hover::after {
  transform: scaleX(0);
  transition-delay: 0.15s;
}

.btn2:hover {
  border: 2px solid #fefefe;
}

.btn2 span {
  position: relative;
  z-index: 3;
}





button {
    box-shadow: inset 5px;
    margin-bottom: 5px;
}

button a:hover {
    color: button;
    box-shadow: inset 5px;
    margin-bottom: 5px;
}

.tab {
    float: left;
    background-color: #f0f0f0; 
    position: fixed;
    text-align: center;
    justify-content: center;
	border-right: 3px solid darkgray;
    top: 1%;
	bottom: 1%;
    width: 20%;
    /* height: 100%; */
    /* border-right: #eeeeee; */
    overflow: auto;
    scrollbar-width: normal;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* background-color: darkgrey; */
}

.tab button {
    display: block;
    color: #2e2e2e;
    /* background-color: #eeeeee; */
    text-align: center;
	line-height: 45px;
    padding: 12px 10px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
	border-radius: 10px;
}
.tab button:hover {
	color: #0f548c;
	background-color: #cfe4fa ;
	border: 1px solid #ffffff;
	border-radius: 30px;
	text-align: center;
	/* background: #526d82; */
}


.tab button:active {
	box-shadow: 4px 4px 12px #c5c5c5, -4px -4px 12px #ffffff;
  }

button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-family: inherit;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	color: #7e97b8;
	background-color: #e0e8ef;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: rgba(255, 255, 255, 0.333);
	border-radius: 40px 40px 40px 40px;
	padding: 16px 24px 16px 28px;
	transform: translate(0px, 0px) rotate(0deg);
	transition: 0.2s;
	box-shadow: -4px -2px 16px 0px #ffffff, 4px 2px 16px 0px rgb(95 157 231 / 25%);
   }
   
   button:hover {
	color: #516d91;
	background-color: #E5EDF5;
	box-shadow: -2px -1px 8px 0px #ffffff, 2px 1px 8px 0px rgb(95 157 231 / 30%);
   }
   
   button:active {
	box-shadow: none;
   }

   .tablinks1{
	margin-top: 37%;
	height: 10vh;
    background-color: #fff;
    justify-content: center;
    text-align: center;
   }

.tablinks {
	margin-top: 5%;
	height: 10vh;
    background-color: #fff;
    justify-content: center;
    text-align: center;
}
.tablinks img{
    width: 8%;
}
.tabcontent {
    margin-top: 5%;
    float: left;
    position: relative;
    top: 25%;
    left: 25%;
    color: black;
    width: 70%;
    border-left: none;
    height: 100%;
}




/* section{
	background-color: red;
} */

.split {
	height: 100vh;
	width: 40%;
	position: fixed;
	z-index: 1;
	top: 0;
	overflow-x: hidden;
	padding-top: 100px;
	/* border: 1px solid #0953C1; */
  }
  
  .left {
	/* left: 0; */
	background-color: #FFFBF5;
  }
  
  .right {
	right: 0;
	background-color: #FFF6F6;
	border: 1px solid #2e2e2e
  }
  
  .centered {
	position: absolute;
	top: 100%;
	left: 40%;
	transform: translate(-50%, -50%);
	text-align: justify;	

  }
  
  .centered p {
	/* width: 150px; */
	border-radius: 50%;
  }






  .cta {
	position: relative;
	margin: auto;
	padding: 12px 18px;
	transition: all 0.2s ease;
	border: none;
	background: none;
	cursor: pointer;
  }
  
  .cta:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 50px;
	background: #b1dae7;
	width: 45px;
	height: 45px;
	transition: all 0.3s ease;
  }
  
  .cta span {
	position: relative;
	font-family: "Ubuntu", sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #234567;
  }
  
  .cta svg {
	position: relative;
	top: 0;
	margin-left: 10px;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #234567;
	stroke-width: 2;
	transform: translateX(-5px);
	transition: all 0.3s ease;
  }
  
  .cta:hover:before {
	width: 100%;
	background: #b1dae7;
  }
  
  .cta:hover svg {
	transform: translateX(0);
  }
  
  .cta:active {
	transform: scale(0.95);
  }

  




/*Back */

.previous{
	position: fixed;
	background-color: #f1f1f1;
  	border-radius: 10%;
	color: black;
}

.bks{
	text-align: center;
	justify-content: center;
}

/* Table Start */


table {
	border-collapse: collapse;
	width: 100%;
  }
  
  th {
	color: #FFFBF5 !important;
	background-color: #1b71ac !important;
	text-align: left;
	padding: 8px;
	/* border: 1px solid #fff !important; */
  }
  td{
	text-align: left;
	padding: 8px;
  }
  
  /* th {background-color: #eeeeee;} */
  


/* Table End */


.genfo{
	padding: 0px;
	text-align: justify;
}
.genfo h3{
	color: black;
}
.genfo .promo{
	margin: 20px 0px 20px 0px;
	width: 100%;
}
.genfo p{
	text-align: justify;
}
.genfo h1{
	color: #fff;
	background-color: #0953C1;
	padding: 1%;
	margin-top: 30px;
	text-align: center;
}
.genfo a{
	padding: 7px;
    font-size: 15px;
	color: #0953C1;
	align-items: center !;
}
.genfo ul li{
	margin: 0px 0px 0px 20px;
}
.genfo img{
	width: 50px;
}
.Age{
	padding: 25px;
	margin: 15px 150px 25px 150px;
}

.genfo h4 {
	color: #1b71ac;
}

  .scrollmenu {
	display: flex;
	align-items: center;
	justify-content: space-around;
	overflow: auto;
	white-space: nowrap;
  }
  
  .scrollmenu a {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 14px;
	text-decoration: none;
  }
  .down{
    padding: 15px;
	align-items: center;
	justify-content: center;
	background-color: #3c4852;
	border: 1px solid #3c4852;
	border-radius: 10px;
  }

  .btn{
	display: flex;
	justify-content: space-around;
	padding: 3px 7px 3px 20px;
	align-items: center;
	border-radius: 24px;
	border: 0.5px solid #3c4852;
  }

  #myDIV {
	width: 100%;
	padding: 15px;
	text-align: justify;
	display: none;
  }
  .syll h3{
  cursor: pointer;

  }
  #myDIV2 {
	width: 100%;
	padding: 0px;
	text-align: justify;
	display: none;
  }
  #myDIV3 {
	width: 100%;
	padding: 0px;
	text-align: justify;
	display: none;
  }
  #myDIV4 {
	width: 100%;
	padding: 0px;
	text-align: justify;
	display: none;
  }
  #myDIV5 {
	width: 100%;
	padding: 0px;
	text-align: justify;
	display: none;
  }
  #myDIV6 {
	width: 100%;
	padding: 0px;
	text-align: justify;
	display: none;
  }
  #myDIV7 {
	width: 100%;
	padding: 0px;
	text-align: justify;
	display: none;
  }


  /*Service Section*/
.serve{
	margin-top: 30px;
	font-size: 50px;
	color: #2E3D49;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.service-swipe {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 50px;
	margin-right: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
.service-swipe .s-card img {
	width: 60px;
}
.service-swipe a {
	padding: 0;
	margin: 20px 10px;
}
.service-swipe .s-card {
	/* margin-top: 30px; */
	/* margin-bottom: 30px; */
	display: flex;
	padding: 5px;
	align-items: center;
	text-align: center;
	justify-content: center;
	width: 220px;
	height: 60px;
	border-radius: 5px;
	border-left: 5px solid #0953C1;
	background-color: #eeeeee;
	cursor: pointer;
	transition-duration: .5s;
}
.service-swipe .s-card p {
	text-align: center !important;
	color: #0953C1;
	font-size: 16px;
	font-family: 'Open Sans',sans-serif;
}
.management {
    color: #232d3f;
    margin-top: 25px;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }



/*PROPERTIES FOR MAKING WEBSITE RESPONSIVE*/
@media screen and (max-width: 960px) {
	.footer-container {
	  max-width: 600px;
	}
	.right-col {
	  width: 100%;
	  margin-bottom: 60px;
	}
	.left-col {
	  width: 100%;
	  text-align: center;
	}
	.social-media {
	  display: flex;
	  justify-content: center;
	}
	.logo {
	  transition: 1s;
	  margin-left: 5%;
	}
	nav ul,
	.srch,
	.get-started {
	  display: none;
	}
	.menu {
	  display: block;
	}
	nav {
	  padding-bottom: 20px;
	  border-bottom: 1px solid #0005;
	  width: 100%;
	  /* position: fixed; */
	  /* top: 0; */
	}
	.quote p,
	.quote h4,
	.play {
	  justify-content: center;
	  text-align: center;
	}
	.quote p {
	  font-size: 27px;
	}
	.service-container .right-side img {
	  width: 90%;
	}
  }
  @media screen and (max-width: 700px) {
	footer .btn {
	  margin: 0;
	  width: 100%;
	  margin-top: 20px;
	}
	.svg-image img {
	  padding-top: 2%;
	  width: 100%;
  
	  /* align-self: center; */
	}
  }
  
  @media screen and (max-width: 1000px) {
	.feedbox form input,
	.feedbox form .fname {
	  width: 100%;
	}
  }
  @media screen and (max-width: 425px) {

  
	header {
	  height: 5vh;
	  /* background: #000; */
	}
	.head-container {
	  margin: 0px 5px 0px 5px;
	}
	div.scrollmenu {
	  display: none;
	}
	.sideImage {
	  display: none;
	}
	.management {
	  display: flex;
	  text-align: center;
	  align-items: center;
	  justify-content: center;
	}
	.service {
	  padding: 3%;
	  color: #2e3d49;
	  background-color: #fff;
	}
	.service h1{
	  color: #2e3d49;
	  text-align: center;
	}
	.service p {
	  padding: 2% 2% 1% 2%; 
	  color: #2e3d49;
	  font-size: 1.2em;
	  text-align: justify;
	  font-family: "Poppins" !important;
	}
	.choose .why {
	  /* margin-left: 20px;
	  margin-right: 20px; */
	  padding-bottom: 10px;
	  font-size: 20px;
	  text-align: justify;
	  justify-content: center;
	  color: #2e3d49;
  }
  .rvw{
	padding-top: 1%;
	padding-bottom: 12px;
  }
  .annons{
	margin-top: 5%;
	margin-left: 12%;
	margin-right: 12%;
	overflow-x: auto;
	color: #163c4d;
	background-color: #eeeeee;
	box-shadow: 2px 0 100px rgba(0, 0, 0, 0.3);
	border-radius: 25px;
  }
  .announsment{
	margin-top: 3%;
	margin-left: 25%; 
	margin-right: 5%;
	width: 20%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  flex-direction: column;
	  border-collapse: collapse;
	display: grid;
	padding: 10px;
	text-align: center;
	background-color: #eeeeee;
	border-radius: 30px;
  }
}

  @media screen and (max-width: 480px) {
  .logo img{
	width: 200px;
	cursor: pointer;
	transition: all 1s;
	align-items: left;
}
.genfo{
	padding-top: 50px 0px 0px 0px;
}
.service-swipe {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.tablinks1{
	margin-top: 37%;
	height: 10vh;
    background-color: #fff;
    justify-content: center;
    text-align: center;
   }

.tablinks {
	margin-top: 5%;
	height: 4vh;
    background-color: #fff;
    justify-content: center;
    text-align: center;
}
.tablinks img{
    display: none;
}
.tab {
	display: none;
}
.tabcontent {
    margin-top: 10%;
    float: left;
    position: relative;
    top: 25%;
    left: 7%;
	right: 7%;;
    padding: 0px 12px;
    color: black;
    width: 85%;
    border-left: none;
    height: 100%;
}



  }