@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css?family=Amaranth');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400');
@import url('font-awesome.css');

@font-face {
    font-family:Lucida;
    src: url(../font/Lucida%20Handwriting%20Italic.html);
}
@font-face {
    font-family:alphant;
    src: url(../fonts/Alphant_12.ttf);
}

body{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
   font-family: 'Lato', sans-serif;
}
p, ul li a{
    font-family: 'Lato', sans-serif;
}
a:focus{
    text-decoration: none;
}
.container-fluid {
    padding-right: 0px; 
    padding-left: 0px; 
    margin-right: 0; 
    margin-left: 0; 
}
h2{
  font-family: 'Raleway', sans-serif;
}
.row {
    margin:0;
}
/* Start browser scroll bar edit */
body::-webkit-scrollbar {
    width:7px;
}
body::-webkit-scrollbar-button {
    background: #000;
    width: 2px;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background:#ccc;
}
body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background: #0066b3;
    height:0px;
}
p{
    font-size: 15px;
}
/* hover button */
button {
    border: 1px solid #0066b3;
    background: transparent;
    padding: 6px 18px 4px;
    outline: none;
    position: relative;
    /*border-radius: 50px;*/
    overflow: hidden;
}
button:before {
   position:absolute;
   top:100%;
   left:0;
   right:0;
   bottom:0%;
   background:#0066b3;
    border: 1px solid #0066b3;
   content:" ";
   -webkit-transition: top 700ms cubic-bezier(0.01, 0.61, 0.34, 0.85);
   -o-transition: top 700ms cubic-bezier(0.01, 0.61, 0.34, 0.85);
   transition: top 700ms cubic-bezier(0.01, 0.61, 0.34, 0.85);
   z-index: 0
}
button:hover:before { 
   top:0; 
}
button p{
   position: relative;
   margin-bottom: 0;
}
a button p{
   color: #0066b3;
   text-decoration: none;
}
a button:hover p{
   color: #fff !important;
   text-decoration: none;
}
button p a{
   color: #8c8980;
   text-decoration: none;
}
button:hover p a{
   color: #fff !important;
   text-decoration: none;
}
a:hover, a:active{
    text-decoration: none;
}
.jarallax{
    position: relative;
}
















/*coding*/
ul.navbar-line li {
    list-style: none;
    display: inline-block;
    
    margin: 14px 5px;
    
    
}
ul.navbar-line li:hover a {
    background: #d3ad6a;
}
.logo-part img {
    width: 44%;
}
header.main-header {
    padding: 10px 0;
    background: rgba(0,102,179, 0.1);
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
}



.header-fixed .main-header {
    padding: 10px 0;
    background: rgba(214, 240, 255, 0.8);
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    transform: translateY(-80px);
    animation: hdrtp 400ms linear;
    animation-fill-mode: forwards;
}
@keyframes hdrtp {
    0%{
        transform: translateY(-80px);
    }
    100%{
        transform: translateY(0px);
    }
}




ul.navbar-line {
    text-align: right;
    margin: 0;
}
ul.navbar-line li a {
    font-size: 15px;
    color: #333;
    border: 1px solid #e2e2e2;
    padding: 12px 18px;
    transition: 500ms ease-in-out;
}
ul.navbar-line li:nth-child(6) a {
    font-size: 15px;
}
ul.navbar-line li:nth-child(7) a {
    font-size: 15px;
}
ul.navbar-line li:nth-child(5) a {
    font-size: 15px;
}
ul.navbar-line li:nth-child(6) {
     padding: 9px 0px;
}
ul.navbar-line li:nth-child(7) {
    padding: 9px 0px;
}
ul.navbar-line li:nth-child(5) {
    padding: 9px 0px;
}
.carousel-indicators li {
    border: 1px solid #0066b3!important;
}
.carousel-indicators .active {
    background-color: #0066b3!important;
}
.carousel-control {
    color: #0066b3!important;
    opacity: 1;
    top: 50%;
    bottom: 50%;
}
.carousel-control:hover {
    color: #0066b3!important;
}
span.fontLarge {
    font-size: 30px;
    font-weight: bold;
    color: #0066b3;
}
span.fontMedium {
    font-size: 25px;
    color: #0066b3;
}
.innerContainerHolder {
    text-align: left;
    background: rgba(255,255,255,.9);
    padding: 19px 36px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
        border: 1px solid #0066b3;
}
.colorBlack {
    color: #333;
}
.carousel-caption {
    width: 38%;
    position: absolute;
    top: 60%;
    left: 115px;
}
.headigns {
    color: #0066b3;
}
.pack-main {
    width: 80%;
    margin: 60px auto 40px;
    text-align: center;
}
.out-pack img {
    margin: 0 auto;
}
.out-pack {
    text-align: center;
    transition: 500ms ease-in-out;
    padding: 0 25px;
}
.pack-main>p {
    margin-bottom: 60px;
}
.out-pack>h3 {
    color: #0066b3;
    font-weight: bold;
}
.out-pack1{
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
}
.out-pack:hover img{
    transform: scale(1.1);
    transition: 500ms ease-in-out;
}
section.portfolio-part {
    background: #fbfafa;
    text-align: justify;
    padding: 0px 0 50px;
}


