* {
  padding: 0;

  margin: 0;

  box-sizing: border-box;

  list-style: none;

  text-decoration: none;

  outline: none !important;
}

@font-face {
  font-family: "raleway-semisold";

  src: url("../fonts/raleway-semisold/Raleway-SemiBold.woff2") format("woff2"),
    url("../fonts/raleway-semisold/Raleway-SemiBold.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "raleway-medium";

  src: url("../fonts/raleway-medium/Raleway-Medium.woff2") format("woff2"),
    url("../fonts/raleway-medium/Raleway-Medium.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "raleway-regular";

  src: url("../fonts/raleway-regular/Raleway-Regular.woff2") format("woff2"),
    url("../fonts/raleway-regular/Raleway-Regular.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

html,
body {
  font-family: "raleway-medium";
}

label {
  margin-bottom: 0;
}

html {
  scroll-behavior: smooth;
}

/* input{

    padding: 10px;

} */

span {
  font-family: "raleway-medium";
}

ul,
ol {
  margin-bottom: 0;
}

a {
  text-decoration: none;

  font-family: "raleway-medium";
}

a:hover {
  text-decoration: none;
}

:root {
  --text-color: #ffffff;
  
  --background: linear-gradient(to right, rgb(39 141 252), rgb(8, 34, 145));
  
  --border-color: #278DFC;
  
  --commoa-text-color: #000000;
  
  --btn-color: linear-gradient(to right, rgb(8, 34, 145), rgb(39 141 252));
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;

  font-family: "raleway-semisold";
}

html {
  scroll-behavior: smooth;
}

p {
  margin-bottom: 0;

  font-family: "raleway-regular";
}

.our-gaping {
  padding: 60px 0;
}

.sticky {
  position: fixed;

  top: 0px !important;

  left: 0;

  z-index: 12;

  width: 100%;

  transition: top 0.3s;

  margin: 0;
}

.sticky .navigation {
  margin: 0;
}

.title-box {
  text-align: center;

  font-weight: 600;

  line-height: 30px;

  font-size: 28px;

  position: relative;
}

/* header css */

.main-header {
  background: #fff;

  width: 100%;
}

.header-logo-box a img {
  height: 120px;

  width: 100%;
}

/* .header-logo-box a h1 {

   font-size: 44px;

   color: #2b5161;

   font-weight: bold;

} */

.nav-manulist-box .contact-box {
  display: flex;

  align-items: center;

  justify-content: space-around;

  padding: 10px;

  gap: 30px;

  background: var(--background);
}

.navigation {
  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 10px 0;

  padding: 0 20px;

  padding-top: 10px;

  padding-bottom: 10px;

  position: absolute;

  z-index: 9;

  background: #fff;

  gap: 20px;

  margin: 10px 0;

  box-shadow: 0px 1px 4px 1px #ccc;

  width: 97.5%;
}

.nav-manulist .manu-list ul.listing-box {
  display: flex;

  gap: 10px;

  justify-content: space-between;

  padding-bottom: 10px;

  padding-top: 20px;
}

.nav-manulist .container {
  padding: 0;
}

.nav-manulist .manu-list ul li a {
  color: var(--commoa-text-color);

  font-size: 15px;

  font-weight: 500;
}

.nav-numbar a {
  color: var(--text-color);
}

.nav-manulist .manu-btn-box a {
  background: var(--background);

  padding: 15px;

  font-size: 14px;

  color: var(--text-color);

  font-family: "raleway-medium";

  border: 1px solid #278dfc;

  transition: 0.6s;

  border-radius: 5px;
}

.nav-manulist .manu-btn-box a:hover {
  background: var(--btn-color);
}

.nav-manulist ul.abourt-list {
  display: none;

  position: absolute;

  transition: 0.6s;

  box-shadow: 0px 4px 9px rgb(0 0 0 / 12%);

  padding: 10px;

  background-color: #fff;

  z-index: 9;
}

.nav-manulist ul.abourt-list li {
  border-bottom: 1px solid #eee;

  padding: 10px;
}

.nav-manulist ul.abourt-list li:last-child {
  border-bottom: 0;
}

.nav-manulist ul.abourt-list li a {
  font-size: 18px;

  color: var(--commoa-text-color);

  font-weight: 500;
}

.nav-manulist .listing-box li.about-main:hover ul.abourt-list {
  display: block;
}

.homeburger-manu {
  display: none;
}

.homeburger-manu span {
  display: block;

  position: relative;

  background: #2b5262;

  width: 35px;

  height: 4px;
}

.homeburger-manu span:before {
  content: "";

  position: absolute;

  width: 30px;

  top: -8px;

  left: 0;

  height: 4px;

  background: #2b5262;

  border-radius: 10px;
}

.homeburger-manu span:after {
  content: "";

  position: absolute;

  width: 30px;

  bottom: -8px;

  height: 4px;

  background: #2b5262;

  border-radius: 10px;
}

.banner-btn-box a {
  background: var(--background);

  padding: 15px;

  font-size: 16px;

  color: var(--text-color);

  border-radius: 5px;

  transition: 0.6s;
}

.banner-btn-box a:hover {
  background: var(--btn-color);
}

.header-main-box {
  position: relative;
}

/* footer css*/

.main-footer {
  background: var(--background);

  padding-top: 40px;
}

.footer-img a h1 {
  font-size: 44px;

  font-weight: bold;

  color: var(--text-color);
}

#footer {
  color: #fff;
}

#footer img {
  margin-bottom: 20px;
}

#footer p {
  margin: 0px 0px 10px 0px;

  padding: 0px 0px;
}

#footer li {
  list-style: none;

  margin: 0px 0px;

  padding: 0px 0px;

  border-bottom: 1px solid #dddddd36;

  line-height: 30px;

  margin-bottom: 10px;
}

