
@import url("https://fonts.googleapis.com/css2?family=Muli:wght@400;500;600;700&amp;display=swap");

body {
  font-family: "muli", sans-serif;
  overflow-x: hidden !important;
  font-size: 16px;
  /* color: #3c4858; */
  /* width: 100%; */
}
html {
  overflow-y: scroll; 
}
.container{
  padding-left: 1.8em;
}
/*map*/
.map-responsive{
overflow:hidden;
padding-bottom:30.25%;
 position:relative;
height:0px;

}

.map-responsive iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "muli", sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

/*scrollbar customize*/
body::-webkit-scrollbar {
  width: .5em;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #62bd19;
 
}
::-moz-selection {
  background: #465467;
  color: #ffffff;
}
/*dot*/
.css-1x6b7sj{
  font-family: Georgia,Times,Times;
    font-size: 1.2em;
    color: #62bd19;

}


/*testimonal*/
/*testimonial*/

.alert{
  position: absolute;
  top:10em;
  width: 500px;
  height: 200px;
 /* bottom: 5em;
 right: 20em; */
 border: 3px solid #f1f1f1;
 z-index: 9;
 text-align: center;
 align-items: center;
  margin-left: 30em;
  background: #ffffff;
  /* background: #79c879; */
  color: #0e0e0e;
display: none;
}
.alert p{
  font-size: 15px;
}
#timeS{
  display: none;
}
::selection {
  background: #465467;
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

p {
  line-height: 1.6;
}
/*testimonial*/
/*slider*/


.section {
  padding: 30px 0;
  position: relative;
  }

.section-two {
  padding: 60px 0;
  position: relative;
}

.bg-overlay {
  background-color: rgba(60, 72, 88, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-overlay-white {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-overlay-primary {
  background-color: #62bd19;
}

.title-heading {
  line-height: 16px;

}



.title-heading .heading {
  font-size: 40px;
  letter-spacing: 1px;
}

.title-heading .para-desc {
  font-size: 17px;
  letter-spacing: 0.5px;
}

.section-title {
  position: relative;
}

.section-title .title {
  letter-spacing: 0.5px;
  font-size: 28px;
}

.para-desc {
  max-width: 600px;
}

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

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

.shape {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -1px;
  left: 0;
}

.shape > svg {
  -webkit-transform: scale(2);
          transform: scale(2);
  width: 100%;
  height: auto;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.feature-posts-placeholder {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 66.6%;
}

.feature-top {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: -170px 0 0px;
}

.mover {
  -webkit-animation: mover 1s infinite alternate;
          animation: mover 1s infinite alternate;
}

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

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

@media (min-width: 768px) {
  .margin-top-100 {
    margin-top: 100px;
  }
  .iconify{
    margin-right: 2em;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
  .title-heading .heading {
    font-size: 30px !important;
  }
  .title-heading .para-desc {
    font-size: 15px;
  }
  .mt-60 {
    margin-top: 60px;
  }
}

@media (max-width: 425px) {
  .shape {
    bottom: -3px;
  }
  .feature-posts-placeholder {
    height: 80%;
  }
 
}

/*Testimonial*/


/*****************************
    4.  Bootstrap Custom
******************************/
h1 {
  font-size: 42px !important;
}

h2 {
  font-size: 36px !important;
}

h3 {
  font-size: 30px !important;
}

h4 {
  font-size: 24px !important;
}

h5 {
  font-size: 20px !important;
}

h6 {
  font-size: 16px !important;
}

.display-1 {
  font-size: 80px !important;
}

.display-2 {
  font-size: 72px !important;
}

.display-3 {
  font-size: 64px !important;
}

.display-4 {
  font-size: 50px !important;
  color:  #fff;
  margin-top: 4em;
}

.bg-primary {
  background-color: #62bd19 !important;
}

.bg-soft-primary {
  background-color: #62bd19 !important;
}

.text-primary, .iconify{
  color: #62bd19 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #62bd19 !important;
}

.bg-secondary {
  background-color: #efeff7 !important;
}

.bg-soft-secondary {
  background-color: rgba(239, 239, 247, 0.2) !important;
}

.text-secondary {
  color: #efeff7 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #dedeef !important;
}

.bg-success {
  background-color: #19c091 !important;
}

.bg-soft-success {
  background-color: rgba(25, 192, 145, 0.2) !important;
}
.text-white-50{
  color: #0e0e0e !important;
}

/* .text-success {
  color: #62bd19  !important;
}

a.text-success:hover, a.text-success:focus {
  color:#62bd19  !important;
} */
.text-success {
  color: #62bd19!important;
}
.bg-warning {
  background-color: #f5a958 !important;
}

.bg-soft-warning {
  background-color: rgba(245, 169, 88, 0.2) !important;
}

.text-warning {
  color: #f5a958 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #f49d40 !important;
}

.bg-info {
  background-color: #6492e7 !important;
}

.bg-soft-info {
  background-color: rgba(100, 146, 231, 0.2) !important;
}

.text-info {
  color: #6492e7 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #4e82e4 !important;
}

.bg-danger {
  background-color: #f53565 !important;
}

.bg-soft-danger {
  background-color: rgba(245, 53, 101, 0.2) !important;
}

.text-danger {
  color: #f53565 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #f41d52 !important;
}

.bg-dark-blue {
  background-color: #62bd19  !important;
}

.bg-soft-dark-blue {
  background-color: rgba(8, 8, 61, 0.2) !important;
}

.text-dark-blue {
  color: #62bd19  !important;
}

a.text-dark-blue:hover, a.text-dark-blue:focus {
  color: #62bd19 !important;
}
a{
  color: #5f9514;
}
.bg-dark {
  background-color: #5f9514 !important;
}

.bg-soft-dark {
  background-color: rgba(60, 72, 88, 0.2) !important;
}

.text-dark {
  color: #3c4858 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #323c49 !important;
}

.bg-muted {
  background-color: #8492a6 !important;
}

.bg-soft-muted {
  background-color: rgba(132, 146, 166, 0.2) !important;
}

.text-muted {
  color: #8492a6 !important;
  line-height: 2em;
 
}

a.text-muted:hover, a.text-muted:focus {
  color: #75859b !important;
}

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

.bg-soft-light {
  background-color: rgba(249, 252, 255, 0.2) !important;
}

.text-light {
  color: #f9fcff !important;
}

a.text-light:hover, a.text-light:focus {
  color: #e0efff !important;
}

.bg-footer {
  background-color: #35404E !important;
}

.bg-soft-footer {
  background-color: rgba(53, 64, 78, 0.2) !important;
}

.text-footer {
  color: #62bd19 !important;
}

a.text-footer:hover, a.text-footer:focus {
  color:#62bd19 !important;
}

.list-inline-item:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 5px;
}

.rounded {
  border-radius: 6px !important;
}

.rounded-top {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.rounded-left {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-right {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-pill {
  border-radius: 30px !important;
}

.rounded-md {
  border-radius: 10px !important;
}

.rounded-lg {
  border-radius: 30px !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-top {
  border-top: 1px solid #e9ecef !important;
}

.border-bottom {
  border-bottom: 1px solid #e9ecef !important;
}

.border-left {
  border-left: 1px solid #e9ecef !important;
}

.border-right {
  border-right: 1px solid #e9ecef !important;
}

.modal-open {
  padding-right: 0 !important;
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 56px !important;
  }
  .display-2 {
    font-size: 50px !important;
  }
  .display-3 {
    font-size: 42px !important;
  }
  .display-4 {
    font-size: 36px !important;
    margin-top: 4em;
  }
}

@media (min-width: 576px) {
  .modal-sm {
    max-width: 400px;
  }
}

/************************
    5.  Components
************************/
.btn-primary {
  background-color: #62bd19!important;
  border: 1px solid #62bd19!important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px #5f9514;
          box-shadow: 0 3px 7px #5f9514;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus {
  background-color:  #62bd19 !important;
  border-color: #5f9514 !important;
  color: #ffffff !important;
}

.btn-soft-primary {
  background-color: #5f9514 !important;
  border: 1px solid #5f9514 !important;
  color: #5f9514 !important;
  -webkit-box-shadow: 0 3px 7px #5f9514;
          box-shadow: 0 3px 7px #5f9514;
}

.btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus {
  background-color: #5f9514!important;
  border-color: #5f9514!important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(114, 106, 233, 0.5);
          box-shadow: 0 3px 7px rgba(114, 106, 233, 0.5);
}

.btn-outline-primary {
  border: 1px solid #62bd19;
  color: #62bd19;
  background-color: transparent;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #62bd19;
  border-color: #62bd19;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(114, 106, 233, 0.5);
          box-shadow: 0 3px 7px rgba(114, 106, 233, 0.5);
}

.btn-secondary {
  background-color: #efeff7 !important;
  border: 1px solid #efeff7 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(239, 239, 247, 0.5);
          box-shadow: 0 3px 7px rgba(239, 239, 247, 0.5);
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.focus {
  background-color: #dedeef !important;
  border-color: #dedeef !important;
  color: #ffffff !important;
}

.btn-soft-secondary {
  background-color: rgba(239, 239, 247, 0.15) !important;
  border: 1px solid rgba(239, 239, 247, 0.1) !important;
  color: #efeff7 !important;
  -webkit-box-shadow: 0 3px 7px rgba(239, 239, 247, 0.2);
          box-shadow: 0 3px 7px rgba(239, 239, 247, 0.2);
}

.btn-soft-secondary:hover, .btn-soft-secondary:focus, .btn-soft-secondary:active, .btn-soft-secondary.active, .btn-soft-secondary.focus {
  background-color: #efeff7 !important;
  border-color: #efeff7 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(239, 239, 247, 0.5);
          box-shadow: 0 3px 7px rgba(239, 239, 247, 0.5);
}

.btn-outline-secondary {
  border: 1px solid #efeff7;
  color: #efeff7;
  background-color: transparent;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.focus, .btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #efeff7;
  border-color: #efeff7;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(239, 239, 247, 0.5);
          box-shadow: 0 3px 7px rgba(239, 239, 247, 0.5);
}

.btn-success {
  background-color: #19c091 !important;
  border: 1px solid #19c091 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(25, 192, 145, 0.5);
          box-shadow: 0 3px 7px rgba(25, 192, 145, 0.5);
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus {
  background-color: #16a980 !important;
  border-color: #16a980 !important;
  color: #ffffff !important;
}

.btn-soft-success {
  background-color: rgba(25, 192, 145, 0.15) !important;
  border: 1px solid rgba(25, 192, 145, 0.1) !important;
  color: #19c091 !important;
  -webkit-box-shadow: 0 3px 7px rgba(25, 192, 145, 0.2);
          box-shadow: 0 3px 7px rgba(25, 192, 145, 0.2);
}

.btn-soft-success:hover, .btn-soft-success:focus, .btn-soft-success:active, .btn-soft-success.active, .btn-soft-success.focus {
  background-color: #19c091 !important;
  border-color: #19c091 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(25, 192, 145, 0.5);
          box-shadow: 0 3px 7px rgba(25, 192, 145, 0.5);
}

.btn-outline-success {
  border: 1px solid #19c091;
  color: #19c091;
  background-color: transparent;
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active {
  background-color: #19c091;
  border-color: #19c091;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(25, 192, 145, 0.5);
          box-shadow: 0 3px 7px rgba(25, 192, 145, 0.5);
}

.btn-warning {
  background-color: #f5a958 !important;
  border: 1px solid #f5a958 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(245, 169, 88, 0.5);
          box-shadow: 0 3px 7px rgba(245, 169, 88, 0.5);
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus {
  background-color: #f49d40 !important;
  border-color: #f49d40 !important;
  color: #ffffff !important;
}

.btn-soft-warning {
  background-color: rgba(245, 169, 88, 0.15) !important;
  border: 1px solid rgba(245, 169, 88, 0.1) !important;
  color: #f5a958 !important;
  -webkit-box-shadow: 0 3px 7px rgba(245, 169, 88, 0.2);
          box-shadow: 0 3px 7px rgba(245, 169, 88, 0.2);
}

.btn-soft-warning:hover, .btn-soft-warning:focus, .btn-soft-warning:active, .btn-soft-warning.active, .btn-soft-warning.focus {
  background-color: #f5a958 !important;
  border-color: #f5a958 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(245, 169, 88, 0.5);
          box-shadow: 0 3px 7px rgba(245, 169, 88, 0.5);
}

.btn-outline-warning {
  border: 1px solid #f5a958;
  color: #f5a958;
  background-color: transparent;
}

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active {
  background-color: #f5a958;
  border-color: #f5a958;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(245, 169, 88, 0.5);
          box-shadow: 0 3px 7px rgba(245, 169, 88, 0.5);
}

.btn-info {
  background-color: #6492e7 !important;
  border: 1px solid #6492e7 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(100, 146, 231, 0.5);
          box-shadow: 0 3px 7px rgba(100, 146, 231, 0.5);
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus {
  background-color: #62bd19  !important;
  border-color: #62bd19 4 !important;
  color: #ffffff !important;
}

.btn-soft-info {
  background-color: rgba(100, 146, 231, 0.15) !important;
  border: 1px solid rgba(100, 146, 231, 0.1) !important;
  color: #6492e7 !important;
  -webkit-box-shadow: 0 3px 7px rgba(100, 146, 231, 0.2);
          box-shadow: 0 3px 7px rgba(100, 146, 231, 0.2);
}

.btn-soft-info:hover, .btn-soft-info:focus, .btn-soft-info:active, .btn-soft-info.active, .btn-soft-info.focus {
  background-color: #6492e7 !important;
  border-color: #6492e7 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(100, 146, 231, 0.5);
          box-shadow: 0 3px 7px rgba(100, 146, 231, 0.5);
}

.btn-outline-info {
  border: 1px solid #6492e7;
  color: #6492e7;
  background-color: transparent;
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active {
  background-color: #6492e7;
  border-color: #6492e7;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(100, 146, 231, 0.5);
          box-shadow: 0 3px 7px rgba(100, 146, 231, 0.5);
}

.btn-danger {
  background-color: #f53565 !important;
  border: 1px solid #f53565 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(245, 53, 101, 0.5);
          box-shadow: 0 3px 7px rgba(245, 53, 101, 0.5);
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus {
  background-color: #f41d52 !important;
  border-color: #f41d52 !important;
  color: #ffffff !important;
}

.btn-soft-danger {
  background-color: rgba(245, 53, 101, 0.15) !important;
  border: 1px solid rgba(245, 53, 101, 0.1) !important;
  color: #f53565 !important;
  -webkit-box-shadow: 0 3px 7px rgba(245, 53, 101, 0.2);
          box-shadow: 0 3px 7px rgba(245, 53, 101, 0.2);
}

.btn-soft-danger:hover, .btn-soft-danger:focus, .btn-soft-danger:active, .btn-soft-danger.active, .btn-soft-danger.focus {
  background-color: #f53565 !important;
  border-color: #f53565 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(245, 53, 101, 0.5);
          box-shadow: 0 3px 7px rgba(245, 53, 101, 0.5);
}

.btn-outline-danger {
  border: 1px solid #f53565;
  color: #f53565;
  background-color: transparent;
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active {
  background-color: #f53565;
  border-color: #f53565;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(245, 53, 101, 0.5);
          box-shadow: 0 3px 7px rgba(245, 53, 101, 0.5);
}

.btn-dark-blue {
  background-color: #62bd19  !important;
  border: 1px solid #62bd19  !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(8, 8, 61, 0.5);
          box-shadow: 0 3px 7px rgba(8, 8, 61, 0.5);
}

.btn-dark-blue:hover, .btn-dark-blue:focus, .btn-dark-blue:active, .btn-dark-blue.active, .btn-dark-blue.focus {
  background-color: #62bd19!important;
  border-color: #62bd19 !important;
  color: #ffffff !important;
}

.btn-soft-dark-blue {
  background-color: rgba(8, 8, 61, 0.15) !important;
  border: 1px solid rgba(8, 8, 61, 0.1) !important;
  color: #62bd19!important;
  -webkit-box-shadow: 0 3px 7px rgba(8, 8, 61, 0.2);
          box-shadow: 0 3px 7px rgba(8, 8, 61, 0.2);
}

.btn-soft-dark-blue:hover, .btn-soft-dark-blue:focus, .btn-soft-dark-blue:active, .btn-soft-dark-blue.active, .btn-soft-dark-blue.focus {
  background-color: #62bd19!important;
  border-color: #62bd19!important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(8, 8, 61, 0.5);
          box-shadow: 0 3px 7px rgba(8, 8, 61, 0.5);
}

.btn-outline-dark-blue {
  border: 1px solid #62bd19;
  color: #62bd19;
  background-color: transparent;
}

.btn-outline-dark-blue:hover, .btn-outline-dark-blue:focus, .btn-outline-dark-blue:active, .btn-outline-dark-blue.active, .btn-outline-dark-blue.focus, .btn-outline-dark-blue:not(:disabled):not(.disabled):active {
  background-color: #62bd19;
  border-color: #62bd19;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(8, 8, 61, 0.5);
          box-shadow: 0 3px 7px rgba(8, 8, 61, 0.5);
}

.btn-dark {
  background-color: #3c4858 !important;
  border: 1px solid #3c4858 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(60, 72, 88, 0.5);
          box-shadow: 0 3px 7px rgba(60, 72, 88, 0.5);
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus {
  background-color: #323c49 !important;
  border-color: #323c49 !important;
  color: #ffffff !important;
}

.btn-soft-dark {
  background-color: rgba(60, 72, 88, 0.15) !important;
  border: 1px solid rgba(60, 72, 88, 0.1) !important;
  color: #3c4858 !important;
  -webkit-box-shadow: 0 3px 7px rgba(60, 72, 88, 0.2);
          box-shadow: 0 3px 7px rgba(60, 72, 88, 0.2);
}

.btn-soft-dark:hover, .btn-soft-dark:focus, .btn-soft-dark:active, .btn-soft-dark.active, .btn-soft-dark.focus {
  background-color: #3c4858 !important;
  border-color: #3c4858 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(60, 72, 88, 0.5);
          box-shadow: 0 3px 7px rgba(60, 72, 88, 0.5);
}

.btn-outline-dark {
  border: 1px solid #3c4858;
  color: #3c4858;
  background-color: transparent;
}

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active {
  background-color: #3c4858;
  border-color: #3c4858;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(60, 72, 88, 0.5);
          box-shadow: 0 3px 7px rgba(60, 72, 88, 0.5);
}

.btn-muted {
  background-color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(132, 146, 166, 0.5);
          box-shadow: 0 3px 7px rgba(132, 146, 166, 0.5);
}

.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus {
  background-color: #75859b !important;
  border-color: #75859b !important;
  color: #ffffff !important;
}

.btn-soft-muted {
  background-color: rgba(132, 146, 166, 0.15) !important;
  border: 1px solid rgba(132, 146, 166, 0.1) !important;
  color: #8492a6 !important;
  -webkit-box-shadow: 0 3px 7px rgba(132, 146, 166, 0.2);
          box-shadow: 0 3px 7px rgba(132, 146, 166, 0.2);
}

.btn-soft-muted:hover, .btn-soft-muted:focus, .btn-soft-muted:active, .btn-soft-muted.active, .btn-soft-muted.focus {
  background-color: #8492a6 !important;
  border-color: #8492a6 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(132, 146, 166, 0.5);
          box-shadow: 0 3px 7px rgba(132, 146, 166, 0.5);
}

.btn-outline-muted {
  border: 1px solid #8492a6;
  color: #8492a6;
  background-color: transparent;
}

.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.focus, .btn-outline-muted:not(:disabled):not(.disabled):active {
  background-color: #8492a6;
  border-color: #8492a6;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(132, 146, 166, 0.5);
          box-shadow: 0 3px 7px rgba(132, 146, 166, 0.5);
}

.btn-light {
  background-color: #f9fcff !important;
  border: 1px solid #f9fcff !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(249, 252, 255, 0.5);
          box-shadow: 0 3px 7px rgba(249, 252, 255, 0.5);
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus {
  background-color: #e0efff !important;
  border-color: #e0efff !important;
  color: #ffffff !important;
}

.btn-soft-light {
  background-color: rgba(249, 252, 255, 0.15) !important;
  border: 1px solid rgba(249, 252, 255, 0.1) !important;
  color: #f9fcff !important;
  -webkit-box-shadow: 0 3px 7px rgba(249, 252, 255, 0.2);
          box-shadow: 0 3px 7px rgba(249, 252, 255, 0.2);
}

.btn-soft-light:hover, .btn-soft-light:focus, .btn-soft-light:active, .btn-soft-light.active, .btn-soft-light.focus {
  background-color: #f9fcff !important;
  border-color: #f9fcff !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(249, 252, 255, 0.5);
          box-shadow: 0 3px 7px rgba(249, 252, 255, 0.5);
}

.btn-outline-light {
  border: 1px solid #f9fcff;
  color: #f9fcff;
  background-color: transparent;
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active {
  background-color: #f9fcff;
  border-color: #f9fcff;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(249, 252, 255, 0.5);
          box-shadow: 0 3px 7px rgba(249, 252, 255, 0.5);
}

.btn-footer {
  background-color: #62bd19 !important;
  border: 1px solid #62bd19!important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(53, 64, 78, 0.5);
          box-shadow: 0 3px 7px rgba(53, 64, 78, 0.5);
}

.btn-footer:hover, .btn-footer:focus, .btn-footer:active, .btn-footer.active, .btn-footer.focus {
  background-color: #62bd19!important;
  border-color: #62bd19!important;
  color: #ffffff !important;
}

.btn-soft-footer {
  background-color: rgba(53, 64, 78, 0.15) !important;
  border: 1px solid rgba(53, 64, 78, 0.1) !important;
  color: #35404E !important;
  -webkit-box-shadow: 0 3px 7px rgba(53, 64, 78, 0.2);
          box-shadow: 0 3px 7px rgba(53, 64, 78, 0.2);
}

.btn-soft-footer:hover, .btn-soft-footer:focus, .btn-soft-footer:active, .btn-soft-footer.active, .btn-soft-footer.focus {
  background-color:#62bd19!important;
  border-color: #62bd19!important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(53, 64, 78, 0.5);
          box-shadow: 0 3px 7px rgba(53, 64, 78, 0.5);
}

.btn-outline-footer {
  border: 1px solid #35404E;
  color: #35404E;
  background-color: transparent;
}

.btn-outline-footer:hover, .btn-outline-footer:focus, .btn-outline-footer:active, .btn-outline-footer.active, .btn-outline-footer.focus, .btn-outline-footer:not(:disabled):not(.disabled):active {
  background-color: #35404E;
  border-color: #35404E;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(53, 64, 78, 0.5);
          box-shadow: 0 3px 7px rgba(53, 64, 78, 0.5);
}

.btn {
  /* padding: 8px 20px; */
  outline: none;
  text-decoration: none;
  font-size: 16px;
  /* letter-spacing: 0.5px; */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  border-radius: 6px;
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-sm {
  padding: 7px 16px;
  font-size: 10px;
}

.btn.btn-lg {
  padding: 14px 30px;
  font-size: 20px;
}

.btn.searchbtn {
  padding: 6px 20px;
}

.btn.btn-pills {
  border-radius: 30px;
}

.btn.btn-light {
  color: #3c4858 !important;
  background: #f9fcff;
  border: 1px solid #e9ecef !important;
}

.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-light.focus {
  background-color: #e0efff !important;
  color: #3c4858;
}

.btn.btn-outline-light {
  border: 1px solid #e9ecef !important;
  color: #3c4858 !important;
  background-color: transparent;
}

.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active, .btn.btn-outline-light.focus {
  background-color: #f9fcff;
}

.btn.btn-icon {
  height: 36px;
  width: 36px;
  line-height: 32px;
  padding: 0;
}

.btn.btn-icon .icons {
  height: 16px;
  width: 16px;
  font-size: 16px;
}

.btn.btn-icon.btn-lg {
  height: 48px;
  width: 48px;
  line-height: 46px;
}

.btn.btn-icon.btn-lg .icons {
  height: 20px;
  width: 20px;
  font-size: 20px;
}

.btn.btn-icon.btn-sm {
  height: 30px;
  width: 30px;
  line-height: 28px;
}

button:not(:disabled) {
  outline: none;
  border: 0;
}

.shadow {
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.2) !important;
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.2) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.2) !important;
          box-shadow: 0 10px 25px rgba(60, 72, 88, 0.2) !important;
}

.shadow-md {
  -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
          box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
}

.badge-primary {
  background-color: #5f9514!important;
  color: #ffffff !important;
}

.badge-outline-primary {
  background-color: transparent !important;
  color: #5f9514!important;
  border: 1px solid #5f9514!important;
}

.badge-secondary {
  background-color: #efeff7 !important;
  color: #ffffff !important;
}

.badge-outline-secondary {
  background-color: transparent !important;
  color: #efeff7 !important;
  border: 1px solid #efeff7 !important;
}

.badge-success {
  background-color: #19c091 !important;
  color: #ffffff !important;
}

.badge-outline-success {
  background-color: transparent !important;
  color: #19c091 !important;
  border: 1px solid #19c091 !important;
}

.badge-warning {
  background-color: #f5a958 !important;
  color: #ffffff !important;
}

.badge-outline-warning {
  background-color: transparent !important;
  color: #f5a958 !important;
  border: 1px solid #f5a958 !important;
}

.badge-info {
  background-color: #6492e7 !important;
  color: #ffffff !important;
}

.badge-outline-info {
  background-color: transparent !important;
  color: #6492e7 !important;
  border: 1px solid #6492e7 !important;
}

.badge-danger {
  background-color: #f53565 !important;
  color: #ffffff !important;
}

.badge-outline-danger {
  background-color: transparent !important;
  color: #f53565 !important;
  border: 1px solid #f53565 !important;
}

.badge-dark-blue {
  background-color: #62bd19!important;
  color: #ffffff !important;
}

.badge-outline-dark-blue {
  background-color: transparent !important;
  color: #62bd19!important;
  border: 1px solid #62bd19!important;
}

.badge-dark {
  background-color: #3c4858 !important;
  color: #ffffff !important;
}

.badge-outline-dark {
  background-color: transparent !important;
  color: #3c4858 !important;
  border: 1px solid #3c4858 !important;
}

.badge-muted {
  background-color: #8492a6 !important;
  color: #ffffff !important;
}

.badge-outline-muted {
  background-color: transparent !important;
  color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
}

.badge-light {
  background-color: #f9fcff !important;
  color: #ffffff !important;
}

.badge-outline-light {
  background-color: transparent !important;
  color: #f9fcff !important;
  border: 1px solid #f9fcff !important;
}

.badge-footer {
  background-color: #35404E !important;
  color: #ffffff !important;
}

.badge-outline-footer {
  background-color: transparent !important;
  color: #35404E !important;
  border: 1px solid #35404E !important;
}

.badge {
  padding: 5px 8px;
  border-radius: 3px;
  letter-spacing: 0.5px;
  font-size: 10px;
}

.badge.badge-light {
  color: #3c4858 !important;
  background-color: #f9fcff !important;
}

.badge.badge-outline-light {
  color: #3c4858 !important;
  border: 1px solid #93c9ff !important;
  background-color: transparent !important;
}

.badge.badge-pill {
  border-radius: 20px;
}

.badge:focus, .badge.focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.dropdown-primary .dropdown-menu .dropdown-item:hover, .dropdown-primary .dropdown-menu .dropdown-item.active, .dropdown-primary .dropdown-menu .dropdown-item:active, .dropdown-primary .dropdown-menu .dropdown-item.focus, .dropdown-primary .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #5f9514!important;
}

.dropdown-secondary .dropdown-menu .dropdown-item:hover, .dropdown-secondary .dropdown-menu .dropdown-item.active, .dropdown-secondary .dropdown-menu .dropdown-item:active, .dropdown-secondary .dropdown-menu .dropdown-item.focus, .dropdown-secondary .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #efeff7 !important;
}

.dropdown-success .dropdown-menu .dropdown-item:hover, .dropdown-success .dropdown-menu .dropdown-item.active, .dropdown-success .dropdown-menu .dropdown-item:active, .dropdown-success .dropdown-menu .dropdown-item.focus, .dropdown-success .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #19c091 !important;
}

.dropdown-warning .dropdown-menu .dropdown-item:hover, .dropdown-warning .dropdown-menu .dropdown-item.active, .dropdown-warning .dropdown-menu .dropdown-item:active, .dropdown-warning .dropdown-menu .dropdown-item.focus, .dropdown-warning .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #f5a958 !important;
}

.dropdown-info .dropdown-menu .dropdown-item:hover, .dropdown-info .dropdown-menu .dropdown-item.active, .dropdown-info .dropdown-menu .dropdown-item:active, .dropdown-info .dropdown-menu .dropdown-item.focus, .dropdown-info .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #6492e7 !important;
}

.dropdown-danger .dropdown-menu .dropdown-item:hover, .dropdown-danger .dropdown-menu .dropdown-item.active, .dropdown-danger .dropdown-menu .dropdown-item:active, .dropdown-danger .dropdown-menu .dropdown-item.focus, .dropdown-danger .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #f53565 !important;
}

.dropdown-dark-blue .dropdown-menu .dropdown-item:hover, .dropdown-dark-blue .dropdown-menu .dropdown-item.active, .dropdown-dark-blue .dropdown-menu .dropdown-item:active, .dropdown-dark-blue .dropdown-menu .dropdown-item.focus, .dropdown-dark-blue .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #62bd19  !important;
}

.dropdown-dark .dropdown-menu .dropdown-item:hover, .dropdown-dark .dropdown-menu .dropdown-item.active, .dropdown-dark .dropdown-menu .dropdown-item:active, .dropdown-dark .dropdown-menu .dropdown-item.focus, .dropdown-dark .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #3c4858 !important;
}

.dropdown-muted .dropdown-menu .dropdown-item:hover, .dropdown-muted .dropdown-menu .dropdown-item.active, .dropdown-muted .dropdown-menu .dropdown-item:active, .dropdown-muted .dropdown-menu .dropdown-item.focus, .dropdown-muted .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #8492a6 !important;
}

.dropdown-light .dropdown-menu .dropdown-item:hover, .dropdown-light .dropdown-menu .dropdown-item.active, .dropdown-light .dropdown-menu .dropdown-item:active, .dropdown-light .dropdown-menu .dropdown-item.focus, .dropdown-light .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #f9fcff !important;
}

.dropdown-footer .dropdown-menu .dropdown-item:hover, .dropdown-footer .dropdown-menu .dropdown-item.active, .dropdown-footer .dropdown-menu .dropdown-item:active, .dropdown-footer .dropdown-menu .dropdown-item.focus, .dropdown-footer .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #35404E !important;
}

.btn-group .dropdown-toggle:after {
  content: "";
  position: relative;
  right: -4px;
  top: -2px;
  border: solid #ffffff;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  padding: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 0;
  vertical-align: 0;
}

.btn-group .dropdown-menu {
  margin-top: 10px;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.2);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.2);
}

.btn-group .dropdown-menu:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 7px solid #495057;
  border-radius: 0.5px;
  border-color: transparent transparent #ffffff #ffffff;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15);
          box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15);
}

.alert-primary {
  background-color: #837cec;
  color: #ffffff;
  border-color: #62bd19;
}

.alert-primary .alert-link {
  color: #62bd19;
}

.alert-outline-primary {
  background-color: #ffffff;
  color: #62bd19;
  border-color: #62bd19;
}

.alert-secondary {
  background-color: #fdfdfe;
  color: #ffffff;
  border-color: #efeff7;
}

.alert-secondary .alert-link {
  color: #8989c4;
}

.alert-outline-secondary {
  background-color: #ffffff;
  color: #efeff7;
  border-color: #efeff7;
}

.alert-success {
  background-color: #1bd29f;
  color: #ffffff;
  border-color: #19c091;
}

.alert-success .alert-link {
  color: #07392b;
}

.alert-outline-success {
  background-color: #ffffff;
  color: #19c091;
  border-color: #19c091;
}

.alert-warning {
  background-color: #f6b36b;
  color: #ffffff;
  border-color: #f5a958;
}

.alert-warning .alert-link {
  color: #aa5d0a;
}

.alert-outline-warning {
  background-color: #ffffff;
  color: #f5a958;
  border-color: #f5a958;
}

.alert-info {
  background-color: #769eea;
  color: #ffffff;
  border-color: #6492e7;
}

.alert-info .alert-link {
  color: #18469a;
}

.alert-outline-info {
  background-color: #ffffff;
  color: #6492e7;
  border-color: #6492e7;
}

.alert-danger {
  background-color: #f64874;
  color: #ffffff;
  border-color: #f53565;
}

.alert-danger .alert-link {
  color: #8a0728;
}

.alert-outline-danger {
  background-color: #ffffff;
  color: #f53565;
  border-color: #f53565;
}

.alert-dark-blue {
  background-color: #0a0a4f;
  color: #ffffff;
  border-color: #62bd19;
}

.alert-dark-blue .alert-link {
  color: black;
}

.alert-outline-dark-blue {
  background-color: #ffffff;
  color: #62bd19;
  border-color: #62bd19;
}

.alert-dark {
  background-color: #445264;
  color: #ffffff;
  border-color: #3c4858;
}

.alert-dark .alert-link {
  color: black;
}

.alert-outline-dark {
  background-color: #ffffff;
  color: #3c4858;
  border-color: #3c4858;
}

.alert-muted {
  background-color: #909caf;
  color: #ffffff;
  border-color: #8492a6;
}

.alert-muted .alert-link {
  color: #3d4654;
}

.alert-outline-muted {
  background-color: #ffffff;
  color: #8492a6;
  border-color: #8492a6;
}

.alert-light {
  background-color: white;
  color: #ffffff;
  border-color: #f9fcff;
}

.alert-light .alert-link {
  color: #60b0ff;
}

.alert-outline-light {
  background-color: #ffffff;
  color: #f9fcff;
  border-color: #f9fcff;
}

.alert-footer {
  background-color: #3d4a5a;
  color: #ffffff;
  border-color: #35404E;
}

.alert-footer .alert-link {
  color: black;
}

.alert-outline-footer {
  background-color: #ffffff;
  color: #35404E;
  border-color: #35404E;
}

.alert {
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 13px;
}

.alert.alert-light {
  background-color: #f9fcff;
  color: #3c4858;
  border-color: #dee2e6;
}

.alert.alert-dismissible {
  padding-right: 30px;
}

.alert.alert-dismissible .close {
  top: -2px;
  right: -10px;
  font-size: 16px !important;
}

.alert.alert-pills {
  border-radius: 30px;
  display: inline-block;
}

.alert.alert-pills .content {
  font-weight: 600;
}

.nav-pills {
  margin-bottom: 15px;
  background: #f4f9ff;
}
.nav-link{
  padding: 0%;
}
.nav-pills .nav-link {
  color: #495057 !important;
  padding: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-pills .nav-link.active {
  background: #62bd19;
  color: #ffffff !important;
}

.nav-pills .nav-link.active .tab-para {
  color: #f9fcff !important;
}

.nav-pills a .title {
  font-size: 17px;
  font-weight: 700;
}

.fea {
  stroke-width: 1.8;
}

.fea.icon-sm {
  height: 16px;
  width: 16px;
}

.fea.icon-ex-md {
  height: 20px;
  width: 20px;
}

.fea.icon-m-md {
  height: 28px;
  width: 28px;
}

.fea.icon-md {
  height: 35px;
  width: 35px;
}

.fea.icon-lg {
  height: 42px;
  width: 42px;
}

.fea.icon-ex-lg {
  height: 52px;
  width: 52px;
}

.avatar.avatar-ex-sm {
  max-height: 25px;
}

.avatar.avatar-md-sm {
  height: 45px;
  width: 45px;
}

.avatar.avatar-small {
  height: 70px;
  width: 70px;
}

.avatar.avatar-m-md {
  height: 90px;
  width: 90px;
}

.avatar.avatar-medium {
  height: 110px;
  width: 110px;
}

.avatar.avatar-large {
  height: 140px;
  width: 140px;
}

.avatar.avatar-ex-large {
  height: 180px;
  width: 180px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #f9fcff, #f9fcff);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/*gallery*/
#exp .button-wrap{
  padding: 7px 10px;
  text-align:center;
  background: #343a40;
  border-radius: 12px;
  color: #62bd19;
  width:10em;
}
.button-wrap .sign-up:hover{
 color:#62bd19;
}

.faq-content .card a.faq[data-toggle=collapse] {
  background-color: #ffffff;
  color:#62bd19;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle=collapse]:before {
  content: '\F0143';
  position: absolute;
  right: 20px;
  top: 27% !important;
  font-family: 'Material Design Icons';
  font-size: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  color: #62bd19;
}

.faq-content .card a.faq[data-toggle=collapse].collapsed {
  background-color: #ffffff;
  color: #62bd19 !important;
}

.faq-content .card a.faq[data-toggle=collapse].collapsed:before {
  top: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color:#62bd19 !important;
}
.faq-content a:hover{
  color:  #62bd19;
}
.home-shape-arrow {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1;
  left: 0;
}

.home-shape-arrow i {
  height: 50px;
  width: 50px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.2);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.2);
  border-radius: 30px;
}

.home-shape-arrow .arrow-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.home-shape-arrow {
  bottom: 25px;
}

.map {
  line-height: 0;
}

.map iframe {
  width: 100%;
  height: 440px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  font-size: 13px;
  font-weight: 500;
}

.form-group .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: 1px solid rgba(60, 72, 88, 0.1) !important;
  color: #3c4858;
  height: 40px;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-group .form-control:focus, .form-group .form-control.active {
  border-color: #62bd19;
}

.form-group textarea {
  height: 120px !important;
}

.form-group textarea.form-control {
  line-height: 25px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
  opacity: 1;
}

.custom-control-input:checked ~ .custom-control-label:before {
  border-color: #62bd19;
  background-color: #62bd19;
}

.custom-control-input:focus ~ .custom-control-label::before,
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #62bd19;
}

