@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
body {
  font-family: "Mulish", sans-serif !important;
  font-size: 0.95rem;
  overflow-x: hidden;
  color: #222;
}

.row {
  margin: 0px;
}

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-size: 2.2rem !important;
}

h3 {
  font-size: 2rem !important;
}

h4 {
  font-size: 1.4rem !important;
}

h5 {
  font-size: 1rem !important;
}

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/arrow.png");
  line-height: 30px;
  color: #000;
}

.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: 25%;
  list-style-image: url("../images/black-list.png");
  float: left;
  line-height: 29px;
}
@media (max-width: 768px) {
  .three-col li {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .three-col li {
    width: 100%;
  }
}

.three-col + p {
  clear: both;
  margin-top: 15px;
}

.scrollup {
  position: fixed;
  bottom: 10px;
  right: 7px;
  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 {
  background: #101010 !important;
  border-radius: 0px;
}
@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: #fff !important;
    background: #0055a6 !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
/***************************************************/
/**************************Header******************/
.header-row {
  background-color: #ffffff;
  position: relative;
}
.header-row .header-con .logo-col {
  padding: 0px;
  align-self: end;
}
.header-row .header-con .logo-col img {
  width: 90%;
}
@media (max-width: 1024px) {
  .header-row .header-con .logo-col img {
    width: 50%;
    margin-bottom: 10px;
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  .header-row .header-con .logo-col img {
    width: 50%;
    padding-top: 10px;
  }
}
@media (max-width: 1024px) {
  .header-row .header-con .logo-col {
    width: 100%;
    text-align: center;
  }
}
.header-row .header-con h4 {
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 1.2rem !important;
}
.header-row .header-con h4 a {
  color: #222;
}
.header-row .header-con h4 a:hover {
  color: #0055a6;
}
.header-row .contact-btn {
  align-self: center;
  text-align: end;
  padding: 0px;
}
@media (max-width: 1024px) {
  .header-row .contact-btn {
    text-align: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header-row .contact-btn button {
  background-color: #101010;
  padding: 8px 30px;
  text-transform: uppercase;
  border-radius: 5%;
  border: none;
}
@media (max-width: 1024px) {
  .header-row .contact-btn button {
    padding: 10px 20px;
  }
}
.header-row .contact-btn button a {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
.header-row .contact-btn button:hover {
  border: none;
  background-color: #fff;
  color: #000;
  border-radius: 5%;
}
.header-row .contact-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media (max-width: 1024px) {
  .header-row .contact-info-row {
    display: none;
  }
}
.header-row .contact-info-row .contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-row .contact-info-row .contact-item span {
  font-size: 14px !important;
  font-weight: 700;
  color: #0055a6;
  text-transform: capitalize;
}
.header-row .contact-info-row .contact-item a {
  font-size: 14px !important;
  font-weight: 700;
  color: #101010;
  text-decoration: none;
  transition: 0.3s;
}
.header-row .contact-info-row .contact-item a:hover {
  color: #0055a6;
}
.header-row .contact-info-row .contact-item-logos {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 40px;
}
.header-row .contact-info-row .contact-item-logos .header-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.header-row .contact-info-row .contact-item-logos .header-logos .cat-cls {
  width: auto;
  height: 32px;
}
.header-row .contact-info-row .contact-item-logos .header-logos .tat-cls {
  width: auto;
  height: 50px;
}
.header-row .contact-info-row .contact-item-logos .whatsapp-item {
  align-items: center;
}
.header-row .contact-info-row .contact-item-logos .whatsapp-item img {
  background-color: transparent;
  padding: 0;
  width: 40px;
  height: 40px;
}
.header-row .contact-info-row .phone-group img {
  width: 28px;
  height: 28px;
  background-color: #0055a6;
  padding: 4px;
  border-radius: 50%;
}
.header-row .contact-info-row .phone-group .phone-lines {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.header-row .contact-info-row .phone-group .phone-line {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-row .contact-info-row .phone-group .phone-line span {
  font-size: 1rem;
}
.header-row .contact-info-row .phone-group .phone-line a {
  font-size: 1rem;
}
.header-row .contact-info-row .email-item {
  align-items: center;
}
.header-row .contact-info-row .email-item img {
  width: 28px;
  height: 28px;
  background-color: #0055a6;
  padding: 4px;
  border-radius: 50%;
}
.header-row .contact-info-row .email-item a {
  color: #101010 !important;
  font-weight: 400;
}
.header-row .contact-info-row .email-item a:hover {
  color: #0055a6;
}
@media (max-width: 1366px) {
  .header-row .contact-info-row {
    gap: 35px;
  }
  .header-row .contact-info-row .contact-item a,
  .header-row .contact-info-row .contact-item span {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .header-row .contact-info-row {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .header-row .contact-info-row {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
.header-row .header-logos-responsive {
  display: none;
}
@media (max-width: 1024px) {
  .header-row .header-logos-responsive {
    display: block;
  }
  .header-row .header-logos-responsive .header-logos {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .header-row .header-logos-responsive .header-logos .whatsapp-item {
    width: auto;
  }
  .header-row .header-logos-responsive .header-logos .cat-cls {
    width: 150px;
  }
  .header-row .header-logos-responsive .header-logos .tat-cls {
    width: 65px;
  }
}

/**************************Header ends******************/
/***************Menu******************/
.header-wrapper {
  background: #0055a6;
  position: relative;
  width: 100%;
  z-index: 5000 !important;
  padding-top: 0px;
  border-bottom: 3px solid #101010;
}
@media (max-width: 1024px) {
  .header-wrapper {
    padding: 0px;
  }
}
.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;
  overflow: visible !important;
}
@media (max-width: 1024px) {
  .header-wrapper .menu-row .menu-con {
    padding: 0px;
    background-color: #0055a6;
  }
}
@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: #0055a6;
}
@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: #0055a6;
  }
}
.header-wrapper .menu-row .menu-con .res-cions {
  display: none;
}
@media (max-width: 1024px) {
  .header-wrapper .menu-row .menu-con .res-cions {
    display: block;
  }
}
.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-between;
  width: 100%;
}
.header-wrapper .menu-row .menu-con #myNavbar #main-menu li {
  padding: 0px;
}
.header-wrapper .menu-row .menu-con #myNavbar #main-menu li a {
  color: #fff;
  text-transform: capitalize;
  padding: 15px 10px !important;
  font-size: 14px !important;
}
@media (max-width: 1366px) {
  .header-wrapper .menu-row .menu-con #myNavbar #main-menu li a {
    padding: 15px 30px;
  }
}
@media (max-width: 1260px) {
  .header-wrapper .menu-row .menu-con #myNavbar #main-menu li a {
    padding: 15px 10px;
  }
}
.header-wrapper .menu-row .menu-con #myNavbar #main-menu li a:hover {
  background: #101010;
  display: block !important;
  border-radius: 0px;
}
.header-wrapper .menu-row .menu-con #myNavbar .dropdown-menu {
  padding: 0px;
  min-width: 135px;
}
.header-wrapper .menu-row .menu-con #myNavbar .dropdown-menu li {
  background: #0055a6;
}
.header-wrapper .menu-row .menu-con #myNavbar .dropdown-menu li a {
  color: #f9f7f8 !important;
}
.header-wrapper .menu-row .menu-con #myNavbar .dropdown-menu li:hover {
  background: #101010;
  display: block !important;
}

