/*   
Theme Name: Home Care Theme by thinkasa.com
Theme URI: https://thinkasa.com/homecare/
Description: Custom WordPress Theme For ThinKASA
Author: ThinKASA
Author URI: https://thinkasa.com/
Version: 1.0
*/
@font-face {
  font-family: "The Philadelphia Story";
  src: url("assets/fonts/ThePhiladelphiaStory.eot");
  src: url("assets/fonts/ThePhiladelphiaStory.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/ThePhiladelphiaStory.woff2") format("woff2"),
    url("assets/fonts/ThePhiladelphiaStory.woff") format("woff"),
    url("assets/fonts/ThePhiladelphiaStory.ttf") format("truetype"),
    url("assets/fonts/ThePhiladelphiaStory.svg#ThePhiladelphiaStory")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&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;
  appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  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: 700;
  line-height: 1.4;
  color: #000;
  font-family: "Poppins", sans-serif;
}

body {
  font-size: 14px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  color: #666666;
}

p {
  font-size: 14px;
  line-height: 1.8;
  color: #6e6e6e;
  font-weight: normal;
  margin-bottom: 0.6rem;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(assets/img/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: calc(100% - 15px) 50%;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-130 {
  padding-bottom: 130px;
}

.ptb-10 {
  padding-bottom: 10px;
  padding-bottom: 10px;
}

.ptb-20 {
  padding-bottom: 20px;
  padding-bottom: 20px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mmt-10 {
  margin-top: -10px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mtb-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
@media (min-width: 576px) {
  /* sm */

  .pt-sm-10 {
    padding-top: 10px;
  }

  .pt-sm-20 {
    padding-top: 20px;
  }

  .pt-sm-30 {
    padding-top: 30px;
  }

  .pt-sm-40 {
    padding-top: 40px;
  }

  .pt-sm-50 {
    padding-top: 50px;
  }

  .pt-sm-60 {
    padding-top: 60px;
  }

  .pt-sm-70 {
    padding-top: 70px;
  }

  .pt-sm-75 {
    padding-top: 75px;
  }

  .pt-sm-80 {
    padding-top: 80px;
  }

  .pt-sm-90 {
    padding-top: 90px;
  }

  .pt-sm-100 {
    padding-top: 100px;
  }

  .pt-sm-200 {
    padding-top: 200px;
  }

  .pb-sm-10 {
    padding-bottom: 10px;
  }

  .pb-sm-20 {
    padding-bottom: 20px;
  }

  .pb-sm-30 {
    padding-bottom: 30px;
  }

  .pb-sm-40 {
    padding-bottom: 40px;
  }

  .pb-sm-50 {
    padding-bottom: 50px;
  }

  .pb-sm-60 {
    padding-bottom: 60px;
  }

  .pb-sm-70 {
    padding-bottom: 70px;
  }

  .pb-sm-75 {
    padding-bottom: 75px;
  }

  .pb-sm-80 {
    padding-bottom: 80px;
  }

  .pb-sm-90 {
    padding-bottom: 90px;
  }

  .pb-sm-100 {
    padding-bottom: 100px;
  }

  .pb-sm-130 {
    padding-bottom: 130px;
  }

  .ptb-sm-10 {
    padding-bottom: 10px;
    padding-bottom: 10px;
  }

  .ptb-sm-20 {
    padding-bottom: 20px;
    padding-bottom: 20px;
  }

  .ptb-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ptb-sm-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ptb-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ptb-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ptb-sm-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .ptb-sm-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ptb-sm-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .ptb-sm-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mb-sm-0 {
    margin-bottom: 0px !important;
  }

  .mb-sm-10 {
    margin-bottom: 10px !important;
  }

  .mb-sm-15 {
    margin-bottom: 15px !important;
  }

  .mb-sm-20 {
    margin-bottom: 20px !important;
  }

  .mb-sm-25 {
    margin-bottom: 25px !important;
  }

  .mb-sm-30 {
    margin-bottom: 30px !important;
  }

  .mb-sm-40 {
    margin-bottom: 40px !important;
  }

  .mb-sm-50 {
    margin-bottom: 50px !important;
  }

  .mb-sm-60 {
    margin-bottom: 60px !important;
  }

  .mb-sm-70 {
    margin-bottom: 70px !important;
  }

  .mb-sm-80 {
    margin-bottom: 80px !important;
  }

  .mb-sm-90 {
    margin-bottom: 90px !important;
  }

  .mb-sm-100 {
    margin-bottom: 100px !important;
  }

  .mmt-sm-10 {
    margin-top: -10px !important;
  }

  .mt-sm-0 {
    margin-top: 0px !important;
  }

  .mt-sm-10 {
    margin-top: 10px !important;
  }

  .mt-sm-15 {
    margin-top: 15px !important;
  }

  .mt-sm-20 {
    margin-top: 20px !important;
  }

  .mt-sm-25 {
    margin-top: 25px !important;
  }

  .mt-sm-30 {
    margin-top: 30px !important;
  }

  .mt-sm-35 {
    margin-top: 35px !important;
  }

  .mt-sm-40 {
    margin-top: 40px !important;
  }

  .mt-sm-50 {
    margin-top: 50px !important;
  }

  .mt-sm-60 {
    margin-top: 60px !important;
  }

  .mt-sm-70 {
    margin-top: 70px !important;
  }

  .mt-sm-80 {
    margin-top: 80px !important;
  }

  .mt-sm-100 {
    margin-top: 100px !important;
  }

  .mtb-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
@media (min-width: 768px) {
  /* md */

  .pt-md-10 {
    padding-top: 10px;
  }

  .pt-md-20 {
    padding-top: 20px;
  }

  .pt-md-30 {
    padding-top: 30px;
  }

  .pt-md-40 {
    padding-top: 40px;
  }

  .pt-md-50 {
    padding-top: 50px;
  }

  .pt-md-60 {
    padding-top: 60px;
  }

  .pt-md-70 {
    padding-top: 70px;
  }

  .pt-md-75 {
    padding-top: 75px;
  }

  .pt-md-80 {
    padding-top: 80px;
  }

  .pt-md-90 {
    padding-top: 90px;
  }

  .pt-md-100 {
    padding-top: 100px;
  }

  .pt-md-200 {
    padding-top: 200px;
  }

  .pb-md-10 {
    padding-bottom: 10px;
  }

  .pb-md-20 {
    padding-bottom: 20px;
  }

  .pb-md-30 {
    padding-bottom: 30px;
  }

  .pb-md-40 {
    padding-bottom: 40px;
  }

  .pb-md-50 {
    padding-bottom: 50px;
  }

  .pb-md-60 {
    padding-bottom: 60px;
  }

  .pb-md-70 {
    padding-bottom: 70px;
  }

  .pb-md-75 {
    padding-bottom: 75px;
  }

  .pb-md-80 {
    padding-bottom: 80px;
  }

  .pb-md-90 {
    padding-bottom: 90px;
  }

  .pb-md-100 {
    padding-bottom: 100px;
  }

  .pb-md-130 {
    padding-bottom: 130px;
  }

  .ptb-md-10 {
    padding-bottom: 10px;
    padding-bottom: 10px;
  }

  .ptb-md-20 {
    padding-bottom: 20px;
    padding-bottom: 20px;
  }

  .ptb-md-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ptb-md-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ptb-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ptb-md-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ptb-md-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .ptb-md-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ptb-md-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .ptb-md-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mb-md-0 {
    margin-bottom: 0px !important;
  }

  .mb-md-10 {
    margin-bottom: 10px !important;
  }

  .mb-md-15 {
    margin-bottom: 15px !important;
  }

  .mb-md-20 {
    margin-bottom: 20px !important;
  }

  .mb-md-25 {
    margin-bottom: 25px !important;
  }

  .mb-md-30 {
    margin-bottom: 30px !important;
  }

  .mb-md-40 {
    margin-bottom: 40px !important;
  }

  .mb-md-50 {
    margin-bottom: 50px !important;
  }

  .mb-md-60 {
    margin-bottom: 60px !important;
  }

  .mb-md-70 {
    margin-bottom: 70px !important;
  }

  .mb-md-80 {
    margin-bottom: 80px !important;
  }

  .mb-md-90 {
    margin-bottom: 90px !important;
  }

  .mb-md-100 {
    margin-bottom: 100px !important;
  }

  .mmt-md-10 {
    margin-top: -10px !important;
  }

  .mt-md-0 {
    margin-top: 0px !important;
  }

  .mt-md-10 {
    margin-top: 10px !important;
  }

  .mt-md-15 {
    margin-top: 15px !important;
  }

  .mt-md-20 {
    margin-top: 20px !important;
  }

  .mt-md-25 {
    margin-top: 25px !important;
  }

  .mt-md-30 {
    margin-top: 30px !important;
  }

  .mt-md-35 {
    margin-top: 35px !important;
  }

  .mt-md-40 {
    margin-top: 40px !important;
  }

  .mt-md-50 {
    margin-top: 50px !important;
  }

  .mt-md-60 {
    margin-top: 60px !important;
  }

  .mt-md-70 {
    margin-top: 70px !important;
  }

  .mt-md-80 {
    margin-top: 80px !important;
  }

  .mt-md-100 {
    margin-top: 100px !important;
  }

  .mtb-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
@media (min-width: 992px) {
  /* lg */

  .pt-lg-10 {
    padding-top: 10px;
  }

  .pt-lg-20 {
    padding-top: 20px;
  }

  .pt-lg-30 {
    padding-top: 30px;
  }

  .pt-lg-40 {
    padding-top: 40px;
  }

  .pt-lg-50 {
    padding-top: 50px;
  }

  .pt-lg-60 {
    padding-top: 60px;
  }

  .pt-lg-70 {
    padding-top: 70px;
  }

  .pt-lg-75 {
    padding-top: 75px;
  }

  .pt-lg-80 {
    padding-top: 80px;
  }

  .pt-lg-90 {
    padding-top: 90px;
  }

  .pt-lg-100 {
    padding-top: 100px;
  }

  .pt-lg-200 {
    padding-top: 200px;
  }

  .pb-lg-10 {
    padding-bottom: 10px;
  }

  .pb-lg-20 {
    padding-bottom: 20px;
  }

  .pb-lg-30 {
    padding-bottom: 30px;
  }

  .pb-lg-40 {
    padding-bottom: 40px;
  }

  .pb-lg-50 {
    padding-bottom: 50px;
  }

  .pb-lg-60 {
    padding-bottom: 60px;
  }

  .pb-lg-70 {
    padding-bottom: 70px;
  }

  .pb-lg-75 {
    padding-bottom: 75px;
  }

  .pb-lg-80 {
    padding-bottom: 80px;
  }

  .pb-lg-90 {
    padding-bottom: 90px;
  }

  .pb-lg-100 {
    padding-bottom: 100px;
  }

  .pb-lg-130 {
    padding-bottom: 130px;
  }

  .ptb-lg-10 {
    padding-bottom: 10px;
    padding-bottom: 10px;
  }

  .ptb-lg-20 {
    padding-bottom: 20px;
    padding-bottom: 20px;
  }

  .ptb-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ptb-lg-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ptb-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ptb-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ptb-lg-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .ptb-lg-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ptb-lg-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .ptb-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mb-lg-0 {
    margin-bottom: 0px !important;
  }

  .mb-lg-10 {
    margin-bottom: 10px !important;
  }

  .mb-lg-15 {
    margin-bottom: 15px !important;
  }

  .mb-lg-20 {
    margin-bottom: 20px !important;
  }

  .mb-lg-25 {
    margin-bottom: 25px !important;
  }

  .mb-lg-30 {
    margin-bottom: 30px !important;
  }

  .mb-lg-40 {
    margin-bottom: 40px !important;
  }

  .mb-lg-50 {
    margin-bottom: 50px !important;
  }

  .mb-lg-60 {
    margin-bottom: 60px !important;
  }

  .mb-lg-70 {
    margin-bottom: 70px !important;
  }

  .mb-lg-80 {
    margin-bottom: 80px !important;
  }

  .mb-lg-90 {
    margin-bottom: 90px !important;
  }

  .mb-lg-100 {
    margin-bottom: 100px !important;
  }

  .mmt-lg-10 {
    margin-top: -10px !important;
  }

  .mt-lg-0 {
    margin-top: 0px !important;
  }

  .mt-lg-10 {
    margin-top: 10px !important;
  }

  .mt-lg-15 {
    margin-top: 15px !important;
  }

  .mt-lg-20 {
    margin-top: 20px !important;
  }

  .mt-lg-25 {
    margin-top: 25px !important;
  }

  .mt-lg-30 {
    margin-top: 30px !important;
  }

  .mt-lg-35 {
    margin-top: 35px !important;
  }

  .mt-lg-40 {
    margin-top: 40px !important;
  }

  .mt-lg-50 {
    margin-top: 50px !important;
  }

  .mt-lg-60 {
    margin-top: 60px !important;
  }

  .mt-lg-70 {
    margin-top: 70px !important;
  }

  .mt-lg-80 {
    margin-top: 80px !important;
  }

  .mt-lg-100 {
    margin-top: 100px !important;
  }

  .mtb-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
@media (min-width: 1200px) {
  /* xl  */

  .pt-xl-10 {
    padding-top: 10px;
  }

  .pt-xl-20 {
    padding-top: 20px;
  }

  .pt-xl-30 {
    padding-top: 30px;
  }

  .pt-xl-40 {
    padding-top: 40px;
  }

  .pt-xl-50 {
    padding-top: 50px;
  }

  .pt-xl-60 {
    padding-top: 60px;
  }

  .pt-xl-70 {
    padding-top: 70px;
  }

  .pt-xl-75 {
    padding-top: 75px;
  }

  .pt-xl-80 {
    padding-top: 80px;
  }

  .pt-xl-90 {
    padding-top: 90px;
  }

  .pt-xl-100 {
    padding-top: 100px;
  }

  .pt-xl-200 {
    padding-top: 200px;
  }

  .pb-xl-10 {
    padding-bottom: 10px;
  }

  .pb-xl-20 {
    padding-bottom: 20px;
  }

  .pb-xl-30 {
    padding-bottom: 30px;
  }

  .pb-xl-40 {
    padding-bottom: 40px;
  }

  .pb-xl-50 {
    padding-bottom: 50px;
  }

  .pb-xl-60 {
    padding-bottom: 60px;
  }

  .pb-xl-70 {
    padding-bottom: 70px;
  }

  .pb-xl-75 {
    padding-bottom: 75px;
  }

  .pb-xl-80 {
    padding-bottom: 80px;
  }

  .pb-xl-90 {
    padding-bottom: 90px;
  }

  .pb-xl-100 {
    padding-bottom: 100px;
  }

  .pb-xl-130 {
    padding-bottom: 130px;
  }

  .ptb-xl-10 {
    padding-bottom: 10px;
    padding-bottom: 10px;
  }

  .ptb-xl-20 {
    padding-bottom: 20px;
    padding-bottom: 20px;
  }

  .ptb-xl-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ptb-xl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ptb-xl-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ptb-xl-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ptb-xl-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .ptb-xl-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ptb-xl-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .ptb-xl-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mb-xl-0 {
    margin-bottom: 0px !important;
  }

  .mb-xl-10 {
    margin-bottom: 10px !important;
  }

  .mb-xl-15 {
    margin-bottom: 15px !important;
  }

  .mb-xl-20 {
    margin-bottom: 20px !important;
  }

  .mb-xl-25 {
    margin-bottom: 25px !important;
  }

  .mb-xl-30 {
    margin-bottom: 30px !important;
  }

  .mb-xl-40 {
    margin-bottom: 40px !important;
  }

  .mb-xl-50 {
    margin-bottom: 50px !important;
  }

  .mb-xl-60 {
    margin-bottom: 60px !important;
  }

  .mb-xl-70 {
    margin-bottom: 70px !important;
  }

  .mb-xl-80 {
    margin-bottom: 80px !important;
  }

  .mb-xl-90 {
    margin-bottom: 90px !important;
  }

  .mb-xl-100 {
    margin-bottom: 100px !important;
  }

  .mmt-xl-10 {
    margin-top: -10px !important;
  }

  .mt-xl-0 {
    margin-top: 0px !important;
  }

  .mt-xl-10 {
    margin-top: 10px !important;
  }

  .mt-xl-15 {
    margin-top: 15px !important;
  }

  .mt-xl-20 {
    margin-top: 20px !important;
  }

  .mt-xl-25 {
    margin-top: 25px !important;
  }

  .mt-xl-30 {
    margin-top: 30px !important;
  }

  .mt-xl-35 {
    margin-top: 35px !important;
  }

  .mt-xl-40 {
    margin-top: 40px !important;
  }

  .mt-xl-50 {
    margin-top: 50px !important;
  }

  .mt-xl-60 {
    margin-top: 60px !important;
  }

  .mt-xl-70 {
    margin-top: 70px !important;
  }

  .mt-xl-80 {
    margin-top: 80px !important;
  }

  .mt-xl-100 {
    margin-top: 100px !important;
  }

  .mtb-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
@media (min-width: 1400px) {
  /* xxl  */

  .pt-xxl-10 {
    padding-top: 10px;
  }

  .pt-xxl-20 {
    padding-top: 20px;
  }

  .pt-xxl-30 {
    padding-top: 30px;
  }

  .pt-xxl-40 {
    padding-top: 40px;
  }

  .pt-xxl-50 {
    padding-top: 50px;
  }

  .pt-xxl-60 {
    padding-top: 60px;
  }

  .pt-xxl-70 {
    padding-top: 70px;
  }

  .pt-xxl-75 {
    padding-top: 75px;
  }

  .pt-xxl-80 {
    padding-top: 80px;
  }

  .pt-xxl-90 {
    padding-top: 90px;
  }

  .pt-xxl-100 {
    padding-top: 100px;
  }

  .pt-xxl-200 {
    padding-top: 200px;
  }

  .pb-xxl-10 {
    padding-bottom: 10px;
  }

  .pb-xxl-20 {
    padding-bottom: 20px;
  }

  .pb-xxl-30 {
    padding-bottom: 30px;
  }

  .pb-xxl-40 {
    padding-bottom: 40px;
  }

  .pb-xxl-50 {
    padding-bottom: 50px;
  }

  .pb-xxl-60 {
    padding-bottom: 60px;
  }

  .pb-xxl-70 {
    padding-bottom: 70px;
  }

  .pb-xxl-75 {
    padding-bottom: 75px;
  }

  .pb-xxl-80 {
    padding-bottom: 80px;
  }

  .pb-xxl-90 {
    padding-bottom: 90px;
  }

  .pb-xxl-100 {
    padding-bottom: 100px;
  }

  .pb-xxl-130 {
    padding-bottom: 130px;
  }

  .ptb-xxl-10 {
    padding-bottom: 10px;
    padding-bottom: 10px;
  }

  .ptb-xxl-20 {
    padding-bottom: 20px;
    padding-bottom: 20px;
  }

  .ptb-xxl-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ptb-xxl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ptb-xxl-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ptb-xxl-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ptb-xxl-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .ptb-xxl-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ptb-xxl-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .ptb-xxl-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mb-xxl-0 {
    margin-bottom: 0px !important;
  }

  .mb-xxl-10 {
    margin-bottom: 10px !important;
  }

  .mb-xxl-15 {
    margin-bottom: 15px !important;
  }

  .mb-xxl-20 {
    margin-bottom: 20px !important;
  }

  .mb-xxl-25 {
    margin-bottom: 25px !important;
  }

  .mb-xxl-30 {
    margin-bottom: 30px !important;
  }

  .mb-xxl-40 {
    margin-bottom: 40px !important;
  }

  .mb-xxl-50 {
    margin-bottom: 50px !important;
  }

  .mb-xxl-60 {
    margin-bottom: 60px !important;
  }

  .mb-xxl-70 {
    margin-bottom: 70px !important;
  }

  .mb-xxl-80 {
    margin-bottom: 80px !important;
  }

  .mb-xxl-90 {
    margin-bottom: 90px !important;
  }

  .mb-xxl-100 {
    margin-bottom: 100px !important;
  }

  .mmt-xxl-10 {
    margin-top: -10px !important;
  }

  .mt-xxl-0 {
    margin-top: 0px !important;
  }

  .mt-xxl-10 {
    margin-top: 10px !important;
  }

  .mt-xxl-15 {
    margin-top: 15px !important;
  }

  .mt-xxl-20 {
    margin-top: 20px !important;
  }

  .mt-xxl-25 {
    margin-top: 25px !important;
  }

  .mt-xxl-30 {
    margin-top: 30px !important;
  }

  .mt-xxl-35 {
    margin-top: 35px !important;
  }

  .mt-xxl-40 {
    margin-top: 40px !important;
  }

  .mt-xxl-50 {
    margin-top: 50px !important;
  }

  .mt-xxl-60 {
    margin-top: 60px !important;
  }

  .mt-xxl-70 {
    margin-top: 70px !important;
  }

  .mt-xxl-80 {
    margin-top: 80px !important;
  }

  .mt-xxl-100 {
    margin-top: 100px !important;
  }

  .mtb-xxl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}

.z-0 {
  z-index: 0;
  position: relative;
}

.list-style,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-style li,
.list-style li {
  list-style: none;
}
.featured-list li {
  display: flex;
  align-items: start;
}
.featured-list li + li {
  margin-top: 8px;
}
.featured-list li:before {
  content: "\64";
  font-family: "ghc" !important;
  height: 20px;
  flex: 0 0 20px;
  background: #99cb66;
  color: #fff;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  line-height: 20px;
  margin-right: 15px;
}
.list-with-heading h4 {
  font-size: 14px;
  margin-bottom: 5px;
}
/*-----------------------------  Hexagonal list ------------------------------*/
.list-style-hexagon {
  margin: 50px 0;
  position: relative;
}
.list-style-hexagon > svg {
  height: auto;
  width: 100%;
}
.list-style-hexagon .hexagon-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  list-style: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  align-items: center;
  margin: 0;
  padding: 0;
}
.list-style-hexagon .hexagon-list ul li {
  max-width: 158px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 30px;
}
.list-style-hexagon .hexagon-list ul li:before {
  display: none;
}
@media (max-width: 991px) {
  .list-style-hexagon .hexagon-list ul li {
    max-width: 112px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .list-style-hexagon {
    margin: 20px 0;
  }
  .page-wrapper {
    overflow-x: hidden;
  }
  .list-style-hexagon > svg {
    display: none;
  }
  .list-style-hexagon .hexagon-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 30px;
    position: relative;
  }
  .list-style-hexagon .hexagon-list ul li {
    max-width: unset;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
}
/*-----------------------------
  Hexagonal list 
------------------------------*/

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 230px;
  right: 20px;
  z-index: 999;
  border-radius: 50%;
  background: #f0f4ff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.back-to-top.open {
  bottom: 30px;
}

.back-to-top i {
  color: #99cb66;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
.absCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loaderPill {
  text-align: center;
}

.loaderPill .loaderPill-anim {
  height: 160px;
}

.loaderPill .loaderPill-anim .loaderPill-anim-bounce {
  -webkit-animation: loaderPillBounce 1800ms linear infinite;
  animation: loaderPillBounce 1800ms linear infinite;
}

.loaderPill .loaderPill-anim .loaderPill-anim-bounce .loaderPill-anim-flop {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loaderPillFlop 1800ms linear infinite;
  animation: loaderPillFlop 1800ms linear infinite;
}

.loaderPill
  .loaderPill-anim
  .loaderPill-anim-bounce
  .loaderPill-anim-flop
  .loaderPill-pill {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #99cb66;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #99cb66),
    color-stop(50%, #ffffff)
  );
  background-image: linear-gradient(to right, #99cb66 50%, #ffffff 50%);
}

.loaderPill .loaderPill-floor {
  display: block;
  text-align: center;
}

.loaderPill .loaderPill-floor .loaderPill-floor-shadow {
  display: inline-block;
  width: 70px;
  height: 7px;
  border-radius: 50%;
  background-color: color(#99cb66 opacity(26%));
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-animation: loaderPillScale 1800ms linear infinite;
  animation: loaderPillScale 1800ms linear infinite;
}

@-webkit-keyframes loaderPillBounce {
  0% {
    -webkit-transform: translateY(123px);
    transform: translateY(123px);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  25% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  50% {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  100% {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
  }
}

@keyframes loaderPillBounce {
  0% {
    -webkit-transform: translateY(123px);
    transform: translateY(123px);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  25% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  50% {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  100% {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
  }
}

@-webkit-keyframes loaderPillFlop {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}

@keyframes loaderPillFlop {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}

@-webkit-keyframes loaderPillScale {
  0% {
    -webkit-transform: translateY(-15px) scale(1, 1);
    transform: translateY(-15px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  25% {
    -webkit-transform: translateY(-15px) scale(0.7, 1);
    transform: translateY(-15px) scale(0.7, 1);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  50% {
    -webkit-transform: translateY(-15px) scale(1, 1);
    transform: translateY(-15px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  75% {
    -webkit-transform: translateY(-15px) scale(0.6, 1);
    transform: translateY(-15px) scale(0.6, 1);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  100% {
    -webkit-transform: translateY(-15px) scale(1, 1);
    transform: translateY(-15px) scale(1, 1);
  }
}

@keyframes loaderPillScale {
  0% {
    -webkit-transform: translateY(-15px) scale(1, 1);
    transform: translateY(-15px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  25% {
    -webkit-transform: translateY(-15px) scale(0.7, 1);
    transform: translateY(-15px) scale(0.7, 1);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  50% {
    -webkit-transform: translateY(-15px) scale(1, 1);
    transform: translateY(-15px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  75% {
    -webkit-transform: translateY(-15px) scale(0.6, 1);
    transform: translateY(-15px) scale(0.6, 1);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  100% {
    -webkit-transform: translateY(-15px) scale(1, 1);
    transform: translateY(-15px) scale(1, 1);
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*---------------------------------
       Button & Link CSS
----------------------------------*/
.btn,
.btn:focus-visible {
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  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: none;
  padding: 14px 28px 14px;
  border-radius: 0;
  color: #fff;
  overflow: hidden;
  border: 1px solid transparent;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .btn,
  .btn:focus-visible {
    padding: 10px 20px 10px;
  }
}

.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;
  border-radius: 0 50% 50% 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn:after {
  border-radius: 50% 0 0 50%;
  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: #124d9d;
  border-radius: 10px;
}

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

.btn.style3 {
  background-color: transparent;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  color: #fff;
  border-radius: 10px;
  border: 2px solid #124d9d;
}
.btn.style3:after,
.btn.style3:before {
  background: #99cb66;
}
.btn.style3:hover {
  color: #fff;
}
.btn.style5,
input[type="submit"] {
  background-color: #99cb66;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  min-width: 120px;
  padding: 10px 20px;
}
input[type="submit"]:hover {
  background-color: #fff;
  color: #99cb66;
}

.btn.style5:after,
.btn.style5:before {
  background: #99cb66;
}

.btn.style5:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.01);
}

.btn.style6,
.btn.style8 {
  background-color: transparent;
  border-color: white;
  color: #fff;
}

.btn.style6:after,
.btn.style6:before,
.btn.style8:after,
.btn.style8:before {
  background: #99cb66;
}

.btn.style6:hover,
.btn.style8:hover {
  border-color: transparent;
  color: #fff;
}

.btn.style8 {
  border-radius: 5px;
}

.btn.style7 {
  background-color: #99cb66;
  color: #fff;
  border: 1px solid transparent;
}

.btn.style7:after,
.btn.style7:before {
  background: #99cb66;
}

.btn.style7:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.01);
}

/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title,
.content-title {
  position: relative;
}

.section-title h2,
.content-title h2 {
  font-size: 36px;
  margin: 0;
  color: #124d9d;
  position: relative;
}
.section-title h3 {
  color: #124d9d;
}
.section-title h2:after,
.section-title h3:after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #99cb66;
  margin-top: 10px;
}
.section-title h3:after {
  width: 75px;
}
.section-title .philadelphia {
  font-family: "The Philadelphia Story";
  font-size: 60px;
}
.section-title p,
.content-title p {
  margin: 12px 0 0;
}

.section-title span,
.content-title span {
  display: inline-block;
  font-weight: normal;
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
  line-height: 1;
}

.section-title span p,
.content-title span p {
  margin: 10px auto 0;
}

.section-title.style1 span,
.content-title.style1 span {
  color: #99cb66;
}
.section-title.style2 span,
.content-title.style2 span {
  color: #124d9d;
}
.section-title.style2 h2,
.content-title.style2 h2 {
  color: #124d9d;
}
.content-title.style2 p {
  color: #124d9d;
}
.section-title.style3 {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.section-title.style3 h2:after {
  margin: 0 auto;
}
.section-para {
  margin: 0;
}

.content-wrapper {
  margin-top: 134px;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  background-color: #000;
}

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

.bg-athens {
  background-color: #f0f4ff;
}

.bg-blue {
  background-color: #124d9d;
}

.bg-albastor {
  background-color: #f8f8f8;
}

.bg-chathamas {
  background-color: #99cb66;
}
.body_overlay {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.body_overlay.open {
  visibility: visible;
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-75 {
  opacity: 0.75;
}

.op-8 {
  opacity: 0.8;
}

.op-85 {
  opacity: 0.85;
}

.op-9 {
  opacity: 0.9;
}

.op-95 {
  opacity: 0.95;
}

.op-10 {
  opacity: 1;
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.pos-rel {
  position: relative;
  z-index: 1;
}

.bounce {
  -webkit-animation: float 1500ms infinite ease-in-out;
  animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
  -webkit-animation: moveHorizontal 3000ms infinite ease-in-out;
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
  -webkit-animation: moveVertical 3000ms infinite ease-in-out;
  animation: moveVertical 3000ms infinite ease-in-out;
}

.moveHorizontal_reverse {
  -webkit-animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
  animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
}

.animationFramesTwo {
  -webkit-animation: animationFramesTwo 20000ms infinite ease-in-out;
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.waving_left {
  -webkit-animation: waving_left 7s infinite linear;
  animation: waving_left 7s infinite linear;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.waving_right {
  -webkit-animation: waving_right 7s infinite linear;
  animation: waving_right 7s infinite linear;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}

.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}

@-webkit-keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-webkit-keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/*---------------------------------
        Read more CSS
-----------------------------------*/
.more-content span {
  display: none;
}
.more-link {
  display: block;
}
.morelink {
  color: #99cb66;
}
/*---------------------------------
        Read more End
-----------------------------------*/
/*---------------------------------
        Header CSS 
-----------------------------------*/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes toBottomFromTop10 {
  49% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toBottomFromTop10 {
  49% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  51% {
    opacity: 1;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-wrap.sticky {
  position: fixed;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  width: 100%;
  top: -40px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.header-wrap .header-top {
  padding: 0;
  height: 40px;
}

.header-wrap .header-top .header-top-right .contact-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-wrap .header-top .header-top-right .contact-info li {
  height: 40px;
  padding: 6px 0;
  position: relative;
}
.header-wrap.sticky .header-top .header-top-right .contact-info li {
  display: none;
}
.header-wrap .header-top .header-top-right .contact-info li svg {
  position: relative;
  top: -6px;
}
.header-wrap .header-top .header-top-right .contact-info li .phoneNumberinner {
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #fff;
}

.header-wrap .header-top .header-top-right .contact-info li span {
  position: relative;
  top: -1px;
  left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap .header-top .header-top-right .contact-info li span i {
  font-size: 15px;
  line-height: 0.8;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap .header-top .header-top-right .contact-info li a,
.header-wrap .header-top .header-top-right .contact-info li p {
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 0;
  font-size: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}

.header-wrap .header-bottom {
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
}

.header-wrap .header-bottom .container {
  position: relative;
}

.header-wrap .header-top {
  background-color: #124d9d;
}

@media only screen and (max-width: 767px) {
  .navbar-brand img {
    max-width: 220px;
  }
  .header-wrap .header-top .header-top-right .contact-item p,
  .header-wrap .header-top .header-top-right .contact-item a {
    font-size: 14px !important;
  }
  .header-wrap.sticky {
    top: 0;
  }
  .header-wrap .header-top .header-top-right .contact-info {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .header-wrap .header-top .header-top-right .contact-info li {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-wrap .header-top .header-top-right .contact-info .announcement {
    display: block;
  }
  .header-wrap.sticky .header-top .header-top-right .contact-info li {
    display: block;
  }
  .header-wrap .header-top .header-top-right .contact-info li span {
    top: 0px;
    width: 25px;
    height: 25px;
  }
  .header-wrap .header-top .header-top-right .contact-info li span i {
    font-size: 14px;
  }
  .header-wrap .header-top .header-top-right .contact-info li a,
  .header-wrap .header-top .header-top-right .contact-info li p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-wrap.sticky {
    top: -50px;
  }
  .header-wrap .header-top .header-top-right .contact-info li {
    margin-right: 15px;
  }
  .header-wrap .header-top .header-top-right .contact-info li span {
    top: 0px;
    width: 25px;
    height: 25px;
  }
  .header-wrap .header-top .header-top-right .contact-info li span i {
    font-size: 14px;
  }
  .header-wrap .header-top .header-top-right .contact-info li a,
  .header-wrap .header-top .header-top-right .contact-info li p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-wrap.sticky {
    top: 0px;
  }
  .header-wrap.sticky .header-top .header-top-right .contact-info li {
    display: block;
  }
  .header-wrap .header-top .header-top-right {
    margin-bottom: 15px;
  }
  .header-wrap .header-top .header-top-right .contact-info li {
    margin-right: 15px;
    padding-left: 28px;
  }
  .header-wrap .header-top .header-top-right .contact-info li span {
    top: 0px;
    width: 25px;
    height: 25px;
  }
  .header-wrap .header-top .header-top-right .contact-info li span i {
    font-size: 14px;
  }
  .header-wrap .header-top .header-top-right .contact-info li a,
  .header-wrap .header-top .header-top-right .contact-info li p {
    font-size: 13px;
  }

  .header-wrap .header-top .header-top-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 991px) {
  .header-wrap .header-top .header-top-right .contact-item {
    width: 100%;
    margin: 0 0 15px;
  }
  .header-wrap .header-top .header-top-right .contact-item p,
  .header-wrap .header-top .header-top-right .contact-item a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
  }
  .header-wrap .header-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-wrap .header-bottom .navbar .navbar-collapse {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .mobile-bar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    position: relative;
    top: 4px;
  }
  .menu-close {
    position: absolute;
    top: 13px;
    right: 16px;
  }
  .menu-close i {
    color: #000;
    font-size: 25px;
  }
  .mobile-menu {
    text-align: right;
    margin-left: 20px;
  }
  .mobile-menu a {
    width: 38px;
    height: 38px;
    border-radius: 62% 38% 46% 54% / 60% 63% 37% 40%;
    text-align: center;
    background-color: #99cb66;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-menu a i {
    font-size: 22px;
    color: #fff;
    margin: 0 auto;
  }
  .mobile-menu {
    display: inline-block;
    position: relative;
    top: -5px;
  }
  .main-menu-wrap {
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .main-menu-wrap.open {
    left: 0;
  }
}
@media (max-width: 450px) {
  .header-wrap .header-top .header-top-right .contact-info li svg {
    display: none;
  }
  .header-wrap
    .header-top
    .header-top-right
    .contact-info
    li
    .phoneNumberinner {
    position: relative;
    top: 3px;
  }
  .header-wrap .header-top .header-top-right .contact-info {
    justify-content: space-between;
  }
}

@media only screen and (min-width: 992px) {
  .menu-expand i {
    display: none;
  }
  .header-wrap .navbar {
    padding: 0;
  }
  .header-wrap .navbar .navbar-brand {
    padding: 0 20px 0 0;
    margin: 0;
  }
  .header-wrap .navbar .other-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-left: 15px;
  }
  .header-wrap .navbar .other-options:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 1px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.18);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-wrap .navbar .other-options .option-item {
    margin: 0 0 0 20px;
  }

  .container {
    position: relative;
    z-index: 1;
  }
  .container-blog {
    padding: 0 25px;
  }
  .container-blog .row {
    margin: 0 -25px;
  }
  .container-blog [class*="col-"] {
    padding: 0 25px;
  }
}
/*=============================Navigation ============================*/
.main-nav > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-nav > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 24px;
}
.main-nav > ul > li:last-child {
  margin-right: 0;
}
.main-nav > ul > li > a {
  display: block;
  text-decoration: none;
  color: #666666;
  line-height: 20px;
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 30px 0;
  font-weight: 500;
}
.main-nav > ul > li:hover > a,
.main-nav ul li.current-menu-ancestor > a,
.main-nav ul li.current-menu-item > a {
  color: #99cb66;
}
.sub-menu {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  min-width: 300px;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 15px 0;
  background: #fff;
  border: 1px solid #f7f7f7;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotateX(-75deg);
  transform: rotateX(-75deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.sub-menu > li {
  display: block;
}
.sub-menu > li a {
  font-weight: 500;
  display: block;
  padding: 10px 20px;
  color: #666;
  line-height: 1;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 24px;
}
.sub-menu > li a:after {
  position: absolute;
  top: 50%;
  left: 20px;
  content: "";
  width: 2px;
  height: 0%;
  background-color: #99cb66;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sub-menu > li a:hover {
  color: #99cb66;
  padding-left: 30px;
  position: relative;
}
.sub-menu > li a:hover:after {
  height: 16px;
  visibility: visible;
  opacity: 1;
}

.main-nav > ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotatex(0deg);
  transform: rotatex(0deg);
}

@media (max-width: 1199px) {
  .main-nav > ul > li {
    margin: 0 10px;
  }
}
@media (max-width: 991px) {
  .main-nav > ul > li {
    display: block;
    padding: 0 !important;
    margin: 0;
    position: relative;
  }
  .main-nav > ul > li .menu-expand {
    position: absolute;
    right: 0;
    top: 14px;
    cursor: pointer;
    width: 25px;
    text-align: center;
    background: #efefef;
    z-index: 9;
  }
  .main-nav > ul > li > a {
    font-size: 14px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .main-nav .fl {
    display: block;
    line-height: 35px;
  }
  .sub-menu {
    position: static;
    background: transparent;
    border: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    display: none;
    padding: 0;
    padding-left: 15px;
  }
  .sub-menu > li a {
    display: block;
    padding: 15px 0;
    color: #666;
    line-height: 20px;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .sub-menu > li a:hover {
    background: transparent;
    color: #08509e;
  }
}

/*=============================Navigation ============================*/

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1170px;
  }
}

@media (max-width: 991px) {
  .container-blog {
    padding: 0 15px;
  }
  .container-blog .row {
    margin: 0 -15px;
  }
  .container-blog [class*="col-"] {
    padding: 0 15px;
  }
}
/* @media only screen and (min-width: 1600px) {
    .container {
      max-width: 1520px;
    }
  } */
.container {
  position: relative;
  z-index: 3;
}
/*-------------------------------
   Banner Section  CSS
-------------------------------*/

.banner {
  overflow: hidden;
  padding: 0 0px 0 100px;
}
.banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-content .banner-heading {
  max-width: 560px;
  position: relative;
  z-index: 100;
  width: 100%;
}
.banner.style2 .banner-content .banner-heading {
  max-width: 800px;
}
.banner-content .banner-heading h1 {
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
}
.banner-content .banner-heading p {
  color: #fff;
}
@media (max-width: 991px) {
  .banner {
    padding: 0 0px 0 0px;
  }

  .banner .banner-content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .banner-content .banner-heading {
    position: relative;
    padding: 30px 15px;
    text-align: center;
  }
  .banner-content .banner-heading h2 {
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
  }
  .banner-image {
    width: 100%;
  }
  .banner-image img {
    max-height: 300px;
    object-fit: cover;
    object-position: top;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner .container {
    padding: 0;
  }
  .banner-content .banner-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
/*-------------------------------
   Banner  Section  end
-------------------------------*/
/*-------------------------------
   Banner  style 2
-------------------------------*/
.banner.style2 {
  position: relative;
  z-index: 1;
  padding-left: 0;
}
.banner.style2 .banner-image img {
  width: 100%;
  max-height: 300px;
  object-position: center;
  object-fit: cover;
  opacity: 0.21;
}
.banner.style2 .banner-image:before {
  display: none;
}
.banner.style2 .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .banner.style2 h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
/*-------------------------------
   Banner  style 2 end
-------------------------------*/
/*-------------------------------
   Hero  Section  CSS
-------------------------------*/
.hero-wrap {
  position: relative;
}
.hero-image img {
 width: 100%;
    object-fit: cover;
    object-position: top;
    min-height: 400px;
    max-height: 620px;
}
.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
/* .hero-content .hero-preheading {
  font-size: 65px;
  line-height: 75px;
  color: #fff;
  font-family: "The Philadelphia Story";
  margin-bottom: 25px;
} */
.hero-content .hero-preheading {
font-weight: 500;
    font-size: 30px;
    color: black;
    margin-bottom: 25px;
}
.hero-content .hero-title {
  font-size: 56px;
  line-height: 70px;
  color: black;
  margin: 0;
  text-transform: capitalize;
}
.hero-description {
  color: black;
  margin: 20px 0 30px 0;
}

@media (max-width: 992px) {
  .hero-content .hero-preheading {
    display: none;
  }
  .hero-content .hero-title {
    font-size: 40px;
    line-height: 45px;
    margin: 10px 0;
  }
  .hero-description {
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .hero-content {
    position: relative;
    background: #0aaacd;
    padding: 20px 0 30px 0;
  }
  .hero-image img {
    min-height: auto;
  }
  .hero-content .hero-title {
    color: #124d9d;
  }
  .hero-description {
    color: #124d9d;
  }
}
/*-------------------------------
   Hero  Section  CSS End
-------------------------------*/

/*-------------------------------
   Promo Section CSS 
-------------------------------*/

.promo-card {
  background-color: #124d9d;
  padding: 25px 50px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.promo-card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 9%);
  box-shadow: 0 10px 10px 0px rgb(0 0 0 / 30%);
}
.promo-card.first {
  border-radius: 30px 0px 0px 30px;
}
.promo-card.active {
  background-color: #99cb66;
}
.promo-card.last {
  border-radius: 0 30px 30px 0;
}
.promo-card .promo-icon {
  max-width: 80px;
  flex: 0 0 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #124d9d;
  font-size: 50px;
  margin-right: 30px;
}
.promo-info {
  max-width: calc(100% - 110px);
  flex: 0 0 calc(100% - 110px);
}
.promo-info h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.promo-info p {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  margin: 0;
}
@media (max-width: 1300px) {
  .promo-card {
    padding: 20px 30px;
  }
}
@media (max-width: 991px) {
  .promo-card {
    padding: 20px 25px;
  }
  .promo-card.first {
    border-radius: 30px 30px 0px 0px;
  }
  .promo-card.last {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .announcement p {
    font-size: 11px !important;
  }
  .promo-card {
    padding: 25px 15px;
  }
  .promo-card .promo-icon {
    max-width: 60px;
    flex: 0 0 60px;
    height: 60px;
    font-size: 40px;
    margin-right: 15px;
  }
  .promo-info {
    max-width: calc(100% - 75px);
    flex: 0 0 calc(100% - 75px);
  }
  .promo-info h3 {
    font-size: 18px;
  }
}
/*-------------------------------
   Promo Section CSS 
-------------------------------*/

/*-------------------------------   Image with text Section CSS -------------------------------*/
.banner-image {
  position: relative;
}
.banner-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 99;
  box-shadow: 0px 20px 17px 30px #124d9d;
}
.image-content h2 {
  font-size: 36px;
  margin: 0;
  color: #124d9d;
  position: relative;
  margin-bottom: 25px;
}
.image-content h2:after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #99cb66;
  margin-top: 10px;
}
.image-content.text-center h2:after {
  margin: 0 auto;
  margin-top: 10px;
}
.image-content ul {
  margin: 20px 0 30px 0;
}
.image-content ul li {
  position: relative;
  padding-left: 30px;
  display: block;
}
.image-content ul li + li {
  margin-top: 8px;
}
.image-content ul li:before {
  content: "\64";
  font-family: "ghc" !important;
  height: 20px;
  flex: 0 0 20px;
  width: 20px;
  background: #99cb66;
  color: #fff;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  line-height: 20px;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 4px;
}
.image-wrap {
  position: relative;
  display: inline-block;
  padding-top: 30px;
}
.image-wrap:before {
  content: "";
  border: #99cb66 solid 2px;
  width: 100%;
  display: inline-block;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 30px;
  bottom: 30px;
}
.image-wrap img {
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
/* @media(max-width:1300px){
  .image-wrap {
    padding-top: 15px;
  }
  .image-wrap:before {
    left: 15px;
    bottom: 15px;
  }
} */

@media (max-width: 992px) {
  .image-wrap {
    padding-top: 10px;
  }
  .image-wrap:before {
    left: 10px;
    bottom: 10px;
  }
  .banner-image:before {
    display: none;
  }
}
/*-------------------------------   Image with text Section end -------------------------------*/

/*------------------------------- Care solution -------------------------------*/
.care-solution {
  position: relative;
  background: url(assets/img/care-solutions1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.care-solution:after {
  content: "";
  background-color: rgba(10, 170, 205, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.care-solution-item {
  padding: 15px;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 10px;
}
.care-solution-item .solution-img img {
  width: 100%;
  border-radius: 10px;
  min-height: 280px;
  max-height: 280px;
  object-fit: cover;
  object-position: top;
}
.solution-content {
  text-align: center;
  padding: 50px 60px 15px 60px;
}
.solution-content h4,
.solution-content h4 a {
  color: #124d9d;
  font-weight: 600;
  margin-bottom: 20px;
}
.solution-content h4:hover,
.solution-content h4 a:hover {
  color: #99cb66;
}
@media (max-width: 991px) {
  .solution-content {
    padding: 30px 0px 0 0px;
  }
}

/*------------------------------- Care solution end-------------------------------*/

/*------------------------------- Testimonials -------------------------------*/
.testimonials {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.testimonial-content i {
  background: #99cb66;
  height: 75px;
  width: 75px;
  border: 5px solid #ffff;
  display: inline-block;
  border-radius: 50px;
  font-size: 30px;
  color: #fff;
  line-height: 65px;
}
.testimonial-content .client-quote {
  margin: 50px 0;
  color: #fff;
}
.testimonial-content .client-info h5 {
  color: #fff;
  font-size: 24px;
  margin: 0;
}
.testimonial-content .client-info h5 span {
  font-size: 16px;
  font-weight: 500;
}
/*------------------------------- Testimonials end-------------------------------*/

/*------------------------------- Blog-------------------------------*/

.blog-card {
  border: 2px solid #99cb66;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-card .blog-img {
  position: relative;
}
.blog-card .blog-img .blog-date {
  bottom: 0;
  background: #99cb66;
  position: absolute;
  left: 25px;
  padding: 8px 15px;
  color: #fff;
  text-align: center;
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 25px;
  font-weight: 600;
}
.blog-card .blog-info {
  padding: 50px 40px 50px;
}
.blog-card .blog-info h3 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
}
.blog-card .blog-info h3 a:hover {
  color: #99cb66;
}
.blog-card .blog-img .blog-date span {
  display: block;
  font-size: 12px;
  font-weight: 200;
}
@media (max-width: 991px) {
  .blog-card .blog-info {
    padding: 20px 15px 20px;
  }
}
/*------------------------------- Blog end-------------------------------*/

/*-------------------------------
 Contact
-------------------------------*/

.contact-form {
  background: #85DBE8;
  padding: 40px;
  border-radius: 30px;
  height: 100%;
}
.contact-form p {
  /* color: #fff; */
}
.contact-content ul {
  margin: 20px 0 30px 0;
}
.contact-content ul li {
  position: relative;
  padding-left: 30px;
  display: block;
}
.contact-content ul li + li {
  margin-top: 10px;
}
.contact-content ul li:before {
  content: "\64";
  font-family: "ghc" !important;
  height: 20px;
  flex: 0 0 20px;
  width: 20px;
  background: #99cb66;
  color: #fff;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  line-height: 20px;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 4px;
}
.contact_us_home {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-top: 30px;
}
.contact_us_home > div {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px;
  margin: 5px 0;
}
.contact_us_home > div p,
.contact_us_home > div span,
.contact_us_home > div label {
  width: 100%;
}
.contact_us_home > div input[type="text"],
.contact_us_home > div input[type="email"],
.contact_us_home > div input[type="tel"],
.contact_us_home > div select,
.contact_us_home > div textarea {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  border-radius: 5px;
  background: #fff;
  min-height: 45px;
}
.contact_us_home > div textarea {
  max-height: 163px;
}
.contact_us_home > div input + span,
.contact_us_home > div textarea + span {
  margin-top: 10px;
  display: block;
  margin-bottom: 0;
}
.contact_us_home span.wpcf7-spinner {
  display: none;
}
.wpcf7-form .wpcf7-response-output {
  color: #fff;
}
@media (max-width: 767px) {
  .contact-content {
    margin-top: 60px;
  }
}

/*-------------------------------
 Contact end
-------------------------------*/

/*-------------------------------
 Contact us page
-------------------------------*/
.contact-us-block {
  padding: 60px 80px;
  border: 2px solid #4e9cf3;
  border-radius: 30px;
} /*==============================*/
.contact_us_form label br {
  display: none;
}
.contact_us_form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.contact_us_form p {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.contact_us_form p:nth-child(1),
.contact_us_form p:nth-child(2) {
  flex: 0 0 50%;
  max-width: 50%;
}
.contact_us_form label {
  width: 100%;
}
.contact_us_form label input,
.contact_us_form label select,
.contact_us_form label textarea {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  border-radius: 5px;
}
.contact_us_form label textarea {
  max-height: 150px;
}
@media (max-width: 767px) {
  .contact_us_form p:nth-child(1),
  .contact_us_form p:nth-child(2) {
    flex: 0 0 50%;
    max-width: 50%;
  }
} /*=====================================*/

.list-box {
  margin-left: -25px;
  margin-right: -25px;
}
.list-box [class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}
.list-box-style {
  border: 2px solid #124d9d;
  text-align: center;
  padding: 50px 30px;
  border-radius: 20px;
  font-weight: bold;
  color: #000;
  position: relative;
}
.list-box-style span {
  font-size: 30px;
  font-weight: 600;
  background: #124d9d;
  height: 50px;
  width: 50px;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  line-height: 50px;
  position: absolute;
  top: -15px;
  left: -15px;
}
@media (max-width: 991px) {
  .contact-us-block {
    padding: 20px 30px;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .contact-us-block {
    padding: 20px 15px;
  }
}
/*-------------------------------
 Contact us page
-------------------------------*/

/*-------------------------------
 Footer
-------------------------------*/

.footer-wrap {
  position: relative;
  background: url(assets/img/footer-bg.jpg);
  background-size: cover;
  border-top: 9px solid #99cb66;
}
.footer-widget .footer-title {
  color: #124d9d;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 60px;
}
.footer-navigation li + li {
  margin-top: 12px;
}
.footer-widget .footer-logo {
  display: block;
  margin-bottom: 24px;
}
.footer-information .footer-info li {
  position: relative;
  padding-left: 35px;
}
.footer-widget .footer-info > li + li {
  margin-top: 25px;
}
.footer-information .footer-info li i {
  color: #124d9d;
  font-size: 25px;
  top: 4px;
  left: 0;
  position: absolute;
}
.footer-information .footer-info li ul {
  margin-left: -35px;
}
.footer-information .footer-info li ul a {
  color: #99cb66;
}
.footer-information .footer-info li ul li + li {
  margin-top: 5px;
}
.footer-widget .footer-info > li.footer-social {
  margin-left: -35px;
}
.footer-widget .footer-info > li.footer-social i {
  position: relative;
}
.footer-widget .footer-info > li.footer-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 2px solid #99cb66;
  line-height: 35px;
  color: #99cb66;
  border-radius: 20px;
  text-align: center;
}
.footer-widget .footer-info > li.footer-social a + a {
  margin-left: 5px;
}
.footer-widget .footer-info > li.footer-social a i {
  font-size: 20px;
  color: #99cb66;
}
.footer-widget .footer-info > li.footer-social a:hover {
  background: #99cb66;
}
.footer-widget .footer-info > li.footer-social a:hover i {
  color: #fff;
}

.footer-widget,
.footer-widget .comp-map {
  height: 100%;
}
.footer-widget .comp-map iframe {
  width: 100%;
  height: 100%;
  min-height: 240px;
  border-radius: 10px;
  border: 2px solid #99cb66;
}
.copyright {
  border-top: 2px solid #dbdbdb;
  padding: 30px 0;
}
.copyright p {
  margin: 0;
}
.copyright p span {
  color: #99cb66;
}
.copyright a {
  color: #666;
}
.copyright a:hover {
  color: #99cb66;
}
#thinkasa_line a:first-child {
  color: #99cb66;
}
@media (max-width: 991px) {
  .footer-widget {
    margin-bottom: 40px;
  }
}
/*-------------------------------
 Footer end
-------------------------------*/
.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear alternate infinite;
}
@keyframes dash {
  from {
    stroke-dashoffset: 922;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.copyright,
.copyright p {
  font-size: 10px;
}
/*-- -------------------------- -->
<---           Blog             -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #blog-1580 {
    margin: 60px 0px;
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
  }
  #blog-1580 .title-md {
    padding-bottom: 30px;

    font-weight: 600;
  }
  #blog-1580 .cs-container {
    width: 100%;
    /* changes to 1280px at tablet */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #blog-1580 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
  }
  #blog-1580 .cs-title {
    max-width: 20ch;
  }
  #blog-1580 .cs-button-solid {
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #fff;
    min-width: 12.5rem;
    padding: 0 1.5rem;
    background-color: var(--primary);
    display: inline-block;
    position: relative;
    z-index: 1;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
    transition: color 0.3s;
  }
  #blog-1580 .cs-button-solid:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: #000;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #blog-1580 .cs-button-solid:hover {
    color: #fff;
  }
  #blog-1580 .cs-button-solid:hover:before {
    width: 100%;
  }
  #blog-1580 .cs-card-group {
    width: 100%;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    row-gap: 1.75rem;
    /* 16px - 20px */
    column-gap: clamp(1rem, 2.5vw, 1.25rem);
  }
  #blog-1580 .cs-item {
    text-align: left;
    list-style: none;
    overflow: hidden;
    grid-column: span 12;
    position: relative;
    z-index: 1;
    transition: box-shadow 0.3s, transform 0.3s;
    border: 2px solid #99cb66;
    border-radius: 20px;
  }
  #blog-1580 .cs-item:hover .cs-picture img {
    opacity: 0.3;
    transform: scale(1.1);
  }
  #blog-1580 .cs-item:hover .cs-h3 {
    color: #124d9d;
  }
  #blog-1580 .cs-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #blog-1580 .cs-picture {
    width: 100%;
    min-height: 13.75rem;
    /* changes at tablet */
    max-height: 18.75rem;
    height: 100vw;
    /* 16px - 24px */
    margin: 0 0 clamp(1rem, 3vw, 1.5rem) 0;
    background-color: #1a1a1a;
    overflow: hidden;
    display: block;
    /* prevents flexbox from squishing it */
    flex: none;
    position: relative;
    z-index: 1;
  }
  #blog-1580 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.6s, opacity 0.3s;
  }
  #blog-1580 .cs-flex {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    padding: 0px 15px 15px 15px;
  }
  #blog-1580 .cs-date {
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 700;
    text-align: inherit;
    margin: 0 0 2rem 0;
    padding: 0.5rem 1rem;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    background-color: #d1d3d4;
    color: #1a1a1a;
    display: inline-block;
    position: absolute;
    left: 1rem;
    bottom: 100%;
    z-index: 2;
  }
  #blog-1580 .cs-h3 {
    /* 20px - 25px */
    font-size: 18px;
    text-align: inherit;
    line-height: 1.2em;
    font-weight: 600;
    color: black !important;
    /* 12px - 16px */
    margin: 0 0 clamp(0.75rem, 2vw, 1rem) 0;
    transition: color 0.3s;
  }
  #blog-1580 .cs-item-text {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    text-align: inherit;
    margin: 0;
    color: black !important;
  }
  /* Hover effect to change text color */
  #blog-1580 .cs-item:hover .cs-h3,
  #blog-1580 .cs-item:hover .cs-item-text {
    color: #124d9d !important; /* Change this to any hover color you like */
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #blog-1580 .cs-container {
    max-width: 80rem;
  }
  #blog-1580 .cs-content {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #blog-1580 .cs-title {
    margin: 0;
  }
  #blog-1580 .cs-item {
    grid-column: span 4;
  }
  #blog-1580 .cs-picture {
    min-height: 11.25rem;
    /* 180px - 284px */
    height: clamp(11.25rem, 23vw, 17.75rem);
    max-height: 100%;
  }
}
#blog-1580 .button-primary {
  background: var(--clr-1);
  color: var(--clr-white);
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 18px;
  padding: 22px 40px;

  border-radius: 50px;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  font-family: "Poppins";
}

#blog-1580 .button-primary:hover {
  background: var(--clr-white);

  color: var(--clr-1);

  border: 1px solid var(--clr-1);
}
.blog-hero {
  height: 600px;
}
#blog-1580 .pagination {
  gap: 20px;
  display: flex;
  padding-left: 0;
  list-style: none;
}
#blog-1580 .pagination a {
  font-size: 18px;
}
#blog-1580 .pagination a:hover {
  color: black;
}
.page-numbers.current {
  font-size: 20px;
  color: #08509e;
  font-weight: 700;
}
.page-numbers:hover {
  font-size: 20px;
  color: #08509e;
  font-weight: 700;
}
/* blogs end */
/* gravity Form css */
/* Form ID 7 */

#gfield_consent_description_7_8 {
  font-size: 10px;
  line-height: normal;
  height: 40px;
  padding: 5px 10px;
}
body .gform_wrapper #gform_7 .gfield input[type="text"],
body .gform_wrapper #gform_7 .gfield input[type="email"],
body .gform_wrapper #gform_7 .gfield input[type="tel"],
body .gform_wrapper #gform_7 .gfield input[type="url"],
body .gform_wrapper #gform_7 .gfield input[type="number"],
body .gform_wrapper #gform_7 .gfield select,
body .gform_wrapper #gform_7 .gfield textarea {
  max-width: 100% !important;
  background: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 10px 15px !important;
  border-radius: 5px !important;
}

body .gform_wrapper .gfield input::-webkit-input-placeholder,
body .gform_wrapper .gfield textarea::-webkit-input-placeholder {
  color: #6e6e6e !important;
  font-size: 14px !important;
}
#gform_fields_7 {
  row-gap: 20px;
}
body .gform_wrapper .gfield input::placeholder,
body .gform_wrapper .gfield textarea::placeholder {
  font-size: 14px !important; /* Change this value as needed */
}

body .gform_wrapper input:focus,
body .gform_wrapper textarea:focus,
body .gform_wrapper select:focus {
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.ginput_container.ginput_container_consent {
  gap: 5px;
  display: flex;
  flex-direction: row;
}
#input_7_8_1 {
  width: 28px !important;
  height: 20px !important;
}
#input_7_9_1 {
  width: 20px !important;
  height: 20px !important;
}
/*Form ID 6  */

#gfield_consent_description_6_8 {
  font-size: 10px;
  line-height: normal;
  height: 40px;
  padding: 5px 10px;
}
body .gform_wrapper #gform_6 .gfield input[type="text"],
body .gform_wrapper #gform_6 .gfield input[type="email"],
body .gform_wrapper #gform_6 .gfield input[type="tel"],
body .gform_wrapper #gform_6 .gfield input[type="url"],
body .gform_wrapper #gform_6 .gfield input[type="number"],
body .gform_wrapper #gform_6 .gfield select,
body .gform_wrapper #gform_6 .gfield textarea {
  max-width: 100% !important;
  /*   background: transparent !important; */
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 10px 15px !important;
  border-radius: 5px !important;
}

#gform_fields_6 {
  row-gap: 20px;
}
/* Form ID 8  */
#gfield_consent_description_8_10 {
  font-size: 10px;
  line-height: normal;
  height: 40px;
  padding: 5px 10px;
}
body .gform_wrapper #gform_8 .gfield input[type="text"],
body .gform_wrapper #gform_8 .gfield input[type="email"],
body .gform_wrapper #gform_8 .gfield input[type="tel"],
body .gform_wrapper #gform_8 .gfield input[type="url"],
body .gform_wrapper #gform_8 .gfield input[type="number"],
body .gform_wrapper #gform_8 .gfield input[type="upload"],
body .gform_wrapper #gform_8 .gfield select,
body .gform_wrapper #gform_8 .gfield textarea {
  max-width: 100% !important;
  background: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 10px 15px !important;
  border-radius: 5px !important;
}

#gform_fields_8 {
  row-gap: 20px;
}
/* form end */
/* wordpress default classes for content? 
*/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.alignnone {
  width: auto !important;

  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  width: auto !important;

  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  width: auto !important;

  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  width: auto !important;

  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  width: auto !important;

  display: block;
  margin: 5px auto 5px auto;
}
.medium {
  max-width: 45%;
}
a img.alignright {
  width: auto !important;
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  width: auto !important;
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  width: auto !important;
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  width: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.logo-light {
  width: 120px;
}

/*-- -------------------------- -->
<---          Services          -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #services-1251 {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 10;
  }
  #services-1251 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #services-1251 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }

  #services-1251 .cs-title {
    max-width: 20ch;
  }
  #services-1251 .cs-card-group {
    margin: 0;
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    /* 16px - 20px */
    gap: clamp(1rem, 2.5vw, 1.25rem);
  }
  #services-1251 .cs-item {
    width: 100%;
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #000;
    border-radius: 0.5rem;
    /* clips background image corners */
    overflow: hidden;
    box-shadow: 0px 12px 80px 0px rgba(26, 26, 26, 0.08);
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    grid-column: span 12;
    grid-row: span 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
  }
  #services-1251 .cs-item:hover .cs-item-background img {
    opacity: 0.4;
    transform: scale(1.3);
  }
  #services-1251 .cs-item:hover .cs-h3 {
    color: #124d9d;
  }
  #services-1251 .cs-item:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    /* prevents border from affecting height and width */
    box-sizing: border-box;
    border-radius: 0.5rem;
    /* prevents the mouse from interacting with it so when you hover hover the other elements inside the card it doesn't block your mouse from hovering over them */
    pointer-events: none;
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 10;
  }
  #services-1251 .cs-link {
    text-decoration: none;
    /* 125px - 236px */
    /* padding goes on the link, not the cs-item as is normal. We do this because we want the whole card to be hoverable. So we add the padding to the link tag to create the space inside the card. By adding the space inside the cs-link tag we can make the whole card hoverable since the padding is now contributing to the height and widht of the link */
    padding: clamp(7.8125rem, 19vw, 14.75rem) 1.5rem 1.5rem;
  }
  #services-1251 .cs-h3 {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: bold;
    text-align: inherit;
    margin: 0 0 0.75rem 0;
    color: white;
    transition: color 0.3s;
  }
  #services-1251 .cs-item-text {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    max-width: 28.125rem;
    margin: 0;
    padding: 0;
    color: white;
  }
  #services-1251 .cs-item-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #services-1251 .cs-item-background:before {
    /* background color overlay */
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #1a1a1a;
    opacity: 0.24;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #services-1251 .cs-item-background:after {
    /* background color overlay */
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(0 0 0 / 50%) 0%, #000000 100%);
    opacity: 0.4;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  #services-1251 .cs-item-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* Makes img tag act as a background image */
    object-fit: cover;
    transition: transform 0.6s, opacity 0.3s;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #services-1251 {
    padding-bottom: 0;
  }
  #services-1251 .cs-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
  }
  #services-1251 .cs-title {
    margin: 0;
  }
  #services-1251 .cs-flex-group {
    width: 50%;
  }
  #services-1251 .cs-item {
    grid-column: span 4;
  }
}
@media (max-width: 768px) {
  .image-content.ms-5 {
    margin-left: auto !important;
  }
  .contact-form {
    padding: 40px 0px;
  }
  .image-content h2 {
    font-size: 26px;
  }
  .section-title h2,
  .content-title h2 {
    font-size: 26px;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.alignnone {
  width: auto !important;

  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  width: auto !important;

  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  width: auto !important;

  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  width: auto !important;

  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  width: auto !important;

  display: block;
  margin: 5px auto 5px auto;
}
.medium {
  max-width: 45%;
}
a img.alignright {
  width: auto !important;
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  width: auto !important;
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  width: auto !important;
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  width: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
