* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0px !important;
  padding: 0px !important;
}

body {
  font-family: "Roboto", sans-serif !important;
  font-size: 0.95rem;
  overflow-x: hidden;
  color: #222;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

a {
  text-decoration: none !important;
  color: #222;
}

a:hover {
  color: #222;
}

.uppercase {
  text-transform: uppercase;
}

h1 {
  font-size: 2.9rem !important;
  margin-bottom: 20px;
}

h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 50px !important;
  font-weight: bold !important;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 30px !important;
  }
}

h3 {
  font-size: 2rem !important;
  font-family: "Source Sans Pro", sans-serif !important;
}

h4 {
  font-size: 1.4rem !important;
  font-family: "Source Sans Pro", sans-serif !important;
}

h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

h6 {
  font-size: 0.95rem !important;
}

.p-0 {
  padding: 0px;
}

p {
  margin-bottom: 10px;
  line-height: 30px !important;
}

.one-col li {
  width: 100%;
  list-style-image: url("../images/white-list.png");
  line-height: 30px;
  font-weight: bold;
}

.two-col li {
  width: 50%;
  list-style-image: url("../images/white-list.png");
  float: left;
  font-weight: bold;
  line-height: 29px;
}
@media (max-width: 768px) {
  .two-col li {
    width: 100%;
  }
}

