  
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800&amp;family=Poppins:wght@300;400;500;600;700;800&amp;display=swap");
/*---------------------------------
            General Styles 
-----------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a,
button,
input[type="submit"] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a {
  color: #000;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a :focus {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
}

a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  font-family: "Poppins", sans-serif;
}

body {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  color: #666666;
}

p {
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}  
.btn {
  display: inline-block;
  line-height: 26px;
  font-weight: 400;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  padding: 14px 35px 14px;
  border-radius: 5px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}
.btn {
  display: inline-block;
  line-height: 26px;
  font-weight: 400;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  padding: 14px 35px 14px;
  border-radius: 5px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}

.btn i {
  position: relative;
  top: 3px;
  font-size: 16px;
  margin-left: 7px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn:hover {
  color: #fff;
}

.btn:hover:after, .btn:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.btn.style1 {
  background-color: #002172;
}

.btn.style1:after, .btn.style1:before {
  background: #EC3323;
}

.btn.style2 {
  background-color: #EC3323;
  color: #fff;
}

.btn.style2:after, .btn.style2:before {
  background: #002172;
}

.btn.style2:hover {
  color: #fff;
}
.hero-wrap {
  padding: 90px 0;
  position: relative;
  background-image: url(../img/hero-slider-4.jpg);
  min-height: 460px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-wrap:before {
  content: '';
  position: absolute;
  background: rgb(0 0 0 / 52%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hero-content {
  position: relative;
  text-align: center;
  max-width: 1140px;
  margin: auto;
}

.hero-content h1 {
  font-size: 45px;
    line-height: 1.3;
    font-weight: 800;
    margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
}
.hero-wrap .hero-content p {
  margin-bottom: 30px;
  color: #fff;
  font-size: 25px;
}
.city-wrap {
  position: relative;
  z-index: 1;
}

section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.city-wrap .city-shape-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  z-index: -1;
}
.section-title, .content-title {
  position: relative;
}
.section-title.style2 span, .content-title.style2 span {
  letter-spacing: 8px;
  color: #EC3323;
}

.section-title span, .content-title span {
  display: inline-block;
  font-weight: 600;
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.section-title h2, .content-title h2 {
  font-size: 35px;
  font-weight: 700;
  margin: 0;
  color: #002172;
}
.hw-card {
  margin-bottom: 25px;
}
.hw-card .hw-img {
  position: relative;
  z-index: 1;
  margin: 0 0 35px;
}
.hw-card .hw-img .hw-shape-one {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 200px;
}

.hw-card .hw-img img {
  display: block;
  margin: 0 auto;
  width: 130px;
}
.hw-card .hw-img span {
  z-index: 1;
  font-size: 60px;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 70px;
  color: rgba(0, 0, 0, 0.14);  
}
.hw-card .hw-info {
  padding: 0 20px;
  text-align: center;
}
.hw-card .hw-info h3 {
  font-size: 22px;
  margin: 0 0 10px;
}
.hw-card .hw-info p {
  margin: 0;
}
.bg-seashell {
  background-color: #f9f9f9;
}
.faq-wrap.style3 .accordion-item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 7%);
  box-shadow: 0 0 15px rgb(0 0 0 / 7%);
}
 
.accordion-item {
  border: none;
  margin: 0 0 15px;
  background: transparent;
}
.accordion-item .accordion-header {
  margin-bottom: 0;
}
.accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: transparent !important;
  border-bottom: none;
}
.faq-wrap.style3 .accordion-item .accordion-button {
  background-color: #fff;
  border: none;
}
.accordion-item .accordion-header .accordion-button:not(collapsed) {
  border: 1px solid rgba(255, 255, 255, 0.98);
}
.accordion-item .accordion-header .accordion-button {
  border-radius: 5px 5px 0 0;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 5px;
  color: #000;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 65px 20px 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}
.accordion-item .accordion-header .accordion-button span {
  display: inline-block;
  min-width: 50px;
  text-align: center;
  position: absolute;
  top: 32px;
  right: 4px;
  border-radius: 5px;
}
.accordion-item .accordion-header .accordion-button:not(collapsed) span i {
  color: #EC3323;
}

.accordion-button:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}
.accordion-item .accordion-header .accordion-button span i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 15px;
  line-height: 0.8;
  color: #002172;
}
.accordion-button::after{
  display: none;
}
.accordion-collapse {
  border: none;
}
.accordion-item .accordion-collapse .accordion-body {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-top: none;
  padding: 0 20px 20px;
}
.accordion-item .accordion-body p {
  margin: 0;
}

.content-feature-list {
  margin: 0 0 28px 0;
}
.faq-img-wrap img {
  border-radius: 10px;
  box-shadow: 10px 10px 0px #ec3323;
}
.content-feature-list li {
  position: relative;
  padding-left: 25px;
  margin: 0 0 5px;
  font-size: 14px;
}

.content-feature-list li:last-child {
  margin-bottom: 0;
}

.content-feature-list li i {
  position: absolute;
  top: 3px;
  left: 0;
  color: #EC3323;
  font-size: 15px;
  line-height: 0.8;
}
.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.testimonial-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}


.testimonial-wrap .testimonial-shape-one {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.testimonial-card .client-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 35px;
  border: 5px solid #002172;
}

.testimonial-card .client-img img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.testimonial-card .quote-wrap {
  padding: 25px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  position: relative;
  background-color: #fff;
}

.testimonial-card .quote-wrap:before {
  position: absolute;
  top: -25px;
  left: 50%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-bottom: 25px solid #002172;
  border-right: 20px solid transparent;
  -webkit-box-shadow: -11px 14px 46px -2px rgba(0, 0, 0, 0.1);
          box-shadow: -11px 14px 46px -2px rgba(0, 0, 0, 0.1);
}

.testimonial-card .quote-wrap .client-quote {
  margin: 0 0 15px;
}

.testimonial-card .quote-wrap .client-info-wrap {
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.testimonial-card .quote-wrap .client-info-wrap .client-info h5 {
  font-size: 20px;
  margin: 0 0 6px;
}

.testimonial-card .quote-wrap .client-info-wrap .client-info span {
  color: #666666;
}

.testimonial-card .quote-wrap .client-info-wrap .ratings {
  font-weight: 600;
  color: #002172;
  position: relative;
  top: 2px;
}

.testimonial-card .quote-wrap .client-info-wrap .ratings i {
  color: #FFC422;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.testimonial-card.style1 {
  padding: 0;
}
.footer-wrap.style2 {
  background-color: #002172;
  position: relative;
  z-index: 1;
}
.footer-wrap .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
}
.footer-wrap.style2 .copyright-text {
  color: rgba(255, 255, 255, 0.8);
}
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

.footer-list li {
  display: inline-block;
}

.footer-list li a {
  color: #ccc;
  padding: 0 5px;
}

.footer-list li:after {
  content: '|';
}

.footer-list li:last-child:after {
  content: '';
}


.bottomMenu {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #272727;
  z-index: 9999;
}
.bottom-form {
  display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 1024px;
    margin: auto;
    padding: 25px;
}
.bottom-form h2 {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
} 
 
@media (max-width:767px) {
  .navbar {
    justify-content: center;
}
.others-options{
  display: none;
}
.hero-content h1 br {
  display: none;
}

.hero-content h1 {
  font-size: 26px;
}
.hero-wrap .hero-content p {
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 10px;
}
.hero-content {
  padding: 0 15px;
}
.hero-wrap {
  padding: 50px 0;
  min-height: auto;
}
section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-title h2, .content-title h2 {
  font-size: 25px;
}
.hw-card .hw-img span {
  z-index: 1;
  font-size: 35px;
  font-weight: 700;
  position: absolute;
  top: -10px;
  right: 70px;
  color: rgba(0, 0, 0, 0.14);
}
.faq-img-wrap {
  margin-bottom: 40px;
}
.accordion-item .accordion-header .accordion-button {
  border-radius: 5px 5px 0 0;
  margin: 0;
  font-size: 14px;
}
p {
  font-size: 14px; 
}
.testimonial-card.style1 {
  padding: 0;
  margin-bottom: 30px;
}
p.copyright-text, .footer-list {
  text-align: center;
  font-size: 12px;
}
.hw-card .hw-img img {
  display: block;
  margin: 0 auto;
  width: 100px;
}
.hw-card .hw-img .hw-shape-one {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 160px;
}
}

section.page {
	padding: 30px;
	max-width: 1200px;
	margin: 10px auto;
}

h3.white {
	color: #ffffff;
}