:root {
  --color-dark-1: #181D24;
  --color-dark-2: #191D23;
  --color-dark-3: #121418;
  --color-dark-4: #71677A;
  --color-dark-5: #283480;
  --color-accent-1: #F7D560;
  --color-accent-2: #F7F0EC;
}



/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/


/* 1.1 General */

html{
  -webkit-font-smoothing: antialiased;
}


* {
    margin: 0;
    padding: 0;
}

body{
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


h1,
.h1{
    margin:0 0 20px 0;
    font-family: "Urbanist", sans-serif;
    line-height: 1.5;
    font-weight: 800;
}


h2,
.h2{ 
    position: relative ;
    margin:0 0 10px 0;
    line-height: 1.3;
    font-family: "Urbanist", sans-serif;
    font-weight: 800;
}

h3,
.h3{
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
  line-height: 1.4;
}

h4,
.h4{
  margin:0;
  font-family: "Urbanist", sans-serif;
  font-weight:500;
  line-height: 1.4;
}

h5,
.h5{
    line-height: 1.3;
    font-family: "Urbanist", sans-serif;
    font-weight: 800;
}

strong{
  font-weight: 800;
}


p { 
  margin:10px 0 0;
}

ul.list {
  padding: 0;
  margin: 0;
}

.list li {
  list-style: none;

}

a {
  color:var(--color-2);
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--color-accent-2);
  outline: none;
}

a:focus{
  text-decoration: none;
}


.bg-clr-1 {
  background-color: var(--color-dark-1);
  color: #fff;
}

.bg-clr-2 {
  background-color: var(--color-dark-2);
  color: #fff;
}

.bg-clr-3 {
  background-color: var(--color-dark-3);
}

.bg-clr-4 {
  background-color: var(--color-accent-1);
}

.bg-clr-5 {
  background-color: var(--color-dark-5);
}

h1.sec-title {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}


