@font-face {
  font-family: "kufont";
  src: local("kufont"), url(./DroidKufi-Regular.woff) format("woff");
}

.main-header {
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #E4E4E4;
  border-top: 1px solid #E4E4E4;
  display: flex;
  overflow: hidden;
  background-color: #fff;

}

.header-background {
  background-repeat: no-repeat !important;
  margin: 0px !important;
  background-position: top !important;
  background-size: 100vw auto !important;
}

.brand-image {
 padding-bottom: 150px;
  height: 250px !important;
  width: 150px !important;
  display: flex;
  
}



.order-btn {
  float: right;
  border-radius: 3px;
  margin-top: 27px;
  padding-left: 20px;
  padding-right: 20px;
  margin-inline-start: 10px;
  line-height: 26px;

}

.order-btn svg {
  height: 12px;
  margin-inline-end: 10px;
  margin-top: -2px;
}

.order-btn svg rect {
  fill: #2a6049 !important;

}

.order-btn:hover svg rect {
  fill: #fff !important;

}

.top-header {
  background: #2a6049;
  height: 40px;
  line-height: 40px;

}

.top-header a {
  float: right;
  text-transform: uppercase;
  font-size: 10px;
  height: 40px;
  display: block;
  letter-spacing: 3px;
  color: #d0d0d0;
  padding: 0 20px;
  text-decoration: none;
}

.top-header-right a {
  color: #fff;
}

.top-header-right a:hover {
  color: #fff !important;
}

.top-header-left {
  float: left;
}

.dropdown-toggle {
  color: #fff !important;
}


body {
  color: #363636;
  font-family: 'Segoe UI', sans-serif !important;
  font-size: 14px;
}


.top-header a:hover {
  color: #b3b3b3;
}

.top-header a.dropdown-item:hover {
  color: #2a6049;
  background-color: #f9f9f9 !important;
}

.footer {
  margin-top: 50px;
  margin-bottom: 30px;
}

hr {
  color: #ccc;
  height: 1px;
}



.page-heading {
  color: #2a6049;
  font-weight: 400;
  text-align: center;
}

.link {
  color: #2a6049;

  text-decoration: none;
}

.link:hover {
  color: #2a6049
}

.stepper-indicator {
  background-color: #F8F8F8;
  padding: 30px;
  border-radius: 10px;
}

.stepper-indicator h5 {
  color: #707070;
  font-weight: 400;
  text-transform: uppercase;
}

@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}

.s-stepper-content .s-stepper-stage {
  display: none;
  padding: 15px 22px;

  background-color: #fff;
  border: 1px solid #eee;
}

.s-stepper-content .s-stepper-stage.active {
  display: block;
  border-radius: 0 0 10px 10px;
}

.s-stepper {
  display: flex;
  margin-top: 30px;
  counter-reset: section;
  border: 1px solid #eee;
  background-color: #fefefe;
  border-radius: 10px 10px 0 0;

}

.s-stepper .s-step {
  display: flex;
  flex: 1;
  padding: 15px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
}

.s-stepper .s-step:first-child:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  content: "";
  border-top: none;
  border-bottom: none;
}

.s-stepper .s-step.active,
.s-stepper .s-step.done {
  position: relative;
  background-color: #E8FFE8;
  color: #2a6049;
}

.s-stepper .s-step.active:last-child:after {
  border: none;
}

.s-stepper .s-step.active:after {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -50px;
  width: 0;
  height: 0;
  content: "";
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #E8FFE8;
  transition: all 900ms ease-in-out;
}

.s-stepper .s-step.active .s-step-counter:after {
  content: "";
  font-family: FontAwesome;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 9999px;
  border: 1px solid #2a6049;
  color: #2a6049;
}

.s-stepper .s-step.done .s-step-counter:after {
  content: "";
  font-family: FontAwesome;
  border-color: #2a6049;
  color: #2a6049;
}

.s-stepper .s-step .s-step-counter:after {
  counter-increment: section;
  content: counter(section);
  display: flex;
  font-size: 18px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  width: 45px;
  height: 45px;
  justify-content: center;
  border-radius: 999px;
  align-items: center;
  margin-bottom: 5px;
}

@media screen and (max-width: 1150px) {

  .Services-inner-btn {
    margin: 10px 0px !important;
  }
}