.custom-control-label:before {
  background: transparent;
}

.custom-control-label {
  cursor: pointer;
}

.custom-control-label:before, .custom-control-label:after {
  top: 1px;
}

.subcribe-form input {
  padding: 12.5px 20px;
  width: 100%;
  color: #3c4858 !important;
  border: none;
  outline: none !important;
  padding-right: 130px;
  background-color: rgba(255, 255, 255, 0.9);
}

.subcribe-form .btn {
  padding: 9.5px 20px !important;
}

.subcribe-form button {
  position: absolute;
  top: 26px;
  right: 17px;
  outline: none !important;
}

.title-heading .breadcrumb-position {
  position: relative;
  top: 110px;
  z-index: 99;
}

.breadcrumb {
  letter-spacing: 0.5px;
  padding: 8px 24px;
  display: block;
}

.breadcrumb .breadcrumb-item {
  font-size: 14px;
  font-weight: 700;
  padding-left: 0;
  display: inline-block;
}

.breadcrumb .breadcrumb-item a {
  color: #3c4858;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #62bd19;
}

.breadcrumb .breadcrumb-item.active {
  color: #62bd19;
}

.breadcrumb .breadcrumb-item:before {
  content: "";
}

.breadcrumb .breadcrumb-item:after {
  content: "\F0142" !important;
  font-size: 14px;
  color: #3c4858;
  font-family: 'Material Design Icons';
  padding-left: 5px;
}