.three-col li {
  width: 33%;
  list-style-image: url("../images/white-list.png");
  float: left;
  font-weight: bold;
  line-height: 29px;
}
@media (max-width: 768px) {
  .three-col li {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .three-col li {
    width: 100%;
  }
}

.scrollup {
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
  text-indent: -9999px;
  background: url(../images/scroll.png);
  z-index: 99;
  padding: 38px;
  background-repeat: no-repeat;
}

body#bodynav-contact a#mynav9,
body#bodynav-area a#mynav8,
body#bodynav-gallery a#mynav7,
body#bodynav-6 a#mynav6,
body#bodynav-5 a#mynav5,
body#bodynav-4 a#mynav4,
body#bodynav-3 a#mynav3,
body#bodynav-2 a#mynav2,
body#bodynav-1 a#mynav1,
body#home a#mynav0 {
  color: #0b87dd !important;
}
@media (max-width: 1024px) {
  body#bodynav-contact a#mynav9,
  body#bodynav-area a#mynav8,
  body#bodynav-gallery a#mynav7,
  body#bodynav-6 a#mynav6,
  body#bodynav-5 a#mynav5,
  body#bodynav-4 a#mynav4,
  body#bodynav-3 a#mynav3,
  body#bodynav-2 a#mynav2,
  body#bodynav-1 a#mynav1,
  body#home a#mynav0 {
    color: unset !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
/***************************************************/
/****header-row****/
.header-top-row {
  background-color: #02276e;
}
@media (max-width: 1024px) {
  .header-top-row {
    display: none;
  }
}
.header-top-row .header-top-con {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-top-row .header-top-con .flex-row {
  display: flex;
  gap: 30px;
  justify-content: end;
  align-items: center;
}
.header-top-row .header-top-con .flex-row .flex-item {
  display: flex;
  align-self: center;
  gap: 10px;
}
.header-top-row .header-top-con .flex-row .flex-item .flex-item-icon {
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #0b87dd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-top-row .header-top-con .flex-row .flex-item a {
  color: #fff !important;
}
.header-top-row .header-top-con .flex-row .flex-item a:hover {
  color: #fff !important;
}
.header-top-row .header-top-con .flex-row .flex-item .flex-item-num {
  align-self: center;
}
.header-top-row .header-top-con .flex-row .flex-item .flex-item-num h4 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 1.2rem !important;
  font-weight: 600;
  font-family: "Roboto", sans-serif !important;
}
.header-top-row .header-top-con .flex-row .flex-item .flex-item-num h4 span {
  font-size: 1rem !important;
  text-transform: capitalize;
}
.header-top-row .header-top-con .flex-row .flex-item .flex-item-num h5 {
  margin-bottom: 0px;
  font-size: 0.9rem !important;
}

/****header-row****/
.header-wrapper {
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  position: relative;
  width: 100%;
  z-index: 5000 !important;
}
@media (max-width: 1024px) {
  .header-wrapper .header-con {
    max-width: 768px !important;
  }
}
.header-wrapper .header-con .logo-col {
  background-color: #ffffff;
  margin-top: -20px;
  text-align: center;
}
@media (max-width: 1024px) {
  .header-wrapper .header-con .logo-col {
    width: 100%;
    margin: 0px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .header-wrapper .header-con .logo-col {
    width: auto;
    margin: auto !important;
  }
}
@media (max-width: 576px) {
  .header-wrapper .header-con .logo-col {
    margin: auto;
  }
}
.header-wrapper .header-con .logo-col img {
  width: auto;
  padding: 10px;
}
@media only screen and (min-width: 1025px) {
  .header-wrapper .header-con .logo-col img {
    width: 90%;
  }
}
@media (max-width: 1366px) {
  .header-wrapper .header-con .logo-col img {
    width: auto;
  }
}
@media (max-width: 576px) {
  .header-wrapper .header-con .logo-col img {
    width: auto;
  }
}
.header-wrapper .header-con .email-col {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  text-align: end;
}
@media (max-width: 1024px) {
  .header-wrapper .header-con .email-col {
    display: none;
  }
}
.header-wrapper .header-con .email-col .email-icon {
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #0b87dd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-wrapper .header-con .email-col .email {
  padding-top: 10px;
}
.header-wrapper .header-con .email-col .email a {
  color: #02276e;
  font-weight: 400;
}
.header-wrapper .header-con .header-logos {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 576px) {
  .header-wrapper .header-con .header-logos .wow_image {
    padding: 2px;
  }
}
@media (max-width: 1024px) {
  .header-wrapper .header-con .header-logos {
    padding: 20px 0;
  }
}
.header-wrapper .header-con .header-logos img {
  width: 110px;
}
@media (max-width: 1024px) {
  .header-wrapper .header-con .header-logos img {
    width: 110px;
  }
}
.header-wrapper .header-con .header-logos .whatsapp-col a img {
  width: auto !important;
}
.header-wrapper .header-con .mobile-responsive {
  display: none;
}
@media (max-width: 1024px) {
  .header-wrapper .header-con .mobile-responsive {
    display: block;
    text-align: center;
  }
}
.header-wrapper .header-con .mobile-responsive .flex-item a {
  color: #000;
}
.header-wrapper .header-con .mobile-responsive .flex-item a:hover {
  color: #fff !important;
}
.header-wrapper .header-con .mobile-responsive .flex-item .flex-item-num {
  align-self: center;
}
.header-wrapper .header-con .mobile-responsive .flex-item .flex-item-num h4 {
  color: #02276e;
  margin-bottom: 0px;
  font-size: 1.2rem !important;
  font-weight: 600;
  font-family: "Roboto", sans-serif !important;
}
.header-wrapper .header-con .mobile-responsive .flex-item .flex-item-num h4 span {
  font-size: 1.3rem !important;
  text-transform: capitalize;
}
.header-wrapper .header-con .mobile-responsive .flex-item .flex-item-num h5 {
  margin-bottom: 0px;
  font-size: 0.9rem !important;
}
@media (max-width: 1024px) {
  .header-wrapper .menu-row {
    background: #02276e;
  }
}
.header-wrapper .menu-row .menu-con {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
@media (max-width: 1024px) {
  .header-wrapper .menu-row .menu-con {
    position: relative;
  }
}
.header-wrapper .menu-row .menu-con .container-fluid {
  padding: 0px;
}
.header-wrapper .menu-row .menu-con .container-fluid .menu-col-nav {
  padding: 0px;
}
@media (max-width: 1024px) {
  .header-wrapper .menu-row .menu-con {
    padding: 0px;
  }
}
@media (max-width: 1024px) {
  .header-wrapper .menu-row .menu-con #sticky {
    width: 100%;
    left: 0px;
  }
}
.header-wrapper .menu-row .menu-con #sticky.stick {
  margin-top: 0 !important;
  position: sticky;
  top: 0;
  z-index: 10000;
  width: 100%;
  float: left;
  background: #02276e;
}
@media (max-width: 1024px) {
  .header-wrapper .menu-row .menu-con #sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    float: left;
    background: #02276e;
  }
}
.header-wrapper .menu-row .menu-con .res-cions {
  display: none !important;
}
@media (max-width: 1024px) {
  .header-wrapper .menu-row .menu-con .res-cions {
    display: block !important;
  }
}
.header-wrapper .menu-row .menu-con .res-cions .fa {
  font-size: 1.3rem;
  color: white;
}
.header-wrapper .menu-row .menu-con .res-cions .mobile-email {
  position: absolute;
  left: 47%;
  top: 7px;
}
.header-wrapper .menu-row .menu-con .res-cions .phone-icon-mobile {
  float: left !important;
  border: none !important;
}
.header-wrapper .menu-row .menu-con .res-cions .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  float: right;
  margin: 6px;
}
.header-wrapper .menu-row .menu-con .res-cions .menubtn {
  border-color: #ffffff !important;
  font-size: 17px;
}
.header-wrapper .menu-row .menu-con .res-cions .menubtn .navbar-toggler-icon {
  width: 1em;
  height: 1em;
}
@media (max-width: 1024px) {
  .header-wrapper .menu-row .menu-con #myNavbar {
    display: none !important;
  }
}
.header-wrapper .menu-row .menu-con #myNavbar #main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around !important;
  width: 100%;
}
.header-wrapper .menu-row .menu-con #myNavbar #main-menu li a {
  color: black;
  text-transform: capitalize;
  font-weight: 650;
  padding: 15px 5px;
  font-size: 14px;
}
@media (max-width: 1366px) {
  .header-wrapper .menu-row .menu-con #myNavbar #main-menu li a {
    padding: 12px 14px;
  }
}
@media (max-width: 1260px) {
  .header-wrapper .menu-row .menu-con #myNavbar #main-menu li a {
    padding: 12px 10px;
  }
}
.header-wrapper .menu-row .menu-con #myNavbar #main-menu li a:hover {
  color: #0b87dd;
}
.header-wrapper .menu-row .menu-con #myNavbar .dropdown-menu {
  padding: 0px 10px;
}
.header-wrapper .menu-row .menu-con #myNavbar .dropdown-menu li {
  color: #000 !important;
  display: block !important;
}
.header-wrapper .menu-row .menu-con #myNavbar .dropdown-menu li:hover {
  color: #0b87dd !important;
  display: block !important;
}
.header-wrapper .menu-row .menu-con #myNavbar .dropdown-menu {
  min-width: 8rem;
}

/******ends******/
/****************Carousel**************/
.home-banner #carouselExampleControls {
  position: relative;
  margin-top: 0;
}
.home-banner #carouselExampleControls .carousel-item {
  position: relative;
  overflow: hidden;
}
.home-banner #carouselExampleControls .carousel-item img {
  width: 100%;
  height: 850px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-banner #carouselExampleControls .carousel-item::before {
  content: "";
  content: "";
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%);
  width: 1400px;
  height: 1400px;
  background: rgba(12, 45, 122, 0.82);
  border-radius: 50%;
  z-index: 1;
}
.home-banner #carouselExampleControls .banner-caption {
  position: absolute;
  top: 50%;
  left: 60% !important;
  transform: translate(-40%, -50%);
  z-index: 2;
  width: 100%;
}
.home-banner #carouselExampleControls .banner-caption .caption-box {
  max-width: 700px;
  background: transparent;
  padding: 0;
}
.home-banner #carouselExampleControls .banner-caption .caption-box h2 {
  font-size: 72px !important;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.home-banner #carouselExampleControls .banner-caption .caption-box p {
  font-size: 22px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 35px;
}
.home-banner #carouselExampleControls .banner-caption .caption-box .banner-btn {
  display: inline-block;
  background: #fff;
  color: #0d347d;
  padding: 18px 45px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.home-banner #carouselExampleControls .banner-caption .caption-box .banner-btn:hover {
  background: #0d347d;
  color: #fff;
}
.home-banner #carouselExampleControls .carousel-control-prev,
.home-banner #carouselExampleControls .carousel-control-next {
  z-index: 3;
  width: 70px;
  height: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  opacity: 1;
}
.home-banner #carouselExampleControls .carousel-control-prev {
  left: 12%;
}
.home-banner #carouselExampleControls .carousel-control-next {
  right: 5%;
}
.home-banner #carouselExampleControls .carousel-control-prev-icon,
.home-banner #carouselExampleControls .carousel-control-next-icon {
  filter: brightness(0) saturate(100%) invert(19%) sepia(90%) saturate(1850%) hue-rotate(210deg) brightness(90%) contrast(95%);
}

