@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", 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.4rem !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: 28px;
}

.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: 7px;
  display: none;
  text-indent: -9999px;
  background: url(../images/scroll.jpg);
  z-index: 99;
  padding: 38px;
  background-repeat: no-repeat;
}

body#bodynav-contact a#mynav6,
body#bodynav-area a#mynav7,
body#bodynav-gallery a#mynav4,
body#bodynav-3 a#mynav3,
body#bodynav-2 a#mynav2,
body#bodynav-1 a#mynav1,
body#home a#mynav0 {
  background: #a4b93a;
}
@media (max-width: 1024px) {
  body#bodynav-contact a#mynav6,
  body#bodynav-area a#mynav7,
  body#bodynav-gallery 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;
  }
}
/***************************************************/
@media (max-width: 1024px) {
  .header-top-row {
    display: none;
  }
}
.header-top-row .header-top-con {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom-right-radius: 55px;
  border-bottom-left-radius: 55px;
  background-color: #19476b;
}
.header-top-row .header-top-con .flex-row {
  display: flex;
  gap: 30px;
  justify-content: right;
  align-items: center;
}
.header-top-row .header-top-con .flex-row .flex-item {
  display: flex;
  align-self: center;
}
.header-top-row .header-top-con .flex-row .flex-item .flex-item-icon {
  padding-right: 10px;
}
.header-top-row .header-top-con .flex-row .flex-item a {
  color: #a4b93a;
}
.header-top-row .header-top-con .flex-row .flex-item a:hover {
  color: #a4b93a;
}
.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;
}
.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;
  border-radius: 60px;
}
@media (max-width: 1024px) {
  .header-wrapper .header-con {
    max-width: 768px !important;
  }
}
.header-wrapper .header-con .logo-col {
  width: 20%;
  background-color: #ffffff;
  margin-top: -20px;
  margin-left: 30px;
}
@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: 70%;
    margin: auto !important;
  }
}
@media (max-width: 576px) {
  .header-wrapper .header-con .logo-col {
    margin: auto;
  }
}
.header-wrapper .header-con .logo-col img {
  width: 100%;
  padding: 10px;
}
@media (max-width: 576px) {
  .header-wrapper .header-con .logo-col img {
    width: 80%;
  }
}
.header-wrapper .header-con .shape-cls {
  width: 32px;
  height: 70px;
  margin-left: -12px;
}
@media (max-width: 1024px) {
  .header-wrapper .header-con .shape-cls {
    display: none;
  }
}
.header-wrapper .header-con .header-logos {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-wrapper .header-con .header-logos .check-cls {
  text-align: right;
}
@media (max-width: 768px) {
  .header-wrapper .header-con .header-logos .check-cls {
    text-align: center;
    width: 60%;
  }
}
.header-wrapper .header-con .header-logos .check-cls img {
  width: 80%;
}
@media (max-width: 1024px) {
  .header-wrapper .header-con .header-logos .check-cls img {
    width: 65%;
  }
}
.header-wrapper .header-con .email-col {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 1024px) {
  .header-wrapper .header-con .email-col {
    display: none;
  }
}
.header-wrapper .header-con .email-col .email {
  padding-top: 10px;
}
@media (max-width: 1024px) {
  .header-wrapper .menu-row {
    background: #19476b;
  }
}
.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;
  overflow: hidden;
}
@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: #19476b;
}
@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: #19476b;
  }
}
.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: flex-end !important;
  width: 100%;
}
.header-wrapper .menu-row .menu-con #myNavbar #main-menu li a {
  color: black;
  text-transform: uppercase;
  padding: 15px 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 {
  background: #a4b93a;
}
.header-wrapper .menu-row .menu-con #myNavbar .dropdown-menu {
  padding: 0px;
  min-width: 11rem;
}
.header-wrapper .menu-row .menu-con #myNavbar .dropdown-menu li {
  background: #a4b93a;
}
.header-wrapper .menu-row .menu-con #myNavbar .dropdown-menu li:hover {
  background: #19476b;
}