.breadcrumb .breadcrumb-item:last-child:after {
  display: none;
}

.pagination .page-item .page-link {
  color: #3c4858;
  border: 1px solid #dee2e6;
  padding: 12px 18px;
  font-size: 14px;
}

.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pagination .page-item .page-link:hover {
  color: #ffffff;
  background: rgba(114, 106, 233, 0.9);
  border-color: rgba(114, 106, 233, 0.9);
}

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.pagination .page-item.active .page-link {
  color: #ffffff;
  background: #5f9514!important;
  border-color: #62bd19;
  cursor: not-allowed;
}

.social-icon li a {
  color: #62bd19;
  border: 1px solid #3c4858;
  display: inline-block;
  height: 32px;
  text-align: center;
  font-size: 15px;
  width: 32px;
  line-height: 27px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}

.social-icon li a .fea-social {
  stroke-width: 2;
}

.social-icon li a:hover {
  background-color:#62bd19;
  border-color: #62bd19 !important;
  color: #ffffff !important;
}

.social-icon li a:hover .fea-social {
  fill: #62bd19;
}

.social-icon.social li a {
  color: #adb5bd;
  border-color: #adb5bd;
}

.back-to-top {
  z-index: 99;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
} 

.back-to-home {
  position: absolute;
  top: 4%;
  right: 2%;
  z-index: 1;
} 

