/* Home Page Section Start  */
@font-face {
  font-family: 'Teko-Bold';
  src: url('../fonts/Teko-Bold.ttf');
}
@font-face {
  font-family: 'Teko';
  src: url('../fonts/Teko-Regular.ttf');
}
body{
  font-family: 'Poppins';
}

.navbar-nav > .active > a {
  color: red;
}
.navbar-toggler:focus {
  outline: 0;
}
.navbar-nav > .active > a {
  color: green;
}
.my-body p{
  line-height: 1.4;
}
.nav-item .nav-link{
  color: #0d6b98 !important;
  font-weight:600;
  font-size:15px !important;
}
.dropdown{
  transition:all 0.2s ease;
}
.my-list{
  border-bottom: 1px solid #fff;
  display: block;
  text-decoration: none !important;
  color:#fff;
  width: 80%;
  margin: 0 auto;
  font-size: 13px !important;
}
.my-list:hover{
  color:#fff !important;
}
#my-dropdown-menu-2{
  transition:all 0.2s ease;
  text-align:center;
  padding:20px 0px;
  border-top: 4px solid #82ac29;
  color: #fff;
}
.dropdown:hover #my-dropdown-menu-2{
  display: block;
  background-color: #06557b;

}
.upper-div {
    background-color: #06557b;
    width: 100%;
    padding: 5px 0px;
    color: #fff;
  }

  .fs-12 {
    font-size: 14px;
  }

  .bg-custom {
    background: #324532;
  }

  .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    text-transform: uppercase;
  }

  .main-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0,0, 0.5)),
                  url('../image/apple-bg.jpg');
    /* background: url(); */
    height: 625px;
    background-size: cover !important;
    background-position: center !important;
    text-align: center;
  }

  .main-banner .universal-h1 {
    margin-bottom: 38px;
    width: 45%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
  }

  .main-banner .universal-h1::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -17px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 35px;
    height: 4px;
    border-radius: 4px;
    background-color: #d5de23;
  }

  .universal-p {
    margin-bottom: 73px;
    width: 43%;
    color: #fff;
    margin: 15px auto;
    font-size: 14px;
    line-height: 30px;
  }

  .green-button {
    padding: 14px 30px;
    border-radius: 35px;
    background-color: #82ac29;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    top: 30px;
  }

  .green-button:hover {
    color: #fff !important;
    background-color: #008bd2;
    text-decoration: none !important;
  }

  .activity-section {
    background: #f5f5f5;
    padding: 100px 0px;
  }

  .universal-h2 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }

  .universal-h1:after,
  .universal-h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 35px;
    height: 4px;
    border-radius: 4px;
    background-color: #82ac29;
  }

  .col-12 .box-content {
    padding: 10px 15px 80px 15px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 60px #bfbdbd;
    border-radius: 7px;
    transition: all 0.5s ease;
  }

  .font-product-offering {
    margin-bottom: 24px;
    font-size: 80px;
    color: #0d6b98;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  .font-product-offering:hover {
    color: #82ac29;
  }

  .universal-h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 23px;
  }

  .universal-para {
    margin: 0 auto;
    font-size: 15px;
    line-height: 30px;
    padding: 15px;
  }

  .our-product {
    background-color: #0d6b98;
    padding: 50px 0px 80px 0px;
    position: relative;
  }

  .right-apple {
    background: url("../image/right-apple.png");
    width: 155px;
    height: 290px;
    position: absolute;
    right: 0;
    top: -87px;
  }

  .my-box .box {
    padding: 20px 5px;
    background: #fff;
    text-align: center !important;
  }

  .box {
    padding: 20px 10px;
    position: relative;
  }
  
  .read {
    text-align: center;
    background-color: #82ac29;
    color: #fff;
    padding: 20px 30px;
    border-radius: 30px 0px 30px 0px;
    position: relative;
    bottom: -30px;
    transition:all 0.7s ease;
  }
  .read:hover{
    text-decoration: none !important;
    background:#0d6b98;
    color:#fefefe;
    box-shadow:0px 0px 5px #fff;
  }
  .image-box {
    height: 160px;
  }

  .about-us {
    padding: 70px 0px 100px 0px;
    background-color: #edf7f9;
  }

  .aboutus-text h2 {
    margin-bottom: 30px;
    text-align: left !important;
    display: inline !important;
  }
  .aboutus-text .universal-h2:after{
    left:7%;
  }
  .aboutus-text .universal-parad{
    color:#000 !important;
    padding: 30px 0px 10px 0px;
    text-align:justify !important;
}
.aboutus-text .green-button{
  padding: 20px 76px;
  border-radius: 0px !important;
  background-color: #82ac29;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.aboutus-img {
width: 525px;
height: 354px;
}
.footer{
width:100%;
height:auto;
padding:80px 110px;
background-image:url("../image/footer-bckg.jpg");
background-size:cover;
}
.footer .aboutus-pap{
line-height: 24px;
color:#fff;
padding:20px 0px;
text-align:justify !important;
}
.footer .footer-title{
font-weight: 700;
color:#fff;
text-align:left !important;
}
ul{
list-style:none;
padding:0px;
}
ul li{
color:#fff;
}
.footer-bottom{
padding: 30px 0;
text-align: center;
background-color: #06557b;
font-size: 12px;
letter-spacing: .7px;
}
.footer-copy{
color:#fff;
font-size:14px;
}
/* Home Page Section End  */
/* About Us Section */
.aboutus-banner{
  background:url("../image/home-apple-mikl.jpg");
  padding:148px 0px;
  background-size:cover;
}
.main-about{
  padding:100px 0px;
}
.whatwedo{
  padding: 63px 0 120px;
  background-color: #edf7f9;
}
.about-p{
  color: #000 !important;
    padding: 30px 0px 10px 0px;
    text-align: justify !important;
}
.counter-section{
  background: url("../image/green-bckg.jpg");
  padding: 100px 0 90px;
  background-size:cover;
}
.white-span{
  font-size: 52px;
  font-weight: 700;
  color:#fff;
}
.universal-part{
  margin: 0 auto;
  font-size: 17px;
  line-height: 30px;
  color:#fff;
}
.portfolio{
  padding:50px 0px 80px 0px;
}
.portfolio-filter{
  padding:30px 0px;
}
.map-section{
  background:url("../image/about-map.png");
  padding:100px 0px;
  background-position: 100%;
  background-repeat: no-repeat;
}
.map-section .green-button{
  padding: 14px 58px;
    border-radius: 35px !important;
    transition:all 1.0s;
  }