/* Laptop */
@media (max-width: 1366px) {
  .home-banner #carouselExampleControls .carousel-item img {
    height: auto;
  }
  .home-banner #carouselExampleControls .banner-caption .caption-box h2 {
    font-size: 56px;
  }
  .home-banner #carouselExampleControls .banner-caption .caption-box p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .home-banner #carouselExampleControls .carousel-item img {
    height: 400px;
  }
  .home-banner #carouselExampleControls .banner-caption {
    left: 22% !important;
    transform: translateY(-50%);
  }
  .home-banner #carouselExampleControls .banner-caption .caption-box {
    max-width: 500px;
  }
  .home-banner #carouselExampleControls .banner-caption .caption-box h2 {
    font-size: 40px !important;
  }
  .home-banner #carouselExampleControls .banner-caption .caption-box p {
    font-size: 16px;
  }
}
/* Tablet */
@media (max-width: 1024px) {
  .home-banner #carouselExampleControls .carousel-item img {
    height: 200px;
  }
  .home-banner #carouselExampleControls .banner-caption {
    left: 10%;
    transform: translateY(-50%);
  }
  .home-banner #carouselExampleControls .banner-caption .caption-box {
    max-width: 500px;
  }
  .home-banner #carouselExampleControls .banner-caption .caption-box h2 {
    font-size: 40px !important;
  }
  .home-banner #carouselExampleControls .banner-caption .caption-box p {
    font-size: 16px;
  }
}
/* Mobile */
@media (max-width: 576px) {
  .home-banner #carouselExampleControls .carousel-item img {
    height: 200px;
  }
  .home-banner #carouselExampleControls .carousel-item::before {
    width: 360px;
    height: 360px;
    top: 50%;
    left: 10%;
  }
  .home-banner #carouselExampleControls .banner-caption {
    left: 3% !important;
    transform: translateY(-50%);
  }
  .home-banner #carouselExampleControls .banner-caption .caption-box h2 {
    font-size: 20px !important;
  }
  .home-banner #carouselExampleControls .banner-caption .caption-box p {
    font-size: 14px !important;
    margin-bottom: 0px;
  }
  .home-banner #carouselExampleControls .banner-caption .caption-box .banner-btn {
    padding: 14px 28px;
    font-size: 15px;
  }
  .home-banner #carouselExampleControls .carousel-control-prev,
  .home-banner #carouselExampleControls .carousel-control-next {
    display: none;
  }
}
/*** quick-quote ***/
.quick-quote-con {
  position: relative;
  top: -160px;
  overflow: hidden;
  z-index: 50;
}
@media (max-width: 1024px) {
  .quick-quote-con {
    display: none !important;
  }
}
.quick-quote-con .quickquote-row {
  border-radius: 4px;
  overflow: hidden;
  margin: 0;
}
.quick-quote-con .quickquote-row .quickquote-image {
  padding: 0;
}
.quick-quote-con .quickquote-row .quickquote-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.quick-quote-con .quickquote-row .quickquote-box {
  background: linear-gradient(90deg, #0d4aa8 0%, #082f84 100%);
  padding: 50px 30px !important;
}
.quick-quote-con .quickquote-row .quickquote-heading {
  margin-bottom: 20px;
}
.quick-quote-con .quickquote-row .quickquote-heading h3 {
  color: #fff;
  font-size: 1.5rem !important;
  font-weight: 700;
  margin-bottom: 0;
}
.quick-quote-con .quickquote-row input,
.quick-quote-con .quickquote-row textarea {
  width: 100%;
  border: 0;
  background: #d8dbe6;
  padding: 6px 10px;
  margin-bottom: 14px;
  color: #333;
}
.quick-quote-con .quickquote-row input:focus,
.quick-quote-con .quickquote-row textarea:focus {
  outline: none;
}
.quick-quote-con .quickquote-row textarea {
  height: 40px;
  resize: none;
}
.quick-quote-con .quickquote-row .quick-privacy {
  display: flex;
  align-items: center;
}
.quick-quote-con .quickquote-row .quick-privacy a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.quick-quote-con .quickquote-row .quick-privacy a:hover {
  color: #4db8ff;
}
.quick-quote-con .quickquote-row .btn-submit {
  width: 200px;
  height: 40px;
  border: 0;
  background: #1f8edc;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.quick-quote-con .quickquote-row .btn-submit:hover {
  background: #fff;
  color: #0d4aa8;
}
@media (max-width: 991px) {
  .quick-quote-con .quickquote-row .quickquote-image {
    display: none;
  }
  .quick-quote-con .quickquote-row .quickquote-box {
    padding: 25px !important;
  }
  .quick-quote-con .quickquote-row .btn-submit {
    width: 100%;
    margin-top: 15px;
  }
  .quick-quote-con .quickquote-row .quick-privacy {
    justify-content: center;
    margin-bottom: 15px;
  }
}

/*********quick-quote*********/
.responsive-quickquote {
  display: none;
  background: #02276e;
  color: #fff;
  text-align: center;
}
@media (max-width: 1024px) {
  .responsive-quickquote {
    display: block;
  }
}
.responsive-quickquote:hover {
  background: #0b87dd;
}
.responsive-quickquote .responsive-quickquote-con {
  padding-top: 10px;
  padding-bottom: 10px;
}
.responsive-quickquote .responsive-quickquote-con a {
  color: #fff;
}
.responsive-quickquote .responsive-quickquote-con a h4 {
  margin-bottom: 0px;
}

/**welcome-row**/
.welcome-row {
  position: relative;
  top: -70px;
}
@media (max-width: 1024px) {
  .welcome-row {
    top: 0px;
  }
}
.welcome-row .welcome-con {
  padding: 30px 0;
}
@media (max-width: 768px) {
  .welcome-row .welcome-con {
    padding: 70px 0;
  }
}
.welcome-row .welcome-con .welcome-img {
  position: relative;
}
.welcome-row .welcome-con .welcome-img .image-wrapper {
  position: relative;
  height: 650px;
  width: 100%;
}
.welcome-row .welcome-con .welcome-img {
  /* Blue square behind */
}
.welcome-row .welcome-con .welcome-img .shape-box {
  position: absolute;
  top: -25px;
  left: 20px;
  width: 250px;
  height: 250px;
  background: #0b2e83;
  border-radius: 3px;
  z-index: 1;
}
.welcome-row .welcome-con .welcome-img {
  /* Main Image */
}
.welcome-row .welcome-con .welcome-img .welcome-img1 {
  position: absolute;
  top: 0;
  left: 50px;
  width: 82%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.welcome-row .welcome-con .welcome-img {
  /* White frame */
}
.welcome-row .welcome-con .welcome-img .small-image-box {
  position: absolute;
  right: 10px;
  bottom: 20px;
  background: #fff;
  padding: 8px;
  z-index: 3;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.welcome-row .welcome-con .welcome-img .small-image-box img {
  width: 230px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.welcome-row .welcome-con {
  /* Tablet */
}
@media (max-width: 768px) {
  .welcome-row .welcome-con .welcome-img .image-wrapper {
    height: 550px;
  }
  .welcome-row .welcome-con .welcome-img .welcome-img1 {
    width: 85%;
    height: 430px;
    left: 20px;
  }
  .welcome-row .welcome-con .welcome-img .small-image-box {
    right: 0;
  }
  .welcome-row .welcome-con .welcome-img .small-image-box img {
    width: 180px;
    height: 200px;
  }
}
.welcome-row .welcome-con {
  /* Mobile */
}
@media (max-width: 576px) {
  .welcome-row .welcome-con .welcome-img {
    margin-bottom: 50px;
  }
  .welcome-row .welcome-con .welcome-img .image-wrapper {
    height: 420px;
  }
  .welcome-row .welcome-con .welcome-img .shape-box {
    width: 160px;
    height: 160px;
    left: 0;
    background-color: #02276e;
  }
  .welcome-row .welcome-con .welcome-img .welcome-img1 {
    width: 90%;
    left: 15px;
  }
  .welcome-row .welcome-con .welcome-img .small-image-box {
    bottom: -100px;
  }
  .welcome-row .welcome-con .welcome-img .small-image-box img {
    width: 100%;
  }
}
.welcome-row .welcome-con .welcome-content {
  align-self: center;
}
.welcome-row .welcome-con .welcome-content h5 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #02276e;
  margin-bottom: 15px;
  position: relative;
}
.welcome-row .welcome-con .welcome-content h5:after {
  content: "";
  width: 55px;
  height: 3px;
  background: #02276e;
  display: block;
  margin-top: 10px;
}
.welcome-row .welcome-con .welcome-content h2 {
  font-size: 40px !important;
  line-height: 1.1;
  font-weight: 800;
  color: #222;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .welcome-row .welcome-con .welcome-content h2 {
    font-size: 28px !important;
  }
}
.welcome-row .welcome-con .welcome-content p {
  color: #666;
  line-height: 1.9;
  margin-bottom: 20px;
}
.welcome-row .welcome-con .welcome-content .welcome-features {
  margin-top: 35px;
}
.welcome-row .welcome-con .welcome-content .feature-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.welcome-row .welcome-con .welcome-content .feature-item img {
  width: 30px;
  height: 30px;
  background: #1389e8;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.welcome-row .welcome-con .welcome-content .feature-item h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #222;
}
.welcome-row .welcome-con .welcome-content .feature-item p {
  margin-bottom: 0;
}
.welcome-row .welcome-con .welcome-content .readmore-btn {
  display: inline-block;
  margin-top: 20px;
  background: #02276e;
  color: #fff;
  padding: 16px 45px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.3s;
}
.welcome-row .welcome-con .welcome-content .readmore-btn:hover {
  background: #0b87dd;
}
@media (max-width: 576px) {
  .welcome-row .welcome-con #order2 {
    -webkit-order: 2;
  }
  .welcome-row .welcome-con #order1 {
    -webkit-order: 1;
  }
  .welcome-row .welcome-con {
    /* Standard syntax */
  }
  .welcome-row .welcome-con #order1 {
    order: 1;
  }
  .welcome-row .welcome-con #order2 {
    order: 2;
  }
}