#carouselExampleControls {
  margin-top: -47px;
}
@media (max-width: 1920px) {
  #carouselExampleControls {
    margin-top: -53px;
  }
}
@media (max-width: 1366px) {
  #carouselExampleControls {
    margin-top: -47px;
  }
}
@media (max-width: 1024px) {
  #carouselExampleControls {
    margin-top: 0px;
  }
}
#carouselExampleControls .carousel-inner .carousel-caption {
  left: 45rem !important;
  bottom: 7rem !important;
  color: #fff;
  background-color: #19476b;
  border-radius: 15px;
  padding: 1rem 1rem 1rem 1rem;
  opacity: 80%;
  width: -moz-fit-content;
  width: fit-content;
}
#carouselExampleControls .carousel-inner .carousel-caption h2 {
  font-size: 1.5rem !important;
  text-align: center;
  width: auto;
}
@media (max-width: 576px) {
  #carouselExampleControls .carousel-inner .carousel-caption h2 {
    font-size: 1rem !important;
  }
}
#carouselExampleControls .carousel-inner .carousel-caption h4 {
  font-size: 1rem !important;
  text-align: center;
  width: auto;
}
@media (max-width: 576px) {
  #carouselExampleControls .carousel-inner .carousel-caption h4 {
    font-size: 0.79rem !important;
  }
}
@media (max-width: 1920px) {
  #carouselExampleControls .carousel-inner .carousel-caption {
    left: 60rem !important;
    bottom: 8rem !important;
  }
}
@media (max-width: 1620px) {
  #carouselExampleControls .carousel-inner .carousel-caption {
    left: 55rem !important;
  }
}
@media (max-width: 1366px) {
  #carouselExampleControls .carousel-inner .carousel-caption {
    left: 45rem !important;
    bottom: 10rem !important;
  }
}
@media (max-width: 1024px) {
  #carouselExampleControls .carousel-inner .carousel-caption {
    left: 12rem !important;
    bottom: 1rem !important;
  }
}
@media (max-width: 576px) {
  #carouselExampleControls .carousel-inner .carousel-caption {
    left: 3rem !important;
    bottom: 0.5rem !important;
    padding: 0.7rem !important;
  }
}