.map-section .green-button:hover{
  background-color: #008bd2;
}
/* About Us Section  */
/* Contact Us Section Start  */
.contact-section{
  background: url("../image/contact-us.jpg");
  padding:120px 0px;
  text-align: center;
  background-size: cover;
}
.where-we-are{
  padding:150px 0px;
  background: #fff;
}
.brand-name{
  font-weight:600;
  font-size: 18px;
}
.streetAddress{
  font-size: 15px;
    font-weight: 500;
    line-height: 30px;
}
.contact-us-form{
  background: #edf7f9;
  padding:80px 0px;
}
.universal-contact{
  margin-bottom: 0px !important;
  color: #fff;
  margin: 15px auto;
  font-size: 14px;
  line-height: 30px;
}
.my-input{
  /* background: #f1f1f1; */
}
/* Contact us Section ENd  */
/* Activity Page Section Start  */
.product-offer-immg{
  padding: 100px 0px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0,0, 0.5)),
  url('../image/home-apple-min.jpg');
  background-size: cover;
}
.activity-content{
  padding: 70px 0px;
}
/* Activity Page Section End  */
/* Product Page Section Start  */
.product-img-section{
  padding: 120px 0px;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0,0, 0.5)),url("../image/apples_main11.jpg");
  background-size: cover;
}
.universal-product{
  margin-bottom: 73px;
    margin: 15px auto;
    font-size: 14px;
    line-height: 30px;
}
.main-recomendation-div{
  background-color: #0d6b98;
  padding: 20px 30px 40px 30px;
}
.my-product-comp .box1{
  background: #fff;
  text-align:center;
  padding: 10px 55px;
}
.description-pro{
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.packing-div{
  padding: 50px 0px;
  background-color: #edf7f9;
}
.packing-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.packing-info {
  width: 16%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 35px 33px;
  background-color: #0d6b98;
}
.packing-info h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
}
.single-pack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 21%;
  padding: 35px 0 35px 50px;
  background-color: #fff;
  border-right: 1px solid #edf7f9;
  border-bottom: 1px solid #edf7f9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
.single-pack-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.single-pack-text p {
  margin: 0;
}
.single-pack-img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 111px;
  height: 111px;
}
.lazyloaded {
  opacity: 1;
  transition: opacity .3s;
}
.single-pack-text .universal-p{
  color: #000;
  width: 100%;
} 
.single-pack-img-wrapper img{
  width: 100%;
}
.product-recom-box{
  background: #fff;
  padding: 15px 20px 50px 20px;
  text-align: center;
}
/* Product Page Section End  */
/* Media Query End Section */
@media (max-width: 992px){
  .packing-info, .single-pack {
    min-width: 150px;
}
.single-pack {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 35px 0 35px 14px;
}
.single-pack-img-wrapper {
  margin: 0 auto;
}
.packing-row {
  overflow-x: scroll;
}
}
@media only screen and (max-width:980px){
  .navbar .container{
    padding:0px !important;
  }
 .universal-p{
   width:70%;
   margin-top: 30px !important;
   line-height: 30px !important;
  }
  .main-banner .universal-h1{
    width:80%;
  }
}
@media only screen and (max-width:700px){
  .universal-p{
    width:90%;
  }
  .main-banner{
    padding: 168px 30px;
  }
  .footer{
    padding: 50px 30px;
  }
  .right-apple{
    width: 111px;
    height: 241px;
  }
}
@media only screen and (max-width:480px){
  .upper-div{
    display:none !important;
  }
  .pl-3, .px-3 {
    padding-left: 0rem!important;
}
  .main-banner{
    padding: 120px 30px;
  }
  .main-banner .universal-h1{
    width:100% !important;
    font-size: 27px;
  }
  .packing-info{
    padding: 35px 20px;
  }
  .aboutus-text .col-md-5{
    width: auto !important;
  }
  .aboutus-text .col-md-6{
    width: auto !important;
  }
  
}
/* .Teko-Bold */
.mainText {
  font-size: 37px;
  font-family: 'Teko-Bold';
  color: #3c8303;
}
.mainParag p{
  /* text-align: center; */
  font-size: 32px;
  font-family: 'Teko';
}
.mainParag ul li {
  color: #000;
}

.mainParag h3{
  /* text-align: center; */
  font-size: 32px;
  font-family: 'Teko';
}

.mainParag a{
  color: #000;
}
/* Media Query End Section End  */