@media (max-width: 992px) {

  .home-pricing-image {
    background-size: cover !important;
    background-position-x: right !important;
  }

  .dark-border {
    border: 1px solid #363636 !important;
  }

  .color-light-dark {
    color: #363636 !important;
  }

  .page-footer ul li {
    margin: 10px;
  }

  .terms-btn-list {
    display: none;
  }

  .terms-content {
    width: 100%;
  }

  .quote-container {
    width: 100% !important;
  }

  .at-icon-box-text p {
    font-size: 14px !important;
  }

  .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .tab {
    display: flex;
    justify-content: center;
    padding: 20px 20px 20px 10px !important;
  }

  .terms-container {
    width: 90%;
  }


  .tablinks {
    width: 30% !important;
    padding: 25px !important;

  }

  .tablinks-label {
    padding: 10px 0px 0px 0px;
  }

  .services-icon {
    margin: 0px !important;
  }

  .terms-content {
    font-size: 14px;
  }

  @media screen and (max-width: 350px) {
    .Header-content {
      padding: 0px !important
    }
  }
}

@media screen and (max-width: 770px) {
  .tab {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 700px) {
  .stepper {
    font-size: 12px !important;
  }

  .ServiceTextContent {
    width: 100% !important;
  }

  .form-tab-btn {
    width: 200px !important;
    margin-left: 0px !important;
  }

  .form-tab-btn svg {
    display: none !important;
  }

}

@media screen and (max-width: 490px) {
  .signin-mobile {
    display: none;
  }

  .signin-mobile-ico {
    display: block !important;
  }

  .stepper {
    font-size: 12px !important;
  }

  .home-header-text {
    font-size: 1.5em !important;
  }

  .home-header-text-sm {
    font-size: 1.2em !important;
  }

  .form-tab-btn {
    width: auto !important;
    padding: 10px 20px !important;
  }

  .qoute-form {
    padding: 20px !important;
  }

  .ContactForm {
    padding: 20px 20px 100px !important;
  }

  .tab-form {
    padding: 20px !important;
  }

  .form-green-btn {
    padding: 0px 15px !important;
  }

  .Btnicotxt {
    font-size: 14px;
  }

}

@media screen and (max-width: 350px) {

  .form-tab-btn {
    width: auto !important;
    font-size: 14px !important;
  }


}


@media screen and (max-width: 530px) {
  .bg {
    height: 550px !important;
  }

  .line-1 {
    font-size: 14px !important;
  }

  .Services-inner-btn {
    width: 100% !important;
  }

  .tablinks-label {
    display: none;
  }

  .services-icon {
    width: 100% !important;
    height: auto !important;
    margin: 0px !important;
    padding: 5px !important;
  }

  .tablinks {
    padding: 10px !important;

  }
}

.tablinks-label {
  font-size: 1em;
}

.btn-success,
.btn-outline-success:hover {
  background-color: #2a6049;

}

.btn-outline-success {
  color: #2a6049;
  border-color: #2a6049;
}

.btn {
  border-radius: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-success:hover {
  background-color: #2a6049
}

.step-title {
  font-weight: 400;
  color: #595959;
}

.clearfix {
  display: block;
  width: 100%;
}

.form-control:focus,
.form-select:focus {

  background-color: #fff;
  border-color: #AFA68A;
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(175, 166, 138, 0.3);
}

label {
  padding-top: 5px;
  padding-top: 5px;
  color: #707070;
}

.form-control,
.form-select {
  border-radius: 25px !important;
  margin-top: 10px;
  overflow: hidden;
}


.print path {
  fill: #212529
}

.print svg {
  width: 17px;
  margin-inline-end: 10px;
}

.print:hover path {
  fill: #fff
}



.active {
  opacity: 1 !important;
}




.service a {
  color: #999;
  display: block;
  text-decoration: none;
}

.services-grid a {
  color: #363636;
  text-decoration: none;
}

.service h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #00501D;
  font-size: 1.2rem;
  margin: 1rem 0 0.9rem;

}

.services-grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;

}

.service {
  cursor: pointer;
  background: #fff;
  margin: 20px;
  padding: 50px 30px 30px;
  border-radius: 20px;
  text-align: center;
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: block;
  flex-wrap: wrap;
  border: 1px solid #e7e7e7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;

}

.service:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  transform: scale(1.1);
}

.service i {
  font-size: 3.45rem;
  margin: 1rem 0;
}




/*
.service > * {
  flex: 1 1 100%;
}
*/


