/*Features Section*/
*{
    list-style: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 112px;
    margin-top: 61px;
    width: 117px;

    }
.tab-pane img.img-fluid{
    max-width: 86%;
    height: 60vh;
}


.services .title {
    margin-left: 65px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
.services .description {
    font-size: 14px;
    margin-left: 64px;
    line-height: 24px;
    margin-bottom: 0;
}
.services .icon {
    position: absolute;
    left: 12px;
    top: calc(50% - 32px);
}
.services .icon img{
    position: absolute;
    left: -3px;
    top: calc(50% - 10px);
    width: 70px;
}

    /*carousel-*/
.carousel-item img{
    width: 100%;
    height: 80vh;
    opacity: 1;
}
.carousel-item h5{
    color: white;
    font-size: 40px;
}
.carousel-item p{
    color: white;
    font-size: 15px;
}
.carousel-indicators .s1{
    color: white;
}

    /*logo*/
/*#header .logo h1 a:hover {
    color: #f58800;
    text-decoration: none;
}*/


 /*contact section*/

.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: #cc1616;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #ef6603;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ef6603;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #cc1616;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #ef6603;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
.contact .php-email-form button[type=submit]:hover {
  background: #ef6603;
}

.bx-map:before {
    color: #ef6603;
}
.bx-envelope:before {
    color: #ef6603;
}
.bx-phone-call:before {
   color: #ef6603;
}



.modal-body .icon img {
    position: absolute;
    left: -3px;
    top: calc(20% - 10px);
    width: 45px;
    margin-left: 10px;
    padding-left: 10px;
}

.testimonials .testimonial-item { 
    min-height: 210px; 
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
    min-height: 135px;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 50px;
    margin-top: 0;
    width: 41px;
}

img.img-fluid.imgG {
    object-fit: contain;
    width: 100%;
    height: 250px;
}



@media screen and (max-width: 425px){
    #header .logo h1 a{
        font-size: 20px;
       
    }
    .section-title p {
        font-size: 32px;
       
    }
           /*carousel-*/
    .carousel-item img{
      width: 50%;
      height: 60vh;
     opacity: 1;
    }
    .carousel-item h5{
       color: white;
      font-size: 30px;
    }
    .carousel-item p{
      color: white;
     font-size: 10px;
    }
    #footer h3 {
    font-size: 30px;
   
}
     
}

.accordion-body{
    padding: none!important;
}

@media screen and (max-width: 375px){
    .section-title p {
        font-size: 30px;
       
    }
}