section.portfolio-part h2 {
    margin: 80px auto 40px;
    position: relative;
    width: 11%;
}
section.portfolio-part h2:before {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 3px;
    background: #0066b3;
    left: 0;
    right: 0;
}
section.owl-part h2 {
    margin: 80px auto 40px;
    position: relative;
    width: 15%;
}
section.owl-part h2:before {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 3px;
    background: #0066b3;
    left: 0;
    right: 0;
}
section.packaging-part h2 {
    margin: 80px auto 40px;
    position: relative;
    width: 35%;
}
section.packaging-part h2:before {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 3px;
    background: #0066b3;
    left: 0;
    right: 0;
}
/*fade in carousel*/
#hero-wrapper {
  height: 100%;
  width: 100vw;
}

#hero-wrapper .carousel-wrapper,
#hero-carousel {
  height: 100%;
  width: 100%;
}

#hero-carousel{
  img {
    left: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    height: auto;
  }
  & i {
    position: absolute;
    top: 50%;
  }
}
.carousel-fade .carousel-inner .item {
      opacity: 0;
      transition-property: opacity;
    }

.carousel-fade .carousel-inner .active {
      opacity: 1;
    }

.carousel-fade .carousel-inner  .active.left,
    .active.right {
      left: 0;
      opacity: 0;
      z-index: 1;
    }
    .carousel-fade .carousel-inner .next.left,
    .prev.right {
      opacity: 1;
    }


.carousel-fade .carousel-control {
    z-index: 2;
  }




section.carousel-part {
    /*height: 100vh;*/
}
.carousel-inner {
    box-shadow: 0 0 10px 0 #fff;
}

.carousel-control {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0;
    width: 10%;
    font-size: 25px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: none;
    filter: alpha(opacity=50);
    opacity: 1;
}






section.portfolio-part h3 {
    color: #0066b3;
    font-size: 20px;
}
section.portfolio-part h4 {
    color: #000;
    font-size: 16px;
}
section.portfolio-part ol li {
    font-size: 15px;
}
.owl-inn-part {
    width: 50%;
    margin: 0 auto;
}
section.owl-part {
    padding: 0px 0 50px;
}
.owl-nav img {
    width: 35px;
    margin: 0 auto;
}
footer.footer {
    background: #00213a;
    padding: 50px 0 25px;
}
.innerContainer ul li a {
    color: #c5c5c5;
}
.innerContainer ul li {
    list-style-type: none;
}
.innerContainer ul li:nth-child(1) a {
    color: #fff;
    font-size: 18px;
}
.copyRightsText {
    margin-top: 10px;
    padding-top: 15px;
    text-align: center;
    border-top: 1px solid #4e4e4e;
}
.cont li {
    color: #c5c5c5;
}







/*page no*/
.about-img-p{
    /*background: url(../img/bckgrnd1.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
}
.about-img-pro{
    /*background: url(../img/pro/pro-bckgrnd.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
}
.heading-d {
    font-size: 55px;
    font-weight: bold;
    /* margin: 15% 0 12%; */
    color: #585858;
    position: absolute;
    top: 20%;
}
/*.heading-d {
    font-size: 55px;
    font-weight: bold;
    margin: 15% 0 12%;
    color: #585858;
}*/
.trending-news {
    background: #f0f0f0;
}
.default-padding {
    padding: 60px 0;
}

.text-center {
    text-align: center;
}
.font-color {
    color: #0066b3;
    font-size: 48px !important;
    padding-bottom: 30px;
    font-family:alphant;
}
.content {
    font-size: 16px;
    line-height: 30px;
}
.trending-news img {
    margin-top: 20px;
}
.trending-news h4 {
    font-size: 18px;
    font-weight: bold;
    color: #0066b3;
}
.side-padding {
    padding: 0px 75px;
    text-align: justify;
}
.cont-d img {
    width: 20%;
    margin: 0 auto;
}
.cont-d h3 {
    font-weight: bold;
    color: #0066b3;
}
.cont-d p a {
    font-size: 15px;
    color: #333;
}
.cont-m-d {
    border-right: 2px solid #0066b3;
    border-left: 2px solid #0066b3;
}
.p-d {
    padding: 15px 25px;
}
.m-b-d {
    margin-bottom: 35px;
}
section.google-map iframe {
    margin-bottom: -5px;
}
.font-colors {
    color: #0066b3;
    font-size: 35px !important;
    padding-bottom: 30px;
    font-family:alphant;



}
.pro-img-d h3, .pro-img-d-n h2 {
    color: #0066b3;
    margin-bottom: 15px;
}
.pro-img-d p {
    text-align: left;
    font-size: 16px;
}
.pro-img-d {
    border: 1px solid #e2e1e1;
    box-shadow: 0 0 4px 0px #ccc;
    padding: 10px 10px 30px 10px;
    margin:0 0 30px 0;
}
.pro-img-d img {
    margin:0;
}
.pro-img-d-n img {
    width: 50%;
    /*margin: 30px auto;*/
    float: right;
    margin: 0 0 0 20px;
}
.pro-img-d-n p {
    text-align: justify;
    font-size: 17px;
    line-height: 35px;
}
.pro-img-d-n {
    /* border: 1px solid #e2e2e2; */
    padding: 20px;
    box-shadow: 0 0 5px 0 #e2e2e2;
}