.text-white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.cbg-primary {
  background-color: #2323a2 !important;
}

.cbg-secondary {
  background-color: #af0823 !important;
}

.cbg-third {
  background-color: #231f20 !important;
}

.cbg-light-grey {
  background-color: #dddddd !important;
}

.cbg-light-primary {
  background-color: rgba(175, 8, 35, 0.2);
}

.cbg-light-pprimary {
  background-color: #73ada2;
}

.cbg-light-secondary {
  background-color: rgba(175, 8, 35, 0.2);
}

.btn-bg-secondary {
  background-color: #af0823;
}
.btn-bg-secondary:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn-bg-primary {
  background-color: #2323a2;
}

.btn-bg-three {
  background-color: #231f20;
}

.btn-brd-primary {
  color: #2323a2 !important;
  border: 2px solid #2323a2 !important;
  background-color: transparent;
}

.btn-brd-secondary {
  color: #af0823 !important;
  border: 2px solid #af0823 !important;
  background-color: transparent;
}

.btn-brd-white {
  border: 2px solid #ffffff !important;
  background-color: transparent;
}

.angle-gradient {
  background: rgb(217, 78, 41);
  background: linear-gradient(90deg, rgb(217, 78, 41) 0%, rgb(163, 34, 0) 100%);
}

@font-face {
  font-family: Outfit-Regular;
  src: url(../fonts/Outfit-Regular.ttf);
}
@font-face {
  font-family: Outfit-Medium;
  src: url(../fonts/Outfit-Medium.ttf);
}
@font-face {
  font-family: Outfit-Medium;
  src: url(../fonts/Outfit-Medium.ttf);
}
@font-face {
  font-family: Outfit-Bold;
  src: url(../fonts/Outfit-Bold.ttf);
}
@font-face {
  font-family: Inter-Regular;
  src: url(../fonts/Inter-Regular.ttf);
}
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes bt-bottomTop-40 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.btn1 {
  font-size: 19px;
  font-family: Outfit-Bold;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 35px;
  border-radius: 20px 0px;
  border: 2px solid transparent;
  transition: 0.5s all;
}
@media (max-width: 575.98px) {
  .btn1 {
    font-size: 15px;
    padding: 9px 25px;
  }
}

.bline {
  min-height: 3px;
  width: 40px;
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .bline {
    width: 20px;
  }
}

.bline-s {
  min-height: 1px;
  width: 150px;
  border-radius: 10px;
  margin-bottom: 5px;
}
@media (max-width: 575.98px) {
  .bline-s {
    width: 60px;
  }
}

.bline2 {
  min-height: 3px;
  width: 40px;
  border-radius: 10px;
}

.bline3 {
  min-height: 0.3px;
  width: 100px;
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .bline3 {
    width: 80px;
  }
}

.header-strip {
  background-color: #e7e7f7;
  padding: 10px 0;
}
.header-strip .strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-strip .strip .first {
  display: flex;
}
.header-strip .strip .first img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.header-strip .strip .first .call {
  color: #2323a2 !important;
}
@media (max-width: 575.98px) {
  .header-strip .strip .first .call {
    background-color: transparent;
    border-radius: 0px 0px 15px 15px;
  }
}
.header-strip .strip .first a {
  padding: 10px 20px;
  margin-left: 10px;
  margin-bottom: 0;
  text-decoration: none;
  font-size: 16px;
  font-family: Inter-Regular;
  color: #2323a2;
  display: flex;
  transition: all 1s linear;
}
.header-strip .strip .first a:hover {
  color: #af0823;
}
@media (max-width: 992.98px) {
  .header-strip .strip .first a {
    margin-left: 5px;
  }
}
@media (max-width: 992.98px) {
  .header-strip .strip .first a .sh {
    display: none;
  }
}
.header-strip .strip .first a i {
  margin-right: 5px;
  color: #ffffff !important;
}
@media (max-width: 992.98px) {
  .header-strip .strip .first a i {
    margin-right: 0px;
  }
}
.header-strip .strip .second {
  display: flex;
}
.header-strip .strip .second .call {
  color: black !important;
}
@media (max-width: 575.98px) {
  .header-strip .strip .second .call {
    background-color: transparent;
    border-radius: 0px 0px 15px 15px;
  }
}
.header-strip .strip .second a {
  padding: 10px 20px;
  margin-left: 10px;
  margin-bottom: 0;
  text-decoration: none;
  font-size: 16px;
  font-family: Inter-Regular;
  color: #2323a2;
  display: flex;
  transition: all 1s linear;
}
.header-strip .strip .second a:hover {
  color: #af0823;
}
@media (max-width: 992.98px) {
  .header-strip .strip .second a {
    margin-left: 5px;
  }
}
@media (max-width: 992.98px) {
  .header-strip .strip .second a .sh {
    display: none;
  }
}
.header-strip .strip .second a i {
  margin-right: 5px;
  color: #ffffff !important;
}
@media (max-width: 992.98px) {
  .header-strip .strip .second a i {
    margin-right: 0px;
  }
}

