
@import url("https://fonts.googleapis.com/css?family=Heebo:300,400,500,700|Poppins:400,500,500i,600i,700,700i|Rubik&display=swap");
body {
    font-family: Poppins;
font-weight: normal;
font-style: normal;
color: #83868c;
overflow-x:hidden;
}
p{
color: #000
}
.form-control {
    border: 1px solid !important;
}
.sec-founder2 img{
    border-radius: 15%;
}
.sec-service ul {
  list-style: none; /* Removes default bullet points */
  padding-left: 0; /* Removes default padding */
}

.sec-service li {
  position: relative;
  padding-left: 1.5em; /* Creates space for the icon */
}

.sec-service li::before {
  content: '✓'; /* The Unicode checkmark character */
  position: absolute;
  left: 0;
  color: green; /* Customize the color */
}
.sec-products ul {
  list-style: none; /* Removes default bullet points */
  padding-left: 0; /* Removes default padding */
}

.sec-products li {
  position: relative;
  padding-left: 1.5em; /* Creates space for the icon */
}

.sec-products li::before {
  content: '✓'; /* The Unicode checkmark character */
  position: absolute;
  left: 0;
  color: green; /* Customize the color */
}
.quote-form {
  max-width: 500px;
  margin: 50px auto;
    background: #68c1001f;
  padding: 30px;
      position: relative;
    bottom: 167px;
    z-index: 5;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', sans-serif;
}

.quote-form h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.quote-form label {
  display: block;
  margin: 15px 0 5px;
  font-weight: 600;
  color: #555;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 16px;
  transition: border 0.3s ease;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: #007bff;
  outline: none;
}

