@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
* {
  margin: 0;
  padding: 0;
  user-select: none;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

nav {
  background-color: #0c154c;
}

nav:after {
  content: "";
  clear: both;
  display: table;
}
nav .logo {
  float: left;
  height: 70px;
}

nav img {
  width: 235px;
  margin: 5px;
}
nav ul {
  float: right;
  margin-right: 40px;
  list-style: none;
  position: relative;
}

nav ul li {
  float: left;
  display: inline-block;
  margin: 5px 14px;
}

nav ul li a {
  color: white;
  line-height: 70px;
  text-decoration: none;
  font-size: 16.5px;
  padding: 8px 1px;
}
nav ul li a:hover {
  border-bottom: 2px solid white;
}

nav ul ul {
  position: absolute;
  background-color: #ffffff;
  top: 90px;
  color: #5069ff;
  opacity: 0;
  visibility: hidden;
  transition: top 0.3s;
}
nav ul ul ul {
  border-top: none;
}

.dropdown-menu {
  background-color: #ffffff !important;
  text-align: center;
  color: #5069ff;
  border-bottom: 3px solid white;
  border: 1px solid white;
}

.dropdown-menu li a {
  color: #5069ff;
}

nav ul li:hover > ul {
  top: 63px;
  left: 185px;
  border-radius: 7px;
  opacity: 1;
  visibility: visible;
}
nav ul ul li {
  position: relative;
  margin: 0px;
  width: 330px;
  float: none;
  display: list-item;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
nav ul ul li a {
  line-height: 50px;
}
nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 150px;
}
.show,
.icon {
  display: none;
}
.checkbox1 {
  display: none;
}
.fa-plus {
  font-size: 15px;
  margin-left: 40px;
}
@media all and (max-width: 968px) {
  nav ul {
    margin-right: 0px;
    float: left;
  }
  nav .logo {
    padding-left: 30px;
    width: 100%;
  }
  nav img {
    width: 125px;
    margin: -1px;
    height: auto;
    padding: 2px;
    margin-top: 15px;
  }
  .show + a,
  ul {
    display: none;
  }
  nav ul li,
  nav ul ul li {
    display: block;
    width: 100%;
  }
  .dropdown-menu li a {
    color: #ffffff;
  }

  nav ul li a:hover {
    box-shadow: none;
  }
  nav ul li {
    background: #0c154c;
    margin: 5px 5px;
  }
  nav ul li a {
    margin-left: 35px;
  }

  .show {
    display: block;
    color: white;
    font-size: 18px;
    padding: 0 35px;
    line-height: 70px;
    cursor: pointer;
  }
  .show:hover {
    color: rgb(255, 255, 255);
  }
  .icon {
    display: block;
    color: white;
    position: absolute;
    top: 0;
    right: 40px;
    line-height: 70px;
    cursor: pointer;
    font-size: 25px;
  }
  .dropdown-menu {
    text-align: center;
    color: #ffffff;
    border: none;
  }
  nav ul ul {
    top: 70px;
    border-top: 0px;
    float: none;
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  nav ul ul a {
    padding-left: 40px;
  }
  nav ul ul ul a {
    padding-left: 80px;
  }
  nav ul ul li a {
    line-height: 30px;
  }
  nav ul li {
    margin: 0px 5px;
  }
  nav ul ul ul li {
    position: static;
  }
  [id^="btn"]:checked + ul {
    display: block;
  }
  nav ul ul li {
    border-bottom: 0px;
    text-align: left;
  }
  span.cancel:before {
    content: "\f00d";
  }
}

.iframetagg {
  box-shadow: 2px white;
  margin-top: 30px;
  border-radius: 10px;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.indiviualpageeflex {
  display: flex;
  justify-content: start;

  align-items: center;
}
#loactionnis {
  font-size: 34px;
}

.widthofthecicon {
  width: 50px;
}
.officeeeeuhhh {
  margin-top: 30px;
  /* padding: 20px; */
  margin-left: 20px;
}

.contact-heading {
  margin-top: 30px;
  margin-left: 70px;
  font-size: 25px;
}
.officeeeeuhhh a {
  text-decoration: none;
  color: #0c154c;
  font-family: sans-serif;
  font-size: 15px;
}

.officeeeeuhhh p {
  font-family: sans-serif;
}

.officeeeeuhhh h1 {
  font-size: 22px;
  color: #0c154c;
  /* text-wrap: nowrap; */
}

.flexxxnewcolumnafter600px {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 70px;
}
.totalfliexforpae {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: white;
  font-family: sans-serif;
  margin-bottom: 30px;
  margin-top: 10px;
}
.officeeeeuhhh {
  font-size: 14px;
}
.active {
  border-bottom: 2px solid white;
}
@media (max-width: 600px) {
  .totalfliexforpae {
    display: flex;
    flex-wrap: wrap;
  }
  .contact-heading {
    margin-top: 30px;
    margin-left: 30px;
  }
  .iframetagg {
    width: 330px;
    height: 330px;
  }

  .flexxxnewcolumnafter600px {
    /* margin-top: 50px; */
    font-size: small;
    padding: 20px 20px;
  }
  .officeeeeuhhh {
    font-size: 12px;
  }
  .widthofthecicon {
    width: 60px; /* Adjust the width of the icon for smaller screens */
  }

  .adresssflexx {
    width: 100%; /* Full width on smaller screens */
  }
}
/* contact form============================================================================================= */

.container {
  /* max-width: 600px; */
  /* margin: 50px auto; */
  padding: 20px 20px 22px;
  width: 470px;
  margin-top: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

label {
  display: block;
  /* margin-bottom: 40px; */
}

.contact-name,
.contact-email,
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 16px;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: none;
  box-sizing: border-box;
}

button {
  background-color: #4e63e8;
  color: #ffffff;
  padding: 10px 25px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background-color: #45a049;
}
@media (min-width: 1918px) {
 
  nav ul li a {
    font-size: 23px;
   }
   nav ul li:hover > ul {
     top: 63px;
     left: 280px;
   }
   .dropdown-menu li a {
    font-size: 18px;
}
 }
 
@media only screen and (min-width: 1918px) {
  .totalfliexforpae {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    font-family: sans-serif;
    margin-bottom: 30px;
    gap: 150px;
    margin-top: 10px;
  }
  .flexxxnewcolumnafter600px {
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 200px;
    padding: 20px 70px;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    margin: 20px;
    padding: 15px;
  }
}

/*----------footer==========================================---------------*/

.container_wrap {
  background-color: #0c0e4a;
  padding: 20px;
  margin-top: 50px;
  color: aliceblue;
  font-size: 14px;
}

.footer-container {
  display: flex;
}

/* Styling individual columns */
.flex_column-footer {
  display: flex;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

/* Styling the logo and text section */
.textwidget {
  text-align: justify;
}

.menu {
  list-style-type: none;
  margin: 0%;
}

/* Styling links in menu */
.menu-item a {
  color: #fffdfd;
  text-decoration: none;
  display: block;
  padding: 5px 0;
}
.menu-item a:hover {
  color: #4e63e8; /* Change color on hover */
}

.menu-item p {
  color: #fffdfd;
  text-decoration: none;
  display: block;
  padding: 5px 0;
}
.menu-item p:hover {
  color: #4e63e8; /* Change color on hover */
}

/* email and phone*/
.textwidget a {
  color: #ffffff;
  text-decoration: none;
  display: inline;
}

.copy-image {
  margin-left: -297px;
  margin-bottom: -20px;
}

.textwidget .con-mail {
  position: relative;
  top: 5px;
  margin-left: 25px;
}

.textwidget img {
  margin-right: 10px;
}
.textwidget a:hover {
  color: #4e63e8; /* Change color on hover */
}
.footer-powered {
  background-color: #06072b;
  color: white;
}
/* Styling the social media icons container */
.social_bookmarks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}

.social_bookmarks li {
  display: inline;
  margin-right: 10px; /* Adjust the spacing between icons */
}

/* Styling the social media icons */
/* ... (Previous CSS code) ... */

/* Styling the social media icons */
.social_bookmarks a {
  color: #007bff; /* Blue color for icons */
  text-decoration: none;
  font-size: 24px;
  display: inline-flex;
  align-items: center; /* Vertically align icon and text */
  transition: color 0.3s;
}

.cont1 {
  margin-left: 65px;
}
/* Styling the icon */
.social_bookmarks a i {
  margin-right: 5px; /* Adjust spacing between icon and text */
}

/* ... (Rest of the CSS code) ... */

.social_bookmarks a:hover {
  color: #007bff; /* Blue color on hover */
}
.widgettitle {
  margin-bottom: 20px;
}
.widgettitle1 {
  margin-bottom: 20px;
  margin-left: 40px;
}
.textwidget .para {
  margin-left: 35px;
  margin-top: -5px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .flex_column {
    flex-basis: 50%;
    padding: 0 10px;
  }
}
/*footer resposive---------------------------------*/
@media (max-width: 768px) {
  .flex_column {
    flex-basis: 50%;
    padding: 0 10px;
  }
  .textwidget .con-mail {
    position: relative;
    top: 5px;
    margin-left: 0px;
  }
  .cont1 {
    margin-left: 35px;
  }
  .textwidget .con-mail1 {
    position: relative;
    left: -25px;
  }
  .widgettitle1 {
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .copy-image {
    margin-left: 9px;
  }
}
@media screen and (min-width: 768px) {
  .footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .flex_column-footer {
    margin-top: 20px;
    padding: 0 24px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .menu {
    display: block;
  }
}

/* Define styles for smaller screens */
@media screen and (max-width: 767px) {
  .footer-container {
    flex-direction: column;
  }

  .flex_column-footer {
    padding: 0 10px;
  }
  .menu {
    display: block;
  }
}