.back-to-home a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  background: #62bd19;
}

.back-to-home a .fea {
  stroke-width: 2;
} 

.partner-img {
  opacity: 0.6;
}

[class^=uil-]:before,
[class*=" uil-"]:before {
  margin: 0;
}

.sticky-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

@media (min-width: 1024px) {
  .padding-ten {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media (min-width: 1025px) {
  .padding-ten {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media (max-width: 768px) {
  .title-heading .breadcrumb-position {
    top: 70px;
  }
 
}
/*Whatsapp style*/
.float{
  position:fixed;
	width:60px;
	height:60px;
	bottom:80px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

/************************
    6.  Menu
************************/
#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: transparent;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
 
  
}

#topnav .logo {
  float: left;

}

#topnav .logo .l-dark {
  display: none;
}

#topnav .logo .l-light {
  display: inline-block;
}

#topnav .has-submenu.active a {
  color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active > a {
  color: #5f9514!important;
}

#topnav .has-submenu.active.active .menu-arrow {
  border-color: #62bd19;
}

#topnav .has-submenu {
  position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
  border: solid #3c4858;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 14px;
}

#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 28px 20px 28px;
  height: 18px;
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #3c4858;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

#topnav .navbar-toggle span:last-child {
  margin-bottom: 0;
}

#topnav .buy-button {
  float: right;
  line-height: 68px;
  padding: 3px 0;
}

