@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
 
}

.carousel img {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  overflow-y: hidden;
}

.ptext {
 position: absolute;
 top: 35%;
 right: 10%;
 color: white;
 font-size: 1.8em;
 width: 50%;
 text-align: center;
}
.logo-center {
  position: absolute;
  top: 15%;
  left: 5%; 
  
}


.ptext1 {
  position: absolute;
  color: white;
  font-size: 2em;
  text-align: center;
  top: 65%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}

.ptitle {
  font-weight: 500;
}

.header_text {
  font-size: 20px;
}
.layer {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#contact {
  background-color: #27ae60;
  color: #fff;
}

#contact:hover {
  background-color: #2ecc71;
  color: #fff;
}


.middle{
  position: absolute;
  top: 87%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.mouse{
  width: 30px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 60px;
}
.mouse::before{
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 10px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  opacity: 1;
  animation: mouse 2s infinite;
}
@keyframes mouse {
  from{
    opacity: 1;
    top: 10px;
  }
  to{
    opacity: 0;
    top: 50px;
  }
}

.section-services .header-section{
  margin-bottom: 35px;
}

.section-services .header-section .title {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 25px;
  text-transform: uppercase;
  font-weight: 700;
  color: #7f8c8d;
}

.section-services .header-section .title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 140px;
  height: 4px;
  background-color: #7f8c8d;
}

#pics {
  transition: .3s ease-in-out ;
  -webkit-transition: .3s ease-in-out ;
  -moz-transition: .3s ease-in-out ;
  -ms-transition: .3s ease-in-out ;
  -o-transition: .3s ease-in-out ;
}

#pics:hover {
  transform: scale(1.05);
}

.section-services .header-section .title::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 45px;
  height: 7px;
  background-color: #7f8c8d;
}
.section-services .service-text {
  color: #7f8c8d;
  font-size: 1.2em;
}



.service-box {
  text-align: center;
  padding: 35px 15px;
  overflow: hidden;
  position: relative;
  color: #7f8c8d;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.service-box:hover {
  background: #27ae60;
}