/****service-section****/
.service-section {
  padding: 170px 0;
  background: #f5f5f5;
}
@media (max-width: 1024px) {
  .service-section {
    padding: 30px 0;
  }
}
.service-section .row {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.service-section .service-intro h5 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #02276e;
  margin-bottom: 15px;
  position: relative;
}
.service-section .service-intro h5:after {
  content: "";
  width: 55px;
  height: 3px;
  background: #02276e;
  display: block;
  margin-top: 10px;
}
.service-section .service-intro h2 {
  font-size: 40px !important;
  line-height: 1.1;
  font-weight: 800;
  color: #222;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .service-section .service-intro h2 {
    font-size: 38px;
  }
}
.service-section .service-con {
  background: #fff;
  padding: 20px 40px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  transition: all 0.35s ease;
}
.service-section .service-con .service-icon {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.service-section .service-con .service-icon img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  transition: 0.3s;
}
.service-section .service-con .service-icon .icon-hover {
  opacity: 0;
}
.service-section .service-con h3 {
  font-size: 1.5rem !important;
  color: #02276e;
  margin-bottom: 10px;
  font-weight: 700;
}
.service-section .service-con p {
  color: #777;
  margin-bottom: 15px;
}
.service-section .service-con .service-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
  background: transparent;
  color: #02276e;
  cursor: pointer;
}
.service-section .service-con .service-btn img {
  position: absolute;
  transition: 0.3s;
}
.service-section .service-con .service-btn i {
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
.service-section .service-con .service-btn .arrow-default {
  opacity: 1;
  color: #02276e;
}
.service-section .service-con .service-btn .arrow-hover {
  opacity: 0;
  color: #fff;
}
.service-section .service-con:hover {
  background: #02276e;
  transform: translateY(-5px);
}
.service-section .service-con:hover .icon-default {
  opacity: 0;
}
.service-section .service-con:hover .icon-hover {
  opacity: 1;
}
.service-section .service-con:hover h3,
.service-section .service-con:hover p {
  color: #fff;
}
.service-section .service-con:hover .service-btn {
  background: #1d8ee3;
  border-color: #1d8ee3;
  color: #fff;
}
.service-section .service-con:hover .service-btn .arrow-default {
  opacity: 0;
}
.service-section .service-con:hover .service-btn .arrow-hover {
  opacity: 1 !important;
  color: #fff !important;
}
.service-section .service-con.active {
  background: #02276e;
}
.service-section .service-con.active .icon-default {
  opacity: 0;
}
.service-section .service-con.active .icon-hover {
  opacity: 1;
}
.service-section .service-con.active h3,
.service-section .service-con.active p {
  color: #fff;
}
.service-section .service-con.active .service-btn {
  background: #1d8ee3;
  border-color: #1d8ee3;
  color: #fff;
}
.service-section .service-con.active .service-btn .arrow-default {
  opacity: 0;
}
.service-section .service-con.active .service-btn .arrow-hover {
  opacity: 1 !important;
  color: #fff !important;
}
.service-section {
  /* Responsive */
}
@media (max-width: 1366px) {
  .service-section .service-intro h2 {
    font-size: 3.5rem !important;
  }
  .service-section .service-con {
    min-height: 320px;
    padding: 45px 30px;
  }
}
@media (max-width: 1024px) {
  .service-section .service-intro {
    text-align: left;
    padding: 20px 25px;
  }
  .service-section .service-intro h2 {
    font-size: 3rem !important;
  }
  .service-section .service-intro h2 br {
    display: none;
  }
  .service-section .service-intro .service-subtitle:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .service-section .service-con {
    min-height: auto;
    padding: 40px 25px;
  }
}
@media (max-width: 576px) {
  .service-section .service-intro h2 {
    font-size: 2.5rem !important;
  }
  .service-section .service-con {
    padding: 35px 20px;
  }
  .service-section .service-con h3 {
    font-size: 1.5rem !important;
  }
}

/**tab-section**/
.tab-row-section {
  padding-top: 120px;
}
@media (max-width: 1024px) {
  .tab-row-section {
    padding-top: 180px;
  }
}
.tab-row-section .tab-con {
  padding: 30px 0px 30px 0px;
}
@media (max-width: 1024px) {
  .tab-row-section .tab-con {
    padding: 0px 0;
  }
}
@media (max-width: 768px) {
  .tab-row-section .tab-con {
    padding: 0px 0;
    width: 100% !important;
  }
}
.tab-row-section .tab-con .tab-row {
  justify-content: center;
}
.tab-row-section .tab-con .tab-row .tab-item {
  background: #f7f6f1;
  text-align: center;
  padding: 180px 25px 30px;
  position: relative;
  min-height: 400px;
  transition: all 0.3s ease;
}
.tab-row-section .tab-con .tab-row .tab-item:hover {
  background: #f7b733;
}
.tab-row-section .tab-con .tab-row .tab-item .tab-img {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.tab-row-section .tab-con .tab-row .tab-item .tab-img img {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.tab-row-section .tab-con .tab-row .tab-item h3 {
  font-size: 35px !important;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #000;
}
.tab-row-section .tab-con .tab-row .tab-item p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .tab-row-section .tab-con .tab-row .tab-item {
    min-height: auto;
    padding: 100px 25px 30px;
  }
  .tab-row-section .tab-con .tab-row .tab-item .tab-img {
    top: -140px;
  }
  .tab-row-section .tab-con .tab-row .tab-item .tab-img img {
    width: 220px;
    height: 220px;
  }
  .tab-row-section .tab-con .tab-row .tab-item h3 {
    font-size: 28px !important;
  }
  .tab-row-section .tab-con .tab-row .tab-item p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .tab-row-section .tab-con .tab-row .tab-item {
    margin-bottom: 100px;
    padding: 90px 20px 30px;
  }
  .tab-row-section .tab-con .tab-row .tab-item .tab-img {
    top: -140px;
  }
  .tab-row-section .tab-con .tab-row .tab-item .tab-img img {
    width: 220px;
    height: 220px;
  }
  .tab-row-section .tab-con .tab-row .tab-item h3 {
    font-size: 28px !important;
  }
  .tab-row-section .tab-con .tab-row .tab-item p {
    font-size: 15px;
    line-height: 1.6;
  }
}

/************************Footer logo**************************/
.footlogo-row .footlogo-con {
  text-align: center;
  padding: 60px 0px 60px 0px;
}
.footlogo-row .footlogo-con p {
  font-size: 1.2rem !important;
}
.footlogo-row .footlogo-con img {
  width: 15%;
  padding: 10px;
  border: 1px solid #bfbfbf;
  margin-right: 10px;
  border-radius: 0px;
}
@media (max-width: 768px) {
  .footlogo-row .footlogo-con img {
    width: 24%;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .footlogo-row .footlogo-con img {
    width: 14%;
  }
}
@media (max-width: 576px) {
  .footlogo-row .footlogo-con img {
    margin-bottom: 20px;
    width: 40%;
  }
}

/************************Footer logo ends**************************/
/********************************testimonials ******************/
.testimonial-section {
  background: #02276e;
  padding: 90px 0;
  position: relative;
}
.testimonial-section .testimonial-con {
  padding: 60px 0px;
}
@media (max-width: 1024px) {
  .testimonial-section .testimonial-con {
    padding: 30px 0px;
  }
}
.testimonial-section .testimonial-con .testimonial-heading {
  text-align: center;
  position: relative;
}
.testimonial-section .testimonial-con .testimonial-heading h2 {
  position: relative;
  z-index: 2;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .testimonial-section .testimonial-con .testimonial-heading h2 {
    font-size: 40px;
  }
}
.testimonial-section .testimonial-con .testimonial-heading p {
  color: #fff;
  margin-bottom: 20px;
}

/************************testimonial ends******************/
.footer-top-row {
  background: #222629;
  color: #fff;
}
.footer-top-row a {
  color: #fff;
}
.footer-top-row a:hover {
  color: #0b87dd;
}
.footer-top-row h4 {
  font-weight: 600;
}
.footer-top-row .footer-top-con {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con {
    padding-top: 30px;
    padding-bottom: 0px;
    text-align: center;
  }
}
.footer-top-row .footer-top-con .footer-top2-row {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .footer-top-row .footer-top-con .footer-top2-row {
    text-align: center;
  }
}
.footer-top-row .footer-top-con .footer-top2-row .footer-logo {
  text-align: left;
}
@media (max-width: 768px) {
  .footer-top-row .footer-top-con .footer-top2-row .footer-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.footer-top-row .footer-top-con .footer-top2-row .footer-logo img {
  width: 85% !important;
  padding: 10px;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-top2-row .footer-logo img {
    width: 90%;
  }
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-top2-row .footer-logo img {
    margin-bottom: 10px;
  }
}
.footer-top-row .footer-top-con .footer-top2-row .footer-logo .social-logos {
  text-align: center;
  margin-top: -30px;
  margin-left: -85px;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-top2-row .footer-logo .social-logos {
    justify-content: center;
    margin-top: -60px;
    margin-left: 0px;
  }
}
.footer-top-row .footer-top-con .footer-top2-row .footer-logo .social-logos img {
  width: 10% !important;
  padding: 0px;
}
@media (max-width: 992px) {
  .footer-top-row .footer-top-con .footer-top2-row .footer-logo .social-logos img {
    width: 12%;
    padding: 5px;
  }
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-top2-row .footer-logo .social-logos img {
    width: 12%;
    padding: 5px;
  }
}
.footer-top-row .footer-top-con .footer-top2-row .footer-menu {
  padding-left: 60px;
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-top2-row .footer-menu {
    margin-top: 10px;
    padding-left: 0px;
  }
}
.footer-top-row .footer-top-con .footer-top2-row .footer-menu h4 {
  text-transform: capitalize;
  font-size: 18px !important;
  margin-bottom: 20px !important;
}
.footer-top-row .footer-top-con .footer-top2-row .footer-menu h4:before {
  content: "";
  width: 55px;
  height: 3px;
  background: #0b87dd;
  display: block;
  margin-bottom: 15px !important;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-top2-row .footer-menu h4:before {
    margin: auto;
    margin-bottom: 15px !important;
  }
}
.footer-top-row .footer-top-con .footer-top2-row .footer-menu ul {
  line-height: 30px;
  padding-left: 0px;
}
.footer-top-row .footer-top-con .footer-top2-row .footer-menu ul li {
  list-style: none;
}
@media (max-width: 440px) {
  .footer-top-row .footer-top-con .footer-top2-row .footer-map {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-top2-row .footer-map {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.footer-top-row .footer-top-con .footer-top2-row .footer-map h4 {
  text-transform: capitalize;
  font-size: 18px !important;
  margin-bottom: 20px !important;
}
.footer-top-row .footer-top-con .footer-top2-row .footer-map h4:before {
  content: "";
  width: 55px;
  height: 3px;
  background: #0b87dd;
  display: block;
  margin-bottom: 15px !important;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-top2-row .footer-map h4:before {
    margin: auto;
    margin-bottom: 15px !important;
  }
}
.footer-top-row .footer-top-con .footer-top2-row .footer-map iframe {
  height: 200px;
  width: 300px;
  border-radius: 12px;
}
@media (max-width: 1199px) {
  .footer-top-row .footer-top-con .footer-top2-row .footer-map iframe {
    width: 300px;
    height: 170px;
  }
}
@media (max-width: 992px) {
  .footer-top-row .footer-top-con .footer-top2-row .footer-map iframe {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer-top-row .footer-top-con #order3 {
    -webkit-order: 4;
  }
  .footer-top-row .footer-top-con #order3 {
    -webkit-order: 3;
  }
  .footer-top-row .footer-top-con #order2 {
    -webkit-order: 2;
  }
  .footer-top-row .footer-top-con #order1 {
    -webkit-order: 1;
  }
  .footer-top-row .footer-top-con {
    /* Standard syntax */
  }
  .footer-top-row .footer-top-con #order1 {
    order: 1;
  }
  .footer-top-row .footer-top-con #order2 {
    order: 2;
  }
  .footer-top-row .footer-top-con #order3 {
    order: 3;
  }
  .footer-top-row .footer-top-con #order3 {
    order: 4;
  }
}