#topnav .buy-button .login {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#topnav .buy-button .login.login-light {
  color: rgba(255, 255, 255, 0.6) !important;
}

#topnav .buy-button .login.login-light:hover {
  color: #ffffff !important;
}

#topnav .buy-button .login:hover {
  color: #5f9514!important;
}

#topnav .buy-button .login-btn-primary {
  display: none;
}

#topnav .buy-button .login-btn-light {
  display: inline-block;
}

#topnav .navbar-toggle.open span {
  position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
  background-color: #62bd19;
}

#topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu > li > a:hover, #topnav .navbar-toggle:focus {
  background-color: transparent;
}

#topnav .navigation-menu {
  list-style: none;
  margin-top: .5em;
  padding: 0;
}

#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
  margin: 0 10px;
}

#topnav .navigation-menu > li > a {
  display: block;
  color: #3c4858;
  font-size: 16px;
  background-color: transparent !important;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "muli", sans-serif;
  padding-left: 10px;
  padding-right: 10px;
}

#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:active {
  color: #62bd19;
}

#topnav .navigation-menu > li:hover > a,
#topnav .navigation-menu > li.active > a {
  color: #5f9514!important;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
  border: solid #3c4858;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: -5px;
  top: 34px;
}

#topnav .menu-extras {
  float: right;
  /* padding-right: 2em; */
}