/*****************Menu ends****************/
/****************Carousel**************/
#carouselExampleControls {
  position: relative;
}
@media (max-width: 1024px) {
  #carouselExampleControls {
    margin-top: 0px;
  }
}
/***********quick-quote***************/
.quickquote-con {
  position: relative;
}
@media (max-width: 1024px) {
  .quickquote-con {
    display: none;
  }
}
.quickquote-con .quickquote-wrapper {
  width: 50%;
  background: #fff;
  position: absolute;
  bottom: -483px;
  left: 50%;
  border-radius: 0;
  overflow: hidden;
  box-sizing: border-box;
  transform: translateY(-108%);
  max-width: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  clip-path: polygon(0 0, calc(100% - 55px) 0, 100% 60px, 100% 100%, 0 100%);
}
.quickquote-con .quickquote-heading {
  margin-bottom: 20px;
  padding: 15px 40px 0;
}
.quickquote-con .quickquote-heading h2 {
  font-size: 23px;
  font-weight: 400;
  color: #2b2b2b;
  margin: 0;
  text-transform: uppercase;
}
.quickquote-con .quickquote-heading h2 span {
  color: #1652a1;
  font-weight: 700;
}
.quickquote-con .quickquote-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 15px 40px 0;
}
.quickquote-con .quickquote-box input {
  width: calc(50% - 10px);
  height: 45px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 0 16px;
  text-transform: uppercase;
  font-size: 14px;
  color: #333;
}
.quickquote-con .quickquote-box input.full {
  width: 100%;
}
.quickquote-con .quickquote-box input::-moz-placeholder {
  color: #8a8a8a;
  text-transform: uppercase;
}
.quickquote-con .quickquote-box input::placeholder {
  color: #8a8a8a;
  text-transform: uppercase;
}
.quickquote-con .quickquote-box input:focus {
  outline: none;
  border-color: #1652a1;
}
.quickquote-con .quickquote-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 40px 30px;
}
.quickquote-con .quickquote-footer .privacy-link {
  color: #8a8a8a;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}
.quickquote-con .quickquote-footer .privacy-link:hover {
  color: #0055a6;
}
.quickquote-con .btn-submit {
  width: 50%;
  height: 50px;
  border: none;
  background: #1652a1;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
  padding: 0px 50px;
}
.quickquote-con .btn-submit:hover {
  background: rgb(17.0950819672, 63.7180327869, 125.1049180328);
}

/*********quick-quote*********/
.responsive-quickquote {
  display: none;
  background: #0055a6;
  color: #fff;
  text-align: center;
}
@media (max-width: 1024px) {
  .responsive-quickquote {
    display: block;
  }
}
.responsive-quickquote:hover {
  background: #101010;
}
.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;
}

