.container {
  max-width: 1440px;
}

.fw-medium {
  font-weight: 500;
}

/* Style for responsive container */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio (adjust as needed) */
  height: 0;
  overflow: hidden;
}

/* Style for video itself */
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-primary {
  color: var(--color-primary) !important;
}

.bg-primary {
  background-color: var(--color-primary) !important;
}

.text-secondary {
  color: var(--color-secondary) !important;
}

.bg-secondary {
  background-color: var(--color-secondary) !important;
}

.text-success {
  color: var(--color-success) !important;
}

.bg-success {
  background-color: var(--color-success) !important;
}

.text-dark {
  color: #000000 !important;
}

#cookie_bar {
  border-top: 3px solid var(--color-primary);
}

ul {
  padding: 0;
}
#blog ul {
	padding-left: 15px;
}

#blog th {
	font-weight: 400;
	border: 1px solid #000;
}
.text-light {
  color: #f5f5f5 !important;
}

.section-py {
  padding-top: 80px;
  padding-bottom: 80px;
}

.gap {
  padding: 50px;
}

.btn {
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 5px;
  padding: 12px 30px;
  font-size: 20px;
}

.btn.btn-primary {
  border: 3px solid #fff !important;
}

.btn.btn-primary:hover {
  color: #fff !important;
}

.btn-primary:hover {
  background-color: #d62828 !important;
  border-color: #d62828 !important;
}

#cookie_bar .btn.btn-primary:hover {
  color: var(--color-primary) !important;
  border: 3px solid var(--color-primary) !important;
}

.btn.btn-secondary {
  border: 3px solid var(--color-primary);
}

.btn.btn-secondary:hover {
  color: #fff;
}

.required {
  border: 1px solid #ff0000;
  background-color: #fffdee;
}

.text-justify {
  text-align: justify;
}

.page-banner h1 {
  position: absolute;
  width: -webkit-fill-available;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.section-services li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  position: relative;
  top: 1px;
  color: var(--color-primary);
}

.arrow li::before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  position: relative;
  font-weight: 600;
  top: 1px;
  color: var(--color-primary);
}

/* mega-menu */
.navbar .dropdown ul a i {
  font-size: 16px;
}

.navbar .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  /* display: block; */
  top: auto;
}

.navbar .megamenu,
.navbar .megamenu a,
.navbar .megamenu h4 {
  color: #fff;
  padding: 0;
}

.email a {
  text-transform: lowercase !important;
}

/* .navbar .megamenu-contact a:hover {
  color: #fff;
} */
.navbar .dropdown .dropdown-menu {
  position: absolute;
  left: 0;
  margin: 0 auto 0;
  z-index: 99;
  background-color: var(--color-primary);
  transition: 0.3s;
  width: 100%;
  padding: 30px;
  border-radius: 0;
  border: 2px solid var(--color-secondary);
}

.mega-menu-list,
.mega-menu-list .row {
  height: 100%;
}

.mega-menu-list ul {
  position: relative !important;
  top: 0px !important;
  opacity: 1 !important;
  display: block !important;
  visibility: initial !important;
}

.mega-menu-list li {
  font-size: 18px;
  color: #fff;
  width: 100%;
}

.mega-menu-list li a {
  color: #fff;
  font-weight: 400;
  transition: 0.5s;
  padding: 0;
}

@media (min-width: 1200px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
  }

  .navbar .dropdown {
    position: inherit;
  }

  .navbar .dropdown .dropdown-menu .megamenu-content a {
    padding: 0;
    color: #fff;
    font-size: 16px;
  }
}

@media (max-width: 1199px) {

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    background-color: var(--color-primary);
  }

  .navbar .dropdown li a {
    border-bottom: 0px solid transparent;
    color: #fff;
  }

  .navbar .dropdown .dropdown-menu {
    background-color: var(--color-primary);
    width: 100%;
    padding: 10px;
  }

  .navbar .mega-menu-list a:hover,
  .navbar .mega-menu-list .active a,
  .navbar .mega-menu-list .active,
  .navbar .mega-menu-list .active:focus,
  .navbar .mega-menu-list li:hover>a {
    color: #fff;
    background-color: transparent;
  }
}

/* mega-menu */

/*-------header-2064--------*/

.slide .slide-text h1 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  line-height: normal;
}

.slide .slide-text p {
  color: #fff;
}