#topnav.scroll {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.2);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.2);
}

#topnav.scroll .navigation-menu > li > a {
  color: #3c4858;
}

#topnav.scroll .navigation-menu > li > .menu-arrow {
  border-color: #3c4858;
}

#topnav.scroll .navigation-menu > li:hover > a, #topnav.scroll .navigation-menu > li.active > a {
  color: #62bd19;
}

#topnav.scroll .navigation-menu > li:hover > .menu-arrow, #topnav.scroll .navigation-menu > li.active > .menu-arrow {
  border-color: #62bd19;
}

#topnav.defaultscroll.dark-menubar .logo {
  line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
  line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
  line-height: 62px;
}

#topnav.nav-sticky {
  background: #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.2);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.2);
}

#topnav.nav-sticky .navigation-menu.nav-light > li > a {
  color: #3c4858;
}

#topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
  color: #5f9514!important;
}

#topnav.nav-sticky .navigation-menu.nav-light > li:hover > .menu-arrow, #topnav.nav-sticky .navigation-menu.nav-light > li.active > .menu-arrow {
  border-color: #5f9514!important;
}

#topnav.nav-sticky .navigation-menu.nav-light > li:hover > a, #topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
  color: #5f9514!important;
}

#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
  border-color: #3c4858;
}

#topnav.nav-sticky .buy-button .login.login-light {
  color: #3c4858 !important;
}

#topnav.nav-sticky .buy-button .login.login-light:hover {
  color: #5f9514!important;
}

#topnav.nav-sticky .buy-button .login-btn-primary {
  display: inline-block;
}

#topnav.nav-sticky .buy-button .login-btn-light {
  display: none;
}

#topnav.nav-sticky .logo .l-dark {
  display: inline-block;
}

#topnav.nav-sticky .logo .l-light {
  display: none;
}

.logo {
  font-weight: 700;
  font-size: 24px;
  padding: 3px 0;
  letter-spacing: 1px;
  line-height: 68px;
}

@media (min-width: 992px) {
  #topnav .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #topnav .navigation-menu > .has-submenu > .submenu > .has-submenu > .submenu::before {
    top: 20px;
    margin-left: -35px;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
    border-color: transparent #ffffff #ffffff transparent;
  }
  #topnav .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 10px 0;
    list-style: none;
    min-width: 170px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-top: 2px solid #62bd19;
    border-radius: 3px 3px 12px 12px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.2);
            box-shadow: 0 0 3px rgba(60, 72, 88, 0.2);
  }
  #topnav .navigation-menu > li .submenu:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 7px solid #495057;
    border-color: transparent transparent #5f9514#62bd19;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
            box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
  }
  #topnav .navigation-menu > li .submenu > li .submenu {
    left: 106%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 62px;
  }
  #topnav .navigation-menu > li:hover > .menu-arrow {
    border-color: #62bd19;
  }
  #topnav .navigation-menu > li .submenu li {
    position: relative;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    padding: 7px 20px;
    clear: both;
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: 0.04em;
    font-weight: 600;
    color: #3c4858 !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #5f9514!important;
  }
  #topnav .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }
  #topnav .navigation-menu > li .submenu.megamenu li a {
    padding: 10px 25px;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0;
  }
  #topnav .navigation-menu > li.last-elements .submenu:before {
    left: auto;
    right: 10px;
  }
  #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  #topnav .navigation-menu.nav-light > li > a {
    color: rgba(255, 255, 255, 0.6);
  }
  #topnav .navigation-menu.nav-light > li.active > a {
    color: #ffffff !important;
  }
  #topnav .navigation-menu.nav-light > li:hover > .menu-arrow {
    border-color: #ffffff !important;
  }
  #topnav .navigation-menu.nav-light > li:hover > a {
    color: #ffffff !important;
  }
  #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: rgba(255, 255, 255, 0.6);
  }
  #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
    border-color: #ffffff !important;
  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: block !important;
  }
  #topnav.scroll {
    top: 0;
  }
  #topnav.scroll .navigation-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #topnav.scroll-active .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 991px) {
  #topnav {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.2);
            box-shadow: 0 0 3px rgba(60, 72, 88, 0.2);
    min-height: 74px;
  }
  #topnav .logo .l-dark {
    display: inline-block !important;
  }
  #topnav .logo .l-light {
    display: none !important;
  }
  #topnav .container {
    width: auto;
  }
  #topnav #navigation {
    max-height: 400px;
  }
  #topnav .navigation-menu {
    float: none;
  }
  #topnav .navigation-menu > li {
    float: none;
  }
  #topnav .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 15px;
    font-size: 14px;
    letter-spacing: 0.04em;
    font-weight: 600;
    color: #3c4858 !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }
  #topnav .navigation-menu > li .submenu .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #8492a6;
  }
  #topnav .navigation-menu > li > a {
    color: #3c4858;
    padding: 10px 20px;
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu > li > a:hover,
  #topnav .navigation-menu > li .submenu li a:hover,
  #topnav .navigation-menu > li.has-submenu.open > a {
    color: #62bd19;
  }
  #topnav .menu-extras .menu-item {
    border-color: #8492a6;
  }
  #topnav .navbar-header {
    float: left;
  }
  #topnav .buy-button .login-btn-primary {
    display: inline-block !important;
  }
  #topnav .buy-button .login-btn-light {
    display: none;
  }
  #topnav .has-submenu .submenu .submenu-arrow {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 12px;
  }
  #topnav .has-submenu.active a {
    color: #62bd19;
  }
  #navigation {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #eff7ff;
    border-bottom: 1px solid #eff7ff;
    background-color: #ffffff;
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}