.service-box::before {
  content: "";
  width: 40px;
  height: 40px;
  border-width: 20px;
  border-style: solid;
  border-color: white white rgba(1,1,1,.2) rgba(0,0,0,.2);
  position: absolute;
  top: -40px;
  right: -40px;
  transition: ;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.service-box:hover::before {
  top: 0;
  right: 0;
}

.service-box i {
  display: block;
  font-size: 65px;
  color: #27ae60;
  margin-bottom: 14px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.service-box .title {
  font-size: 18px;
  font-weight: 900;
  color: #7f8c8d;
  line-height: 25px;
  margin: 0 0 16px 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.service-box:hover i,
.service-box:hover .title {
  color: white;
}






.pimg1 {
  background: linear-gradient(rgba(39, 174, 96,0.7), rgba(39, 174, 96,0.9)), url('../img/5.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 800px;
}

.navbar ul li {
  margin: 0 1rem;
  
}

.navbar ul li a{
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

.navbar ul li a:hover{
  background: #fff;
  color: #27ae60;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}





ul li.active a{
  background: #fff;
  color: #27ae60;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}




#choice {
  color: #f4f4f4;
}

.experience {
  color: #7f8c8d;
}

.expi::before {
  content: "";
  background: #7f8c8d;
  height: 4px;
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: translateY(63px);
  -webkit-transform: translateY(63px);
  -moz-transform: translateY(63px);
  -ms-transform: translateY(63px);
  -o-transform: translateY(63px);
}

.expi::after {
  content: "";
  background: #7f8c8d;
  height: 7px;
  width: 45px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
  transform: translateY(24px);
  -webkit-transform: translateY(24px);
  -moz-transform: translateY(24px);
  -ms-transform: translateY(24px);
  -o-transform: translateY(24px);
}

.our_team::before {
  content: "";
  background: #f4f4f4;
  height: 4px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: translateY(63px);
  -webkit-transform: translateY(63px);
  -moz-transform: translateY(63px);
  -ms-transform: translateY(63px);
  -o-transform: translateY(63px);
}

.our_team::after {
  content: "";
  background: #f4f4f4;
  height: 7px;
  width: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
  transform: translateY(24px);
  -webkit-transform: translateY(24px);
  -moz-transform: translateY(24px);
  -ms-transform: translateY(24px);
  -o-transform: translateY(24px);
}


.abt {
  color: #7f8c8d;
  height: 100vh;
}
.abt h3 {
  color: #7f8c8d;
}

.about_us::before {
  content: "";
  background: #7f8c8d;
  height: 4px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: translateY(54px);
  -webkit-transform: translateY(54px);
  -moz-transform: translateY(54px);
  -ms-transform: translateY(54px);
  -o-transform: translateY(54px);
}

.about_us::after {
  content: "";
  background: #7f8c8d;
  height: 7px;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  display: block;
  transform: translateY(16px);
  -webkit-transform: translateY(16px);
  -moz-transform: translateY(16px);
  -ms-transform: translateY(16px);
  -o-transform: translateY(16px);
}

.abt_text {
  font-size: 17px;
  color: rgba(99, 110, 114,1.0);
}



.choice::before {
  content: "";
  background: #f4f4f4;
  height: 4px;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: translateY(63px);
  -webkit-transform: translateY(63px);
  -moz-transform: translateY(63px);
  -ms-transform: translateY(63px);
  -o-transform: translateY(63px);
}

.choice::after {
  content: "";
  background: #f4f4f4;
  height: 7px;
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
  transform: translateY(24px);
  -webkit-transform: translateY(24px);
  -moz-transform: translateY(24px);
  -ms-transform: translateY(24px);
  -o-transform: translateY(24px);
}
.main_choice {
  background: #ffffff;
  color: rgba(99, 110, 114,1.0);
  padding: 30px;
  cursor: pointer;
  border-left:4px solid #27ae60;
  transition: transform .8s ease;
  -webkit-transition: transform .8s ease;
  -moz-transition: transform .8s ease;
  -ms-transition: transform .8s ease;
  -o-transition: transform .8s ease;
}

.main_choice:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}


#testimonials {
  background: linear-gradient(rgba(39, 174, 96,0.9), rgba(39, 174, 96,0.9)), url('../img/3.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 990px;


}



.card  {
  position: relative;
  margin: 20px 0;
  width: 320px;
  height: 420px;
  background: #fff;
  transform-style: preserve-3d;
  transform: perspective(2000px);
  -webkit-transform: perspective(2000px);
  -moz-transform: perspective(2000px);
  -ms-transform: perspective(2000px);
  -o-transform: perspective(2000px);
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

.card_1:hover {
  transform: perspective(2000px) rotate(-10deg);
  -webkit-transform: perspective(2000px) rotate(-10deg);
  -moz-transform: perspective(2000px) rotate(-10deg);
  -ms-transform: perspective(2000px) rotate(-10deg);
  -o-transform: perspective(2000px) rotate(-10deg);
}

.card_1 .imgBox {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transform-origin: left;
  z-index: 1;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

.card_1:hover .imgBox {
  transform: rotateY(-135deg);
  -webkit-transform: rotateY(-135deg);
  -moz-transform: rotateY(-135deg);
  -ms-transform: rotateY(-135deg);
  -o-transform: rotateY(-135deg);
}



.card_1 .imgBox .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card_1 .details {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 20px;
}

.contact::before {
  content: "";
  background: #7f8c8d;
  height: 4px;
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: translateY(54px);
  -webkit-transform: translateY(54px);
  -moz-transform: translateY(54px);
  -ms-transform: translateY(54px);
  -o-transform: translateY(54px);
}

.contact::after {
  content: "";
  background: #7f8c8d;
  height: 7px;
  width: 45px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  display: block;
  transform: translateY(16px);
  -webkit-transform: translateY(16px);
  -moz-transform: translateY(16px);
  -ms-transform: translateY(16px);
  -o-transform: translateY(16px);
}




#review {
  font-weight: 400px;
}

footer {
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  background: rgba(39, 174, 96,1.0);
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: rgba(46, 204, 113,1.0);
}

#footer .footer-top .footer-info h3{
  font-size: 34px;
  margin:0 0 20px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p{
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
}

#footer .footer-top .social-links a{
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  background: #2ecc71;
  color: #fff;
  padding: 8px 0;
  margin-right: 4px;
  border-bottom: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: rgba(39, 174, 96,0.7);
  color: #fff;
}

#footer .footer-top h4{
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li{
   padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child{
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ecf5ff;
  text-decoration: none;
}

#footer .footer-top .footer-links ul a:hover {
  color: rgba(255, 255, 255,.6);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsLetter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsLetter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsLetter input[type="submit"] {
  background: rgba(39, 174, 96,1.0);
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transform: 0.3s;
  -webkit-transform: 0.3s;
  -moz-transform: 0.3s;
  -ms-transform: 0.3s;
  -o-transform: 0.3s;
  cursor: pointer;
}

form {
  display:flex ;
}

#footer .footer-top .footer-newsLetter input[type="submit"]:hover {
   background: rgba(39, 174, 96,1.0);
  color: #f4f4f4;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

.navbar-brand img{
  display: none;
}



@media screen and (max-width: 768px) {
  .ptext,
  .ptext1 {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    font-size: 1em;
    width: 95%;
    text-align: center;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
  .navbar-nav li a{
   text-align: center;
  }

  

  .middle{
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .logo-center {
   display: none;

  }

  .navbar-brand {
    display: block;
  }

  #testimonials {
    background: linear-gradient(rgba(39, 174, 96,0.9), rgba(39, 174, 96,0.9));
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 2300px;
  }

  .mem {
    margin-top: 50px;
  }

  .abt {
    color: #7f8c8d;
    height: 1620px;
  }

  .icos {
    margin-left:90px ;
  }

  #pics {
    width: 500px;
    margin-bottom: 20px;
    margin-left: 30px;
  }

  .pimg1 {
    height: 1000px;
    font-size: 14px;
  }

  .second_img {
    display: none;
  }

  .navbar-brand img {
    display: block;
  }

}