/******ends******/
/***********quick-quote***************/
.quick-quote-section {
  background-color: #a4b93a;
}
.quick-quote-section .quickquote-wrapper {
  position: relative;
  margin-top: -75px;
  display: flex;
  background: white;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding-right: 0px !important;
  left: -30px !important;
}
@media (max-width: 1024px) {
  .quick-quote-section .quickquote-wrapper {
    display: none;
  }
}
.quick-quote-section .quickquote-wrapper #form {
  background: #a4b93a;
}
.quick-quote-section .quickquote-wrapper .quickquote-heading {
  padding: 1rem;
  text-align: center;
  background: #ffffff;
  min-width: 105px;
}
.quick-quote-section .quickquote-wrapper .quickquote-heading h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-top: 20px;
  color: #19476b !important;
}
.quick-quote-section .quickquote-wrapper .quickquote-heading h3 font {
  color: #a4b93a;
  font-weight: 600;
}
.quick-quote-section .quickquote-wrapper .quickquote-box {
  background: #ffffff;
  padding: 20px 20px 20px 20px !important;
}
.quick-quote-section .quickquote-wrapper .quickquote-box input, .quick-quote-section .quickquote-wrapper .quickquote-box textarea, .quick-quote-section .quickquote-wrapper .quickquote-box .btn-submit {
  width: 100%;
  border: 1px solid #cccccc;
  background: white;
  padding: 8px;
  margin-top: 6px;
  margin-bottom: 10px;
}
.quick-quote-section .quickquote-wrapper .quickquote-box input {
  height: 30px;
}
@media (max-width: 1366px) {
  .quick-quote-section .quickquote-wrapper .quickquote-box input {
    height: 34px;
  }
}
@media (max-width: 1200px) {
  .quick-quote-section .quickquote-wrapper .quickquote-box input {
    height: 30px;
  }
}
.quick-quote-section .quickquote-wrapper .quickquote-box textarea {
  height: 45px;
  resize: none;
}
@media (max-width: 1366px) {
  .quick-quote-section .quickquote-wrapper .quickquote-box textarea {
    height: 45px;
    margin-bottom: 0px;
  }
}
.quick-quote-section .quickquote-wrapper .quickquote-column3 {
  background-color: #a4b93a;
  display: flex;
  align-items: center;
  background-image: linear-gradient(#a4b93a, #6e8304);
}
.quick-quote-section .quickquote-wrapper .quickquote-column3 .quick-privacy {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1366px) {
  .quick-quote-section .quickquote-wrapper .quickquote-column3 .quick-privacy {
    margin-bottom: 0px;
  }
}
.quick-quote-section .quickquote-wrapper .quickquote-column3 .quick-privacy a {
  color: #fff;
  font-size: 1rem;
}
.quick-quote-section .quickquote-wrapper .quickquote-column3 .quick-privacy a:hover {
  color: #19476b;
}
.quick-quote-section .quickquote-wrapper .quickquote-column3 .btn-submit {
  background: #19476b;
  height: 40px;
  border-radius: 12px;
  padding: 5px 37px;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 1rem !important;
}
@media (max-width: 1260px) {
  .quick-quote-section .quickquote-wrapper .quickquote-column3 .btn-submit {
    height: 45px;
  }
}
.quick-quote-section .quickquote-wrapper .quickquote-column3 .btn-submit:hover {
  background: #000000;
  color: #ffffff;
}

/*********quick-quote-responsive**********/
.responsive-quickquote {
  display: none;
  background: #19476b;
  color: #fff;
  text-align: center;
}
@media (max-width: 1024px) {
  .responsive-quickquote {
    display: block;
  }
}
.responsive-quickquote:hover {
  background: #a4b93a;
}
.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***************/
.welcome-row {
  background-color: #a4b93a;
  color: #ffffff;
}
.welcome-row .welcome-con {
  padding: 70px 0px 70px 0px;
}
@media (max-width: 576px) {
  .welcome-row .welcome-con {
    padding: 30px 0px 30px 0px;
  }
}
.welcome-row .welcome-con .welcome-content {
  text-align: center;
}
@media (max-width: 1024px) {
  .welcome-row .welcome-con .welcome-content {
    text-align: justify;
  }
}
.welcome-row .welcome-con .welcome-content a {
  font-weight: bold;
}
.welcome-row .welcome-con .welcome-content h5 {
  color: #19476b;
  font-weight: 550;
}
.welcome-row .welcome-con .welcome-content h2 {
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 576px) {
  .welcome-row .welcome-con .welcome-content h2 {
    font-size: 2.4rem !important;
  }
}

/***tab-section ***/
.tab-con-section {
  background-color: #a4b93a;
}
@media (max-width: 768px) {
  .tab-con-section .tab-con {
    margin-top: 150px;
  }
}
@media (max-width: 576px) {
  .tab-con-section .tab-con {
    margin-top: 150px;
  }
}
.tab-con-section .tab-con .tab-card {
  position: relative;
}
.tab-con-section .tab-con .tab-card:hover {
  transform: translateY(-5px);
}
.tab-con-section .tab-con .tab-card .tab-img {
  width: 85%;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 4/5;
}
@media (max-width: 1024px) {
  .tab-con-section .tab-con .tab-card .tab-img {
    margin: auto;
  }
}
.tab-con-section .tab-con .tab-card .tab-overlay {
  position: absolute;
  top: -109px;
  left: 30px;
  padding: 1.5rem;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .tab-con-section .tab-con .tab-card .tab-overlay {
    top: -105px;
    left: 90px;
    padding: 1.2rem;
    height: 215px;
    width: 75%;
  }
}
@media (max-width: 576px) {
  .tab-con-section .tab-con .tab-card .tab-overlay {
    top: -115px;
    left: 50px;
    padding: 1.2rem;
    width: 70%;
  }
}
.tab-con-section .tab-con .tab-card .tab-overlay h5 {
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 1.3rem !important;
}
@media (max-width: 576px) {
  .tab-con-section .tab-con .tab-card .tab-overlay h5 {
    font-size: 1rem !important;
  }
}
.tab-con-section .tab-con .tab-card .tab-overlay p {
  margin-bottom: 1rem;
  font-size: 0.95rem;
}
.tab-con-section .tab-con .tab-card .tab-overlay a {
  text-decoration: underline;
  color: #fff !important;
}
.tab-con-section .tab-con .tab-card .tab-overlay.blue {
  background-color: #333333;
}
.tab-con-section .tab-con .tab-card .tab-overlay.yellow {
  background-color: #1a2b4c;
}

/***tab-end***/
/****about-us -row***/
.aboutus-section {
  background-image: url(../images/about-bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.aboutus-section .aboutus-con {
  padding: 50px 0px 260px 0px;
}
.aboutus-section .aboutus-con .aboutus-heading {
  text-align: center;
}
.aboutus-section .aboutus-con .aboutus-heading h5 {
  color: #19476b;
}
.aboutus-content-section .aboutus-con2 {
  background: #ffffff;
  border-radius: 30px;
  padding: 40px 10px 40px 10px;
  position: relative;
  margin-top: -245px;
}
.aboutus-content-section .aboutus-con2 .aboutus-content h5 {
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Times New Roman", Times, serif;
}
.aboutus-content-section .aboutus-con2 .aboutus-content h4 {
  color: #19476b;
}
.aboutus-content-section .aboutus-con2 .aboutus-content p {
  text-align: justify;
}
@media (max-width: 768px) {
  .aboutus-content-section .aboutus-con2 .aboutus-content p {
    text-align: left;
  }
}
.aboutus-content-section .aboutus-con2 .aboutus-content .aboutus-box {
  display: flex;
  gap: 25px;
  margin-top: 25px;
}
.aboutus-content-section .aboutus-con2 .aboutus-content .aboutus-box .box-content h5 {
  font-weight: 500;
  color: #19476b;
  text-transform: capitalize;
  font-family: "Poppins", serif;
}

/*******whychoose-us -row*******/
.whychoose-section .whychoose-con {
  padding: 60px 0px 40px 0px;
}
.whychoose-section .whychoose-con .whychoose-heading h5 {
  color: #a4b93a;
}
.whychoose-section .whychoose-con .whychoose-img img {
  width: 100%;
  padding: 5px;
  border-radius: 50px;
  margin-bottom: 20px;
}
.whychoose-section .whychoose-con .whychoose-content-img img {
  width: 100%;
  border-radius: 30px;
  margin-top: 35px;
}
.whychoose-section .whychoose-con .whychoose-content {
  padding: 20px 0px 20px 0px;
}
@media (max-width: 1024px) {
  .whychoose-section .whychoose-con .whychoose-content {
    display: block;
  }
}
.whychoose-section .whychoose-con .whychoose-content .why-item-wrap {
  display: flex;
  gap: 25px;
}
.whychoose-section .whychoose-con .whychoose-content .why-item-wrap .why-item h5 {
  color: #a4b93a;
}
.whychoose-section .whychoose-con .whychoose-content .why-item-wrap .why-item p {
  text-align: left;
}
@media (max-width: 576px) {
  .whychoose-section .whychoose-con {
    /* Standard syntax */
  }
  .whychoose-section .whychoose-con #order2 {
    -webkit-order: 2;
  }
  .whychoose-section .whychoose-con #order1 {
    -webkit-order: 1;
  }
  .whychoose-section .whychoose-con #order1 {
    order: 1;
  }
  .whychoose-section .whychoose-con #order2 {
    order: 2;
  }
}