.service img {
  height: 130px !important;
  transition: all ease 0.4s;
  margin-bottom: 30px;
}


@media all and (max-width:900px) {
  .services-grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}




li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

.pricing-table {
  margin-top: 50px;
  display: flex;
}

.pricing-table .card {
  width: 270px;
  height: 370px;
  padding: 30px;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  transition: all 0.2s ease-in-out;
  background: #ffffff99;
  margin-right: 30px;
  margin-bottom: 50px;
}

.pricing-table .card {
  background: #ffffff66;

}

.pricing-table .card.dark {
  color: #212529;
  transition: all 0.2s ease-in-out;
  background: #f9f9f9;
  width: 33%;
}

.pricing-table .card.dark:last-child {
  margin-right: 0;
}

.pricing-table .card .price {
  font-size: 6rem;
}


.pricing-table .buy-button {
  width: 270px;
  height: 200px;

}

.pricing-table .card .buy-button h3 {
  left: 10%;
  font-size: 1rem;
}

.pricing-table .card .type {
  margin-top: 30px;
  letter-spacing: 0.1rem;
  font-size: 14px;
}

.pricing-table .card .price {
  font-size: 3rem;
  position: relative;
  margin: 10px 0px 20px;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.pricing-table .card .price span {
  font-size: 14px;
  margin-left: 10px;
}

.pricing-table .card .price::before {
  position: absolute;
  content: "";
  color: rgba(255, 255, 255, 0.06);
  font-size: 9.5rem;
  z-index: -1;
  right: -30%;
  bottom: 15%;
  text-shadow: 0 0 0px rgba(51, 55, 69, 0);
  transition: all 1s ease-in-out;
}

.pricing-table .card .plan {
  font-size: 1.2rem;
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}

.pricing-table .card .plan::before,
.pricing-table .card .plan::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 2px;
  background: #fff;
  bottom: 40%;
  transition: all 0.2s ease-out;
}

.pricing-table .card.dark .plan::before,
.pricing-table .card.dark .plan::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 2px;
  background: #33333333;
  bottom: 40%;
  transition: all 0.2s ease-out;
}

.pricing-table .card .plan::before {
  right: 100%;
  transform: translate(-50%, -50%);
}

.pricing-table .card .plan::after {
  right: -55%;
  transform: translate(0%, -50%);
}

.pricing-table .card .details {
  text-transform: capitalize;
}

.pricing-table .card .details li {
  margin: 15px 0px;
}

.pricing-table .card .buy-button {
  cursor: pointer;
  position: absolute;
  width: 250px;
  height: 155px;
  background: #fff;
  border-radius: 25px;
  right: -34%;
  bottom: -27%;
  transition: all 0.4s ease-in-out;
}

.pricing-table .card .buy-button h3 {
  text-shadow: 0 0 0;
  text-decoration: none;
  color: #fff;
  position: absolute;
  left: 8%;
  top: 5%;
  color: #333745;
  font-size: 1rem;
  transition: all 0.4s ease-in-out;
}

.pricing-table .card:hover {
  background-color: #fff;
  color: #2a6049;
}

.pricing-table .card:hover .price::before {
  -webkit-animation: text-hover 1s ease-in-out infinite normal;
  animation: text-hover 1s ease-in-out infinite normal;
}

.pricing-table .card:hover .plan::before {
  right: 90%;
}

.pricing-table .card:hover .plan::after {
  right: -40%;
}

.pricing-table .card:hover .buy-button {
  width: 100%;
  right: 0%;
  border-radius: 0%;
  background-color: #2a6049;
}

.pricing-table .card:hover .buy-button h3 {
  left: 50%;
  transform: translate(-50%, 0%);
  color: #fff;

}

/* Footer*/
.site-footer {
  background-color: #363636;
  padding: 70px 0 30px 0;
  font-size: 15px;
  line-height: 24px;
  color: #9e9e9e;
}

.site-footer hr {
  border-top-color: #333;
  opacity: 0.5
}

.site-footer hr.small {
  margin: 20px 0
}

.site-footer h6 {
  color: #9e9e9e;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 25px;
  letter-spacing: 2px
}

.site-footer a {
  color: #9e9e9e;
}

.site-footer a:hover {
  color: #2a6049;
  text-decoration: none;
}

.footer-links {
  padding-left: 0;
  list-style: none
}

.footer-links li {
  display: block
}