#footer li a {
  margin: 0px 0px;

  padding: 0px 0px;

  color: #fff;

  text-decoration: none;
}

#footer li a:hover {
  color: #ccc;
}

#footer .links_warp {
  margin-top: 20px;
}

#footer .media_ico {
  margin: 0px 0px 20px 0px;
}

#footer h3 {
  text-transform: capitalize;

  font-size: 28px;
}

#footer_top {
  margin: 0px 0px;

  padding: 0px 0px;

  top: 10px;

  position: relative;
}

#footer_top,
#footer_top p {
  text-align: center;

  color: #fff;

  margin: 15px 0px 0px 0px;

  font-weight: 600;

  font-size: 18px;
}

#footer_top .footer_top_bg {
  background: #eb870f;

  margin: 0px 0px 0px 0px;

  padding: 0px 0px;

  width: 100%;

  display: inline-block;
}

#footer_top .footer_map {
  background: url(../images/map.png) center;

  background-repeat: no-repeat;

  height: 50px;
}

#footer_top .footer_map a {
  color: #fff;
}

.head_bg_blue1 {
  background: #fff !important;

  margin: inherit !important;
}

.head_bg_round1 {
  border: 3px solid #082291 !important;

  background: #fff !important;
}

.footer-img {
  margin-bottom: 20px;
}

.footer-img a img {
  margin: 15px 0;
}

.footer-last-box {
  background: #fff;
}

.footer-sub-sec {
  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 10px 0;

  margin-top: 40px;
}

.footer-sub-sec a {
  color: #000;

  font-weight: 700;
}

.head_bg_blue {
  background: #37021f;

  height: 2px;

  width: 100px;

  text-align: center;

  margin: 0px auto;
}

.head_bg_round {
  background: #278dfc;

  padding: 1px;

  border: 3px solid #fff;

  width: 20px;

  bottom: 3px;

  left: -3px;

  position: relative;
}

.links_warp a {
  color: #fff;
}

/* popup css */

.modal-popup {
  border: 0;

  background: var(--background);

  padding: 20px;
}

.header-popup {
  border: 0;

  padding: 0;
}

.header-popup button {
  position: absolute;

  right: 0;

  top: -4px;

  background: #fff;

  opacity: 1;

  color: #000;

  font-size: 30px;

  padding: 17px 10px 20px 12px !important;

  line-height: 0;

  border-radius: 50%;
}

.header-popup button:hover {
  opacity: 1 !important;

  color: #000;
}

.popup-input {
  margin-bottom: 10px;
}

.popup-input input {
  width: 100%;

  padding: 8px;

  border: 0;

  border-radius: 5px;
}

.popup-input label {
  font-size: 15px;

  font-weight: 600;

  color: #fff;

  margin-bottom: 5px;
}

.popup-btn button {
  border: 0;

  background: var(--background);

  padding: 10px 20px;

  color: #fff;

  text-align: center;

  margin: auto;

  display: block;

  margin-top: 24px;

  border-radius: 8px;
}

.error {
  color: red !important;
}
.disabledAnchor {
  cursor: not-allowd !important;
  pointer-events: none !important;
  opacity: 60%;
}

button .loader {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.modal-backdrop-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999999;
  background-color: #000;
  opacity: 0.9;
}

#Password_recovery_btn {
  background: var(--background);
  padding: 15px;
  font-size: 16px;
  color: var(--text-color);
  font-family: "raleway-medium";
  border: 1px solid #278dfc;
  transition: 0.6s;
  border-radius: 5px;
}

#Password_recovery_btn:hover {
  background: var(--btn-color);
}

.exportable li{
  font-size: 16px;
  font-weight: 500;
  display: flex;
}