header {
  padding: 10px 0px;
  position: relative;
  z-index: 2;
}
header .cheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399.98px) {
  header .cheader .logo {
    width: 150px;
  }
}
@media (max-width: 1199.98px) {
  header .cheader .logo {
    width: 100px;
  }
}
@media (max-width: 575.98px) {
  header .cheader .logo {
    width: 70px;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation {
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: -200%;
    bottom: 0;
    right: 0;
    padding-top: 100px;
    background-color: rgba(175, 8, 35, 0.9);
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation {
    width: 100%;
  }
}
header .cheader .navigation ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  /* Dropdown Button */
  /* Change color of dropdown links on hover */
  /* Show the dropdown menu on hover */
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul {
    flex-direction: column;
  }
}
header .cheader .navigation ul .dropdown:hover a svg {
  color: #2323a2 !important;
}
header .cheader .navigation ul .dropdown {
  position: relative;
  display: inline-block;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropdown {
    text-align: center;
  }
}
header .cheader .navigation ul .dropdown:hover {
  border-bottom: none !important;
}
header .cheader .navigation ul .dropdown svg {
  transform: scale(0.8);
}
header .cheader .navigation ul .dropdown .dropdown-content {
  margin-top: 17px;
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 210px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropdown .dropdown-content {
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }
}
header .cheader .navigation ul .dropdown .dropdown-content a {
  color: #000000;
  text-align: left;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropdown .dropdown-content a {
    text-align: center;
  }
}
header .cheader .navigation ul .dropdown .dropdown-content a:hover {
  background-color: white;
}
header .cheader .navigation ul .dropdown .show {
  display: block;
}
header .cheader .navigation ul .dropbtn {
  background-color: transparent;
  border: none;
  font-size: 17px;
  font-family: Inter-Regular;
  color: #000000;
  text-transform: uppercase;
  font-weight:bold;
}
header .cheader .navigation ul .dropbtn i {
  font-size: 15px;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropbtn {
    font-size: 17px;
    text-align: center;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul .dropbtn {
    color: white;
  }
}
@media (max-width: 575.98px) {
  header .cheader .navigation ul .dropbtn {
    font-size: 16px;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul .dropbtn:hover {
    color: #af0823;
    border-bottom: 0px solid #af0823;
  }
}
header .cheader .navigation ul .dropdown {
  position: relative;
  display: inline-block;
  padding: 13px 0px;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropdown {
    width: 100%;
    padding: 10px 0px;
  }
}
header .cheader .navigation ul .dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding-top: 7px;
  margin-top: -2px !important;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropdown-content {
    top: 17px;
    border-top: 0px solid #2323a2;
    background-color: transparent;
    min-width: 100%;
    box-shadow: unset;
  }
}
header .cheader .navigation ul .dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 17px;
  font-family: Inter-Regular;
  color: #000000;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropdown-content a {
    font-size: 17px;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul .dropdown-content a {
    font-size: 14px;
    font-family: Inter-Regular;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid #ffffff;
  }
}
header .cheader .navigation ul .dropdown-content a:hover {
  background-color: rgba(35, 35, 162, 0.2);
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropdown-content a:hover {
    color: #2323a2;
    background-color: rgba(35, 35, 162, 0);
  }
}
header .cheader .navigation ul .dropdown:hover .dropdown-content {
  display: block;
}
header .cheader .navigation ul .up {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #292929;
  display: flex;
  justify-content: space-between;
  padding: 5px 20px;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .up {
    position: unset;
    background-color: unset;
    display: unset;
    justify-content: unset;
    padding: unset;
    text-align: center;
    margin-bottom: -10px;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul .up {
    margin-bottom: -25px;
  }
}
@media (max-width: 575.98px) {
  header .cheader .navigation ul .up {
    margin-bottom: -30px;
  }
}
header .cheader .navigation ul .up li a {
  margin: 0px 10px;
  color: #af0823 !important;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .up li a {
    margin: 10px 0px;
    color: #ffffff !important;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul .up li a {
    margin: 10px 0px;
  }
}
header .cheader .navigation ul .up li a:hover {
  color: #2323a2 !important;
  border-bottom: 0px solid #2323a2;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .up li a:hover {
    color: white !important;
  }
}
header .cheader .navigation ul li {
  list-style: none;
  margin: 0px 20px;
}
@media (max-width: 1399.98px) {
  header .cheader .navigation ul li {
    margin: 0px 10px;
  }
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul li {
    margin: 0px 5px;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul li {
    margin: 10px 0px;
  }
}
header .cheader .navigation ul li:last-child {
  font-family: Outfit-Bold;
  color: #ffffff;
  text-transform: uppercase;
  padding: 8px 25px;
  border-radius: 20px 0px;
  border: 2px solid #af0823;
  transition: 0.5s all;
  background-color: #af0823;
}
header .cheader .navigation ul li:last-child a {
  color: #ffffff !important;
  border: none;
}
header .cheader .navigation ul li:last-child:hover {
  background-color: #2323a2;
  border: 2px solid #2323a2;
}
header .cheader .navigation ul li:last-child:hover a {
  color: #ffffff !important;
  border: none;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul li:last-child {
    padding: 7px 25px;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul li:last-child {
    border: 2px solid #2323a2;
    background-color: #2323a2;
  }
  header .cheader .navigation ul li:last-child:hover {
    background-color: #000000;
    border: 2px solid #000000;
  }
  header .cheader .navigation ul li:last-child:hover a {
    color: #ffffff !important;
  }
}
@media (max-width: 575.98px) {
  header .cheader .navigation ul li:last-child {
    font-size: 15px;
    padding: 9px 25px;
  }
}
header .cheader .navigation ul li a {
  text-decoration: none;
  font-size: 17px;
  font-family: Inter-Regular;
  color: black;
  text-transform: uppercase;
  transition: background-color 1s linear;
  padding-bottom: 10px;
  font-weight:bold;
}
header .cheader .navigation ul li a:hover {
  border-bottom: 2px solid #2323a2;
}
@media (max-width: 1399.98px) {
  header .cheader .navigation ul li a {
    font-size: 17px;
  }
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul li a {
    font-size: 17px;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul li a {
    font-size: 18px;
    color: #ffffff;
    border-bottom: 2px solid transparent;
  }
  header .cheader .navigation ul li a:hover {
    border-bottom: 2px solid transparent;
    color: #2323a2;
  }
}
header .cheader .active {
  left: 0%;
}
header .cheader .hamburger {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  width: 60px;
  height: 60px;
  transition-duration: 0.5s;
}
@media (max-width: 992.98px) {
  header .cheader .hamburger {
    position: relative;
    z-index: 99999999999 !important;
    display: block;
    margin-top: -50px;
  }
}
@media (max-width: 575.98px) {
  header .cheader .hamburger {
    width: 10px;
    transform: scale(0.7);
  }
}
header .cheader .hamburger .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 30px;
  top: 30px;
  background-color: #2323a2;
}
header .cheader .hamburger .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #2323a2;
  content: "";
  top: -10px;
}
header .cheader .hamburger .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #2323a2;
  content: "";
  top: 10px;
}
header .cheader .hamburger.open .icon {
  transition-duration: 0.5s;
  background: transparent;
}
header .cheader .hamburger.open .icon:before {
  background-color: #2323a2 !important;
  transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}
