
@import url('https://fonts.googleapis.com/css?family=Cabin:400,500');

html{
  scroll-behavior: smooth;
}

body{
  font-family: 'Cabin', sans-serif;
  overflow-x: hidden!important;
  background-image: url(../img/bg/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

header{
  padding: 10.5px 10px;
  /*box-shadow: 0px 8px 26px -14px #000000;*/
  border-bottom: solid 1px #b8013f;
  position: fixed;
  top: 0px;
  background: #fcecf2;
  width: 49.72%;
  z-index: 5;
}

footer{
  padding: 20px 17px;
  /*color: #fcecf2;*/
  background-image: url(../img/footer/footer_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*background-color: #b8013f;*/
}


input:focus, button:focus{
    outline: none!important;
}

a ,ol, ul {
    color: none/*#323232*/; 
    list-style: none;
    text-decoration: none!important;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type="date"]:before {
  content: attr(placeholder) !important;
  color: #b8013f;
  margin-right: 0.5em;
}
input[type="date"]:focus:before,
input[type="date"]:valid:before {
  content: "";
}

select option[disabled]:first-child {
  display: none;
}

/*GLOBALS*/

.bg-red{
  background: #b8013f!important;
}

.bg-transparent{
  background: transparent!important;
}

.color-black{
  color: #4e4545!important;
}

.color-white{
  color: #fff!important;
}

.text-decor-none{
  text-decoration: unset!important;
}

.padding-100{
  padding: 100px;
}

.padding-top-100{
  padding-top: 150px!important;
}

.padding-bot-100{
  padding-bottom: 150px!important;
}

.padding-50{
  padding: 50px;
}

.equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.equal > [class*='col-'] {
  display: flex;
  flex-direction: column;
}



/*BOOTSTRAP CLASSES OVERRIDE*/

.dropdown-item:active {
    background-color: #06805e!important;
}

.dropdown-item:hover {
    color: white!important;
    background-color: #06805e!important;
}

.col-lg-8{
	max-width:49.666667%!important;
}

.btn{
  border-radius: 0px!important
}

.btn:focus {
  outline: none!important;
  box-shadow: none!important;
}

.slick-dots{
  bottom: 70px!important;
  left: 0px!important;
}

.slick-dots li.slick-active button:before, .slick-dots li button:before {
  color: #b8013f!important;
}

.slick-dots li button:before{
  font-size: 40px!important;
  line-height: 20px!important;
}

.shadow-none{
  box-shadow: none!important;
}




#main{
  position: relative;
  background: transparent;
}


/*HEADER PART*/


.img-logo{
    width: 180px;
}

#navbarlogo-cont{
  z-index: 5;
  text-align: center;
}

.navbar{
  border-bottom: solid 2px #fff;
  border-top: solid 2px #fff;
}

.navbar-nav li{
  margin-left: 15px;
  margin-right: 15px;
}

.navbar-light .navbar-toggler{
  background-color: #fff!important;
  border-color: #fff!important;
}

.navbar-toggler{
  right: 0px;
}

/*INTRODUCTION*/


.bg-intro{
  background-image: url(../img/bg/front_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 110px 100px 50px;
}


/*FOOTER PART*/

.footer-bottom{
  background-color: #0e7e43;
  font-size: 11px;
}

.footer-logo{
  width: 140px;
}

.icon-mobile{
/*  margin-right: 8px;
  padding-left: 3px;*/
  font-size: 22px!important;
}

.footer-menu{
  padding-left: 10px;
  margin-left: 30px;
  border-left: 2px solid white;
}

/*SECTIONS*/

.sections{
  padding: 30px;
  text-align: center;
}

.section-white{
  background-color: white;
}

.section-gray{
  background-color: #f2f2f2;
}

.sections hr{
  background-color: #4e4545;
}


/*BIOCARVITA PART*/

.benefits img{
  width: 125px;
}

.specs-img-size1{
  width: 480px;
}

.specs-img-size2{
  width: 230px;
}

.specs-img-size3{
  width: 340px;
}

/*YOUTUBE VIDEO*/

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

/*SRILANKA PAGE*/

.srilanka-width1{
  width: 650px;
}

.srilanka-width2{
  width: 70%;
}


















@media (max-width:1199px){
  .bg-intro{
    padding: 40px 70px 100px 50px;
  }
  .bg-intro h1{
    font-size: 25px;
  }

  .footer-logo{
    margin-left: -5px;
   }

  .footer-menu{
    margin-left: 0px;
  }
}




@media (max-width:1199px){
  .navbar-nav li{
    margin-left: 0px;
    margin-right: 0px;
  }
}


@media (max-width:992px){
  .col-lg-8{
    max-width:100%!important;
  }

  .bg-intro h1{
    font-size: 40px;
  }

  .navbar-nav{
    padding-left: 20px;
  }

  .dropdown-menu{
    background-color: transparent;
    padding: 0px;
    border:none;
    margin-bottom: 10px;
  }

  .dropdown-item{
    color: #fff;
    padding: 0rem 1.5rem;
  }

  #navbarlogo-cont{
    text-align: unset;
  }


}


@media (max-width:767px){
  

}

@media (max-width:575px){
  .padding-100{
    padding: 25px;
  }

  .padding-50{
    padding: 25px;
  } 
}



@media (max-width:425px){
  .bg-intro{
    padding: 30px 25px;
  }
  .bg-intro h1{
    font-size: 25px;
  }
  .img-logo{
    width: 140px;
  }
  .navbar-toggler-icon{
    width: 25px;
  }
  .navbar-toggler{
    padding: 0px 5px;
  }

  .specs-img-size2{
    width: 170px;
  }

  .specs-img-size3{
    width: 250px;
  }

}