/*********quick-quote*********/
.welcome-top-section {
  padding: 50px 0px;
}
@media (max-width: 1024px) {
  .welcome-top-section .welcome-content {
    padding: 0px 20px;
  }
}
.welcome-top-section .welcome-content h5 {
  color: #0055a6;
  text-transform: capitalize;
  font-size: 1.5rem !important;
  margin-bottom: 10px;
  font-weight: 800;
}
.welcome-top-section .welcome-content h2 {
  color: #000;
  font-weight: 700;
  font-size: 2rem !important;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .welcome-top-section .welcome-content h2 {
    font-size: 1.5rem !important;
  }
}
.welcome-top-section .welcome-content p {
  color: #000;
  line-height: 1.9;
  margin-bottom: 15px;
}
.welcome-top-section .welcome-content p a {
  font-weight: 600 !important;
}
.welcome-top-section .welcome-content p a:hover {
  color: #0055a6;
}

/**welcome-section**/
.welcome-row-section {
  background-image: url(../images/welcome-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: visible;
}
.welcome-row-section .welcome-con {
  padding: 60px 0px;
  position: relative;
}
@media (max-width: 1024px) {
  .welcome-row-section .welcome-con {
    padding: 40px 10px;
  }
}
.welcome-row-section .welcome-content {
  align-self: center;
}
@media (max-width: 1024px) {
  .welcome-row-section .welcome-content {
    padding-top: 0px;
  }
}
.welcome-row-section .welcome-content h5 {
  color: #0055a6;
  text-transform: capitalize;
  font-size: 1.5rem !important;
  margin-bottom: 10px;
  font-weight: 800;
}
.welcome-row-section .welcome-content h2 {
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem !important;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .welcome-row-section .welcome-content h2 {
    font-size: 1.5rem !important;
  }
}
.welcome-row-section .welcome-content p {
  color: #fff;
  line-height: 1.9;
  margin-bottom: 15px;
}
.welcome-row-section .welcome-content .btn-submit {
  background: #0055a6;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 1.2rem;
  border-radius: 0px;
  padding: 8px 50px;
}
.welcome-row-section .welcome-content .btn-submit a {
  color: #fff;
  font-size: 1rem;
}
.welcome-row-section .welcome-content .btn-submit a:hover {
  color: #ffffff !important;
}
.welcome-row-section .welcome-content .btn-submit:hover {
  background-color: #0055a6;
  color: #ffffff !important;
}
.welcome-row-section .welcome-img {
  align-self: center;
}
.welcome-row-section .welcome-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
}
@media (max-width: 1024px) {
  .welcome-row-section .welcome-img {
    padding-top: 30px;
  }
  .welcome-row-section .welcome-img img {
    height: auto;
  }
}