header .cheader .hamburger.open .icon:after {
  background-color: #2323a2 !important;
  transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}
header .cheader .hamburger:hover {
  cursor: pointer;
}

.active {
  left: 0% !important;
}

.overlap {
  margin-top: -50px;
}
@media (max-width: 992.98px) {
  .overlap {
    margin-top: -20px;
  }
}

footer {
  min-height: 300px;
  padding-top: 50px;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 992.98px) {
  footer {
    padding-bottom: 70px;
    padding-left: 30px !important;
  }
}
footer .logo {
  margin-bottom: 20px;
  padding-top: 70px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 992.98px) {
  footer .logo {
    margin: unset;
  }
}
footer p {
  font-size: 15px;
  font-family: Inter-Regular;
  color: white;
  margin-bottom: 2px;
}
@media (max-width: 992.98px) {
  footer p {
    text-align: left;
  }
}
footer h5 {
  font-size: 30px;
  font-family: Outfit-Bold;
  color: white;
  border-left: 5px solid transparent;
  margin-left: -15px;
  padding-left: 10px;
}
@media (max-width: 992.98px) {
  footer h5 {
    margin-top: 30px;
    margin-left: 0px;
    padding-left: 0px;
    border-left: 0px;
  }
}
footer .fborder {
  border-left: 1px solid rgba(35, 35, 162, 0);
  padding-left: 50px;
  padding-top: 70px;
  padding-bottom: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992.98px) {
  footer .fborder {
    border-left: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
}
footer ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
@media (max-width: 992.98px) {
  footer ul {
    margin-top: 0px;
  }
}
footer ul li {
  line-height: 1.8;
}
footer ul li a {
  margin-bottom: 0;
  text-decoration: none;
  font-size: 14px;
  font-family: Inter-Regular;
  color: white;
}
footer ul li a:hover {
  color: #af0823;
}
footer .c-flex {
  justify-content: center;
}
@media (max-width: 992.98px) {
  footer .c-flex {
    justify-content: start;
  }
}
footer .d-flex {
  margin-top: 20px;
}
@media (max-width: 992.98px) {
  footer .d-flex {
    margin-top: 0px;
  }
}
footer .d-flex a i, footer .d-flex a svg {
  margin-right: 10px;
  font-size: 22px;
  font-family: Outfit-Bold;
  color: white;
  transition: all 1s linear;
}
footer .d-flex a i:hover, footer .d-flex a svg:hover {
  color: #af0823;
}
footer .d-flex .location {
  width: 20%;
}
@media (max-width: 992.98px) {
  footer .d-flex .location {
    width: 10%;
  }
}
footer .d-flex .location img {
  padding-right: 10px;
  width: 50px;
}
footer .d-flex .detail {
  width: 80%;
}
footer .d-flex .detail h6 {
  font-size: 15px;
  font-family: Inter-Regular;
  color: white;
}
@media (max-width: 992.98px) {
  footer .d-flex .detail h6 {
    margin-top: 0px;
  }
}
footer .d-flex .detail a {
  margin-bottom: 0;
  text-decoration: none;
  font-size: 16px;
  font-family: Inter-Regular;
  color: white;
}
footer .d-flex .detail a:hover {
  color: #af0823;
}
footer .copy {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .copy p {
  text-align: center;
  margin-bottom: 0px;
  padding: 10px 0px;
  font-size: 14px;
  font-family: Inter-Regular;
  color: white;
}

.top #return-to-top {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  background: #2323a2;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  .top #return-to-top {
    right: 0px;
    transform: scale(0.7);
  }
}
.top #return-to-top i {
  position: relative;
  left: 3px;
  top: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -8px;
  margin-left: -5px;
  font-size: 19px;
  color: #ffffff;
  transition: all 0.3s ease;
}
.top #return-to-top:hover i {
  color: #ffffff;
  top: 10px;
}