.footer-row {
  background-color: #02276e;
}
.footer-row .footer-con {
  padding: 30px 0px 30px 0px;
  color: #ffffff;
}
.footer-row .footer-con .foot-left {
  background: #2d2d2d;
  color: #fff;
  padding: 18px 20px;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 1024px) {
  .footer-row .footer-con .foot-left {
    text-align: center !important;
    padding: 10px 12px;
    font-size: 0.9rem !important;
  }
}
@media (max-width: 576px) {
  .footer-row .footer-con .foot-left {
    font-size: 0.7rem !important;
  }
}
.footer-row .footer-con .foot-mail {
  align-self: end;
}
@media (max-width: 1024px) {
  .footer-row .footer-con .foot-mail {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .footer-row .footer-con .foot-mail {
    font-size: 1rem !important;
  }
}
.footer-row .footer-con .foot-mail img {
  width: 20px;
  margin-bottom: 5px;
}
.footer-row .footer-con .foot-mail a {
  color: #ffffff !important;
}
.footer-row .footer-con .foot-center {
  align-self: end;
}
@media (max-width: 1024px) {
  .footer-row .footer-con .foot-center {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .footer-row .footer-con .foot-center {
    font-size: 1rem !important;
  }
}
.footer-row .footer-con .foot-center a {
  color: #ffffff !important;
}

.page-container {
  padding-top: 30px;
}
.page-container h3 {
  color: #02276e;
  font-weight: 600;
}
.page-container p {
  text-align: justify;
}
.page-container p a:hover {
  color: #0b87dd;
}
.page-container .page-img img {
  width: 100%;
  padding: 5px;
  border-radius: 15px;
  margin-bottom: 20px;
}

/*********************gallery***********************/
.gallery {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gallery h3 {
  margin-bottom: 30px;
}
.gallery h2 {
  width: 100%;
  clear: both;
  display: block;
  margin: 50px 0 20px;
  font-size: 28px !important;
  font-weight: 700;
  text-align: center;
}
.gallery .gallery-row {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
.gallery .gallery-row li {
  float: left;
  width: 25%;
  padding: 5px;
  list-style: none;
  height: 250px;
  overflow: hidden;
}
.gallery .gallery-row li a,
.gallery .gallery-row li img {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery .gallery-row li img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.gallery .gallery-row li:hover img {
  transform: scale(1.05);
}
.gallery .gallery-pc {
  display: block;
  visibility: visible;
}
.gallery .gallery-mobile {
  display: none !important;
  visibility: hidden !important;
}

/* Tablet */
@media (max-width: 991px) {
  .gallery .gallery-row li {
    width: 33.333%;
    height: 220px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .gallery .gallery-pc {
    display: none !important;
  }
  .gallery .gallery-mobile {
    display: block !important;
    visibility: visible !important;
  }
  .gallery .gallery-row li {
    width: 50%;
    height: 180px;
  }
  .gallery h1 {
    font-size: 32px;
  }
  .gallery h2 {
    font-size: 24px;
  }
}
/* Small Mobile */
@media (max-width: 480px) {
  .gallery .gallery-row li {
    width: 100%;
    height: auto;
  }
  .gallery .gallery-row li img {
    height: auto;
  }
}
/********************gallery ends***********************/
#bodynav-area .area-con iframe {
  width: 100%;
  height: 864px;
}
@media (max-width: 576px) {
  #bodynav-area .area-con iframe {
    margin-bottom: 20px;
  }
}
#bodynav-area .area-con .area-col h5 {
  text-align: center;
}
#bodynav-area .area-con .area-col ul {
  padding-left: 20px;
}
#bodynav-area .area-con .area-col ul li {
  width: 100%;
  list-style-image: url(../images/bullets.jpg);
  line-height: 30px;
  background: #ededed;
  margin-bottom: 10px;
  padding-left: 10px;
}

/******contact-us********/
.contact-con {
  padding-bottom: 40px;
}
.contact-con .contact-address h4 {
  margin-bottom: 20px;
}
.contact-con .btn-submit {
  background: #02276e;
  color: #fff;
  padding: 7px 25px 7px 25px;
  text-transform: uppercase;
}
.contact-con .btn-submit:hover {
  background: #0b87dd;
  color: #fff !important;
  font-weight: 550;
}
.contact-con .contact-form {
  align-self: center;
  background: linear-gradient(180deg, #ccc 0%, white 100%);
  padding: 40px;
  text-align: center;
}
.contact-con .contact-form h4 {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.contact-con .contact-form input, .contact-con .contact-form textarea, .contact-con .contact-form select {
  width: 100%;
  margin-bottom: 10px;
  height: 40px;
  border: 1px solid #ccc !important;
  padding-left: 10px;
}
.contact-con .contact-form textarea {
  height: 80px;
}
.contact-con .privacy-page h4 {
  margin-top: 20px;
  font-size: 1.2rem !important;
  font-weight: bold;
}

.no-banner {
  padding-top: 40px;
  padding-bottom: 40px;
}

/******modal*****/
.modal {
  z-index: 5000;
}
.modal .modal-dialog {
  max-width: 50%;
  margin-top: 15%;
}
@media (max-width: 576px) {
  .modal .modal-dialog {
    max-width: 100%;
  }
}
.modal .modal-dialog p {
  text-align: justify;
}
.modal .modal-dialog .modal-header, .modal .modal-dialog .modal-footer .close-btn {
  background: #02276e;
  color: #fff;
  padding: 9px;
  text-align: center;
}
.modal .modal-dialog .modal-header .btn-close, .modal .modal-dialog .modal-footer .close-btn .btn-close {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  background: none;
  font-size: 1.8rem;
  height: auto;
  float: right;
  padding: 0px 5px;
}
.modal .modal-dialog .modal-content {
  text-align: center;
}
@media (max-width: 576px) {
  .modal .modal-dialog .modal-content .modal-body h4 {
    font-size: 1.1rem !important;
  }
}
.modal .modal-dialog .modal-content .modal-body ul {
  padding-left: 0px;
}
.modal .modal-dialog .modal-content .modal-body ul .dropdown-toggle::after {
  display: none;
}
@media (max-width: 1024px) {
  .modal .modal-dialog .modal-content .modal-body ul .caret {
    display: none !important;
  }
}
.modal .modal-dialog .modal-content .modal-body ul li {
  list-style: none;
  border-bottom: #ccc thin solid;
  line-height: 30px;
}
.modal .modal-dialog .modal-content .modal-body ul li:last-child {
  border-bottom: none;
}
.modal .modal-dialog .modal-content .modal-body ul li a {
  color: #222;
}
.modal .modal-dialog .modal-content .modal-body ul .dropdown-menu {
  width: 100%;
  position: relative;
  text-align: center;
  border-left: none;
  border-right: none;
  border-bottom: none;
  display: block !important;
}
.modal .modal-dialog .modal-footer {
  justify-content: center;
}
.modal .modal-dialog .modal-footer .close-btn:hover {
  background: #0b87dd;
}

#more .modal-dialog {
  max-width: 63%;
}
@media (max-width: 576px) {
  #more .modal-dialog {
    max-width: 93%;
  }
}

#callUs .modal-body .col-md-12 h4 {
  border-bottom: 1px solid #ccc;
  line-height: 50px;
}
#callUs .modal-body .col-md-12:last-child h4 {
  border-bottom: none;
}

