
@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;
}
.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: 1px 7px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    width: 258px;

}
.header-btn21 {
display: inline-block;
font-family: var(--ztc-family-font1);
font-size: var(--ztc-font-size-font-s18);
line-height: var(--ztc-font-size-font-s18);
font-weight: var(--ztc-weight-bold);
color: #fff;
padding: 7px 25px;
border-radius: 0px;
position: relative; 
border-radius: 0px;
font-size: 18px; 
z-index: 1;
    background: var(--ddd, linear-gradient(91deg, #795938 0.78%, #ae8f62 99.88%));
z-index: 1;

&::after {
position: absolute;
content: "";
height: 100%;
width: 10px;
left: 50%;
color: #fff;
top: 0; 
transition: all .4s;
background: #09171B; 
border-radius: 0px;
z-index: -1;  
visibility: hidden;
opacity: 0;
}
&:hover {
color: var(--ztc-text-text-1);
transition: all .4s;
transform: translateY(-5px);
&::after {
visibility: visible;
opacity: 1;
transition: all .4s;
left: 0;
width: 100%;
}
}
i {
display: inline-block;
border-radius: 50%;
transition: all 0.4s;
line-height: var(--ztc-font-size-font-s36);
text-align: center;
background: var(--ztc-text-text-1);
color: var(--ztc-text-text-4);
transform: rotate(-45deg);
position: relative;
left: 8px;
/* padding: 3px; */
padding: 2px 27px 3px 9px;
background: #fff;
color: #000;
        width: 24px;
        font-size: 22px;
    
    }

}
 i:hover{
        transform: rotate(0deg);

 }
 .faming .card  .under-card{
background: #ffffffde;
    height: 418px;
    position: absolute;
    bottom: -1px;
  padding-top: 70px;
    text-align: center;
}
 .faming .card  .under-card p{
    font-size: 17px;
        color: #00000099;
 }
.faming .card{

height: 415px;
}
.faming {
    margin-top: -130px;
    z-index: 7;
}
.faming img{
    position: relative;
    z-index: 8;
}
.faming .card  .under-card {
    font-size: 23px;
    color: #c37412;
}
.faming .card  .under-card .seperator {
height: 6px;
width: ;
width: 105px;
margin: auto;
/* left: 50px; */
background-color: #d57315;
}
 .counter-container{
    position: relative;
    overflow: hidden;
}

 .counter-container :after{
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.sec-mission .counter-box:hover:after{
    height: 250%;
    transition: all 600ms linear;
background-color: #a7d3884f;
}
.counter {
font-size: 48px;
    color: #0c0a08;
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-ba .contact.ttm-highlight-right:after {
position: absolute;
content: "";
right: 0;
top: -1px;
/* width: 5000px; */
height: 100%;
}
.top-bar .float-right a {
color: #ffffff;
text-decoration: none;
right: 0px;
font-size: 14px;
font-weight: 500;
top: 0px;
padding: 11px;
}
.top-bar .ul li {
display: inline;
padding-right: 11px;
padding-left: 12px;
color: #fff;
font-size: 13px;
border-right: 1px solid #ae8f62;
/* height: 141px; */
}
.top-bar .ul li a {
font-size: 15px;
font-weight: 300;
color: #fff;
 }
.top-bar p{
color: #fff;
font-size: 14px;
margin-top: 2px;
}
.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: 55%;
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;
  
  height: 196px;
    position: absolute;
    float: right;
    right: 41%;
    width: 268px;
    margin-top: 265px;
    z-index: 9;
    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 .i-text{
    position: absolute;
    right: 5px;
    padding-top: 9px;

}
.about .icone img{
    height: 71px;
    width: 71px;
    background: #44b34845;
    padding: 13px;
    border-radius: 27%;

}
.about .card{
padding: 30px;
border-bottom: 2px solid #208a42;
}
.about .card h5{
font-weight: 600;
    color: #23572a;

}
 .efect{
    position: relative;
    overflow: hidden;
}

 .efect:after{
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.about .efect:hover:after{
    height: 250%;
    transition: all 600ms linear;
background-color: #a7d3884f;
}
.about img{
 
width: 95%;
}

small{
font-size: 18px;
color: #17242878;
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: #070904;
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(#e5f2eb, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
font-family: Poppins;
font-weight: 800;
    font-size: 50px;
}
.slider-tex {
margin-top: -188px;
position: relative;
z-index: 9;
top: -242px;
    left: 10%;

}
.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: 680px;
background: rgba(0, 0, 0, 0.8);
position: relative;
}
.sec-client img{
height: 160px;
padding: 10px;
}
.sec-project img{
height: 430px;
}
.sec-client {
background: #fff;
}
.navbar-brand{
/* padding: 38px; */ 
}
.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-weight: 400;
text-transform: uppercase;
font-size: 17px;
color: #172408;
text-transform: capitalize;
position: relative;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
margin: 0 12px;
line-height: 40px;
padding: 0;


}.navbar-light .navbar-nav .nav-link:hover{
color: #fd7e14;
}
.navbar-nav {
display: flex;
flex-direction: column;
margin-bottom: 0;
list-style: none;
margin-left: 40px;
}
.inq{
float: right;
margin-top: -10px;
z-index: 999;
position: relative;
margin-left: 30px;
}
.top-bar ul{
    padding-top: 9px;
}
.top-bar ul li a{
display: inline;
padding-right: 0px;
color: #fff;
margin-top: 15px;
text-decoration: none;
}
.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: #e1312b;
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: #e1312b !important;
    height: 43px;
}
.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: 17px;
    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 .card{

   width: 100%;
    margin-bottom: 40px; 
    border-radius: 10px; 
    padding: 15px; 
    height: 265px;
}
.box p{

text-align: center;
}
 
 .box .card h2{
    font-size: 22px;
    color:#a40702;
    margin-left: -20px;
 } 
 .box .card img{
    width: 100px;
    float: left;
 }
.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: #fff;
  list-style: none;
  text-decoration: none;
  text-transform: uppercase;

}
.sec-products .card-body .img{
  position: relative;
    z-index: 1;
    /* margin-top: -88px; */
    background: #eeeeee;
    height: 100%;
    width: 100%;
    border-radius: 12px;

}
.sec-products .card-body .card-text {
position: absolute;
    bottom: 12px;
    /* top: 176px; */
    /* padding-right: 16px; */
    background: #fff;
    text-align: center;
    width: 92%;
    padding: 30px;
    caption-side: #;
    color: #fff;
    border-radius: 16px;
    z-index: 9;
    /* padding: 5px; */
    margin-left: 15px;
}
.sec-products .card-body .card-text a{
    font-size: 23px;
    color: #000; 
}
.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: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
height: 500px; 
padding: 0;
}
.sec-products .card-body:hover{ box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.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-why2
 {
  /* The image used */
  
  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #0c0831;
}
.parallax-contact {
    background-image: url(../images/contact-us.png);
    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;
}



.why3 .i-text{
position: absolute;
    right: 0px;
    padding-left: 102px;
    float: right;
    padding-top: 1px;
}
.why3 .i-text p{
    font-size: 14px;
}


.why3 .icone img{
    height: 75px;
    width: 76px; 
      
    padding: 10px;
    border-radius: 27%;
    float: left;
    margin-right: 7px;

}
.why3 .icone p{
    padding-top: 5px;
}
.why3 .card{
padding: 15px;
border-bottom: 2px solid #208a42;
    height: 195px;
    margin-bottom: 30px;

}
.why3 .card h5{
font-weight: 600;
    color: #070904;

}
 
.why3 .efect{
    position: relative;
    overflow: hidden;
}

 
.why3.efect:after{
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.why3 .efect:hover:after{
    height: 250%;
    transition: all 600ms linear;
background-color: #a7d3884f;
}

.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: #fff;
    border: none;
    padding-right: 35px;
    padding-left: 35px;
    padding-top: 12px;
    padding-bottom: 15px;
    background-color: #1d3566;
    border-radius: 29px;
   
    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;

}


.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: 122px !important;
    padding-top: 0px !important;
    padding-bottom: 6px !important;
    border-top-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    /* padding-right: 134px !important; */
    background-color: #db3131 !important;
    font-size: 25px !important;
    position: absolute;
    width: 44%;
}

.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;

}
.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: #fff !important;
	text-decoration:none !important;;
}
.footer h2{
    color: #fff;
    margin-bottom: 30px;
    font-size: 24px; 
    /* margin-right: 38px; */
    padding-left: 7px;


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

}
.footer i{
       color: #fff;
    font-size: 13px;
    padding-right: 6px;

} 
.footer p{
color: #fff;
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{
margin-left: 7%;
position: absolute;
text-transform: capitalize;

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

}
.social-head{
margin: auto;
padding-top: 2px;
padding-bottom: 0px;
}
.social-head i{
padding: 12px;
background:none
}
.section7{
    padding-top: 23px;
   background: #110331;
       margin-top: -7px;
}
.section7 p{
color: #fff;
}
.people .back .star {
    color: #ae8f62;
}

.people .icone {
    font-size: 31px;
    color: #1d4c1d;
      margin-left: 230px;
    margin-top: 65px;
    position: absolute;
}
.people img{
    width: 100%;
    margin-top: 17px;
}
.people .back .img {
    width: 89px;
    border-radius: 50px;
    border-bottom: 2px solid #bccadf;
   
    margin-top: 20px;
}
.people .back {
    margin-top: 15px;
    /* border: 5px solid #eee; */
    height: 356px;
    color: #fff;
    padding: 5px;

    /* border-radius: 15px; */
}
.people h3{
font-size: 20px;

    color: #03630e;

}
.people .back p{

padding-left: 15px;
}
.test-item{
height: 260px !important;
}
.test-item img{
display: none
}
.social-head a {
   color: #ff8211;

}

/*
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*/