#mySidenav a {
  position: absolute;
  position: fixed;
  left: -35px;
  transition: 0.3s;
  padding: 15px;
  width: 50px;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  border-radius: 0 5px 5px 0;
  z-index: 9;
}

#mySidenav a:hover {
  left: 0;
}

#fb {
  top: 340px;
  background-color: #2323a2;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#twt {
  top: 400px;
  background-color: #af0823;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#ins {
  top: 460px;
  background-color: #2323a2;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#in {
  top: 520px;
  background-color: #af0823;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#email {
  top: 580px;
  background-color: #2323a2;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#popup {
  top: 640px;
  background-color: #af0823;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

/* 
.swiper-button-next,
.swiper-button-prev {
  background: -webkit-linear-gradient(#00286e, #00286e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */
.sec-h3 {
  font-size: 33px;
  font-family: Inter-Regular;
  color: #af0823;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .sec-h3 {
    font-size: 16px;
    margin-top: 10px;
  }
}

.sec-h2 {
  font-size: 50px;
  font-family: Outfit-Bold;
  color: #2323a2;
  text-transform: uppercase;
}
.sec-h2 span {
  font-family: Inter-Regular;
}
@media (max-width: 575.98px) {
  .sec-h2 {
    font-size: 22px;
  }
}

.sec-para {
  font-size: 20px;
  font-family: Inter-Regular;
  color: #2323a2;
  text-wrap: wrap;
}
@media (max-width: 575.98px) {
  .sec-para {
    font-size: 16px;
  }
}