.f-nav {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999 !important;
  transition: all 0.6s;
  position: fixed !important;
}
@media (max-width: 1024px) {
  .f-nav {
    left: unset;
    top: unset;
    width: unset;
    z-index: unset;
    transition: unset;
    position: unset !important;
  }
}

.home-add-text {
  padding: 30px 0px !important;
  margin-top: -80px !important;
}
@media (max-width: 1024px) {
  .home-add-text {
    margin-top: 0px !important;
  }
}

/****home-contact-banner****/
.contact-banner-section {
  margin-top: -100px;
}
@media (max-width: 1024px) {
  .contact-banner-section {
    margin-bottom: 120px;
  }
}
@media (max-width: 576px) {
  .contact-banner-section {
    margin-bottom: 110px;
  }
}
.contact-banner-section .contact-banner {
  border-radius: 4px;
  padding: 40px 40px;
  position: relative;
  overflow: hidden;
  top: 100px;
  background: url("../images/contact-bg.png") center center no-repeat;
  background-size: cover;
}
.contact-banner-section .contact-banner .row {
  position: relative;
  z-index: 2;
}
.contact-banner-section .contact-banner-content h2 {
  color: #fff;
  font-size: 40px !important;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 15px;
}
.contact-banner-section .contact-banner-content p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
  font-size: 1rem;
}
.contact-banner-section .contact-btn {
  text-align: end;
}
@media (max-width: 1024px) {
  .contact-banner-section .contact-btn {
    text-align: justify;
  }
}
.contact-banner-section .contact-btn .btn-submit {
  background: #fff;
  height: 50px;
  width: 60%;
  border-radius: 6px;
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 1rem !important;
}
@media (max-width: 1260px) {
  .contact-banner-section .contact-btn .btn-submit {
    height: 45px;
  }
}
.contact-banner-section .contact-btn .btn-submit a {
  color: #02276e !important;
}
.contact-banner-section .contact-btn .btn-submit a:hover {
  color: #fff !important;
}
.contact-banner-section .contact-btn .btn-submit:hover {
  background-color: #0b87dd;
  color: #fff !important;
}
@media (max-width: 1024px) {
  .contact-banner-section .contact-banner {
    padding: 40px 30px;
  }
  .contact-banner-section .contact-banner-content h2 {
    font-size: 2.4rem !important;
  }
}
@media (max-width: 576px) {
  .contact-banner-section .contact-banner {
    padding: 30px 20px;
  }
  .contact-banner-section .contact-banner-content h2 {
    font-size: 2rem !important;
  }
  .contact-banner-section .contact-banner-content p {
    font-size: 14px;
  }
}