/************************Testimonial**************************/
.testimonial-row {
  background: #f0f1f6;
  color: #222;
}
.testimonial-row .testimonial-con {
  padding: 60px 0px 60px 0px;
}
.testimonial-row .testimonial-con .slick-arrow {
  display: none !important;
}
.testimonial-row .testimonial-con h5 {
  color: #19476b;
}
.testimonial-row .testimonial-con h3 {
  font-weight: 600;
}
.testimonial-row .testimonial-con .testimonial {
  text-align: left;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .testimonial-row .testimonial-con .testimonial {
    text-align: justify;
  }
}
.testimonial-row .testimonial-con .testi-icon {
  width: 8%;
  height: 55px;
  border-radius: 10px;
  position: relative;
  left: 65px;
  padding: 15px;
  text-align: center;
  margin-top: 95px;
  background: #a4b93a !important;
}
@media (max-width: 1024px) {
  .testimonial-row .testimonial-con .testi-icon {
    display: none;
  }
}
.testimonial-row .testimonial-con .testimonial-image img {
  width: 100%;
  border-radius: 20px;
}

/************************Testimonial ends**************************/
/******footer*******/
.footer-top-row {
  background-color: #19476b;
}
.footer-top-row .footer-top-con {
  padding: 0px 0px 60px 0px;
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con {
    padding-bottom: 30px;
  }
}
.footer-top-row .footer-top-con iframe {
  height: 300px !important;
}
.footer-top-row .footer-top-con .p-40 {
  padding: 40px;
}
.footer-top-row .footer-top-con .footer-logo {
  text-align: left;
}
@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: 70%;
}
.footer-top-row .footer-top-con .footer-about {
  margin-left: -45px !important;
  padding-right: 0px !important;
}
@media (max-width: 768px) {
  .footer-top-row .footer-top-con .footer-about {
    margin-left: 45px !important;
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-about {
    padding-top: 20px;
    margin-left: 0px !important;
  }
}
.footer-top-row .footer-top-con .footer-about h4 {
  color: #f9f7f8;
  font-size: 20px !important;
  text-transform: uppercase;
  padding-bottom: 20px;
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-about h4 {
    padding-bottom: 0px;
  }
}
.footer-top-row .footer-top-con .footer-about p {
  color: #f9f7f8;
}
.footer-top-row .footer-top-con .footer-contact {
  color: #f9f7f8;
  margin-left: 45px;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-contact {
    padding-top: 25px;
    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: uppercase;
  font-size: 20px !important;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-contact h4 {
    margin-bottom: 10px !important;
  }
}
.footer-top-row .footer-top-con .footer-contact .contact-wrap {
  display: flex;
  align-items: baseline;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-contact .contact-wrap {
    display: block;
  }
}
.footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column-add {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 10px;
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column-add {
    text-align: left;
    padding-top: 25px;
  }
}
.footer-top-row .footer-top-con .footer-contact .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-contact .contact-wrap .contact-column {
    justify-content: left;
    padding-top: 25px;
  }
}
.footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column .icon-item {
  align-self: center !important;
}
.footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column .footer-item {
  margin-top: 15px;
}
.footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column .footer-item h5 {
  font-size: 1rem !important;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column .footer-item {
    margin-top: 0px;
  }
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column .footer-item {
    margin-top: -18px;
  }
}
.footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
}
.footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column .icon-item {
  align-self: flex-start !important;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column .icon-item {
    margin-top: 0px;
  }
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column .icon-item {
    margin-top: -20px;
  }
}
.footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column .footer-item h6 {
  font-size: 1rem !important;
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column .footer-item h6 {
    margin-right: -18px !important;
    font-size: 0.9rem !important;
  }
}
@media (max-width: 768px) {
  .footer-top-row .footer-top-con {
    /* Standard syntax */
  }
  .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 #order1 {
    order: 1;
  }
  .footer-top-row .footer-top-con #order2 {
    order: 2;
  }
  .footer-top-row .footer-top-con #order3 {
    order: 3;
  }
}

.footer-row {
  background-color: #f9f7f8;
}
.footer-row .footer-con {
  padding: 30px 0px 30px 0px;
  color: #5c5c5c;
}
@media (max-width: 1024px) {
  .footer-row .footer-con .foot-left {
    text-align: center !important;
    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-right {
  text-align: end;
}
@media (max-width: 1024px) {
  .footer-row .footer-con .foot-right {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .footer-row .footer-con .foot-right {
    font-size: 0.8rem !important;
  }
}
.footer-row .footer-con .foot-right a {
  color: #5c5c5c;
}

.page-container {
  padding-top: 30px;
}
.page-container h3 {
  color: #19476b;
}
.page-container p {
  text-align: justify;
}
.page-container p a {
  font-weight: bold;
}
.page-container p a:hover {
  color: #a4b93a;
}
.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: #19476b;
  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;
  min-height: 200px !important;
}
.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: 660px;
}
@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: #19476b;
  color: #fff;
  padding: 7px 25px 7px 25px;
  text-transform: uppercase;
}
.contact-con .btn-submit:hover {
  background: #a4b93a;
}
.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: 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: #19476b;
  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: #a4b93a;
}

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