.button-1, .button-2, .button-3 {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  padding: 20px 35px;
  letter-spacing: 0;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.button-1-copy {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    padding: 12px 16px;
    letter-spacing: 0;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.button-1-copy {
  background: var(--color-accent-1);
  color: var(--color-dark-5);
}

.button-1 {
  background: var(--color-accent-1);
  color: var(--color-dark-5);
}

.button-2 {
  background: var(--color-dark-3);
  color: var(--color-accent-1);
}

.button-3 {
  background: var(--color-dark-5);
  color: #fff;
}

.button-1-copy::after {
  background: var(--color-dark-5);
  content: "";
  height: 100%;
  left: -100%;
  opacity: 1;
  position: absolute;
  top: 0;
  /* -webkit-transform: rotate(35deg); */
  /* -ms-transform: rotate(35deg); */
  /* transform: rotate(35deg); */
  /* -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1); */
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  z-index: -1;
  display: block;
}



.button-1::after,
.button-2::after,
.button-3::after {
  background: var(--color-dark-5);
  content: "";
  height: 100%;
  left: -100%;
  opacity: 1;
  position: absolute;
  top: 0;
  /* -webkit-transform: rotate(35deg); */
  /* -ms-transform: rotate(35deg); */
  /* transform: rotate(35deg); */
  /* -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1); */
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  z-index: -1;
  display: block;
}


.button-1-copy:hover::after{
  left: 0%;
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.button-1:hover::after,
.button-2:hover::after,
.button-3:hover::after{
  left: 0%;
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.button-2:hover {
  color: var(--color-accent-2);
}

.button-3:hover {
  color: var(--color-accent-1);
}

.button-1 i, .button-2 i, .button-3 i {
  vertical-align: middle;
}

.btn-sm {
  padding: 8px 20px;
  font-size: 0.7em;
}

.btn-slide {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5em;
  padding: 20px 40px;
}

.modal {
  background:  var(--color-3-op);
}

.modal-content {
  border-radius: 0px;
  background: var(--color-dark-1);
  color: #fff;
}

#slider {
  position: relative;
}

#slider .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

}

.font-weight {
  font-weight: bold;
}






/*-------------------------------------------------------------------------------
  Header
-------------------------------------------------------------------------------*/


header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 0 60px;
}

header .logo {
  max-height: 80px;
  display: flex;
  align-items: center;
}

header .logo img {
  max-width: 120px;
  height: auto;
  object-fit: contain;
  margin-right: 10px;
}

header .logo p {
  font-weight: 400;
  line-height: 1.4em;
  font-size: 20px;
}

.top-nav {
  margin: 0;
}

.top-nav li {
  display: inline-block;
  padding-right: 15px;
}

.top-nav li a {
  font-size: 15px;
  font-weight: 100;
  color: #000;
}


/*Nav*/
.navbar {
  height: 90px;
  background-color: transparent;
}


.fixed-top .navbar {
  height: 70px;
  background-color: var(--color-accent-1);
}

.fixed-top .logo {
  height: 60px;
  overflow: hidden;
}

.navbar-nav li {
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.navbar-nav li a {
  color: var(--color-dark-5);
  text-decoration: none;
  text-align: center;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 600;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-nav li a i {
  line-height: .1;
  margin-left: 5px;
}

.dropdown-menu li a{
  text-align: start;
  color: var(--color-dark-5) !important;
}

.dropdown-menu li a:hover{
  color:var(--color-2) !important;
}


.navbar-nav li a:hover, .fixed-top .navbar-nav li a:hover {
  color: var(--color-dark-5);
  text-decoration: none;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
}

.dropdown-toggle::after {
  margin-left: 0.5em;
}

#navbar_top .navbar-nav li {
  margin: 0px;
}

#navbar_top .navbar-nav .dropdown-menu {
  background-color: var(--color-accent-1);
  border-radius: 0px;
  box-shadow: none;
  border: 0px;
}

.navbar-nav li a.dropdown-toggle {
  position: absolute !important;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  line-height: 0;
}

.dropdown .nav-link {
  margin-right: 15px;
}

.navbar-toggler {
  background: #fff;
  border-radius: 0px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.fixed-top.navbar {
  height: 50px;
}

/* .fixed-top .navbar-nav li a {
  color: var(--color-accent-1);
} */

header {
  transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  animation: .5s slideout;
  animation-timing-function: ease-in-out;
}

@keyframes slideout {
  0% {
    top:-110px;
  }

  100% {
    top: 0px;
  }
}

header.fixed-top{
  transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  animation-name: slidein;
  animation-duration: .5s;
  animation-timing-function: ease-in-out;
}

@keyframes slidein {
  0% {
    top:-110px;
  }

  100% {
    top: 0%;
  }
}








/*-------------------------------------------------------------------------------
  Banner
-------------------------------------------------------------------------------*/


.banner-con {
  background-color: var(--color-1);
  z-index: 0;
}

.banner-con::before {
  content: "";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: rgba(71, 92, 50, .6) url(../img/slider/slide_bg.png);
  background-size: cover;
  background-blend-mode: color-burn;
  z-index: -1;
}

.banner-con::after {
  content: "";
  width: 50%;
  height: 100%;
  opacity: 98%;
  right: 0;
  top: 0;
  position: absolute;
  background-image: url(../img/slider/slide01.jpeg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.banner-con .banner_content {
  width: 635px;
  padding: 245px 0 230px;
}

.banner-con .banner_content h5{
  padding-left: 84px;
  margin-bottom: 18px;
  font-weight: 600;
  position: relative;
}
.banner-con .banner_content h5::before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 67px;
  height: 1px;
  position: absolute;
  background-color: var(--color-3);
}
.banner-con .banner_content h1{
  margin-bottom: 25px;
  font-size: 3em;
}
.banner-con .banner_content p{
  margin-bottom: 40px;
}
.banner-con .banner_content .all_button {
  width: 184px;
  padding: 21px;
}
.banner-con .banner_content .get_started{
  margin-right: 12px;
  border: 1px solid var(--color-3);
}
.banner-con .banner_content .get_started:hover{
  border: 1px solid rgb(255 255 255 / 40%);
  background-color: transparent;
}
.banner-con .banner_content .get_quote{
  border: 1px solid rgb(255 255 255 / 40%);
  background-color: transparent;
}
.banner-con .banner_content .get_quote:hover{
  border: 1px solid var(--color-3);
  background-color: var(--color-3);
}
.banner-con .banner_wrapper{
  z-index: 1;
}
.banner-con .banner_wrapper .icon {
  width: 115px;
  height: 115px;
  line-height: 115px;
  border-radius: 100%;
  text-align: center;
  background-color: var(--color-3);
  transition: all 0.3s ease-in-out;
}
.banner-con .banner_wrapper .icon:hover {
  transform: translateY(-5px);
}
.banner-con .banner_wrapper .banner-icon1 {
  position: relative;
  left: -192px;
  top: 132px;
}
.banner-con .banner_wrapper .banner-icon2 {
  position: absolute;
  right: -158px;
  bottom: -466px;
}
.banner-con .banner_wrapper .box{
  right: 150px;
  bottom: -796px;
  width: 272px;
  height: 188px;
  padding: 25px 20px 20px;
  border-radius: 20px;
  text-align: center;
  position: absolute;
  background-color: var(--color-2);
  box-shadow: 0 1px 94px 1px rgb(0 0 0 / 7%);
}
.banner-con .banner_wrapper .box .value{
  font-size: 32px;
  line-height: 40px;
  font-weight: 800;
  display: block;
  margin-bottom: 5px;
  color: var(--color-3);
  font-family: "Urbanist", sans-serif;
}
.banner-con .banner_wrapper .box .review{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: block;
  margin-bottom: 14px;
  color: var(--e-global-color-text);
}
.banner-con .banner_wrapper .box figure{
  margin: 0 -12px;
  display: inline-block;
}
.banner-con .banner_wrapper .box figure:first-child{
  margin-left: 0;
}
.banner-con .banner_wrapper .box figure:last-child{
  margin-right: 0;
}
.banner-con .banner_wrapper .box img{
  border-radius: 100%;
  border: 2px solid var(--e-global-color-white);
}



/*-------------------------------------------------------------------------------
  Benifit Section
-------------------------------------------------------------------------------*/

#benefit-sec {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  bottom: 0;
  width: 100%;
  margin-top: -250px;
}

.benefit-sec .icon-box:first-child{
  padding-left: 0;
}
.benefit-sec .icon-box:last-child{
  padding-right: 0;
  margin-bottom: 0;
}
.benefit-sec .icon-box .icon{
  width: 87px;
  height: 87px;
  line-height: 87px;
  margin:0 auto 22px;
  border-radius: 100%;
  text-align: center;
  box-shadow: 0 1px 94px 1px rgb(0 0 0 / 15%);
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-accent-1);
}
.benefit-sec .icon-box:hover .icon{
  transform: translateY(-5px);
}

.benefit-sec .icon-box .icon i {
  font-size: 30px;
  line-height: 0px;
  color: var(--color-dark-5);
}

.benefit-sec .icon-box h5 {
  color: var(--color-dark-5);
}



/*-------------------------------------------------------------------------------
  About Section
-------------------------------------------------------------------------------*/



.about-sec {
  padding: 140px 0;
  position: relative;
}

.about-sec:after {
  content: '';
  background: url(../img/logo.png);
  background-position: bottom right;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 10%;
  right: 10%;
  opacity: .1;
  display: block;
  max-width: 400px;
  width: 100%;
  height: 210px;
  z-index: 99;
}

.about-sec .about-rightimage {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-sec .about-rightimage img{
  opacity: 20%;
}
.about-sec .about_content {
  padding-left: 25px;
}

.about-sec .about_content h6 {
  margin-bottom: 14px;
}
.about-sec .about_content h2 {
  margin-bottom: 22px;
}
.about-sec .about_content .text {
  line-height: 30px;
  margin-bottom: 30px;
}

.about-sec .about_wrapper .image img{
  border-radius: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-sec .about_wrapper .about-image1 {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 450px;
}

/* .about-image1:after{
  position: absolute;
  content: '';
  right: 0;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-image: url(../img/download.png); 
  background-color: var(--color-dark-5);
  height: 25px;
  width: 60%;
  top: -25px;
  bottom: auto;
  z-index: 0;
  animation: animation_right 26s linear infinite;
} */

@keyframes animation_right {
  0% {
    background-position: 100% 0;
  }
  100% {
      background-position: 0 0;
  }
}





/*-------------------------------------------------------------------------------
  CTA Section
-------------------------------------------------------------------------------*/

.wpo-project-item, .wpo-project-img {
  position: relative;
  height: 400px;
  width: 100%;
  overflow: hidden;
}

.wpo-project-img img {
  left: 0;
  top: 0;
  width: 100%;
  height: 450px;
  background: var(--color-dark-3);
  z-index: 1;
  transition: all .3s;
  object-fit: cover;
}

.wpo-project-img img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-dark-5);
  content: "";
  opacity: 0;
  z-index: 1;
  transition: all .3s;
  visibility: hidden;
}

.wpo-project-img:hover img {
  opacity: .3;
  visibility: visible;
}

.wpo-project-img .left-border{
  position: absolute;
  left: 20px;
  top: 20px;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.wpo-project-item .wpo-project-img .right-border{
  position: absolute;
    right: 20px;
    bottom: 20px;
    width: 100%;
    height: 100%;
    z-index: 11;
}

.wpo-project-img .left-border:before {
  position: absolute;
  left: 0;
  top: 15px;
  height: 1px;
  width: 0;
  background: var(--color-dark-5);
  content: "";
  transition: all .3s;
}

.wpo-project-img .left-border:after {
  position: absolute;
  left: 15px;
  top: 0;
  height: 0;
  width: 1px;
  background: var(--color-dark-5);
  content: "";
  transition: all .3s;
}

.wpo-project-img .right-border:before {
    position: absolute;
    right: 0;
    bottom: 15px;
    height: 1px;
    width: 0;
    background: var(--color-dark-5);
    content: "";
    transition: all .3s;
}

.wpo-project-img .right-border:after {
  position: absolute;
  right: 15px;
  bottom: 0;
  height: 0;
  width: 1px;
  background: var(--color-dark-5);
  content: "";
  transition: all .3s;
}


.wpo-project-text{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 111;
  transition: all .3s;
  opacity: 1;
  color: var(--color-dark-5);
  font-size: 1.4em;
  /* text-shadow: 0 0 8px #000; */
}

.wpo-project-text span {
  font-weight: 500;
}

.wpo-project-item:hover .wpo-project-img:before {
  opacity: .5;
  visibility: visible;
}

.wpo-project-item:hover .wpo-project-img .left-border:before,
.wpo-project-item:hover .wpo-project-img .right-border:before {
  width: 300px;
}

.wpo-project-item:hover .wpo-project-img .left-border:after,
.wpo-project-item:hover .wpo-project-img .right-border:after {
  height: 300px;
}

.wpo-project-item:hover .wpo-project-text{
  opacity: 1;
  visibility: visible;
}


#testimonial-sec {
  /* background: rgba(0, 0, 0, 0.7) url(../img/Para1.jpeg); */
  background-color: var(--color-accent-1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-blend-mode: color;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}


#testimonial-sec.health-bg {
  background: rgba(255, 255, 255, 0.5) url(../img/HealthPara.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
}


#testimonial-sec.life-bg {
  background: rgba(255, 255, 255, 0.5) url(../img/LifePara.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
}

#testimonial-sec.voluntary-bg {
  background: rgba(255, 255, 255, 0.5) url(../img/VoluntaryPara.jpeg) center; 
  background-size: cover;
  background-repeat: no-repeat;
}

#testimonial-sec.section-125-bg {
  background: rgba(255, 255, 255, 0.5) url(../img/Section125Para.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
}

/*-------------------------------------------------------------------------------
  Services
-------------------------------------------------------------------------------*/


.service-sec {
  padding: 135px 0 110px;
  border-top:2px solid var(--color-1);
}
.service-sec .service_content h1{
  margin-bottom: 52px;
}
.service-sec .service-box {
  padding: 42px 40px;
  height: 100%;
  background-color: var(--color-accent-2);
  border: 1px solid var(--color-accent-2);
  box-shadow: 0 1px 94px 1px rgb(0 0 0 / 2%);
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: block;
}
.service-sec .service-box:hover {
  border: 1px solid var(--color-accent-1);
  background: var(--color-dark-5);
}
.service-sec .service-box .icon {
  margin-bottom: 26px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  color: var(--color-accent-1);
}
.service-sec .service-box:hover .icon {
  transform: translateY(-5px);
}
.service-sec .service-box .icon i{
  font-size: 3em;
  line-height: 1em;
}
.service-sec .service-box h4 {
  margin-bottom: 14px;
  color: var(--color-accent-2);
}
.service-sec .service-box p {
  margin-bottom: 22px;
  color: var(--color-accent-2);
}
.service-sec .service-box .learn_more {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-align: center;
  position: relative;
  display: inline-block;
  font-family: "Urbanist", sans-serif;
  color: var(--color-1);
  transition: all 0.3s ease-in-out;
}
.service-sec .service-box .learn_more i {
  font-size: 20px;
  margin-left: 14px;
  transition: all 0.3s ease-in-out;
  color: var(--color-1);
  line-height: 1em;
  vertical-align: middle;
}
.service-sec .service-box .learn_more:hover {
  color: var(--e-global-color-text);
}
.service-sec .service-box .learn_more:hover i {
  transform: translateX(4px);
  color: var(--e-global-color-text);
}




/*-------------------------------------------------------------------------------
  Contact
-------------------------------------------------------------------------------*/

.contact-form input, .contact-form textarea, .contact-form select,
.get-q-form input[type="text"], .get-q-form input[type="email"], .get-q-form input[type="number"], .get-q-form textarea, .get-q-form select{
  border-radius: 0px;
  padding: 15px 18px;
  border: 0px;
}

.ftr-icon {
    display: flex;
    align-items: center;
    padding: 25px 20px;
    border: 0px solid;
    background: #fff;
}

.ftr-icon span{
    margin-right: 12px;
    line-height: 1.5;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 0px;
    background: #5271ff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}


#contact {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}
/* 
#contact:after{
  position: absolute;
  content: '';
  right: 0;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-image: url(../img/download.png);
  background-color: var(--color-dark-5);
  height: 25px;
  width: 100%;
  top: -25px;
  bottom: auto;
  z-index: 0;
  animation: animation_right 16s linear infinite;
} */


/*-------------------------------------------------------------------------------
  
           Inside Pages

-------------------------------------------------------------------------------*/

#page_header {
  background-color: rgba(0, 0, 0, .6);
  background-blend-mode: color;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  height: 75vh;
  display: flex;
  align-items: center;
}

#page_header h1 {
  color: var(--color-accent-1);
}