@media (max-width: 768px) {
  #topnav .navigation-menu .has-submenu .menu-arrow {
    right: 16px;
    top: 16px;
  }
  #topnav .buy-button .login.login-light {
    color: #3c4858 !important;
  }
  #topnav .buy-button .login.login-light:hover {
    color: #5f9514!important;
  }
  #img-box{
    margin-bottom: 2em;
    padding-right: 1em;
  }
  .img-cap-effect:before{
  display: none;
  }
  .firstImage #img-box2{
   height: 350px;
  }
  #commu .detailed-plan{
    height: 480px;
  }

  .form-container #close{
    margin-top: -37em;
  }
  .form-popup, .form-popup2{
    right: 3em;
    width:300px;
  }
 
  .form-popup2 .form-container2{
    margin-top:-21em;
    width: 300px;
  }
  .form-container2 #close2{
    margin-top:-68em;
  }
  .carousel-indicators{
    display: none;
  }
  
  .alert{
    width: 350px;
    right: 1em;
  }
}

@media (min-width: 768px) {
  #topnav .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-toggle {
    display: block;
  }
}

@media (max-width: 425px) {
  /* #topnav .buy-button .book-seat {
    display: none;
  } */
  
  #topnav .buy-menu-btn {
    display: block !important;
    margin: 0 10px;
    padding: 10px 20px;
  }
 

}

/************************
    7.  HOme
************************/
.bg-home {
  height: 100vh;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-260 {
  padding: 230px 0;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-170 {
  padding: 170px 0;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half {
  padding: 184px 0 90px;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.user-pages {
  height: 100vh;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.shape-before .shape-img {
  position: absolute;
  top: -60px;
  left: -75px;
  z-index: -1;
  height: auto;
  overflow: hidden;
}

.home-slider .carousel-control-next,
.home-slider .carousel-control-prev {
  width: 30px;
  height: 30px;
  margin: auto;
}

.home-slider .carousel-item,
.home-slider .carousel {
  height: 80vh;
  width: 100%;
}

.home-slider .carousel-item {
  background-position: center center;
  background-size: cover;
}

.home-slider .carousel-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 38px;
  height: 38px;
  background-color: #62bd19;
  
}
.carousel-indicators li{
  background-color: #62bd19;
}

@media (max-width: 768px) {
  .bg-half {
    padding: 169px 0 50px;
    height: 40vh;
  }
}

@media (max-width: 767px) {
  .bg-home, .bg-half-170, .bg-half-260, .main-slider .slides .bg-slider, .bg-marketing, .user-pages {
    padding: 150px 0;
    height: auto;
  }
}


/************************
    15.  Footer
************************/
.footer {
  position: relative;
  padding: 60px 0;
  color: #adb5bd;
}

.footer .logo-footer {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
}

.footer .footer-head {
  letter-spacing: 1px;
  font-weight: 400 !important;
  margin-top: .5em;
}

.footer .text-foot {
  color: #a1a8ae;
}

.footer .footer-list {
  margin-bottom: 0;
}

.footer .footer-list li {
  margin-bottom: 10px;
}

.footer .footer-list li a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer .footer-list li a:hover {
  color: #e6e8ea;
}

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

.footer.footer-bar {
  padding: 0 0 30px 0;
}

.section-two .detailed-plan {
  background-color: #b0f776;
  padding: 10px 0; 
  border-radius: 6px;
 }
/*detailed plans*/
#detailed-plans {
  background-color: #f6f4f5;
  margin-top: -105px;
  padding: 90px 0; }
  #detailed-plans .no-pad {
    padding: 0; }
    
  #detailed-plans .detailed-plans .detailed-plan {
    background-color: #b0f776;
    margin-top: 30px;
    margin-right: 12px;
    margin-left: 12px;
    border-radius: 6px; }
    #detailed-plans .detailed-plans .detailed-plan .plan-header  {
      height: 3px;
      padding-bottom: 65%;
      position: relative;
      background-size: cover;
      -webkit-background-size: cover;
      border-radius: 6px 6px 0 0; }
      #detailed-plans .detailed-plans .detailed-plan .plan-header:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(0, 0, 0, 0.3);
        border-radius: 6px 6px 0 0; }
      #detailed-plans .detailed-plans .detailed-plan .plan-header-text {
        position: absolute;
        bottom: 20px;
        left: 20px;
        z-index: 10;
        color: white; }
    #detailed-plans .detailed-plans .detailed-plan .image {
      height: 120px;
      
      display: block;
      margin: auto;
      margin-bottom: 25px;
      margin-top: 25px;
     }
    #detailed-plans .detailed-plans .detailed-plan h3 {
      text-transform: uppercase;
      margin-bottom: 0;
      margin-top: 0;
      font-size: 28px; }
    #detailed-plans .detailed-plans .detailed-plan .price {
      font-size: 15px;
      font-weight: bold; }
    #detailed-plans .detailed-plans .detailed-plan .alt {
      margin-top: 10px;
      font-size: 16px;
      color: #888;
      font-weight: bold;
      min-height: 18px;
      font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Arial, sans-serif; }
    #detailed-plans .detailed-plans .detailed-plan .hours {
      color: #888;
      font-weight: bold;
      margin-top: 30px; }
      #detailed-plans .detailed-plans .detailed-plan .hours:before {
        content: 'Hours'; }
    #detailed-plans .detailed-plans .detailed-plan .services .service {
      color: black;
      margin: 0;
      border: solid 1px #62bd19;
      border-width: 0 0 1px 0;
      padding: 15px;
      font-size: 16px; }
      #detailed-plans .detailed-plans .detailed-plan .services .service-label {
        display: block;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: .5px;
        margin-bottom: 2px;
        font-weight: normal;
        color: #777; }
    #detailed-plans .detailed-plans .detailed-plan .description {
      margin-top: 15px; }
    #detailed-plans .detailed-plans .detailed-plan p {
      color: #555;
      font-size: 15px;
      line-height: 1.5;
      padding: 0 12px;
      margin-bottom: 15px; }
    #detailed-plans .detailed-plans .detailed-plan h5 {
      margin-top: 30px;
      margin-bottom: 10px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: bold; }
    #detailed-plans .detailed-plans .detailed-plan ul.added-perks {
      padding-left: 15px;
      color: #444; }
      #detailed-plans .detailed-plans .detailed-plan ul.added-perks li {
        line-height: 1.6;
        list-style: circle; }
    #detailed-plans .detailed-plans .detailed-plan .button-wrap {
      padding: 25px; }
    #detailed-plans .detailed-plans .detailed-plan a.sign-up {
      padding: 7px 10px;
      text-align: center;
      background: #343a40;
      border-radius: 12px;
      color: #62bd19}
     

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup form - hidden by default */
.form-popup, .form-popup2{
  display: none;
  position: absolute;
   top:5em;
 /* bottom: 5em; */
  /* right: 20em; */
  border: 3px solid #f1f1f1;
  z-index: 9;
  align-items: left;
  margin-left: 5em;
  }
  .form-popup2{
    top: -9em;
    margin-left: -17em;
    font-size: 15px;
    /* border: 1px solid #62bd19; */
  }
