/* Add here all your CSS customizations */
section.section.section-text-light.section-background.m-none.fruit {
    padding: 100px;
}
section.section.fruit p {
    font-size: 20px;
    line-height: 30px;

}
section.section.fruit h2 {
    color: #ffffff !important;
    font-size: 34px;    
}

 h2.custom-bar:after {
    width: 38px;
    border-bottom: 2px solid #2e353e;
}
section.section.fruit h2.custom-bar:after {
    width: 38px;
    border-bottom: 2px solid #ffffff !important;
}
section.section.fruit .custom-btn-style-2 {
/*     border-color: rgba(255, 255, 255, 0.5) !important;
 */}
 .text-orang{
	color: #f46f01;
	font-size: 17px;
	letter-spacing: 1px;
 }
 .text-mango{
	color: #eaab09;
	font-size: 17px;
	letter-spacing: 1px;
 }
.custom-product-image-pos-1._absolute {
    position: absolute;
    top: 0px;
    left: 55px;
}
.custom-product-image-pos-guava._absolute {
    position: absolute;
    top: 86px;
    left: 34px;
}
.custom-product-image-pos-1._relative {
    position: relative;
    top: 0px;
    padding-bottom: 0px;
    left: -90px;
}
.page-header-color {
  -webkit-animation: background 15s ease-out(1,0,0,1) infinite;
  -moz-animation: background 15s ease-out(1,0,0,1) infinite;
      animation: background 15s ease-out infinite;  
}
.font-20{
	font-size: 20px;
	line-height:1.4;
}


@-webkit-keyframes background {
  0% { background-color: #f6b43a; }
  33% { background-color: #58b75f; }  
  67% { background-color: #dc504f; }
  100% { background-color: #d5c247; }
}
@-ms-keyframes background {
  0% { background-color: #f6b43a; }
  33% { background-color: #58b75f; }  
  67% { background-color: #dc504f; }
  100% { background-color: #d5c247; }
}
@-moz-keyframes background {
  0% { background-color: #f6b43a; }
  33% { background-color: #58b75f; }  
  67% { background-color: #dc504f; }
  100% { background-color: #d5c247; }
}

@keyframes background {
  0% { background-color: #f6b43a; }
  33% { background-color: #58b75f; }  
  67% { background-color: #dc504f; }
  100% { background-color: #d5c247; }
}
.custom-page-header {
    padding: 140px 0 70px;
    
    border-color: #b3b3b3 !important;
}
.custom-page-header h1{
    font-size: 38px;
    letter-spacing: 0.5px;
}

/*==== ABOUT US ==========*/
.experiance-section {
    position: relative;
    padding: 175px 0px 150px;
    background-repeat: no-repeat;
    background-position: center center;
}
.experiance-section .inner-content {
    position: relative;
    padding: 120px 70px;
    max-width: 750px;
    margin: 0 auto;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.10);
}
.sec-title h2 {
    position: relative;
    font-size: 44px;
    color: #222222;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.experiance-section .inner-content .text-content {
    position: relative;
    text-align: center;
}
.experiance-section .inner-content .text-content .text {
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 17px;
}
.sec-title.centered {
    text-align: center;
}

.sec-title {
    position: relative;
    margin-bottom: 40px;
}
.page-header-color {
    border-bottom: 1px solid #F4F4F4;
}
/*========   Gallery   =====*/
.img-gallery-fix{
 	height:190px;
	width:248px;		
}
/* =======  CONTACT US==============*/
.custom-form-style .form-control-custom {
    position: relative;
    margin-bottom: 10px;
}
.custom-form-style .form-control-custom > i {
    position: absolute;
    top: 10px;
    left: 0;
    color: #FFF;
}
.custom-form-style .form-control-custom .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 10px 10px 30px;
    box-shadow: none;
    color: #FFF;
}
.contact-call h2 {
    font-size: 1.8em;
    line-height: 27px;
    margin: 0;
}
.contact-call p {
    color: #848484;
    line-height: 24px;
    margin: 0 0 20px;
}
.contact-call input[placeholder], [placeholder], *[placeholder] {
    color: #fff !important;
}
.contact-detail .left-image {
     position: absolute;
    left: -172px;
	top: 110px;
}
.contact-detail .right-image {
     position: absolute;
    right: -144px;
	top: 106px;
}
.google-map {
    background: #E5E3DF;
    height: 530px;
    margin: 0;
    width: 100%;
}
#footer {
    background: #191a1b;
    border-top: 0px solid #3c3e49;
    margin-top: 0;
    padding: 50px 0 0;
}