.slide .slide-text {
  position: absolute;
  width: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

/* header */
.btn-cus p {
  line-height: 30px;
}

.btn-cus a {
  font-size: 30px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  margin-bottom: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.section-Habout .card {
  background-color: var(--color-primary);
  padding: 30px;
}

.section-inner2 .card {
  background-color: var(--color-primary);
  padding: 30px;
}

.section-Habout2 .card {
  background-color: #fff;
  padding: 30px;
}

.section-Habout.section-py,
.section-Habout2.section-py {
  padding-top: 50px;
  padding-bottom: 150px;
}

.section-inner2.section-py {
  padding-top: 50px;
  padding-bottom: 150px;
}

.navbar .dropdown li a {
  border-bottom: 2px solid transparent;
}

.navbar .dropdown li.active>a,
.navbar .dropdown li:hover>a {
  border-bottom: 2px solid var(--color-primary);
}

.section-inner1 {
  background-color: #fff;
}

.section-inner2 {
  background-color: var(--color-secondary);
}

.top-bar h3 {
  display: none;
}

.top-bar {
  background-color: var(--color-secondary);
  border-top: 3px solid var(--color-primary);
}

.top-bar .navbar-nav a {
  color: var(--color-primary);
  padding: 15px 20px;
  text-transform: capitalize;
}

.top-bar .navbar-nav a:hover,
.top-bar .navbar-nav a .active {
  background: var(--color-primary);
  color: #fff;
}

.hr-line::before {
  content: "";
  height: 2px;
  width: 200px;
  float: left;
  background-color: #102b53;
  margin-top: 10px;
  margin-right: 15px;
}

.section-one h4 {
  margin: 50px 0;
  text-align: justify;
  font-weight: 500;
}

.section-one {
  background: rgb(193, 236, 250);
  background: -moz-linear-gradient(left, rgba(193, 236, 250, 1) 0%, rgba(193, 236, 250, 1) 20%, rgba(32, 124, 202, 1) 20%, rgba(41, 137, 216, 1) 20%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(193, 236, 250, 1) 0%, rgba(193, 236, 250, 1) 20%, rgba(32, 124, 202, 1) 20%, rgba(41, 137, 216, 1) 20%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to right, rgba(193, 236, 250, 1) 0%, rgba(193, 236, 250, 1) 20%, rgba(32, 124, 202, 1) 20%, rgba(41, 137, 216, 1) 20%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1ecfa', endColorstr='#ffffff', GradientType=1);
  padding-top: 90px;
  padding-bottom: 90px;
}

.header-main .btn {
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 5px;
  padding: 9px 20px;
  font-size: 20px;
}

.section-services .card p a {
  color: var(--color-primary);
  font-weight: 600;
}

.section-services .card p a:hover {
  color: #d62828;
}

/*-------soh-------*/
.page-banner img {
  height: 500px;
  object-fit: cover;
}

.footer-newslatter.pt-2 button.btn.btn-primary {
  font-size: 14px;
  padding: 6px 10px;
}

.mb-2.d-flex.flex-column.border.p-2 {
  border: 1px solid #f1f1f13b !important;
}

.header-main .fa-phone:before,
.header-main .fa-whatsapp:before {
  padding: 8px;
  border-radius: 99px;
  border: 1px solid #fff;
  font-size: 14px;
}

.header-main a:hover .fa-phone:before,
.header-main a:hover .fa-whatsapp:before {
  background-color: #d62828;
}



@media screen and (max-width: 1440px) {
  .slide .slide-text h1 {
    font-size: 40px;
  }


}

@media screen and (max-width: 1199px) {
  .gap {
    padding: 30px;
  }

  .navbar a:hover,
  .navbar .active a,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: var(--color-primary);
    background-color: #fff;
  }

  .section-py {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .slide .slide-text {
    position: inherit;
    width: fit-content;
    transform: translate(0);
    color: #000;
    font-weight: 700;
    text-align: center;
    padding: 50px 15px;
    background-color: #ddd;
  }

  .slide .container {
    padding: 0;
  }

  .slide .slide-text h1 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
  }

  .slide .slide-text p {
    color: #000;
  }

  .slide .slide-text h5.fw-medium.text-white {
    color: #000 !important;
  }
}

@media screen and (min-width: 1200px) {
  .navbar .dropdown li a {
    border-bottom: 2px solid transparent;
    padding: 0px;
    color: #fff;
  }

  .navbar .dropdown li.active>a,
  .navbar .dropdown li:hover>a {
    border-bottom: 2px solid #fff;
    padding: 0px;
  }

  .navbar .dropdown ul li {
    background-color: var(--color-primary);
  }

  .w-lg-auto {
    width: auto !important;
  }

  .navbar li,
  .navbar li:focus {
    padding-right: 15px;
    padding-left: 15px;
  }

  .navbar li a,
  .navbar li.active>a {
    border-bottom: 4px solid transparent;
    padding: 0px;
  }

  .navbar li.active>a,
  .navbar li:hover>a {
    border-bottom: 4px solid var(--color-primary);
    padding: 0px;
  }
}

@media screen and (min-width: 992px) {
  .section-Habout .card {
    background-color: var(--color-primary);
    margin-left: 0%;
    width: auto;
    margin-right: -25%;
    padding: 50px 50px;
    top: 120px;
  }

  .section-inner2 .card {
    background-color: var(--color-primary);
    margin-left: 0%;
    width: auto;
    margin-right: -25%;
    padding: 50px 50px;
    top: 120px;
  }

  .section-Habout2 .card {
    margin-right: 0%;
    width: auto;
    margin-left: -25%;
    padding: 50px 50px;
    top: 120px;
  }
}

@media screen and (max-width: 991px) {
  .section-inner1 img {
    width: 100%;
  }

  .gap {
    padding: 0;
  }

  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 40px;
  }

  .section-Habout.section-py,
  .section-Habout2.section-py {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-middle .menu-inline {
    display: block;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .footer-middle .menu-inline a {
    border-right: 1px solid #fff;
  }
}

@media screen and (max-width: 767px) {
  .section-py {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 19px;
  }

  .page-banner img {
    height: 250px;
    object-fit: cover;
  }



}