.form-popup h3,.form-popup2 h5{
  text-align: center;
  font-family:  sans-serif;
}
.form-popup2 p{
  text-align: center;
  font-size: 15px;
  color: rgb(132, 146, 166);
 }
.form-popup2 label{
  font-size: 15px;
  color: #212529;
}


/* Add styles to the form container */
.form-container{
  max-width: 900px;
  padding: 10px;
  background-color: white;

  }
 
  .form-container2{
    width: 700px;
    /* padding: 15px; */
    /* margin-top: .5em; */
  align-items: center;
  background-color: white;
   
   
  }


/* Set a style for the submit/login button */
.form-container .btn,
.form-container2 .btn {
  background-color: #62bd19;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  /* margin-top:10px; */
  opacity: 0.8;
}

#close, #close2{
  position: absolute;
  margin-top: -18em;
  right: 5px;
  background-color:  #62bd19;
  }

  #close2{
    margin-top: -28em;
    right: 7px;
  }

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

/*testimonial */


#testimonial_095 {
  overflow: hidden;
  min-height: 275px;
  position: relative;
}

#testimonial_095>.carousel-inner {
  width: 75%;
  margin: auto
}

#testimonial_095>.carousel-inner:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab
}

#testimonial_095>.carousel-inner:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing
}

#testimonial_095>.carousel-inner>.carousel-item {
  overflow: hidden
}

.testimonial_095_indicators>.carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
 top:195px;
  padding: 0 5px;
  /* display: block; */
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap
}

.testimonial_095_indicators>.carousel-indicators li {
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background:  #62bd19;
  -webkit-border-radius: 100%;
  border-radius: 100%
}

.testimonial_095_indicators>.carousel-indicators .active {
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background: #1ed600;
  -webkit-border-radius: 100%;
  border-radius: 100%
}

.testimonial_095_indicators>.carousel-indicators::-webkit-scrollbar {
  height: 3px
}

.testimonial_095_indicators>.carousel-indicators::-webkit-scrollbar-thumb {
  background: #ffffff;
  -webkit-border-radius: 0;
  border-radius: 0
}

.testimonial_095_control_button .carousel-control-next,
.testimonial_095_control_button .carousel-control-prev {
  top: 100px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: #62bd19;
  border: 2px solid #fff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .6s cubic-bezier(.3, 1, 0, 1);
  transition: all .6s cubic-bezier(.3, 1, 0, 1)
}

.testimonial_095_control_button .carousel-control-prev {
  left: 7%;
  right: auto
}

.testimonial_095_control_button .carousel-control-next {
  right: 7%;
  left: auto
}

.testimonial_095_control_button .carousel-control-next:hover,
.testimonial_095_control_button .carousel-control-prev:hover {
  color: #ffffff;
  background: #62bd19;
  border: 2px solid #ffffff
}

.testimonial_095_header>h5,
.testimonial_095_slide>h5>a,
.testimonial_095_slide>p {
  text-shadow: none;
  font-family: Raleway, sans-serif;
  -webkit-font-smoothing: antialiased;
 
}

.testimonial_095_header {
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative
}

.testimonial_095_header>h5 {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;

}

.testimonial_095_header>h5>span {
  color: #1ed600;
  margin: 0 10px;
  position: relative
}

.testimonial_095_header>h5>span:after {
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  height: 1px;
  content: "";
  width: 100%;
  margin: auto;
  position: absolute;
  background: #1ed600
}

.testimonial_095_slide,
.testimonial_095_slide>a {
  right: 0;
  margin: auto;
  text-align: center;
  position: relative;
  bottom: 3em;
  left: 0
}

.testimonial_095_slide {
  bottom: 0;
  width: 70%;
  padding: 20px
}

.testimonial_095_slide>a {
  width: 50px;
  height: 50px;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  border: 3px solid #f2f2f2;
  -webkit-border-radius: 100%;
  border-radius: 100%
}

.testimonial_095_slide>a:after {
  top: 0;
  left: 0;
  padding: 0;
  opacity: 0;
  width: 100%;
  content: '';
  height: 100%;
  position: absolute;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, .1);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .1)
}

.testimonial_095_slide>a:hover:after {
  -webkit-animation: psBoxShadowEffect_2 2s ease-out;
  animation: psBoxShadowEffect_2 2s ease-out
}

.testimonial_095_slide>p {
  font-family: sans-serif;
  font-size: 16px;
  letter-spacing: .2pt;
  text-shadow: 0 5px 10px rgba(0,0,0,.1);
 
}

.testimonial_095_slide>p>a {
  color: #1ed600;
  padding: 2px 5px;
  text-decoration: none;
  -webkit-transition: all .3s cubic-bezier(.39, .575, .565, 1);
  transition: all .3s cubic-bezier(.39, .575, .565, 1)
}

/* .testimonial_095_slide>p>a:hover {
  color: #fff;
  background: #aa914f
} */

.testimonial_095_slide>h5>a {
  padding: 3px;
  color: #62bd19;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: border .5s cubic-bezier(.39, .575, .565, 1);
  transition: border .5s cubic-bezier(.39, .575, .565, 1)
}


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

  .testimonial_095_control_button .carousel-control-next,
  .testimonial_095_control_button .carousel-control-prev {
      display: none
  }
}

@media only screen and (max-width:480px) {
  .testimonial_095_header {
      width: 95%
  }
}

@media only screen and (max-width:480px) {
  .testimonial_095_header>h5 {
      font-size: 20px
  }
}

@media only screen and (max-width:480px) {
  .testimonial_095_slide {
      width: 98%;
      padding: 5px
  }
}

@media (min-width:481px) and (max-width:767px) {
  .testimonial_095_control_button .carousel-control-prev {
      left: 2%
  }
}

@media (min-width:481px) and (max-width:767px) {
  .testimonial_095_control_button .carousel-control-next {
      right: 2%
  }
}

@media (min-width:481px) and (max-width:767px) {
  .testimonial_095_header {
      width: 95%
  }
}

@media (min-width:481px) and (max-width:767px) {
  .testimonial_095_slide {
      width: 98%;
      padding: 5px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .testimonial_095_control_button .carousel-control-prev {
      left: 5%
  }
}

@media (min-width:768px) and (max-width:991px) {
  .testimonial_095_control_button .carousel-control-next {
      right: 5%
  }
}

@keyframes psBoxShadowEffect_2 {}

.ps_ease .carousel-item {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.ps_easeInOut .carousel-item {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out
}

.ps_speedy .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
  transition-timing-function: cubic-bezier(0, 1, 0, 1)
}

.ps_slowSpeedy .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.3, 1, 0, 1);
  transition-timing-function: cubic-bezier(.3, 1, 0, 1)
}

.ps_easeOutInCubic .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.22, .81, .01, .99);
  transition-timing-function: cubic-bezier(.22, .81, .01, .99)
}

.ps_swing .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.02, .01, .47, 1);
  transition-timing-function: cubic-bezier(.02, .01, .47, 1)
}

.ps_easeOutCubic .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.ps_easeInOutCubic .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
  transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.ps_easeOutCirc .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

.ps_easeOutExpo .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.ps_easeInQuad .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
  transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

.ps_easeOutQuad .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
  transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.ps_easeInOutQuad .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
  transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

.ps_easeOutQuart .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

.ps_easeInOutQuart .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
  transition-timing-function: cubic-bezier(.77, 0, .175, 1)
}

.ps_easeOutQuint .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
  transition-timing-function: cubic-bezier(.23, 1, .32, 1)
}

.ps_easeInSine .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.47, 0, .745, .715);
  transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

.ps_easeOutSine .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.39, .575, .565, 1);
  transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

.ps_easeInOutSine .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.445, .05, .55, .95);
  transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

.img-cap-effect:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: -10px;
  bottom: -10px;
  border: 1px solid #62bd19;
  height: 270px;
  width: 350px;
  margin-top: 3em;
  border-radius: 10px;
  margin-left: 1.5em;
  margin-right: 1.3em;
 

}

#img-box{
margin-top: 3.5em;
/* width: 380px; */
/* height: 290px; */
margin-left: 1.3em;
}