.carousel-control-next,
.carousel-control-prev {
  filter: invert(100%);
}

.banner {
  padding: 50px 0px;
  min-height: 530px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-top: 120px;
}
@media (max-width: 992.98px) {
  .banner {
    padding-top: 60px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .banner {
    min-height: 400px;
  }
}
.banner .content h3 {
  font-size: 49px;
  font-family: Inter-Regular;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .banner .content h3 {
    font-size: 25px;
  }
}
.banner .content h1 {
  line-height: 1;
  font-size: 49px;
  font-family: Outfit-Bold;
  color: #ffffff;
  text-transform: uppercase;
}
.banner .content h1 span {
  color: #2323a2;
}
@media (max-width: 575.98px) {
  .banner .content h1 {
    font-size: 25px;
  }
}
.banner .content .d-flex a {
  margin-right: 5px;
}
@media (max-width: 992.98px) {
  .banner .content .d-flex {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .banner .content .d-flex {
    justify-content: center;
  }
  .banner .content .d-flex a {
    margin-right: 2px;
  }
  .banner .content .d-flex a button {
    font-size: 10px;
  }
}
.banner .content button {
  margin-top: 10px;
}
.banner .content .btn-bg-primary:hover {
  background-color: transparent;
  border: 2px solid #2323a2;
  color: #2323a2;
}
.banner .content .btn-bg-secondary:hover {
  background-color: transparent;
  border: 2px solid #af0823;
  color: #af0823;
}

.inner-banner {
  padding: 25px 0px;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-top: 50px;
}
@media (max-width: 992.98px) {
  .inner-banner {
    padding-top: 60px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .inner-banner {
    min-height: 200px;
  }
}
.inner-banner .content h3 {
  font-size: 49px;
  font-family: Inter-Regular;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .inner-banner .content h3 {
    font-size: 25px;
  }
}
.inner-banner .content h1 {
  line-height: 1;
  font-size: 49px;
  font-family: Outfit-Bold;
  color: #ffffff;
  text-transform: uppercase;
}
.inner-banner .content h1 span {
  color: #2323a2;
}
@media (max-width: 575.98px) {
  .inner-banner .content h1 {
    font-size: 25px;
  }
}
.inner-banner .content .d-flex a {
  margin-right: 5px;
}
@media (max-width: 992.98px) {
  .inner-banner .content .d-flex {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .inner-banner .content .d-flex {
    justify-content: center;
  }
  .inner-banner .content .d-flex a {
    margin-right: 2px;
  }
  .inner-banner .content .d-flex a button {
    font-size: 10px;
  }
}
.inner-banner .content button {
  margin-top: 10px;
}
.inner-banner .content .btn-bg-primary:hover {
  background-color: transparent;
  border: 2px solid #2323a2;
  color: #2323a2;
}
.inner-banner .content .btn-bg-secondary:hover {
  background-color: transparent;
  border: 2px solid #af0823;
  color: #af0823;
}

.banner-services {
  padding: 50px 0px;
}
.banner-services .box {
  width: 400px;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0px;
  padding: 0px 40px;
  position: relative;
}
@media (max-width: 1399.98px) {
  .banner-services .box {
    width: 340px;
    min-height: 340px;
  }
}
@media (max-width: 1199.98px) {
  .banner-services .box {
    width: 300px;
    min-height: 300px;
  }
}
@media (max-width: 992.98px) {
  .banner-services .box {
    width: 350px;
    min-height: 350px;
    margin: 10px auto;
  }
}
@media (min-width: 575.98px) {
  .banner-services .box:hover {
    transform: scale(1.1);
  }
}
@media (max-width: 575.98px) {
  .banner-services .box {
    width: 250px;
    min-height: 250px;
    margin-bottom: 10px;
    padding: 0px 0px;
  }
}
@media (max-width: 575.98px) {
  .banner-services .box img {
    width: 35px;
  }
}
.banner-services .box h5 {
  font-size: 28px;
  font-family: Outfit-Bold;
  color: #ffffff;
  text-transform: capitalize;
}
.banner-services .box h5 span {
  font-family: Inter-Regular;
}
@media (max-width: 575.98px) {
  .banner-services .box h5 {
    font-size: 22px;
  }
}
.banner-services .box p {
  font-size: 13px;
  font-family: Inter-Regular;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.banner-services .box a i {
  font-size: 40px;
  font-family: Inter-Regular;
  color: #ffffff;
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .banner-services .box a i {
    font-size: 22px;
  }
}

.custom-website {
  padding: 80px 0px;
  display: flex;
  align-items: center;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .custom-website {
    padding: 20px 0px;
  }
}
.custom-website a {
  text-decoration: none;
}
.custom-website .btn-brd-secondary {
  border-radius: 50px !important;
}
.custom-website .btn-brd-secondary:hover {
  background-color: transparent;
  border: 2px solid #2323a2 !important;
  color: #2323a2 !important;
}
@media (max-width: 575.98px) {
  .custom-website .content {
    padding: 50px;
  }
}
@media (max-width: 992.98px) {
  .custom-website .content {
    padding: 50px 20px;
  }
}

.cars {
  display: flex;
  flex-direction: row;
}
@media (max-width: 992.98px) {
  .cars {
    margin-top: 0px;
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .cars {
    margin-top: 0px;
  }
}
.cars .c-we {
  width: 100%;
  position: relative;
}
@media (max-width: 575.98px) {
  .cars .c-we img {
    min-height: 500px;
    -o-object-position: center center;
       object-position: center center;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cars .c-we .detail {
  position: absolute;
  width: 100%;
  padding: 0px 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 575.98px) {
  .cars .c-we .detail img {
    width: 70px !important;
    min-height: 70px !important;
  }
}
.cars .c-we .detail h6 {
  margin-top: 10px;
  font-size: 22px;
  font-family: Inter-Regular;
  color: #ffffff;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .cars .c-we .detail h6 {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .cars .c-we .detail h6 {
    font-size: 16px;
  }
}
.cars .c-we .detail h3 {
  font-size: 40px;
  font-family: Outfit-Bold;
  color: #ffffff;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .cars .c-we .detail h3 {
    font-size: 35px;
  }
}
@media (max-width: 575.98px) {
  .cars .c-we .detail h3 {
    font-size: 22px;
  }
}
.cars .c-we .detail p {
  margin-bottom: 0;
  font-size: 20px;
  font-family: Inter-Regular;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .cars .c-we .detail p {
    font-size: 19px;
  }
}
@media (max-width: 575.98px) {
  .cars .c-we .detail p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.1;
  }
}

.servicesx {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 150px;
}
@media (min-width: 1800px) {
  .servicesx {
    min-height: 200px;
  }
}
@media (max-width: 575.98px) {
  .servicesx {
    min-height: 50px;
  }
}

.services {
  padding-top: 80px;
  text-align: center;
  background-color: #f0f1f7;
}
@media (max-width: 992.98px) {
  .services {
    padding: 50px 0px;
  }
}
.services .mobicon {
  display: none !important;
}
@media (max-width: 992.98px) {
  .services .mobicon {
    display: block !important;
  }
}
@media (max-width: 992.98px) {
  .services .deksimg1 {
    display: none !important;
  }
}
.services .first {
  justify-content: end;
}
@media (max-width: 992.98px) {
  .services .first {
    justify-content: start;
  }
}
.services .second {
  text-align: left !important;
}
.services .center {
  text-align: center !important;
}
.services .first,
.services .second,
.services .center {
  display: flex;
  align-items: center;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 80px;
}
@media (max-width: 1399.98px) {
  .services .first,
  .services .second,
  .services .center {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199.98px) {
  .services .first,
  .services .second,
  .services .center {
    margin-bottom: 20px;
  }
}
@media (max-width: 992.98px) {
  .services .first,
  .services .second,
  .services .center {
    text-align: left !important;
  }
}
@media (max-width: 575.98px) {
  .services .first,
  .services .second,
  .services .center {
    align-items: center;
  }
}
@media (max-width: 575.98px) {
  .services .imgx img {
    width: 60px;
  }
}
@media (max-width: 992.98px) {
  .services .content {
    padding-left: 20px;
    width: 70%;
  }
}
@media (max-width: 575.98px) {
  .services .content {
    padding-left: 10px;
    width: 90%;
  }
}
.services .content h5 {
  font-size: 24px;
  font-family: Outfit-Bold;
  color: #2323a2;
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .services .content h5 {
    font-size: 18px;
    margin-bottom: 2px;
  }
}
.services .content p {
  font-size: 16px;
  font-family: Inter-Regular;
  color: #1e1e1e;
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .services .content p {
    font-size: 12px;
  }
}

.donate {
  min-height: 750px;
  display: flex;
  align-items: center;
  padding: 80px 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #f0f1f7;
}
@media (max-width: 992.98px) {
  .donate {
    padding: 50px 0px;
  }
}
@media (max-width: 992.98px) {
  .donate {
    background-image: unset !important;
  }
}
@media (max-width: 575.98px) {
  .donate {
    min-height: unset;
  }
}
.donate img {
  margin-bottom: 20px;
}
.donate .btn-brd-secondary:hover {
  background-color: transparent;
  border: 2px solid #2323a2 !important;
  color: #2323a2 !important;
}
.donate li {
  font-size: 16px;
  font-family: Inter-Regular;
  color: #1e1e1e;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .donate li {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .donate .headimg {
    width: 20px;
  }
}
.donate button {
  margin-top: 30px;
}

.testimonials {
  padding: 80px 0px;
}
@media (max-width: 992.98px) {
  .testimonials {
    padding: 50px 0px;
  }
}
@media (max-width: 575.98px) {
  .testimonials {
    min-height: unset;
  }
}
.testimonials .swiper-button-next,
.testimonials .swiper-button-prev {
  background: -webkit-linear-gradient(#af0823, #af0823);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 575.98px) {
  .testimonials .swiper-button-next,
  .testimonials .swiper-button-prev {
    background: -webkit-linear-gradient(#af0823, #af0823);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.testimonials .swiper-pagination {
  position: absolute;
  bottom: 5px !important;
  /* Position the dots below the slides */
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.testimonials .swiper-pagination-bullet {
  background-color: rgba(28, 65, 83, 0.5);
  /* Default color of the dots */
  opacity: 1;
  width: 15px;
  height: 15px;
}
.testimonials .swiper-pagination-bullet-active {
  background-color: black;
  /* Color of the active dot */
}
.testimonials .content {
  position: relative;
  margin: 30px 10px;
  background-color: white;
  box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 24px;
  border-radius: 0px 30px;
  padding: 40px;
}
@media (max-width: 575.98px) {
  .testimonials .content {
    padding: 20px 20px;
    margin: 10px;
  }
}
@media (max-width: 575.98px) {
  .testimonials .content img {
    width: 30px;
  }
}
.testimonials .content h6 {
  margin-top: 10px;
  padding-left: 10px;
  font-size: 18px;
  font-family: Outfit-Bold;
  color: #2323a2;
}
@media (max-width: 575.98px) {
  .testimonials .content h6 {
    font-size: 15px;
  }
}
.testimonials .content p {
  font-size: 18px;
  font-family: Inter-Regular;
  color: #464646;
}
@media (max-width: 575.98px) {
  .testimonials .content p {
    font-size: 13px;
  }
}
.testimonials .content .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-website {
  position: relative;
  z-index: 1;
}
.about-website .btn-brd-white:hover {
  background-color: transparent;
  border: 2px solid #2323a2 !important;
  color: #2323a2;
}
.about-website .btn-brd-white:hover img {
  filter: unset;
}
.about-website .btn-bg-secondary:hover {
  background-color: transparent;
  border: 2px solid #af0823;
  color: #af0823;
}
.about-website .content {
  padding: 50px;
  background-color: #af0823;
  border-radius: 20px;
}
@media (max-width: 992.98px) {
  .about-website .content {
    padding: 30px;
  }
}
@media (max-width: 575.98px) {
  .about-website .content {
    padding: 20px 10px;
  }
}
@media (max-width: 992.98px) {
  .about-website .content .cflex {
    flex-direction: column;
    text-align: center;
  }
}
.about-website .content .headimg {
  filter: brightness(0) invert(1);
}
@media (max-width: 575.98px) {
  .about-website .content .headimg {
    width: 30px;
  }
}
.about-website .content .cont {
  padding-left: 20px;
}
.about-website .content .cont h2 {
  font-size: 45px;
  font-family: Outfit-Medium;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 0px;
}
@media (max-width: 575.98px) {
  .about-website .content .cont h2 {
    font-size: 25px;
  }
}
.about-website .content .cont p {
  font-size: 24px;
  font-family: Inter-Regular;
  color: #ffffff;
  text-transform: capitalize;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 575.98px) {
  .about-website .content .cont p {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .about-website .content button {
    margin-top: 10px;
  }
}

.lightboxOverlay {
  width: 100%;
  overflow: hidden !important;
}

.contactus {
  padding: 80px 0px;
  display: flex;
  align-items: center;
}
.contactus .container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px;
  position: relative;
  border-radius: 10px;
  min-height: 677px;
}
@media (max-width: 575.98px) {
  .contactus .container {
    padding: 50px 20px;
    min-height: unset;
  }
}
.contactus form textarea {
  min-height: 150px !important;
  padding-top: 5px;
}
.contactus form input,
.contactus form textarea {
  width: 100%;
  min-height: 50px;
  margin: 8px 0px !important;
  padding-left: 10px;
  font-size: 16px;
  font-family: Inter-Regular;
  border: 1px solid #ffffff;
  background-color: white;
  color: #1e1e1e;
  outline: none;
  opacity: 1;
}
.contactus form button {
  border-radius: 5px;
}

.locations {
  display: flex;
  align-items: center;
  padding: 80px 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #f0f1f7;
}
@media (max-width: 992.98px) {
  .locations {
    padding: 50px 0px;
  }
}
@media (max-width: 992.98px) {
  .locations {
    background-image: unset !important;
  }
}
@media (max-width: 575.98px) {
  .locations {
    min-height: unset;
  }
}
.locations .mainwrap {
  display: flex;
  flex-direction: row;
  margin: 30px 0px;
}
@media (max-width: 575.98px) {
  .locations .mainwrap {
    margin: 10px 0px;
  }
}
.locations .mainwrap .content {
  margin-left: 10px;
}
.locations .mainwrap .content h6 {
  font-size: 24px;
  font-family: Outfit-Bold;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 0px;
}
@media (max-width: 575.98px) {
  .locations .mainwrap .content h6 {
    font-size: 18px;
  }
}
.locations .mainwrap .content a {
  font-size: 22px;
  font-family: Inter-Regular;
  color: #1e1e1e;
  text-transform: capitalize;
  margin-top: 0px;
  margin-bottom: 0px;
}
.locations .mainwrap .content a:hover {
  color: #2323a2;
}
@media (max-width: 575.98px) {
  .locations .mainwrap .content a {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */
.testimonial-box {
  padding: 10px;
  border-radius: 10px;
}

.testimonial-box:nth-child(even) {
  padding: 10px;
  border-radius: 10px;
  background-color:#e7e7f7;
}

.testimonial-box h6 {
  color: #2323a2;
  font-weight: bold;
  font-style: italic;
}