.prop-manage .service_content h1{
  margin-bottom: 52px;
}
.prop-manage .service-box {
  padding: 30px 25px;
  height: 100%;
  background-color: var(--color-3);
  border: 1px solid var(--color-accent-2);
  box-shadow: 0 1px 94px 1px rgb(0 0 0 / 2%);
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.prop-manage .service-box:hover {
  border: 1px solid var(--color-accent-1);
  background: var(--color-dark-5);
}
.prop-manage .service-box .icon {     
  display: inline-block;
  transition: all 0.3s ease-in-out;
  color: var(--color-accent-1);
}
.prop-manage .service-box:hover .icon {
  transform: translateY(-5px);
}
.prop-manage .service-box .icon i{
  font-size: 3em;
  line-height: 1em;
}
.prop-manage .service-box h4 {
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 14px;
  color: var(--color-accent-2);
}
.prop-manage .service-box p {
  color: var(--color-accent-2);
}





.card-box {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

.card {
  flex: initial;
  position: relative;
  height: 400px;
  width: 100%;
  -moz-perspective: 200rem;
  perspective: 200rem;
  background-color: transparent;
}

.card__side {
  height: 100%;
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.15);
}

.card__side--front {
  background-image: linear-gradient(to right bottom, var(--color-dark-5), var(--color-dark-5));
  background-size: cover;
  background-position: center;
  background-blend-mode: color;
  background-color: rgba(0, 0, 0, .3);
}

.card__side--back {
  background-color: #fff;
  transform: rotateY(180deg);
}

.card:hover .card__side--back {
  transform: rotateY(0);
}

.card:hover .card__side--front {
  transform: rotateY(-180deg);
}

.card__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.card__content-box {
  color: #fff;
}

.card__subject {
  letter-spacing: 0.8rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.card__title h4{
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 14px;
    color: var(--color-accent-2);
    text-shadow: 0 0 8px #000;
}

.card__title .icon i{
  font-size: 2em;
  line-height: 1em;
  text-shadow: 0 0 8px #000;
}

.card__cover {
  position: relative;
  background-size: cover;
  background-image: linear-gradient(to right bottom, var(--color-dark-5), var(--color-dark-1));
  background-blend-mode: color;
  background-color: rgba(0, 0, 0, .7);
}

.card__heading {
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.card__heading-span {
  padding: 1.5rem;
  display: block;
  color: #fff;
}

.card__details {
  padding: 2rem 2rem;
}













#why-choose {
  background:url(../img/PMPara.jpg) center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

#why-choose:before {
  content: '';
  width: 100%;
  height: 100%;
  background: var(--color-accent-1);
  opacity: .8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/*-------------------------------------------------------------------------------
  
           Rentals Page

-------------------------------------------------------------------------------*/

  /* FAQs
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  
  .accordion-body ul li a {
    color: #fff;
    font-weight: 700;
  }

  .accordion-button {
    background: var(--color-dark-3);
    color: var(--color-accent-1);
  }
  
  .accordion-button:not(.collapsed) {
    color: var(--color-accent-1);
    background-color: var(--color-dark-5);
  }
  
  .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
  }
  
  .accordion-button:focus {
    box-shadow: none;
  }
  
  .accordion-button:before {
    content: "";
    position: absolute;
    /*   right: 0.75rem; */
    right: 0.75rem;
    top: 1.25rem;
    height: 2px;
    width: 1rem;
    background-color: var(--color-accent-1);
  }
  .accordion-button.collapsed:after {
    content: "";
    position: absolute;
    /*   right: 1.1875rem; */
    right: 1.1875rem;
    top: 0.8125rem;
    height: 1.0625rem;
    width: 0.125rem;
    border-style: none;
    background-color: var(--color-accent-1);
  }
  
  .accordion-button h5 {
    /*   color: #7dbc9e; */
    color: var(--color-accent-1);
    margin-right: 13px;
  }
  .accordion-body {
    background-color: var(--color-dark-3);
    color: #fff;
  }
  /* button:focus:not(:focus-visible) {
      outline: 0;
  } */
  
  @media screen and (min-width: 768px) {
    /*   .faq-section .accordion {
      width: 50%;
      margin: 0 auto;
    } */
  
    .accordion-button:before {
      right: 0.75rem;
    }
  
    .accordion-button.collapsed:after {
      right: 1.1875rem;
    }
  
    .faq-section .accordion-button h5 {
      margin-right: 0px;
    }
  }
  


/*-------------------------------------------------------------------------------
  Media Query
-------------------------------------------------------------------------------*/
@media only screen and (max-width:1130px){

  .navbar-nav li a {
    padding-left: 7px;
    padding-right: 7px;
  }

  .cta a {
    padding: 10px;
  }


}

@media only screen and (min-width: 992px) {
  .navbar .dropdown:hover>.dropdown-menu {
      display: block;
  }
}

@media only screen and (max-width:991px){
  .navbar-collapse {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    text-align: center;
    background: var(--color-dark-5);
  }

  .navbar-nav li a {
    color: #fff;
  }

  .navbar-nav li a:hover, .fixed-top .navbar-nav li a:hover {
    color: var(--color-accent-1);
  }

  .dropdown-menu li {
    text-align: center;
  }

  .about-sec {
    padding: 60px 0;
    position: relative;
  }
}

@media only screen and (max-width:767px){
  header {
    padding: 0px;
  }

  #benefit-sec {
    position: relative;
    display: block !important;
    margin-top: 0;
  }

  .about-sec {
    padding: 30px 0;
  }

  .about-sec .about_wrapper .about-image1 {
    height: auto;
  }

  .service-sec {
    padding: 80px 0 ;
  }

  #page_header {
    height: 55vh;
  }
}


@media only screen and (max-width: 600px) {

  .demo-gallery > ul > li a > img {
    max-height: 200px;
  }

  .carousel-control-prev {
    left: -50px;
  }

  .carousel-control-next {
    right: -50px;
  }

  .plr-100 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .plr-50 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-img .about-name {
    font-size: 20px;
  }

  .about-img .about-name {
    position: inherit;
  }

  #about .plr-50{
    padding-left: 20px;
    padding-right: 20px;
  }

  #contact .p-60{
    padding: 20px;
    text-align: center;
  }
  #contact h3{
    text-align: center;
  }
  .contact-details div{
    text-align: center !important;
  }
  

}



@media only screen and (max-width: 576px) {
  
  #page_header {
    height: 40vh;
  }

  .about-sec .about_content {
    padding-left: 0px;
  }
}


@media only screen and (max-width: 480px) {

  header .logo{
    width: 80%;
  }

}


@media only screen and (max-width: 320px) {
  #contact .justify-content-center:first-child{
    padding: 0 !important;
    padding-right: 0  !important;
    padding-left: 0  !important;
  }
  .h-captcha{
    transform: scale(.78);
    margin-left:-9vw;
  }
  h1{
    font-size:2.5rem  !important;
  }
}