.whatsapp-btn {
  display: inline-block;
  width: 110px;
  height: 34px;
  overflow: hidden;
  line-height: 0;
}

.whatsapp-btn img {
  display: block;
  width: 110px;
  height: 68px;
  transition: transform 0.3s ease;
}

.whatsapp-btn:hover img {
  transform: translateY(-34px);
}

@media (max-width: 576px) {
  .contact-us-phone {
    background-color: #02276e;
    color: #fff;
    padding: 10px;
    margin: 0px;
  }
  .contact-us-phone a, .contact-us-phone span {
    color: #fff !important;
  }
}

/* Testimonials */
.testimonial-section {
  background: #02276e;
  padding: 90px 0;
}
@media (max-width: 768px) {
  .testimonial-section .testimonial-content {
    margin-top: -50px;
  }
}
.testimonial-section h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.testimonial-section p {
  color: rgba(255, 255, 255, 0.85);
}
.testimonial-section .testimonial-card {
  max-width: 850px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 60px 50px;
  text-align: center;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  height: 100%;
}
.testimonial-section .testimonial-card .quote {
  font-size: 90px;
  color: #0b87dd;
  line-height: 0.5;
  margin-bottom: 15px;
  opacity: 0.15;
  font-family: Georgia, serif;
}
.testimonial-section .testimonial-card p {
  color: #555;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
  font-style: italic;
}
.testimonial-section .testimonial-card h5 {
  color: #02276e;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.testimonial-section .testimonial-card span {
  color: #888;
}
.testimonial-section .carousel-item img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
.testimonial-section .carousel-indicators {
  bottom: -40px;
}
.testimonial-section .carousel-indicators [data-bs-target] {
  width: 30px;
  height: 3px;
  border-radius: 0;
  background: #fff;
  opacity: 0.4;
  border: 0px;
}
.testimonial-section .carousel-indicators .active {
  opacity: 1;
}
.testimonial-section .carousel-control-prev,
.testimonial-section .carousel-control-next {
  width: 60px;
}
.testimonial-section .carousel-control-prev-icon,
.testimonial-section .carousel-control-next-icon {
  background-size: 70%;
}
@media (max-width: 991px) {
  .testimonial-section .carousel-item img {
    height: 300px;
    margin-bottom: 25px;
  }
  .testimonial-section .testimonial-card {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-card {
    padding: 40px 25px;
    width: 90%;
  }
  .testimonial-section .testimonial-card p {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */