html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
:root {
  --section-spacing: 30px;
  --size-1: 60px;
  --margin-1: 20px;
  --lineheight-1: 26px;
  --heading-font-1: "Quicksand", sans-serif;
  --content-font-1: "Quicksand", sans-serif;
  --size2: 16px;
  --lineheight-2: 20px;
  --font-2: 14px;
  --size-1a: 50px;
}

.whatsapp {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 1000;
}

.img-fill video {
  width: 100%;
  height: 100%;
  border-radius: 10px; /* Optional: if you want rounded corners */
  object-fit: cover;  /* Ensures the video covers the entire area */
}

.img-fill .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white; /* Adjust text color as needed */
  background: rgba(0, 0, 0, 0.5); /* Optional: add a semi-transparent background */
}


.btn-1a {
  background-color: #2054a6; /* Primary blue color */
  color: white; /* White text color */
  padding: 10px 20px; /* Adjust padding as needed */
  text-decoration: none; /* Remove underline */
  border-radius: 5px; /* Optional: Add border radius for rounded corners */
  display: inline-block; /* Ensure it behaves like a button */
  transition: transform 0.3s ease, background-color 0.3s ease; /* Smooth transition for hover effect */
  position: relative; /* Necessary for transform */
}

.btn-1a:hover {
  background-color: #0056b3; /* Darker blue on hover */
  transform: translateX(5px) scale(1.05) rotate(0.2deg);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow effect */
  opacity: 0.9; /* Slightly reduce opacity */
}
.btn {
  color: white; 
  background-color:  #2054a6;
  margin-top: 10px;
  padding: 10px 20px; /* Adjust padding as needed */
  text-decoration: none; /* Remove underline */
  border-radius: 5px; /* Optional: Add border radius for rounded corners */
  display: inline-block; /* Ensure it behaves like a button */
  transition: transform 0.3s ease, background-color 0.3s ease; /* Smooth transition for hover effect */
  position: relative; /* Necessary for transform */
}
.btn:hover {
  background-color:  #0ec7ff; /* Darker blue on hover */
  transform: translateX(5px) scale(1.05) rotate(0.2deg);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow effect */
  opacity: 0.9; /* Slightly reduce opacity */
}
/*.cls-1{
	margin-top: var(--section-spacing);
	padding-top: var(--one);
	background: red;
}*/
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@600&display=swap");
body {
  line-height: 1;
  font-family: "Quicksand", sans-serif;
}
.scroll {
  position: fixed;
  bottom: 10px;
  text-align: center;
  z-index: 99;
  width: 100%;
}
.scroll img {
  height: 38px;
  width: auto;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.inner {
  width: 1270px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.panel {
  position: relative;
  background-color: #fff;
}
.home {
  overflow: hidden;
}
.panel .content {
  font-size: 1.8em;
}
.panel .content p {
  line-height: 1.8;
}
.panel .content h2 {
  margin-bottom: 20px;
  font-size: 3em;
  color: #555;
}
.panel.home {
  background-color: #f0f2f4;
  border-bottom: 1px solid #ddd;
}
.wrapper {
  width: 1224px;
  height: 600px;
  margin: 0 auto;
  position: relative;
  max-width: 94%;
}
.wrapper1 {
  width: 850px;
  height: 600px;
  margin: 0 auto;
  position: relative;
  max-width: 94%;
}
.home-sec-1 {
  height: 80vh;
  padding-top: 16vh;
  font-family: var(--heading-font-1);
  color: #000000;
}
.home-sec-1-height {
  height: auto !important;
}

.home-sec-1a {
  /*height: 80vh;*/
  height: auto;
  font-family: var(--heading-font-1);
  color: #000000;
  padding: 16vh 1vw 16vh 1vw;

}
.home-sec-1a-height {
  height: auto !important;
}
.text-center-1 {
  text-align: center !important;
}

h2 {
  font-size: var(--size-1a);
  margin-bottom: var(--margin-1);
}
p {
  line-height: var(--lineheight-1);
}
.set-1 img {
  width: 100% !important;
  margin: 0px !important;
  border-radius: 10px;
  border-right: 2px solid #2a9ee1;
  border-bottom: 2px solid #2a9ee1;
  border-radius: 10px;
  /*
  box-shadow: -11px -11px 13px -3px rgba(131, 225, 250, 1) inset;
  -webkit-box-shadow: -11px -11px 13px -3px rgba(131, 225, 250, 1) inset;
  -moz-box-shadow: -11px -11px 13px -3px rgba(131, 225, 250, 1) inset;*/
  box-shadow: 6px 6px 4px -1px rgba(42, 158, 225, 0.93);
  -webkit-box-shadow: 6px 6px 4px -1px rgba(42, 158, 225, 0.93);
  -moz-box-shadow: 6px 6px 4px -1px rgba(42, 158, 225, 0.93);
}
.inside-1 h2 {
  color: #000;
  font-size: var(--size-1a);
  margin-bottom: var(--margin-1);
  margin-bottom: 25px;
}
.inside-1 p {
  line-height: var(--lineheight-1);
  font-size: var(--font-2);
  font-size: 1.3em;
  text-align: justify;
  margin-right: 0%;
  margin-bottom: 14px;
}
.sec-1-main {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.sec-1-col-1 {
  position: relative;
  height: 100%;
  width: 600px;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  justify-content: center;
}
.sec-1-col-2 {
  flex: 1;
  box-sizing: border-box;
  padding-left: 0px;
  padding-right: 20px;
 
}
.sec-1-col-3 {
  flex: 1;
  box-sizing: border-box;
  padding-left: 0px;
  padding-right: 20px;
  text-align: justify;
  margin-top: 20px;
  font-size: 1.1em;
}
.sec-1-img {
  margin: auto;
  position: relative;
  z-index: 99;
}
/* .sec-1-bg {
 
  position: absolute;
  width: 100%;
  height: 100%;
  border-right: 2px solid #2a9ee1;
  border-bottom: 2px solid #2a9ee1;
  border-radius: 10px;
  
  box-shadow: 6px 6px 4px -1px rgba(42, 158, 225, 0.93);
  -webkit-box-shadow: 6px 6px 4px -1px rgba(42, 158, 225, 0.93);
  -moz-box-shadow: 6px 6px 4px -1px rgba(42, 158, 225, 0.93);
} */
.sec-1-col-2 p{
  color: #000000;
  font-size: 1.2em;
  text-align: justify;
}
.sid img {
  width: 95%;
  height: auto;
  margin-left: 20px;
  border-radius: 10px;
}
.sid1 img {
  width: 95%;
  height: auto;
  margin-left: 20px;
  border-radius: 10px;
}
.om img {
  width: 95%;
  height: auto;
  /* margin-left: 20px; */
  border-radius: 10px;
}
.sec-1-img img {
  width: 80%;
  height: auto;
  margin-left: 0%;
  border-radius: 10px;
}
.sec-1-img{
  width: 80%;
  height: auto;
}

.gap{
  margin-top: 95px;
}
.tp1{
  font-size: 1em;
  margin-bottom: 10px;
}
.tp12{
  font-size: 1em;
  margin-top: 10px;
}
.header {
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.header .tbl-t-1 {
  display: table;
  width: 100%;
}
.header .tbl-r-1 {
  display: table-row;
}
.header .tbl-c-1 {
  background: #dcf3fb;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  padding-right: 30px;
  background-color: #dcf3fb;
  /* opacity: 0.8; */
}
.header .tbl-c-1:first-child {
  text-align: left;
}
.header .tbl-c-1:first-child img {
  max-width: 140px;
  height: auto;
  text-align: left;
}
.nav-1 ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.nav-1 ul li {
  display: inline-block;
  margin-left: 30px;
}
.nav-1 ul li a {
  color: #1f55a6;
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 5px;
  font-weight: bold;
}
.nav-1 ul li a:hover {
  color: #dcf3fb;
  background: #1d9fd9;
  border-radius: 5px;
}
.wad-1 p{
  color: #000000;
  font-size: 1.3em;
  line-height: normal;
  
}
.wad-2{
  margin-top: 25px;
  font-size: 1.2em;
  align-items: center;
  text-align: center;
}
.wad-1{
  margin-top: 55px;
  align-items: center;
  text-align: center;
}
.wad-1-f {
  display: flex;
  margin-bottom: 55px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wad-2-c {
  padding: 10px;
  flex-basis: 21%;
  margin: auto;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.width-2 {
  flex-basis: 31%;
}

.wad-1-c img {
  margin-top: 20px;
  width: 100%;
  height:auto;
  margin-left: 15px;
  border-right: 4px solid #2a9ee1;
  border-bottom: 4px solid #2a9ee1;
  border-radius: 5px;
  background: #dcf3fb;
  box-shadow: -11px -11px 13px -3px rgba(131, 225, 250, 1) inset;
  -webkit-box-shadow: -11px -11px 13px -3px rgba(131, 225, 250, 1) inset;
  -moz-box-shadow: -11px -11px 13px -3px rgba(131, 225, 250, 1) inset;
}

.wad-2-c img {
  width: 100%;
  height: 100%;
  border-right: 4px solid #2a9ee1;
  border-bottom: 4px solid #2a9ee1;
  border-radius: 10px;
  background: #dcf3fb;
  box-shadow: -11px -11px 13px -3px rgba(131, 225, 250, 1) inset;
  -webkit-box-shadow: -11px -11px 13px -3px rgba(131, 225, 250, 1) inset;
  -moz-box-shadow: -11px -11px 13px -3px rgba(131, 225, 250, 1) inset;
}

.wad-2-c h6 {
  color: #000000;
  font-size: 0.9em;
  line-height: var(--lineheight-1);
  font-weight: 600;
}
.wad-1-c b {
  color: #000000;
  font-size: 12px;
  line-height: 16px;
}

.wad-2-c:nth-child(even) {
  position: relative;
  margin-top: 100px;
}
.wad-2-c img {
  width: 90%;
  height: auto;
  margin-bottom: 10px;
}
.getintouch {
  padding: 10px;
  flex-basis: 21%;
  margin: auto;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-right: 4px solid #2a9ee1;
  border-bottom: 4px solid #2a9ee1;
  border-radius: 10px;
  background: #dcf3fb;
  box-shadow: -11px -11px 13px -3px rgba(131, 225, 250, 1) inset;
  -webkit-box-shadow: -11px -11px 13px -3px rgba(131, 225, 250, 1) inset;
  -moz-box-shadow: -11px -11px 13px -3px rgba(131, 225, 250, 1) inset;
}
.getintouch h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  color: #0873bf;
}
.getintouch .tbl-gt-1 {
  display: table;
  width: 100%;
}
.getintouch .tbl-gr-1 {
  display: table-row;
}

.getintouch .tbl-gc-1 {
  display: table-cell;
  width: 50%;
  padding: 30px;
  text-align: left;
  color: #000;
  padding-bottom: 10px;
}

.image-1 {
  text-align: center;
  width: auto;
}
.image-1 img {
  height: 220px;
  border-radius: 10px;
  width: auto;
}
.text-field-1,
.textarea-2 {
  background: #fff;
  border: 0px;
  padding: 10px;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-radius: 4px;
  font-family: var(--content-font-1);
}
.textarea-2 {
  height: 60x;
  width: 100%;
}

.text-field-1a,
.textarea-2a {
  background: #fff;
  border: 0px;
  padding: 10px;
  height: 40px;
  width: 49%;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-radius: 4px;
  font-family: var(--content-font-1);
}
.textarea-2a {
  height: 70px;
  width: 98%;
  resize: none;
}

.file-1 {
  background: #fff;
  border: 0px;
  padding: 10px;
  height: 40px;
  width: 98%;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-radius: 4px;
  font-family: var(--content-font-1);
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #707070;
  color: #707070;
}
.clear {
  clear: both;
  margin: 16px 0px;
}

.location-1 {
  font-size: 13px;
  line-height: 20px;
  min-height: 40px;
  background-repeat: no-repeat;
  background-position: left top 2px;
  padding: 0px 0px 0px 40px;
  margin: 10px 0px;
}
.location-2 {
  font-size: 13px;
  margin-top: 200px;
  line-height: 30px;
  /* min-height: 40px; */
  background-repeat: no-repeat;
  background-position: left top 2px;
  padding: 0px 0px 0px 30px;
  margin: 10px 0px;
}
.location-1 a {
  font-size: 13px;
  line-height: 20px;
  min-height: 40px;

  color: #000;
  text-decoration: none;
}

.btn-2 {
  background: #2054a6;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  font-size: 15px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 6px;
}
.btn-3 {
  background: #2054a6;
  text-decoration: none;
  padding: 15px 25px;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 6px;
}
.mobile-menu {
  display: none;
}
.panel h4 {
  margin: 30px 0px 10px 0px;
  font-size: 1.8em;
  margin-bottom: 10px;
  font-weight: 500;
}
.bullet-1 ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.bullet-1 ul li {
  margin: 0px 0px 0px 22px;
  list-style: circle;
  font-size: 1.1em;
  text-align: justify;
  line-height: normal;
  padding: 5px 5px;
}

.img-bg-1 {
  background: url(../images/backgroundmain.webp);
  background-size: cover;
  height: 1270px;
}

.about-1-f {
  display: flex;
  margin-bottom: 25px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-1-c {
  padding: 10px;
  flex-basis: 21%;
  margin: auto;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-right: 4px solid #2a9ee1;
  border-bottom: 4px solid #2a9ee1;
  border-radius: 10px;
  background: #dcf3fb;
  box-shadow: -11px -11px 13px -3px rgba(131, 225, 250, 1) inset;
  -webkit-box-shadow: -11px -11px 13px -3px rgba(131, 225, 250, 1) inset;
  -moz-box-shadow: -11px -11px 13px -3px rgba(131, 225, 250, 1) inset;
}
.about-1-c h6 {
  color: #2c3132;
  font-size: var(--size2);
  line-height: var(--lineheight-2);
}


/*Thank you footer*/
.footer-2 {
  background-color: #dcf3fb; /* White background color */
  color: #000; /* Black text color */
  padding: 20px; /* Padding inside the footer */
  text-align: center; /* Center align the text */
  border-top: 1px solid #444; /* Top border for separation */
  width: 100%; /* Full width */
  position: fixed; /* Fix the footer at the bottom */
  bottom: 0; /* Position at the bottom */
  left: 0; /* Align to the left */
}

.footer-2 a {
  color: #000; /* Link color black */
  text-decoration: none; /* Remove underline from links */
  margin: 0 10px; /* Spacing between links */
}

.footer-2 a:hover {
  text-decoration: underline; /* Underline links on hover */
}

.footer-2 b {
  font-weight: bold; /* Bold text */
}

/*FOOTER*/

/* Importing Google font - Open Sans */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

.footer {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 934px;
  width: 114%;
  background: #10182f;
  border-radius: 6px;
}

.footer .footer-row {
  /* height: 505px; */
  background-color: #dcf3fb;
  border-radius:  7px 7px 0px 0px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.5rem;
  padding: 60px;
}

.footer-row .footer-col h4 {
  color: #1f55a6;
    font-size: 1.2rem;
    font-weight: bold;
}

.footer-col .links {
  margin-top: 20px;
}

.footer-col .links li {
  list-style: none;
  margin-bottom: 10px;
}

.footer-col .links li a {
  text-decoration: none;
  color: #000000;
}

.footer-col .links li a:hover {
  color: #1d9fd9;
}

.footer-col p {
  margin: 20px 0;
  color: #bfbfbf;
  max-width: 300px;
}

.footer-col form {
  display: flex;
  gap: 5px;
}

.email-link:hover.email-icon,
.email-link:hover.email-text,
.email-link:hover.email-address {
  color: #007bff; /* Change to the color you want on hover */
}
.email-link:hover {
  color: #ff0000; /* Change to your desired hover color */
}

.footer-col input {
  height: 40px;
  border-radius: 6px;
  background: none;
  width: 100%;
  outline: none;
  border: 1px solid #7489c6;
  caret-color: #fff;
  color: #fff;
  padding-left: 10px;
}

.footer-col input::placeholder {
  color: #ccc;
}

.footer-col form button {
  background: #fff;
  outline: none;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.2s ease;
}

.footer-col form button:hover {
  background: #cecccc;
}

.footer-col .icons {
  display: flex;
  margin-top: 21px;
  gap: 30px;
  cursor: pointer;
}

.footer-col .icons i {
  color: #000000;
}

.footer-col .icons i:hover {
  color: #1d9fd9;
}

/*ABOUT US PAGE WEB*/

.about-1-f {
  display: flex;
  justify-content: center; /* horizontally center */
  align-items: center; /* vertically center */
}

.wad-1-container {
  display: flex;
 
  margin-bottom: 20px; /* adjust as needed */
}

.wad-1-c2 {
  flex: 0 0 10%; /* take up 50% width */
  align-items: center;
}

.wad-1-c2 img {
  max-width: 130%;
  height: 100%;
  border-radius: 5px;
}

.wad-1-c2-text {
  flex: 0 0 85%; /* take up 50% width */
  padding: 0 5px; /* adjust as needed */
}

.wad-1-c2-text h6 {
  font-weight: bold;
  margin-top: 10px;
  font-size: 1.3em;
  text-align: left;
  margin-left: 100px;
}

.wad-1-c2-text p {
  margin-top: 15px;
  font-size: 1.2em;
  width: 100%;
  text-align: justify;
  text-align: left;
  margin-left: 100px;
}

/* What Sets Us Apart? */

.about-1-f1 {
  display: grid;
  /* margin-right: 80px; */
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px; /* Adjust spacing between grid items */
}

.wad-1-container {
  display: flex;
}

.wad-1-c {
  flex: 0 0 30%;
  margin-right: 0px;
}

.wad-1-c img {
  max-width: 80%;
  margin-left: 0px;
}

.wad-1-c-text {
  flex: 0 0 77%;
  /* margin-right: 30px; */
  padding: 0 5px; /* Adjust spacing between text and image */
}

.wad-1-c-text h6 {
  font-weight: bold;
  margin-top: 10px;
  text-align: left;
  font-size: 1.3em;
}

.wad-1-c-text p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.1em;
  text-align: left;
  margin-right: 30px;
  text-align: justify;
}

/*Unlock a World of Possibilities*/
.top1{
  margin-top: 90px;
  }
.top{
margin-top: 60px;
}

#special-paragraph1 {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 1.3em; /* Increase the font size */
}

#special-paragraph {
  font-weight: bold; /* Make the <strong> tag bold within the special paragraph */
  font-size: 1.5em;
  text-align: center;
  color: #1d9fd9;
}




.team-1-f {
  display: flex;
  margin-bottom: 25px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.team-1-c {
  padding: 10px;
  flex-basis: 31%;
  margin: auto;
  text-align: left;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-align: justify;
}
.team-1-c h6 {
  color: #000000;
  font-size: var(--size2);
  line-height: var(--lineheight-2);
  font-size: 1.3em;
  font-weight: 600;
  margin: 10px 0px 10px 0px;
}
.team-1-c b {
  color: #000000;
  font-size: 1.1em;
  line-height: normal;
  text-align: justify !important;
}
.team-1-c d {
  color: #000000;
  font-size: 12px;
  text-align: justify !important;
}
.team-1-c img {
  width: 40%;
  height: auto;
  border-radius: 5px;
  border-right: 4px solid #2a9ee1;
  border-bottom: 4px solid #2a9ee1;
  border-radius: 10px;
  background: #dcf3fb;
  box-shadow: -11px -11px 13px -3px rgba(131, 225, 250, 1) inset;
  -webkit-box-shadow: -11px -11px 13px -3px rgba(131, 225, 250, 1) inset;
  -moz-box-shadow: -11px -11px 13px -3px rgba(131, 225, 250, 1) inset;
}
.margin-top {
  margin-top: 10px; /* Adjust as needed */
  display: inline-block;
}
.inner-wad-1-f {
  display: flex;
  margin-bottom: 55px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inner-wad-1-c {
  padding: 10px;
  flex-basis: 21%;
  margin: auto;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.inner-width-2 {
  flex-basis: 31%;
}

.inner-wad-1-c img {
  width: 100%;
  height: 100%;
  border-right: 4px solid #2a9ee1;
  border-bottom: 4px solid #2a9ee1;
  border-radius: 10px;
  background: #dcf3fb;
  box-shadow: -11px -11px 13px -3px rgba(131, 225, 250, 1) inset;
  -webkit-box-shadow: -11px -11px 13px -3px rgba(131, 225, 250, 1) inset;
  -moz-box-shadow: -11px -11px 13px -3px rgba(131, 225, 250, 1) inset;
}

.inner-wad-1-c h6 {
  color: #000000;
  font-size: 1.1em;
  line-height: var(--lineheight-2);
  font-weight: 600;
}
.inner-wad-1-c b {
  color: #000000;
  font-size: 10px;
  line-height: 16px;
}

.inner-wad-1-c:nth-child(even) {
  position: relative;
  margin-top: 50px;
}
.inner-wad-1-c img {
  width: 90%;
  height: auto;
  margin-bottom: 10px;
}

/*Media Querry for TAB devices*/


/*Media querry for Tab devices*/
@media screen and (max-width: 1280px) {
  .nav-1 ul li {
    margin-left: 6px;
  }
  .nav-1 ul li a {
    padding: 8px 5px;
    font-size:14px;
  }
}
/*Media querry for mobile devices*/


@media screen and (max-width: 830px) {
  .nav-1 {
    display: none;
  }
  .mobile-menu {
    display: inline-block;
  }
  .header .tbl-c-1:first-child img {
    max-width: 120px;
  }
  .header .tbl-c-1 {
    display: block;
    width: 100%;
  }
  .tbl-c-1:last-child {
    background: transparent;
    margin-top: -40px;
    position: relative;
  }
  .nav-1 {
    
    background: #dcf3fb;
    position: absolute;
    z-index: 9999999;
    width: 100%;
  }
  .nav-1 ul li {
    display: block;
    width: 100%;
    margin-left: 0px;
    text-align: left;
  }
  .nav-1 ul li a {
    padding: 10px 10px;
    border-bottom: 1px solid #000000;
    display: block;
  }
  .sec-1-img img {
    width: 90%;
    height: auto;
  }
  .sec-1-main {
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    height: auto;
  }
  .sec-1-col-1 {
    position: relative;
    height: auto;
    width: 85%;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 440px;
    padding: 24px;
    order: 1;
  }
  .sec-1-col-2 {
    flex: inherit;
    box-sizing: border-box;
    padding-left: 0px;
    order: 2;
  }

  /*About us */
  .about-1-f1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
  }

  .wad-1-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
  }

  .wad-1-c,
  .wad-1-c2 {
    flex: 0 0 40%;
    margin-right: 15px;
  }

  .wad-1-c img,
  .wad-1-c2 img {
    max-width: 100%;
    height: auto;
    margin-left: 0px;
    margin-right: 1px;
  }

  .wad-1-c-text,
  .wad-1-c2-text {
    flex: 0 0 60%;
    padding: 0 0px;
  }

  .wad-1-c-text h6,
  .wad-1-c2-text h6 {
    margin-top: 1px;
    font-size: 1.1em;
  }

  .wad-1-c-text p,
  .wad-1-c2-text p {
    margin-top: 5px;
    font-size: 1em;
    width: 100%;
  }
  /*Unlock world possibilities*/
  .special-paragraph strong {
    font-weight: bold;
    font-size: 1.1em;
    color: #000;
  }
  /*Meet my team*/
  .team-1-f {
    flex-direction: column;
    align-items: center;
  }
  .margin-top {
    margin-top: 7px; /* Adjust as needed */
    display: inline-block;
  }
  .team-1-c h6 {
    font-weight: 600;
    font-size: 1.5em;
  }
  .team-1-c {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    text-align: justify;
  }
  .team-1-c img {
    width: 40%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
  :root {
    --section-spacing: 20px;
    --size-1: 30px;
    --margin-1: 10px;
    --lineheight-1: 20px;
    --heading-font-1: "Quicksand", sans-serif;
    --content-font-1: "Quicksand", sans-serif;
    --size2: 10px;
    --lineheight-2: 16px;
    --font-2: 14px;
    --size-1a: 30px;
  }
  .sec-1-col-1 {
    position: relative;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 200px;
    padding: 20px;
    order: 1;
    box-sizing: border-box;
  }
  .highlighted-text {
    font-weight: bold;
    font-size: 1.5em; /* Increase the font size as needed */
    color: #1d9fd6; 
    justify-content: center;
    align-items: center;
  }

  .wad-2-c {
    padding: 10px;
    flex-basis: 40%;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
  }

  .inner-wad-1-c {
    padding: 10px;
    flex-basis: 40%;
    margin: auto;
    text-align: center;
    font-size: 1.3em;
    box-sizing: border-box;
  }

  .image-1 {
    display: none;
  }

  .wad-2-c img {
    width: 50%;
    height: auto;
  }
  .wad-2-c:nth-child(even) {
    position: relative;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .wad-2-c {
    position: relative;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .wad-2{
    margin-top: 25px;
    font-size: 1.1em;
    align-items: center;
    text-align: center;
  }
  .wad-2-c h6{
    margin-top:2px;
    font-size: 0.9em;
    align-items: center;
    text-align: center;
  }
  .wad-1 h6{
    font-size: 1.em;
  }
  .inner-wad-1-c img {
    width: 50%;
    height: auto;
  }
  .inner-wad-1-c:nth-child(even) {
    position: relative;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .inner-wad-1-c {
    position: relative;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .wad-1-f {
    margin-top: 20px;
  }
  .inner-wad-1-f {
    margin-top: 20px;


  }
  .wrapper1 {
    width: 850px;
    height: 700px;
    margin: 0 auto;
    position: relative;
    max-width: 95%;
  }
  /* .location-1{
    font-size: 1em;
    text-align: justify;
    margin-right: 4px;
  }
  .location-2{
    font-size: 1em;
  } */

  .text-field-1,
  .textarea-1 {
    width: 46% !important;
    height: 30px;
    margin-bottom: 10px;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 12px;
  }
  .tbl-gc-1 {
    width: 100%;
    margin: 0 auto; /* Center the element */
    height: auto;
  }
  
  .textarea-2 {
    width: 95% !important;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 4px;
    margin-right: 20px;
    font-size: 12px;
  }
  .textarea-1 {
    height: 50px;
    width: 855% !important;
  }
  .getintouch .tbl-gc-1 {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
  }
  .btn {
    padding: 6px 10px;
    font-size: 12px;
    margin-top: 6px;
    border-radius: 4px;
  }
  .bullet-1 ul li {
    margin: 0px;
    list-style: none;
    padding: 5px 0px;
    /* text-align: left; */
  }
  .bullet-1 ul li {
    margin: 0px 0px 0px 22px;
    list-style: circle;
    font-size: 1.4em;
    text-align: justify;
    line-height: normal;
    padding: 10px 0px;
  }
  .top1{
    margin-top: 10px;
    }
  .getintouch1{
    margin-top: 50px;
    border-radius: 70px;
    max-width: 100%;
  }

  .wad-1-c h6 {
    font-size: 14px;
    font-weight: 500;
  }
  .footer-1 b:before {
    content: "\a";
    white-space: pre;
  }
  .home-sec-1a {
    padding: 12vh 3vw 20vh 3vw;
  }
  .sec-1-col-1 {
    position: relative;
    height: 100%;
    width: 160px;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  /*About us page */
  .about-1-f1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    
  }
  .sec-1-col-2 p{
    font-size: 1.4em;
    text-align: justify;
    margin-left: 15px;
    width: 100%;
  }
  .sec-1-col-2 h4{
    align-items: left;
    align-content: left;
    font-size: 1.4em;
    text-align: left;
    margin-left: 10px;
   
  }
  .sec-1-col-2 h2{
    font-size: 3em;
    align-items: center;
    text-align: center;
    align-content: center;
    margin-left: 20px;
  }
  .tp{
    font-size: 0.7em;
  }
  .tp1{
    font-size: 0.9em;
    line-height: normal;
    margin-bottom: 10px;
  }
  .tp12{
    font-size: 0.7em;
    margin-top: 10px;
  }
  .sec-1-img img {
    width: 30%;
    margin-bottom: 0px;
    height: auto;
  }
  .ig img {
    width: 80%;
    margin-bottom: 0px;
    height: auto;
  }
  .gap{
    margin-top: 15px;
  }
  .sid{
    align-items: center;
    width: 100%;
    margin-right: 30px;
  }
  .wad-1-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
  }

  .wad-1-c2 {
    flex: 0 0 35%;
    width: 90%;
    /* margin-right: 15px; */
  }

  .wad-1-c2 img {
    max-width: 100%;
    height: auto;
    margin-left: 0px;
   
  }
  .wad-1-c2-text p {
    margin-top: 5px;
    font-size: 1.3em;
    margin-left: 10px;
    text-align: justify;
    width: 100%;
  }
  .wad-1-c2-text h6 {
    margin-top: 1px;
    margin-left: 10px;
    font-size: 1.7em;
  }
  .wad-1-c2-text {
    flex: 0 0 60%;
    padding: 0 0px;
    /* margin-left: 0px; */
  }

  .home-sec-1a {
    font-size: 0.7em;
    margin-top: 0px;
    margin-right: 10px;
    text-align: justify;
  }
  .wad-1-c {
    flex: 0 0 30%;
    margin-right: 1px;
  }
  .wad-1-c-text {
    flex: 0 0 70%;
    padding: 0 0px;
  }
  .wad-1-c img {
    max-width: 100%; 
    margin-top: 0px;
    
  }
  .wad-1-c-text h6 {
    margin-top: 1px;
    font-size: 1.7em;
    margin-left: 10px;
  }
  .wad-1-c-text p {
    margin-top: 5px;
    font-size: 1.3em;
    margin-left: 10px;
    text-align: justify;
    width: 100%;
    /* text-align: left; */
  }
  /*Unloack possiblilities*/
  #special-paragraph1 {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 1.4em; /* Increase the font size */
  }
  #special-paragraph {
    font-weight: bold; /* Make the <strong> tag bold within the special paragraph */
    font-size: 1.8em;
    text-align: center;
    color: #1f55a6;
  }
  /*Meet my team*/
  .team-1-f {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 0px;
  }
  .team-1-c b {
    color: #000000;
    font-size: 1.3em;
    line-height: normal;
    text-align: justify !important;
  }
  .team-1-c d {
    color: #000000;
    font-size: 8px;
    margin-top: 0px;
    text-align: justify !important;
  }
  .team-1-c h6 {
    font-weight: 600;
    font-size: 1.6em;
    margin-top: 0px;
    margin-bottom: 0%;
  }
  .team-1-c {
    width: 100%;
    margin-bottom: 0.2px;
    text-align: left;
    text-align: justify;
  }
  .team-1-c img {
    width: 16%;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  /*Footer CODE */
  .footer {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    width: 100%;
    margin-top: 0%;
    border-radius: 0;
    border-radius: 10px !important;
  }

  .img-bg-1 {
    background: url(../images/backgroundmain.webp);
    background-size: cover;
  }

  #custom-background-section {
    background: url(../images/backgroundmain.webp);
    background-size: cover;
    /* height: 1250px !important; Set your desired height */
    background-position: center;
  }

  .footer .footer-row {
    margin-top: 0px;
    padding: 10px;
    gap: 0.8rem;
    /* border-radius:  7px 7px 0px 0px !important; */
  }
  .footer-row .footer-col h4 {
    color: #1f55a6;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 5%;
  }
  .footer-col h4 {
    margin-left: 0px;
  }
  .footer-col form {
    display: block;
    width: 90px;
    /* height: 50px; */
  }

  .footer-col form :where(input, button) {
    width: 100%;
    align-items: right;
    align-content: right;
  }

  .footer-col form button {
    margin: 0px;
    align-items: right;
    align-content: right;
  }

  .footer-1 {
    position: absolute;
    bottom: 0px;
    text-align: center;
    padding: 10px 0px;
    width: 100%;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
  }
  .footer-1 a {
    color: #fff;
  }
  .footer-1 b {
    padding: 0px 10px;
  }

  .footer-1 b:before {
    content: "";
    white-space: pre;
  }
}
@media screen and (max-width: 480px) {
  /*.home-sec-1 {
    height: auto; 
    padding-top: 10vh;
    color: #fff;
}
	
	.section{height: 100% !important}*/
}
@media screen and (max-width: 330px) {
  .text-field-1,
  .textarea-1 {
    width: 47% !important;
    height: 22px;
    margin-bottom: 8px;
    border-radius: 4px;
    margin-right: 2%;
    font-size: 12px;
  }
  .textarea-1 {
    height: 50px;
    width: 96% !important;
  }
  .btn-2 {
    padding: 4px 10px;
    font-size: 12px;
    margin-top: 6px;
    border-radius: 4px;
  }
  .sec-1-col-1 {
    max-width: 100px;
    padding: 10px;
  }
  /*About us */
  .about-1-f1,
  .wad-1-container,
  .team-1-f {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding: 0 10px;
  }

  .wad-1-c2,
  .wad-1-c,
  .team-1-c {
    width: 100%;
    margin-bottom: 10px;
  }

  .wad-1-c2 img,
  .wad-1-c img,
  .team-1-c img {
    width: 100%;
    margin-bottom: 10px;
  }

  .wad-1-c2-text,
  .wad-1-c-text,
  .team-1-c h6,
  .team-1-c b {
    width: 100%;
    font-size: 0.9em;
  }
}