.quote-form button {
  margin-top: 20px;
  width: 100%;
  padding: 12px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.quote-form button:hover {
  background: #0056b3;
}

.counter-section {
  padding: 60px 20px;
  background: #f9f9f9;
  text-align: center;
}

.counter-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.counter-box {
    /* background: #fff; */
    border-radius: 142px;
    padding: 30px 20px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    

}
.sec-products a {
    text-decoration: none;
}
.sec-products h3{
    text-decoration: none;
    color: #000;
}
.counter {
font-size: 48px;
color: #ff6600;
margin: 11px;
text-align: center;
}

.counter + p {
  font-size: 16px;
  margin-top: 10px;
  color: #333;
}

.top-bar{
        height: 40px;

    background: linear-gradient(125deg, #ffffff 47%, #ffffff 26%);

}
.top-bar .float-right a{
color: #68c100;

text-decoration: none;
    margin-left: 8px;
}
.container{
    max-width: 1254px;
}
.cart-img{
width: 61px !important;
margin-left: 70px;
}
.navbar-expand-lg .navbar-nav {
flex-direction: row;
float: right;
right: 0;
position: absolute;
}


.logo {
    width: 169px;
    position: absolute;
    z-index: 9;
    bottom: 2px;
    margin-left: -18px;
}
.Quote{
}
.box4{
background: #ADA996;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.box4 img{
width: 64px;
}
.box-active{
height: 400px !important;
background: linear-gradient(to right, #cddc39, #71a151);
text-align: center;
transition: transform 250ms;
}
.box4 h2{
font-size: 22px;
text-transform: uppercase;    color: #000;
margin-top: 18px;
}
.box-active h2{
color: #fff;
}
.box-active p{
color: #fff !important;
padding-top:10px;
}
.box4{
margin-right: 3.3%;
border-bottom-right-radius: 85px !important;
margin-right: 3.3%;
border-top-left-radius: 85px;
height: 400px;
background: #eee;
padding: 40px;
float:left;
width: 30%;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
background: #fff;  /* fallback for old browsers */
background: linear-gradient(to right, #cddc39, #71a151);
text-align: center;
transition: transform 250ms;
text-align: center;
transition: transform 250ms;
}
.box4:hover{
transform: translateY(-20px);
}
.exp {

border-radius: 42px;
    margin-top: -137px;
    height: 248px;
    position: absolute;
    float: right;
    right: 12%;
    width: 268px;
    margin-top: -269px;
    position: absolute;
    padding: 29px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  animation: tp-scaleout 1.0s infinite ease-in-out
}

@keyframes exp  {
   0% {
        transform: scale(0)
    }

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

.about img{
height: 450px;
width: 100%;
}
.about .card{


    background: linear-gradient(160deg, rgb(104 193 0) 0%, rgb(255 130 17) 100%);
    /* text-align: left; */
    vertical-align: middle;
    line-height: 0px;

    white-space: normal;
    width: 75%;
    height: 460px;
    min-height: 0px;
    margin-top: 35px;
    max-height: none;
     border-radius: 200px 300px 300px 100px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    /* transform: translate(0px, 0px); */
    visibility: visible;
        box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;

}
small{
    font-size: 18px;
    color: #4da400;
    text-align: center;
}
.about small{
font-family: "Kalam", cursive;
color: #000;
margin-top: 20px;
font-size: 20px;
}
.about p{
color: #000;

}
.exp h2{
text-align: center;
font-size: 60px;
color: #379e63;
font-weight: bold;

}
 .sec-mission h4 {
font-size:22px;
color: #f00;
font-weight: bold;
}
 .sec-mission img{
    height: 90px;
    width: 90px;
    background: #03630e36;
    border-radius: 25%;
    padding: 14px;
    margin: auto;
    display: flex;
    border-radius: -16%;

}
.sec-mission p{
color: #000;
    font-size: 19px;
    text-align: center;
}
.leadreship img{
   width: 132px;
    height: 132px;
    border-radius: 50%;

}
.leadreship h5{
    float: right;
    position: absolute;
    right: 98px;
    font-size: 29px;
    color: #ff8110;
    top: 52px;
    font-weight: bold;

}
.leadreship .card{
    padding: 23px;
}
.leadreship p{
    text-align: center;
    padding-top: 8px;
    font-size: 15px;

}
.certifications img{
    height: 450px;
    width: 100%;
}
.exp p {
    /* float: left; */
    font-size: 23px;
    /* color: #000; */
    /* font-weight: bold; */
    /* width: 100px; */
    /* line-height: 24px; */
    /* margin-top: 10px; */
    /* margin-right: 20px; */
}

.home-box{
margin-top: 100px;
}
.slider-tex h2 {
     background: -webkit-linear-gradient(#1c6b2a, #2b5d7a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
font-family: Poppins;
font-weight: 800;
font-size: 65px;

}
.slider-tex {
margin-top: -188px;
position: relative;
z-index: 9;
top: -195px;
left: 85px;

}
.carousel-item{
   height: 620px;
}
.carousel-caption {
position: absolute !important;
right: 15%  !important;
bottom: 1.25rem  !important;
left: 10%  !important;
padding-top: 1.25rem  !important;
padding-bottom: 1.25rem  !important;
color: #fff  !important;
text-align: left !important; 
top: 20%  !important;
}
.contact-area{
color: #fff;
font-size: 17px;
line-height: 30px;
background: #ff5e14;
padding: 
}
.carousel-caption h5{
font-size: 46px;
text-transform: uppercase;
font-weight: bold;
color: #fff !important;
}
.carousel-caption p{
font-size: 20px;
color: #fff;
}
.w-100 {
width: 100%!important;
height: auto;
background: rgba(0, 0, 0, 0.8);
position: relative;
margin-top: -100px;
}
.sec-client img{
height: 160px;
padding: 10px;
}
.sec-project img{
height: 430px;
}
.sec-client {
background: #fff;
}
.navbar-brand{

    padding-top: 13px;
    padding-bottom: 16px;
    margin-top: 77px;
}
.badge{
position: absolute;
float: right;
margin: 0;
right: 35px;
width: 22px;
border-radius: 28px;
background: #e91e63 !important;
}
.navbar {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding-top: 0rem; 
padding-bottom: 0rem;
}


.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    color: #172408;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin: 7px 11px;
     line-height: 8px;
    margin-top: 37px;
    padding: 0;
    padding-top: -32px;

}
.navbar-light .navbar-nav .nav-link:hover{
color: #fd7e14;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    /*margin-bottom: -153px;*/
    list-style: none;
    margin-left: 40px;
}
.inq{
float: right;
margin-top: -10px;
z-index: 999;
position: relative;
margin-left: 30px;
}
.top-bar ul{
float: right;
margin-top: 12px;
margin-left: 10px;
margin-bottom: 12px;
text-align: right;
}
.top-bar ul li{
display: inline;
padding-right: 15px;
color: #fff;
}
.padding-70{
padding: 60px;
}
.small-text{
color: #fe7720;
font-size: 18px;
}
.p-70{
padding:70px; 
}
.title{	
position: relative;
display: block;
font-size: 40px;
line-height: 1.28em;
letter-spacing: 1px;
color: #03630e;
font-weight: BOLD;
text-transform: capitalize;
padding-bottom: 12px;
}
.text-p{
color: #9d9aaa;
}
.no-bottom-margin{
padding-bottom: 0px !important;
}
.title span{
color: #f02b3a;
}
.text-white{
color:#fff !important;
}
.sec-about{
background: #eee;  /* fallback for old browsers */
}
.sec-about img{
border-radius: 50%;
height: 100%;
border-radius: 50%;
border-bottom: 26px solid #f5c603;
height: 100% !important;
}
.sec-about p{
margin-bottom: 40px;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}
.sec-products .img2{
height: 171px;
    width: 106%;
    background: #f0730026;
    padding: 15px;
    margin-top: 36px;
    border-radius: 20px;
}


.sec-products .img-5{
    width: 71%;
    position: relative;
    z-index: 9;
    margin: auto;
    display: flex;
 

}
.sec-brands{
background: linear-gradient(125deg, #f3f3f3 54%, #fff2e6 26%);
}
/*
.box{

   width: 100%;
    margin-bottom: 40px; 
    /* border-radius: 10px; */
    border-left: 5px solid #f05d15;
    /* margin-left: 9px; */
    padding-left: 10px;
    height: 78px;
	
}
*/
.box2{

    border: 3px solid green;


    height: 180px;
    width: 100%;



    background: #fff;
    margin-bottom: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.box2 img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    opacity: 1;
     border:none;
}

.card a{
  color: #13287d;
  list-style: none;
  text-decoration: none;
  text-transform: uppercase;

}
/*.sec-products .card-body .img{

position: relative;
z-index: 9;
margin-top: -88px;
}
*/
.sec-products .card-body .img{
       position: relative;
    z-index: 9;
    margin-top: -123px;
    height: 238px;
    width: 90%;
    border-radius: 50%;
}
.sec-products .card-body .card-text {


}
.sec-products .card-body .card-text a{
    font-size: 23px;
    color: #000;
    font-weight: bold;
}
.sec-products .card-body .card-text p{
    font-size: 15px;
    color: #000;

}
.sec-products .btn:hover{
display: block;
}
.sec-products .card{
    border: none;
    background: none;
}

.sec-products .card-body{
border-radius: 20px;
box-shadow: 0px 13px 24px 0px rgba(0, 0, 0, 0.18);
height: 324px;
margin-top: 84px;
}
.sec-products .card-body:hover{
box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}
.sec-products .card .btn{
color: #000;
background: #f59320;
border: none;
padding-right: 35px;
padding-left: 35px;
padding-top: 15px;
padding-bottom: 15px;
background-color: #ffc600;
border-radius: 29px;
display: none;
box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
}
.sec-products .card .card-body:hover .btn{
    display: block;
    animation: fade-in 2s linear infinite;
}
@keyframes fade-in {
from { opacity: 0; }
to { opacity: 2; }
}




.box2 img{
    
    width: 100%;
    margin: auto;
    padding: 36px;

	-webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    
    transition: all 300ms ease-out 0s;
    
}

.box3{
    height: 100px;
    width: 100%;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.box3 img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    opacity: 1;
     border:none;
}
.parallax-vission{
  /* The image used */
  background-image: url("../images/vission.jpg");

  /* Set a specific height */
  min-height: 240px;

  /* Create the parallax scrolling effect */
/*  background-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
      height: 324px;
}
.parallax-contact{
	/* The image used */
  background-image: url("../images/contact-us.jpg");

  /* Set a specific height */
  min-height: 240px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-why{
  /* The image used */
  background-image: url("../images/bg.jpg");

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-contact {
    background-image: url(../images/contact-us.jpg);
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.parallax-contact h2 {
    text-align: center;
    width: 100%;
    padding-top: 90px;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #142444;
    height: 204px;
    margin-bottom: 0px;
}

.sec-clients img {
    width: 100%;
    height: 100px;
}
.contact-btn{
	margin-top: 20px;
}
.parallax-contact h2{
	text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}
.sec-time{
      padding: 15px;
    text-align: center;
}
.sec-time h2{

    font-size: 18px;
    margin-top: 10px;

}
.sec-time img{
      width: 26px;
    margin-right: 15px;
    margin-top: -5px;
}
.parallax {
  /* The image used */
  background-image: url("../images/back.png");

  /* Set a specific height */
    min-height: 192px;
 

  /* Create the parallax scrolling effect */
/*  background-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-title {
  /* The image used */
  background-image: url("../images/13.jpg");

  /* Set a specific height */
  min-height: 120px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.box3 img{
width: 100%;
margin: 0px;
padding: 10px;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-o-transform: scale(0.8);
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition: all 300ms ease-out 0s;
}

.sec-quote{
  background: #fff;
    
}



.People .box-4 {
background: #dddddc;
padding: 32px;
width: 60%;
margin-left: 258px;
border-radius: 73px;
height: 428px;
z-index: 9;
position: relative;
}
.People .box-4 img{
width: 65px;
height: 65px;
margin-left: 306px;
}
.People .box-4 p{
text-align: center;
}
.People .box-4 .icone{
color: #cfcd7c;
text-align: cc;
margin-left: 290px;
font-size: 41px;
margin-bottom: 11px;
}
.People .box-4 h3{
font-size: 16px;
color: #000;
text-align: center;
}
.People .back{
background: #eee;
height: 327px;
border-radius: 63px;
padding-right: -50px;
width: 73%;
z-index: 3;
margin-left: 182px;
margin-top: -375px;
position: relative;
box-shadow: rgb(0 0 0 / 7%) 0px 1px 2px, rgb(0 0 0 / 7%) 0px 2px 4px, rgb(0 0 0 / 7%) 0px 4px 8px, rgb(0 0 0 / 7%) 0px 8px 16px, rgb(0 0 0 / 7%) 0px 16px 32px, rgb(0 0 0 / 7%) 0px 32px 64px;
}
.card-1 {
background: #d0b16e;
height: 8px;
width: 137px;
margin-bottom: 20px;
margin: auto;
border-radius: 61px;
margin-top: 12px;
margin-bottom: 20px;
}
.blog img{
   height: 345px;
    width: 100%;
    margin: auto;
}
.blog h2{
font-size: 20px;
color: #000;


}



.blog  .box {
    background: linear-gradient(160deg, rgb(104 193 0) 0%, rgb(255 130 17) 100%);
    /* text-align: left; */
    vertical-align: middle;
    line-height: 0px;
    white-space: normal;
    width: 75%;
    height: 460px;
    padding-top: 20px;
    min-height: 0px;
    max-height: none;
    border-radius: 200px 300px 300px 100px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    /* transform: translate(0px, 0px); */
    visibility: visible;
        border: 12px solid #ffffff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;


}
.blog .box .card-body p{
font-size: 20px;
text-align: center;
}
/*--------------- sec-why13 -----------------------------------*/
.why13 .card1{
      background: #eeeeee;
    padding: 20px;
    margin-left: 8px;
    height: 440px;
    margin-top: 0px;
    width: 414px;

}
.why13 .card1 img{
height: 401px;
width: 374px;
}
.why13 ul li{
    font-size: 14px;
    color: #000;
    background: #fff;
    margin: 0px;
    margin-top: 31px;
    border-left: 4px solid #db787e;
    padding: 20px;
    list-style: none;
}

/*--------------- sec-why13 end --------------------------------*/
.why img{
width: 100px;
height: 100px;
}
.why .img{
height: 351px;
width: 100%;
margin-top: 40px;
}
.why p{
color: #000;
font-size: 14px;   
}
.why .left{
float: right;
background: #fff;
border-radius: 50px;
padding: 10px;
margin-top: 21px;
margin-left: 13px;
width: 100px;
height: 100px;
background-color: white;
animation-name: example;
animation-duration: 2s;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, 
rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
@keyframes example {
from {background-color: red;}
to {background-color: yellow;}
}
.why .right{
float: left;
background: #fff;
    border-radius: 22px;
padding: 10px;
margin-top: 25px;
margin-right: 11px;
width: 100px;
height: 100px;
background-color: fff;
animation-name: example;
    border: 3px solid #ff8211;
animation-duration: 2s;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

@keyframes example {
from {background-color: red;}
to {background-color: yellow;}
}
.why h2{
    color: #75bb01;
    margin-top: 25px;
    font-size: 21px;
    font-weight: 500;

}

.card-body{
text-align: center;
}

.card img{
	transition: transform .4s;

}
.about .card img:hover{
     transform: scale(1.1);
  transform-origin: 40% 100%;

}

.about .card img:hover{
	 transform: scale(1.1);
  transform-origin: 40% 100%;

}

.btn{
	
    color: #000;
 
    border: none;
    padding-right: 35px;
    padding-left: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
background-color: #68c100;
   
    border-radius: 29px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;


}
.card-text:hover{
	color: orange;
}

.why2 img{
width: 100px;
height: 100px;
}
.why2 .img{
height: 351px;
width: 100%;
margin-top: 40px;
}
.why2 p{
color: #000;
font-size: 14px;   
}
.why2 .left{
float: right;
background: #fff;
border-radius: 50px;
padding: 10px;
margin-top: 21px;
margin-left: 13px;
width: 100px;
height: 100px;
background-color: white;
animation-name: example;
animation-duration: 2s;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, 
rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
@keyframes example {
from {background-color: red;}
to {background-color: yellow;}
}
.why2 .right{
float: left;
background: #fff;
    border-radius: 22px;
padding: 10px;
margin-top: 25px;
margin-right: 11px;
width: 100px;
height: 100px;
background-color: fff;
animation-name: example;
    border: 3px solid #ff8211;
animation-duration: 2s;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

@keyframes example {
from {background-color: red;}
to {background-color: yellow;}
}
.why2 h2{
    color: #75bb01;
    margin-top: 25px;
    font-size: 21px;
    font-weight: 600;

}
.sec-service h3{
    font-size: 35px;
    color: #ef7102;
    font-weight: 600;

}
.sec-service  .img-number{
    font-size: 200px;
}
.sec-service ul li{
    font-size: 17px;
    color: #000;
    list-style: none;
}


.section3{
	 background: linear-gradient(125deg, #f17507 54%, #cccccc 26%);
}
.btn-white2{
	background: #fff;
	color: #000;


}
.section3 img{
	width: 104%;
	height: 467px;
	margin-top: -70px;
	margin-left:-82px;
	margin-bottom:-80px;


}
.section3 p{
	font-size:24px; 
	color: #000;
}
.section4{
	background: #eee;
}

.section4 img{
	width: 100%;
	height: 450px;
}
.section4 .card-body{
	margin-bottom: 20px !important

}
.section5{
	background: #fff;
}
.section5 h2{
	text-align: center;
	color: #fff;
	font-size: 45px;
	position: absolute;z-index: 9;
	margin-top: 15%;
	font-weight: bold;

}

.contact{
	padding-left: 55px !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	border-top-left-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
	padding-right: 55px !important;
	background-color: #db3131 !important;
	font-size: 25px !important
}

.contact2{
	background: #fff;
	padding-left:55px !important;
	padding-right: 55px  !important;
	padding-top: 20px  !important;
	padding-bottom:20px  !important;

	
}
input{
line-height: 44px !important;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 7px !important;

}
.map i{
    font-size: 30px;
    color: #ffffff;
    position: relative;
    z-index: 9;
    right: 50;
    margin-left: 266px;
    bottom: 311px;
animation: fade-in 2s linear infinite;
}
@keyframes fade-in {
from { opacity: 0; }
to { opacity: 1; }
}

}
.map .icone{
    font-size: 30px;
    color: #ffffff;
    position: relative;
    z-index: 9;
  
    margin-left: 106px;
    bottom: 171px;
       animation: fade-in 1.5s ease infinite

}
@keyframes fade-in {
from { opacity: 0; }
to { opacity: 1; }
}


.sec-founder2 h3{
    font-size: 23px;
    color: #f00;
}
.sec-founder2 p{
    text-align: justify;
}
.sec-founder .list2{
        padding: 71px;
    background: #ffffff;
    margin-top: 76px;
    padding-top: 16px;
}
.sec-founder .list li {
    color: #000;
    margin-top: 30px;
    font-size: 17px;
    border-bottom: 2px solid #d7251f;
    list-style: none;
}
.why-list{
  margin-top: 20px;
  margin-left: -30px;

}
.why-list li{
  list-style: none;
  background: #fff;
  color: #000;
  margin-bottom: 35px;
  padding: 15px;
  border-radius: 5px; 
 box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.why-list li span{
padding-top: 29px;
    font-size: 26px;
    font-weight: bold;
    /* padding: 15px; */
    background: #f00;
    height: x;
    padding-top: 22px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 35px;
    padding-right: 35px;
    margin-left: -16px;
    border-radius: 12px;
    color: #fff;
    margin-right: 24px;
  
}

.footer{
    background: linear-gradient(to right, #25617d8f, #d28b0c52);
}
.footer a{
	color: #000 !important;
	text-decoration:none !important;;
}
.footer h2{
	color: #000;
	margin-bottom: 30px;
	font-size: 24px;
     

}

.footer ul li{
	color: #000;
	list-style: none;
	margin-left: -30px;
	font-size: 15px;
  margin-bottom: 10px;

}
.footer p{
color: #000;
font-size: 15px;
}
.footer img{
float: left;
margin-top: 24px;
}
.help{
font-size: 40px !important;
margin-top: 20px;
margin-bottom: 3px !important;
}
.sec-title{
position: relative;
padding: 40px;
font-size: 53px;
color: #000;
font-weight: 600;
height: 128px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.sec-title h2{

position: absolute;
text-transform: capitalize;

font-size: 40px;
font-weight: bold;
}
.sec-title:before {
content: '';
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background: #191e34;
opacity: .70;
position: absolute;
}
.btn-white{
background: #fff;
color: #000;
margin-top: 32px;
}
.social i{
    padding: 9px;
    background: #ffffff;
    border-radius: 23%;
    /* height: 40%; */

}
.social-head{
margin: auto;
padding-top: 2px;
padding-bottom: 0px;
}
.social-head i{
padding: 12px;
background:none
}
.section7{
    padding-top: 23px;
    background: #87a8b6;
    margin-top: -7px;
}
.section7 p{
color: #fff;
}
.section-testimonials{
background:#ffecf4;
}
.testimonials h5{
margin: 0;
font-size: 20px;
font-style: italic;
margin-bottom: 25px;
color: #000;
font-weight: 400;
}
.testimonials p{
color: #000
}
.testimonials .carousel-caption{
top: 0px;
}
.test-item{
height: 260px !important;
}
.test-item img{
display: none
}
.social-head a {
    color: #68c100;

}

/*
https://www.google.com/search?q=high%20resolution%20fruits%20background&udm=2&sa=X&ved=0CB0QtI8BahcKEwjgkI329-iOAxUAAAAAHQAAAAAQZw&biw=1536&bih=712&dpr=1.25#vhid=F_BznJ1--y0DPM&vssid=mosaic*/