.footer-links a {
  color: #737373;
  text-decoration: none;
  line-height: 30px;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #2a6049;
  text-decoration: none;
}

.footer-links.inline li {
  display: inline-block
}

.site-footer .social-icons {
  text-align: right
}

.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  margin-top: 20px;
  border-radius: 100%;
  background-color: #eeeeee33;
  color: #eee
}

@media (max-width:991px) {
  .site-footer [class^=col-] {
    margin-bottom: 30px
  }
}

@media (max-width:430px) {
  .form-select {
    font-size: 14px !important;
    padding: .375rem 12px !important;
  }

  .form-header {
    border: none !important;
    font-size: 14px !important;

  }

  .auth-header-text {
    font-size: 10px !important;
    line-height: 15px;
    text-align: center;
  }
}

@media (max-width:767px) {
  .account-btn-text {
    display: none;
  }

  .form-header {
    border: none !important;
    text-align: center !important;
    padding: 0px !important;
  }

  .form-logo {
    justify-content: center;
    padding: 0px !important;
  }

  .site-footer {
    padding-bottom: 0
  }

  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center
  }

  .mobile-alignment h5 {
    line-height: 35px !important;
    padding-top: 10px;
    justify-content: center !important;
    text-align: center;
  }

  .mobile-alignment {
    justify-content: center !important;
  }

  .hide-on-small {
    display: none;
  }

  .site-footer {
    padding: 30px 0px !important;
  }

  .site-footer .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .center-on-small {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0px !important;
  }

  .text-align-center {
    text-align: center !important;
  }
}


.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px
}

.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px
}

.social-icons a.facebook:hover {
  background-color: #3b5998
}

.social-icons a.twitter:hover {
  background-color: #00aced
}

.social-icons a.linkedin:hover {
  background-color: #007bb6
}

.social-icons a.phone:hover {
  background-color: #2a6049
}

.social-icons a.mail:hover {
  background-color: #2a6049
}

@media (max-width:767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600
  }

}