/**whychoose-row**/
.whychoose-row-section {
  background-image: url(../images/whychoose-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .whychoose-row-section {
    margin-top: 0px;
  }
}
.whychoose-row-section .whychoose-con {
  padding: 60px 0px 60px 0px;
}
@media (max-width: 1024px) {
  .whychoose-row-section .whychoose-con {
    padding: 30px 10px 30px 10px;
    background-image: none !important;
  }
}
@media (max-width: 768px) {
  .whychoose-row-section .whychoose-con {
    padding: 30px 10px 30px 10px;
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  .whychoose-row-section .whychoose-con .whychoose-heading {
    width: 100% !important;
    text-align: left;
  }
}
.whychoose-row-section .whychoose-con .whychoose-heading h5 {
  color: #0055a6;
  text-transform: capitalize;
  font-size: 1.5rem !important;
  margin-bottom: 10px;
  font-weight: 600;
}
.whychoose-row-section .whychoose-con .whychoose-heading h2 {
  color: #000;
  font-weight: 600;
  font-size: 1.2rem !important;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .whychoose-row-section .whychoose-con .whychoose-heading h2 {
    text-align: left;
    font-size: 1.3rem !important;
  }
}
.whychoose-row-section .whychoose-con .whychoose-content {
  color: #000 !important;
  padding: 0px 30px 50px 30px;
}
@media (max-width: 1024px) {
  .whychoose-row-section .whychoose-con .whychoose-content {
    padding: 30px 10px 30px 10px;
  }
}
.whychoose-row-section .whychoose-con .whychoose-content .btn-submit {
  background: #0055a6;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 1.2rem;
  border-radius: 0px;
  padding: 10px 60px;
  margin-top: 0px;
}
.whychoose-row-section .whychoose-con .whychoose-content .btn-submit a {
  color: #fff;
  font-size: 1rem;
}
.whychoose-row-section .whychoose-con .whychoose-content .btn-submit:hover {
  background-color: #101010;
  color: #ffffff !important;
}
.whychoose-row-section .whychoose-con .whychoose-content .whychoose-box {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.whychoose-row-section .whychoose-con .whychoose-content .whychoose-box .box-content h5 {
  font-weight: 700;
  color: #0055a6;
  text-transform: capitalize;
}
.whychoose-row-section .whychoose-con .whychoose-image {
  position: relative;
  display: inline-block;
}
.whychoose-row-section .whychoose-con .whychoose-image img {
  width: 100%;
  clip-path: polygon(0 0, 80% 0, 100% 13%, 100% 76%, 74% 100%, 0 100%);
  display: block;
}
.whychoose-row-section .whychoose-con .whychoose-image::after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 170px;
  height: 212px;
  background: #0055a6;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media (max-width: 1024px) {
  .whychoose-row-section .whychoose-con .whychoose-image::after {
    width: 96px;
    height: 118px;
    bottom: 0px;
    right: 7px;
  }
}
@media (max-width: 1024px) {
  .whychoose-row-section .whychoose-logos {
    bottom: 8px;
    padding: 0 8px;
  }
  .whychoose-row-section .whychoose-logo-badge {
    padding: 6px 10px;
  }
}

/****service-tab****/
.service-tab {
  background-image: url(../images/tab-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.service-tab .service-tab-con {
  padding: 30px 0px;
}
@media (max-width: 1024px) {
  .service-tab .service-tab-con {
    padding: 30px 10px;
  }
}
.service-tab .service-tab-con .tab-heading {
  text-align: center;
}
@media (max-width: 1024px) {
  .service-tab .service-tab-con .tab-heading {
    text-align: left;
  }
}
.service-tab .service-tab-con .tab-heading h5 {
  color: #555;
  text-transform: uppercase;
  font-size: 1.3rem !important;
  margin-bottom: 10px;
}
.service-tab .service-tab-con .tab-heading h3 {
  color: #0055a6;
  font-weight: 600;
  font-size: 2.5rem !important;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .service-tab .service-tab-con .tab-heading h3 {
    text-align: left;
    font-size: 1.8rem !important;
  }
}
.service-tab .service-tab-con .tab-wrap {
  padding: 2px; /* Border thickness */
  background: #101010; /* Border color */
  clip-path: polygon(0 0, 81% 0, 100% 21%, 100% 100%, 0 100%);
  margin-top: 25px;
  overflow: hidden;
}
.service-tab .service-tab-con .tab-wrap:hover {
  background: #0055a6;
}
@media (max-width: 576px) {
  .service-tab .service-tab-con .tab-wrap {
    margin-bottom: 20px;
  }
}
.service-tab .service-tab-con .tab-wrap .tab-description {
  color: #fff;
  padding: 10px 10px;
}
@media (max-width: 576px) {
  .service-tab .service-tab-con .tab-wrap .tab-description {
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.service-tab .service-tab-con .tab-wrap .tab-description h4 {
  font-size: 1.2rem !important;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
}
@media (max-width: 576px) {
  .service-tab .service-tab-con .tab-wrap .tab-description h4 {
    font-size: 1.3rem !important;
  }
}
.service-tab .service-tab-con .tab-wrap .tab-description h4:hover {
  font-weight: 500;
}
.service-tab .service-tab-con .tab-wrap .tab-img {
  width: 100%;
  padding: 2px;
  height: 240px;
  clip-path: polygon(0 0, 80% 0, 100% 25%, 100% 100%, 0 100%);
}
@media (max-width: 1024px) {
  .service-tab .service-tab-con .tab-wrap .tab-img {
    padding: 0px;
  }
}

/********************************testimonials ******************/
.testimonial-section .testimonial-heading {
  padding: 40px 0 0;
}
@media (max-width: 1024px) {
  .testimonial-section .testimonial-heading {
    padding: 0px;
  }
}
.testimonial-section .testimonial-heading h5 {
  color: #0055a6;
  text-transform: capitalize;
  font-size: 1.5rem !important;
  margin-bottom: 10px;
  font-weight: 600;
}
.testimonial-section .testimonial-heading h2 {
  color: #000;
  font-weight: 600;
  font-size: 1.2rem !important;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .testimonial-section .testimonial-heading h2 {
    text-align: left;
    font-size: 1.3rem !important;
  }
}
.testimonial-section .testimonial-band {
  background: #0055a6;
  margin-top: 40px;
  margin-bottom: 70px;
  position: relative;
}
@media (max-width: 1024px) {
  .testimonial-section .testimonial-band {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
.testimonial-section .testimonial-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.testimonial-section .testimonial-content {
  flex: 0 0 55%;
  max-width: 55%;
  color: #fff;
  padding: 50px 40px 50px 0;
}
.testimonial-section .testimonial-content .quote-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 20px;
  background-color: #000;
}
.testimonial-section .testimonial-content .testimonial-text {
  font-style: italic;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #f1f1f1;
}
.testimonial-section .testimonial-content .author-name {
  font-size: 18px !important;
  font-weight: 600;
  margin-bottom: 20px;
}
.testimonial-section .testimonial-content .testimonial-nav {
  display: flex;
  gap: 10px;
}
.testimonial-section .testimonial-content .testimonial-nav .nav-btn {
  width: 36px;
  height: 36px;
  background: #1a1a1a;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
.testimonial-section .testimonial-content .testimonial-nav .nav-btn:hover {
  background: #0055a6;
  border: 1px solid black;
}
.testimonial-section .testimonial-image {
  flex: 0 0 45%;
  max-width: 45%;
  position: relative;
  align-self: stretch;
}
.testimonial-section .testimonial-image img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border: 10px solid white;
}
@media (max-width: 992px) {
  .testimonial-section .testimonial-flex {
    flex-direction: column;
  }
  .testimonial-section .testimonial-content,
  .testimonial-section .testimonial-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .testimonial-section .testimonial-image {
    position: static;
    height: 300px;
    padding-bottom: 40px;
  }
  .testimonial-section .testimonial-image img {
    position: static;
    transform: none;
    height: 100%;
    border: none;
  }
  .testimonial-section .testimonial-content {
    padding: 40px 20px;
  }
}

/************************testimonial ends******************/
/************************Footer logo**************************/
.footlogo-row .footlogo-con {
  text-align: center;
  padding: 100px 0px 70px 0px;
}
@media (max-width: 1024px) {
  .footlogo-row .footlogo-con {
    padding: 30px 0px 30px 0px;
  }
}
.footlogo-row .footlogo-con p {
  font-size: 1.4rem !important;
  margin-bottom: 30px;
}
.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**************************/
/********Footer top starts**************************/
.footer-top-row {
  background-color: #101010;
}
.footer-top-row .footer-top-con {
  padding: 60px 0px 40px 0px;
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con {
    padding: 30px 0px 30px 0px;
  }
}
.footer-top-row .footer-top-con .footer-logo {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 768px) {
  .footer-top-row .footer-top-con .footer-logo {
    text-align: center;
  }
}
.footer-top-row .footer-top-con .footer-logo img {
  width: 50%;
}
@media (max-width: 992px) {
  .footer-top-row .footer-top-con .footer-logo img {
    width: 45%;
  }
}
.footer-top-row .footer-top-con .footer-logo .contact-wrap {
  display: flex;
  align-items: baseline;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-logo .contact-wrap {
    justify-content: center;
  }
}
.footer-top-row .footer-top-con .footer-logo .contact-wrap .contact-column {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-logo .contact-wrap .contact-column {
    justify-content: flex-start;
    padding-top: 25px;
  }
}
.footer-top-row .footer-top-con .footer-logo .contact-wrap .contact-column .icon-item {
  align-self: center !important;
}
.footer-top-row .footer-top-con .footer-logo .contact-wrap .contact-column .icon-item img {
  width: auto;
}
.footer-top-row .footer-top-con .footer-logo .contact-wrap .contact-column .footer-item {
  margin-top: 15px;
}
.footer-top-row .footer-top-con .footer-logo .contact-wrap .contact-column .footer-item h5 {
  font-size: 1rem !important;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-logo .contact-wrap .contact-column .footer-item {
    margin-top: 0px;
    text-align: left;
  }
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-logo .contact-wrap .contact-column .footer-item {
    margin-top: 0px;
    text-align: left;
  }
}
.footer-top-row .footer-top-con .footer-logo .contact-wrap .contact-column a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
}
.footer-top-row .footer-top-con .footer-logo .contact-wrap .contact-column a:hover {
  color: #0055a6;
}
.footer-top-row .footer-top-con .footer-logo .contact-wrap .contact-column .icon-item {
  align-self: flex-start !important;
  margin-top: 12px;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-logo .contact-wrap .contact-column .icon-item {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .footer-top-row .footer-top-con .footer-logo .contact-wrap .contact-column .icon-item {
    margin-top: 0px;
  }
}
@media (max-width: 992px) {
  .footer-top-row .footer-top-con .footer-logo .contact-wrap .contact-column .icon-item {
    margin-top: -5px !important;
  }
}
.footer-top-row .footer-top-con .footer-logo .contact-wrap .contact-column .footer-item h6 {
  color: #ffffff;
  font-size: 1rem !important;
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-logo .contact-wrap .contact-column .footer-item h6 {
    margin-right: -18px !important;
    font-size: 0.9rem !important;
  }
}
.footer-top-row .footer-top-con .footer-about {
  color: #ffffff;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-about {
    padding-top: 0px;
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-about {
    margin: 0px;
  }
}
.footer-top-row .footer-top-con .footer-about h4 {
  color: #f9f7f8;
  text-transform: capitalize;
  font-size: 25px !important;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-about h4 {
    margin-bottom: 10px !important;
    text-align: center;
  }
}
.footer-top-row .footer-top-con .footer-services {
  color: #ffffff;
  margin-top: 50px;
  padding-left: 75px;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-services {
    padding-top: 0px;
    line-height: 30px;
    padding-left: 0px;
  }
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-services {
    margin: 0px;
  }
}
.footer-top-row .footer-top-con .footer-services h4 {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 25px !important;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-services h4 {
    margin-bottom: 10px !important;
    text-align: center;
  }
}
.footer-top-row .footer-top-con .footer-services ul {
  padding-left: 0px;
  line-height: 30px;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-services ul {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-services ul {
    padding-left: 0px;
    line-height: 30px;
    text-align: center;
  }
}
.footer-top-row .footer-top-con .footer-services ul li {
  list-style: none;
}
.footer-top-row .footer-top-con .footer-services ul li a {
  color: #ffffff;
}
.footer-top-row .footer-top-con .footer-services ul li a:hover {
  color: #0055a6;
}
.footer-top-row .footer-top-con .footer-contact {
  color: #f9f7f8;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-contact {
    padding-top: 0px;
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-contact {
    margin: 0px;
  }
}
.footer-top-row .footer-top-con .footer-contact h4 {
  color: #f9f7f8;
  text-transform: capitalize;
  font-size: 25px !important;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-contact h4 {
    margin-bottom: 10px !important;
    text-align: center;
  }
}
.footer-top-row .footer-top-con .footer-contact iframe {
  height: 200px;
  width: 300px;
  border-radius: 12px;
}
@media (max-width: 1199px) {
  .footer-top-row .footer-top-con .footer-contact iframe {
    width: 300px;
    height: 170px;
  }
}
@media (max-width: 992px) {
  .footer-top-row .footer-top-con .footer-contact iframe {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .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;
  }
}
@media (max-width: 992px) {
  .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-btm-row {
  background: #101010;
}
@media (max-width: 576px) {
  .footer-btm-row {
    padding: 15px 0px 15px 0px;
  }
}
.footer-btm-row .footer-btm-con {
  border-top: 2px dashed #444;
  padding: 35px 0px 35px 0px;
}
.footer-btm-row .footer-btm-con .footer-center {
  text-align: center;
}
.footer-btm-row .footer-btm-con .footer-center p {
  color: #fff;
  margin: 0;
  font-size: 14px;
}
.footer-btm-row .footer-btm-con .footer-center p span {
  color: #0a79e3;
}
@media (max-width: 768px) {
  .footer-btm-row .footer-btm-con .footer-center {
    text-align: center;
  }
  .footer-btm-row .footer-btm-con .footer-center p {
    font-size: 14px;
  }
}

/************************Footer top ends**************************/
.page-container {
  padding-top: 30px;
}
.page-container h3 {
  color: #0055a6;
  font-weight: 700;
}
.page-container p {
  text-align: left;
}
.page-container p a:hover {
  color: #101010;
}
.page-container .page-img img {
  width: 100%;
  padding: 5px;
  border-radius: 15px;
  margin-bottom: 20px;
}

/*********************gallery***********************/
.gallery-con .gallery-heading {
  padding-left: 4px !important;
  padding-right: 1px !important;
}
.gallery-con .gallery-heading h4 {
  background: #0055a6;
  text-align: center;
  padding: 14px;
  font-weight: 900;
  color: #fff;
  font-size: 1.4rem !important;
}
.gallery-con .gallery {
  list-style-type: none;
  padding-left: 0px !important;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  margin: 0%;
  margin-left: 0px !important;
}
.gallery-con .gallery li {
  padding: 5px;
  float: left;
  width: 20%;
  position: relative;
  height: 200px;
  overflow: hidden;
  list-style-image: none !important;
}
@media (max-width: 768px) {
  .gallery-con .gallery li {
    width: 100% !important;
    height: auto !important;
    margin: 0px;
  }
}
.gallery-con .gallery li a {
  position: absolute;
  bottom: 0px;
  padding: 5px 0px;
}
.gallery-con .gallery li img {
  width: 100%;
  height: auto !important;
  border-radius: 8px;
}
.gallery-con .gallery .gallery-pc {
  display: block;
  visibility: visible;
}
@media (max-width: 1024px) {
  .gallery-con .gallery .gallery-pc {
    display: none;
  }
}
.gallery-con .gallery .gallery-mobile {
  display: none !important;
}
@media (max-width: 1024px) {
  .gallery-con .gallery .gallery-mobile {
    display: block !important;
  }
}

/********************gallery ends***********************/
#bodynav-area .area-con iframe {
  width: 100%;
  height: 585px;
}
@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 .contact-address p {
  font-size: 18px !important;
  font-weight: 550;
}
.contact-con .btn-submit {
  background: #0055a6;
  color: #fff;
  padding: 7px 25px 7px 25px;
  text-transform: uppercase;
}
.contact-con .btn-submit:hover {
  background: #000;
}
.contact-con .contact-form {
  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: 0px;
}

/******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: #0055a6;
  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%;
  display: block;
  position: relative;
  text-align: center;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.modal .modal-dialog .modal-footer {
  justify-content: center;
}
.modal .modal-dialog .modal-footer .close-btn:hover {
  background: #101010;
}

#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;
  }
}/*# sourceMappingURL=style.css.map */