@media (max-width:400px) {
  .form- select {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

}


/*about*/

.header-image-about {
  height: 400px;
  background-position: right;
  background-size: cover;
  margin-bottom: 30px;
}

.header-image * {
  color: #363636
}

.line-1 {
  position: relative;

  width: 24em;
  margin: 0 auto;
  font-size: 24px;
  text-align: left;
  white-space: nowrap;
  float: left;
  color: #2a6049;
  overflow: hidden;
  transform: translateY(-50%);
}

/* Animation */
.anim-typewriter {
  animation: typewriter 4s steps(44) 1s 1 normal both,
    blinkTextCursor 500ms steps(44) infinite normal;
}

@keyframes typewriter {
  from {
    width: 0;
  }

  to {
    width: 11em;
  }
}

@keyframes blinkTextCursor {
  from {
    border-right-color: #2a6049;
  }

  to {
    border-right-color: transparent;
  }
}





.end {
  margin-right: 0 !important;
}

.text-center {
  text-align: center !important;
}

/*-=-=-=-=-=-=-=-=-=-*/
/* Style             */
/*-=-=-=-=-=-=-=-=-= */

.at-icon-box {
  overflow: hidden !important;
  background: #2a6049;
  position: relative;
  color: #fff;
  line-height: 1;
  top: 0;
  transition: all 0.2s ease-out;
  padding: 45px 40px;
  border-radius: 20px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.at-icon-box-text {
  font-weight: 300;
  vertical-align: middle;
  display: table-cell;
  float: left;
  width: 75%;
}

.at-icon-box-text h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.at-icon-box-text p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.at-icon-box-icon {
  display: table-cell;
  vertical-align: top;
  width: 20%;
  text-align: right;

  padding-left: 10px;
}

.at-icon-box:hover {
  top: -10px;
}

.icon-right {
  float: right;
  right: -15px;
}

.sub {

  color: #333;
}

.sub span {
  height: 2px;
  width: 50px;
  background-color: #00501D;
  display: block;
  margin-top: 15px;
  margin-bottom: 30px;
}

.list-group-item.active {
  z-index: 2;
  color: #2a6049;
  background-color: #b4e0cc77;
  border-color: #2a6049;
}


.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #2a6049;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #2a6049;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #2a6049;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #2a6049;
  border: 1px solid #2a6049;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded=true] {
  color: #2a6049;
}

.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.bg-light {
  background-color: #f9f9f9 !important;
}

.text-primary {
  color: #2a6049 !important;
}


.btn-signin {
  color: #363636;
  font-weight: 500px;
  height: 40px;
  font-size: 14px;

}

.btn-signin:hover {
  color: #2a6049;
}

.QualityContainer {
  position: relative;
  display: flex;
  padding: 0px 10px;
  width: 1300px;

}


.qualityContent {
  width: 400px;
  color: #363636;
  padding-top: 25px;
  padding-left: 100px;
  margin-right: 50px;
}


.qualityIcons {
  width: 80px;
  opacity: 0.3;
  margin-inline-end: 15px;
}

.QualityBox {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 40px
}


.PlaceOrderBtn {
  color: #363636;
  border-style: none;
  border: 1px solid #363636;
  height: 40px;
  font-size: 14px;

}

.PlaceOrderBtn:hover {
  color: #fff;
  border-style: none;
  background-color: #363636;
  border: 1px solid #363636;
  height: 40px;
  font-size: 14px;


}


.Btn-2 {
  min-width: 120px;
  box-sizing: border-box;
  margin-top: 0px !important;
  background-color: #2a6049;
  color: #fff;
  border-style: none;
  padding: 10px 20px;
  height: 140px;
  border-radius: 10px !important;
  margin-right: 10px;
  -webkit-box-shadow: 0px 0px 0px 10px rgba(50, 89, 79, 0.77);
  -moz-box-shadow: 0px 0px 0px 10px rgba(50, 89, 79, 0.77);
  box-shadow: 0px 0px 0px 10px rgba(50, 89, 79, 0.3);
  margin: 20px 40px 0px 0px !important;

}

.Btn-2:hover {
  color: #fff;
}


.btnico {
  height: 60px;
  top: 10px;
  position: relative;
  transition: all ease 0.3s;
}

.Btnicotxt {
  opacity: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 25px;
  bottom: 10px;
  transition: all ease 0.2s;
  line-height: 40px;

}

.Btn-2:hover .Btnicotxt {
  opacity: 1;
  bottom: 0px;
}

.Btn-2:hover .btnico {
  top: 0;
}


.green-btn {
  color: #fff;
  border-style: none;
  background-color: #2a6049 !important;
  border: 1px solid #2a6049 !important;
  height: 40px !important;
  font-size: 14px;
  padding: 6px 20px !important;
}

.btn.btn-outline-success.mt-2 {
  height: 40px;
}

.green-btn:hover {
  color: #fff !important;
  border-style: none;
  background-color: #2a6049 !important;
  border: 1px solid #2a6049;
  height: 40px;
  font-size: 14px;
}

.large-btn {
  padding: 13px 35px;
}




@media only screen and (max-width: 1200px) {

  .QualityContainer {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px 10px;
  }

  .qualityContent {
    width: 600px;
  }

  .header-image {
    background-position: top;

    overflow: hidden;
  }
}




/* ///  DECORATION CSS ///  */
.cont_select_center {
  flex-wrap: wrap;
  display: flex;
  position: relative;
  justify-content: center;
  align-self: center;

  border-radius: 30px;
}

.cont_heg_50 {
  position: absolute;
  height: 50%;
  left: 0;
  top: 0;
  width: 100%;
}


.select_mate {
  position: relative;
  float: left;
  min-width: 300px;
  width: 320px;
  color: #363636;
  font-weight: 300;

}


.SelectOptions {
  padding: 20px;
}


.contactContainer {
  width: 100%;
  height: 400px
}








/* COLOURS */
/* RESETS */


/* GLOBE */
.bg {
  position: relative;
  width: 100vw;
  height: 550px !important;
  overflow: hidden;
  background: #2a6049;


}

.globe .globe-list {
  position: absolute;
  left: 0;
  top: 0;
  list-style: none;
  display: none;
}

.globe .globe-list {

  opacity: 0;
  transition: opacity 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.globe .globe-list.active {
  opacity: 1;
}

.globe .globe-list>li {
  opacity: 0.4;

  position: absolute;
  margin-left: -8px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;

  transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.globe .globe-list>li.active {
  opacity: 1;
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}

.globe .globe-list>li:before {
  content: "";
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-animation: 2s pulse infinite linear;
  animation: 2s pulse infinite linear;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.globe .globe-list>li.active:before {
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}

.globe .globe-list>li.active,
.globe .globe-list>li.active:before {
  background: #FFFFFF;

}

.globe .globe-list .text {
  position: absolute;
  opacity: 0.8;
  right: 21px;
  top: 50%;
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-align: right;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  color: #FFFFFF;
  white-space: nowrap;
  transform: translateY(-50%);

}

.globe .globe-list>li.active .text {
  opacity: 1;
  right: 29px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;


}

.globe .globe-canvas {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;

}

.globe svg {
  height: 100%;
  width: 100%;
  opacity: 0.3;
  -webkit-animation: rotation 10s linear infinite;
  animation: rotation 10s linear infinite;
}

.svg-wrapper {
  opacity: 0;
  display: inline-block;
  position: absolute;
  width: 80vh;
  height: 80%;
  left: 0;
  right: 0;
  top: 10%;
  margin: auto;
  transform: scale(0.5);
  transition: opacity 1s ease-out 1.6s, transform 1s ease-out 1.6s;
}

.svg-wrapper.active {
  opacity: 1;
  transform: none;
}

@-webkit-keyframes rotation {
  0% {
    transform: scaleX(-1) rotate(360deg);
  }

  100% {
    transform: scaleX(-1) rotate(0deg);
  }
}

@keyframes rotation {
  0% {
    transform: scaleX(-1) rotate(360deg);
  }

  100% {
    transform: scaleX(-1) rotate(0deg);
  }
}




.Header-content {

  color: #2a6049;
  max-width: 700px;

}

@media(max-width:1199px) {
  .Header-content {
    padding: 0 20px !important;
  }
}

.ContactDropDown {
  background: linear-gradient(90deg, rgba(32, 32, 32, 1), rgba(0, 0, 0, 0.5)), url("/static/images/map.png");
  padding: 40px;
  flex-direction: column;
  overflow: hidden;
  height: 400px;
  background-size: contain;
}



.ContactForm {
  position: relative;
  background: #fff;
  padding: 40px 40px 100px;
  margin-top: -160px;
  margin-bottom: 80px !important;
  border-radius: 25px;
  height: auto;
}

.LessWidth {
  width: 845px !important;
}

.SendBtn {
  position: absolute;
  width: auto;
  right: 40px;
  bottom: 30px;
}


.ContactFormTitle {
  margin-bottom: 20px;
  font-size: 20px;
}


.content {
  padding-top: 40px;

}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Style the tab */
.tab {
  overflow: hidden;
  padding: 10px 0px;
}

/* Style the buttons inside the tab */
.tab button {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 30px 30px;
  transition: 0.3s;
  border-radius: 3px;
  background: #fff;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #fff;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #fff;
  filter: none;
  -webkit-box-shadow: 0px 0px 0px 10px rgba(50, 89, 79, 0.77);
  -moz-box-shadow: 0px 0px 0px 10px rgba(50, 89, 79, 0.77);
  box-shadow: 0px 0px 0px 10px rgba(50, 89, 79, 0.2);

}

/* Style the tab content */
.tabcontent {
  display: block;
  padding: 6px 12px;
  border-top: none;
}

.ServicesTab {
  width: 100%;
  height: auto;
  margin: 40px 0px 0px 0px;
}

.tablinks {
  box-sizing: content-box;
  margin-top: 0px !important;
  background-color: #2a6049;
  color: #363636;
  border-style: none;
  padding: 10px 20px;
  width: 120px;
  padding: 20px;
  font-size: 18px;
  border-radius: 10px !important;
  margin: 20px 10px 20px 10px;

  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
}


.services-icon {
  width: 85px;
  height: 80px;
  margin: 0px 0px 30px 0px;
}

.ServiceImg {
  width: 40%;
  position: absolute;
  right: 2%;
  top: 3%;
}

.ServiceTextContent {
  margin-top: 10px;
  width: 70%;
  font-size: 16px;
  margin-bottom: 100px;
}

.Services-inner-btn {
  margin-top: 50px;
  margin-right: 30px;
  border: none;
  padding: 15px;
  border-radius: 15px;
  width: 350px;
  background: #fff;
  border: 1px solid #d2d2d2;
}

.place-order-btn {
  margin-top: 20px;
  border: none;
  padding: 20px 0px;
  border-radius: 15px;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
}

.faqheader {
  width: 100%;
  display: flex;
  padding-right: 100px;

}

.main-header-btn {
  margin: 20px 10px;
  width: 100px;
  text-align: center;
  text-decoration: none;
}

.main-header-ico {
  width: 50px;
  height: 50px;
  transition: all ease 0.2s;

}

.main-header-txt {
  text-decoration: none;
  color: #2a6049;
  transition: all ease 0.2s;
  opacity: 0;
}

.main-header-btn:hover .main-header-txt {
  opacity: 1;
  bottom: 0px;
}

.main-header-btn:hover .main-header-ico {
  width: 35px;
  height: 35px;

}



.nav {
  display: flex;
  flex-wrap: wrap;
}


.container {
  display: flex;
  justify-content: space-between;
}

.background-img {
  background-image: url('/static/images/serviceBackground.png');
  background-size: cover;
  background-attachment: fixed;
  background-position-y: -200px;
  z-index: -999;
  background-repeat: no-repeat;
}

.form-background {
  background-image: url('/static/images/formBg.png');
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: auto;
  margin: 0px !important;
  padding-bottom: 150px;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

body {
  margin: 0px;
  line-height: 30px !important;
}

.form-logo {
  width: 200px;
  padding-right: 40px;

}

.inner-container {
  padding-top: 50px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-header {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding-left: 40px;
  line-height: 40px;
  border-left: 3px solid #fff;
  letter-spacing: 4px;
}

.tab-form {
  width: 100%;
  background: #fff;
  padding: 40px;
  border-radius: 0px 25px 25px 25px;
}

.form-tab-btn {
  margin-top: 50px;
  width: 300px;
  padding: 10px 15px;
  border: none;
  border-radius: 25px 25px 0px 0px;
  background-color: #fff;
  color: #2a6049;
  font-size: 18px;
}

.g-btn {
  background-color: #2a6049 !important;
  color: #fff;
}

.w-btn {
  background-color: #fff !important;
  color: #2a6049;
}

.tab-form-input {
  padding: 10px 20px;
  border: none;
  border: 1px solid #d2d2d2;
  border-radius: 25px;
  font-size: 16px;
  outline: none;
  width: 100%;
}

input[type=file]::file-selector-button {
  border: none;
  border-radius: 25px 0px 0px 25px;
  font-size: 16px;
  outline: none;
  padding: 10px 20px;
  color: #2a6049;
}

.input-content {
  display: block;
  width: 100%;
  padding: 15px;

}

.input-caption {
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 16px;
}

.tab-form .input-row {
  display: flex;
  justify-content: flex-start;
}

.form-green-btn {
  color: #fff;
  border-style: none;
  background-color: #2a6049;
  height: 40px;
  font-size: 14px;
  border-radius: 25px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0px 10px
}

.form-white-btn {
  color: #2a6049;
  border-style: none;
  border: 1px solid #d2d2d2;
  height: 40px;
  font-size: 14px;
  border-radius: 25px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0px 10px
}

.go-to {
  width: 100%;
  background-color: #F6F6F6;
  height: 20px;
}

.page-footer ul {
  margin-top: 10px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.page-footer ul a {
  text-decoration: none;
  color: #000;
}

.page-footer ul a:hover {
  text-decoration: none;
  color: #2a6049;
}

.page-footer {

  bottom: 0px;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 20%;
  margin-right: 20%;
  border-top: 1px solid #00000010;

}

.prices {
  float: right;
  color: #2a6049;
  cursor: pointer;
}

.quote-container {
  display: flex;
  width: 70%;
  max-width: 1230px;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #363636;


}


.qoute-form {
  width: 100%;
  background: #fff;
  padding: 40px;
  margin: 40px 10px;
  border-radius: 25px;
}

.stepper {
  border: none;
  background-color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  padding: 30px 0px 30px 0px;
  border: 1px solid #f5f5f5;
  width: 100%;
  color: #2a6049;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.stepper-icon {
  border: 1px solid #2a6049;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 10px;
}

.stepper .stepper-icon.active {
  background-color: #2a6049;
  color: #fff;
}

.terms-tab {
  border: none;
  background: #fff;
  font-size: 20px;
  margin: 20px 10px;
  color: #dcdcdc;

}

.terms-tab:hover {
  color: #2a6049;
}

.terms-tab.active {
  color: #2a6049;
}

.terms-content {
  padding: 0px 30px;
}

.order-now-btn:hover {
  width: 100%;
  background-color: #AFA68A;
  color: #fff;
}

.order-now-btn {
  width: 50%;
  background-color: #fff;
  color: #AFA68A;
  border: 1px solid #AFA68A;
  transition: all 0.5s;
}

input,
textarea,
select,
option {
  border: 1px solid #949494 !important;
}

.form-padding {
  padding: 0px 80px;
}


@media (max-width:767px) {
  .form-padding {
    padding: 0px !important;
  }

  .large-btn {
    margin: 0px 10px
  }
}

.term-btn-container {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #eeeeee;
  align-self: center;
}

.contact-header-text {
  float: left;
  margin-right: 20px;
  padding: 15px 0px 0px 0px;
  color: #fff;
  font-size: 16px;
}

.align-rtl-text {
  text-align: left !important;
}

.rtl {
  direction: rtl;
  text-align: right !important;
  font-family: 'kufont' !important;
}

.rtl * {
  letter-spacing: 0 !important;
}

.rtl .line-1 {
  float: right !important;
  text-align: right;
  transform: translateY(-50%);
}

.rtl .form-header {
  border-right: 3px solid #fff;
  padding-left: 0px;
  border-left: none;
  padding-right: 40px;
}

.rtl .form-logo {
  padding-left: 40px;
  padding-right: 0px;
}

.rtl .align-rtl-text {
  text-align: right !important;
}

.rtl .prices {
  float: left;
}


.rtl .green-btn {
  float: left;
}

.rtl .accordion button {
  text-align: right;
}

.rtl .contact-header-text {
  float: right;
  margin-left: 20px;
}

.rtl .form-select {
  background-position: left;
  background-position-x: 10px;
  padding-right: 10px !important;
  font-size: 14px;

}

.form-select {
  line-height: 27px;
}

.rtl .term-btn-container {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #eeeeee;
}

.rtl .tab-form {
  border-radius: 25px 0px 25px 25px !important;
}

.rtl .account-tab-btn {
  font-size: 16px !important;
}

.rtl #Layer_1 {
  margin-right: 0px;
  margin-left: 15px;
}

.rtl .Btn-2 {
  margin: 20px 0px 0px 40px !important;
}

.rtl .setting-ico {
  margin-left: 10px;
  margin-right: 0px;
}

.rtl .at-icon-box-text {
  float: right;
}

.rtl .service h4 {
  font-family: 'kufont';
  font-weight: normal;
}

.rtl .top-header a {
  letter-spacing: 1px;
}

.rtl .form-header {
  letter-spacing: 0px !important;
}

.btn-link {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
  padding: 0px !important;

}

.rtl .form-check .form-check-input {
  float: right;
}

.rtl .form-check-label.pt-0 {
  margin-right: 25px;
}

.rtl .icon-right {
  float: left !important;

}

.rtl .fa.fa-bullseye {
  left: -15px !important;
  right: 0px !important;
}

.rtl .fa.fa-dot-circle {
  left: -15px !important;
  right: 0px !important;
}

.tablinks-label {
  font-size: 0.8em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fa.fa-bullseye {
  right: -15px;
}

.fa.fa-dot-circle {
  right: -15px;
}

.rtl .line-1 {
  border-left: none;
  border-right: none;
}

.term {
  text-align: right;
  justify-content: space-between;
  padding-right: 0px;
}

.well {

  padding: 15px 15px;
  display: flex;
  justify-content: space-between;
  background-color: #f6f6f6;
  border-radius: 15px;
  margin-top: 15px;
}

.well-success {
  background-color: rgb(28 94 47 / 17%);
  color: #2a6049;
  padding: 20px;
  margin-bottom: 1rem;


}

.well-failed {
  background-color: #ff002b11;

  padding: 20px;
  margin-bottom: 1rem;

}

.well-failed * {
  color: #a1000b;
}

.well a {
  font-weight: bold;
}

.well p {
  margin-bottom: 0rem;

}

.termbtn {
  text-decoration: none;
  color: #2a6049 !important;
}

.termbtn:hover {
  text-decoration: underline;

}

.backbtn {
  text-decoration: none;
  color: #2a6049;
  float: left;
  padding: 10px 0;
}

.well div {
  line-height: 40px;
  color: #2a6049
}

.error-text {
  color: #a1000b;
  padding-top: 5px;
  font-size: 12px;
  margin-bottom: 0;
}

.cursor-pointer {
  cursor: pointer;
}