img{
max-width:100%;

}

body{
    overflow-x: hidden;
}


.flx{
    
    display: flex;
    
    
}


.right{
        float: right;
    width: 75%;
}



.center{
    text-align: center;
}

.mar-35{
       margin: 11px 0px;
}


.mar-30{
    margin-top: 30px;
}

.bb{
    margin-top: 150px;
}

header{

      /* background: #fff; */
    position: relative;
    z-index: 9;
    position: fixed;
    width: 100%;
    padding: 10px 0px;
     
}



.padd-0{

padding: 0px;
}


.padd-l0{
    
    padding-left: 0px;
    
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #f3f3f3;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align:center;
}

.sidenav a {
  
  text-decoration: none;
  
  color: #818181;
  display: block;
  transition: 0.3s;

}

.sidenav a:hover{
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}




.xx{
font-size: 15px;
    cursor: pointer;
    /* color: #74c508; */
    text-align: right;
    /* border-left: 1px solid #c1d2ae; */
    /* display: flex; */
    text-align: right;
}

.xx .one{
    
    
    width:50%;
    padding: 18px 0px;
}



.xx .two{
   
   padding: 15px 0px;
    color: #fff;
    font-size: 20px;
}



.one .one-detail{
      
    background: #fff;
    border-radius: 25px;
    
    box-shadow: 5px 10px 30px rgba(0,0,0,0.1);
    position: absolute;
    top: 100%;
    right: 0;
    visibility:hidden;
    opacity: 0;
    
    width: 360px;

    z-index: 999;
    
 
    
}

.one:hover .one-detail{
    
   visibility:visible;
    opacity: 1; 
    
    
}





.two .two-detail{
      
    background: #fff;

    box-shadow: 5px 10px 30px rgba(0,0,0,0.1);
    position: absolute;
    top: 100%;
    right: 0;
    visibility:hidden;
    opacity: 0;
    padding: 20px;
    width: 360px;

    z-index: 999;
    text-align: left;
 
    
}

.two:hover .two-detail{
    
   visibility:visible;
    opacity: 1; 
    
    
}








form.example input[type=text] {
padding: 10px;
    font-size: 13px;
    border: 0px solid grey;
    float: left;
    width: 70%;
    background: #ffffff;
        border-radius: 100px;
}


form.example{
        border-radius: 100px;
    background: #fff;
}

form.example button {
 float: left;
    width: 30%;
    padding: 10px;
    background: #46bb04;
    color: white;
    font-size: 17px;
    border: 0px solid grey;
    border-left: none;
    cursor: pointer;
    border-radius: 25px;
}

form.example button:hover {
  background: #0b7dda;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}



.services-sc .service {
      padding: 25px 0 25px 50px;
    display: flex;
}

.services-sc div:nth-child(1) .service {
    padding-left: 35px;
    background-color: #e4f5d3;
    border-bottom-left-radius: 100px;
   border-top-left-radius: 100px;

}


.services-sc div:nth-child(2) .service {
    padding-left: 35px;
    background-color: #000;
   


}


.services-sc div:nth-child(3) .service {
    padding-left: 35px;
    background-color: #e4f5d3;
        border-bottom-right-radius: 100px;
   border-top-right-radius: 100px;

}





.services-sc div:nth-child(1){
    padding-right: 0px;
}


.services-sc div:nth-child(2){
    padding: 0px;
}

.services-sc div:nth-child(2) .service h1{
    color:#fff;
}

.services-sc div:nth-child(2) .service i{
    color:#fff;
}

.services-sc div:nth-child(3){
    padding-left: 0px;
}

.service i{
    line-height: 50px;
    font-size: 30px;
    
}



.services-sc{
position: relative;
margin-bottom: -56px;
    z-index: 1;
}


.service h1{
      font-size: 15px;
    color: #000;
   
    display: inline-block;
    padding-left: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    line-height: 25px;
    
}


.heading .float-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 125px;
    line-height: 1em;
    color: #b6b7b6;
    font-weight: 700;
    /* text-transform: uppercase; */
    opacity: .10;
    font-family: 'Montserrat', sans-serif;
}


.heading h1 {
font-family: 'Montserrat', sans-serif;
    /* text-transform: uppercase; */
    font-weight: 500;
    font-size: 40px;
    line-height: 35px;
    margin-top: 9px;
    font-family: 'Playfair Display', serif;
   
}

.heading h1 span {
    font-weight: 700;
}

.heading h4{
    
    font-size: 15px;
    font-family: 'Roboto Slab', serif;
    font-style: italic;
    color: #84bd38;
    font-weight: 700;
    
}

.des{
width: 83%;
    margin: auto;
    text-align: center;
    margin-top: 30px;
    font-family: 'Roboto Slab', serif;
    /* font-style: italic; */
    font-size: 16px;
    line-height: 30px;
    color: #808891;
}

.des2{
    width: 83%;
margin: auto;
    
}

.series {
    background: #f5f5f5;
    
  padding: 20px 0px;
  background-size: cover;
   
    margin: 100px 0px;
    background: url('../img/series/back.jpg') no-repeat;
    background-attachment:  fixed;
    
  
}


.heading2{
    
    margin: 50px 0px;
    
}

.heading2 h1 {
    font-family: 'Playfair Display', serif;
  text-transform: uppercase; 
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    margin-top: 9px;
   
   
}

.heading2 p{
    margin-top: 20px;
    
}




.heading2 h1 span {
    font-weight: 700;
}

.heading2 h4{
    
    font-size: 15px;
    font-family: 'Roboto Slab', serif;
    font-style: italic;
   color:#84bd38;
    font-weight: 700;
    
}


.work {
    position: relative;
    padding: 0px;
    margin-top: 30px;
}

.work li {
    list-style: none;
    width: 19%;
    display: inline-block;
    text-align: center;
    position: relative;
}

.work li:after{
    content: "";
    width: 50px;
    border-bottom: 1px dashed #533931;
    display: block;
    position: absolute;
    right: -20px;
    top: 50px;
}


.work li:last-child:after{
    
    border-bottom:0px;
}


.work li .cir {
      background:#46bb04;
    padding: 10px;
    border-radius: 100px;
    width: 80px;
    height: 80px;
  margin: auto;
}

.work li h2 {
  font-size: 17px;
    font-weight: 700;
    /* text-transform: uppercase; */
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-family: 'Playfair Display', serif;
    letter-spacing: 0.5px;
}


.work li p{
        font-size: 13px;
    width: 90%;
    margin: auto;
    line-height: 22px;
    margin-top: 11px;
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
    box-shadow: 0px 0px 0px 2px #f5f5f5;
    background: #fff;
    border-bottom: 0px;
    
}

.sticky + .content {
  padding-top: 102px;
}


.logo{
        transition: 0.2s;
    width: 90%;
   
}





.vertical{
    
    letter-spacing: 20px;
    writing-mode: vertical-rl;
    white-space: nowrap;
    transform: rotate(180deg);
        font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;color:#808891;
    float: right;
    font-weight: 600;
}


.year{
    margin: 50px 0px;
    
    
}
.year h1 {
       font-family: 'Playfair Display', serif;
    /* text-transform: uppercase; */
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    margin-top: 0px;
    /* margin-top: 20px; */
}


.year h3{
    
    
  
    font-size: 15px;
    font-family: 'Roboto Slab', serif;
    font-style: italic;
    color: #84bd38;
    font-weight: 700;

    
    
}

.year h1 span{
    font-weight: 700;
}


.year p{
    color:#808891;
    margin-top: 20px;
}



.read{
    margin-top: 40px;
    
}
.read a{
    
color: #5f9e02;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    
    
}




.certified ul li {
display: inline-block;
    width: 45%;
    padding: 10px 15px;
    /* box-shadow: 2px 1px 1px 3px #f3f3f3; */
    margin-bottom: 20px;
    margin-right: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
}
.certified ul {
    padding: 0px;
}








.so {
    padding: 0px;
}

.so li {
    display: inline-block;
    width: 5%;
}

.so li a {
    width: 40px;
    line-height: 30px;
    /* border: 1px solid #1d1d1d; */
    margin: 40px 9px;
    color: #ffffff;
    position: relative;
    padding: 10px 14px;
    background: #4c4c4c;
    transition: 0.5s;
}




.social{
    
    margin-top: 30px;
    width:100%;
}


.so li a:hover {
    background: #000;
    color: #fff;
}


.green{
    
    background:url('../img/green.jpg') no-repeat;
    background-size: cover;
    padding: 30px 0px;
    
}

.green h1{
    font-size: 19px;
    color: #fff;
        font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    margin: 0px;
}


.wel{
    position: relative;
            margin: 73px 0px 35px 0px;
}


.wel h1{
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}


.wel h3{
         font-size: 13px;
    position: relative;
    color: #fc3839;
    margin-top: 0px;
    /* font-family: 'Kaushan Script', cursive; */
    display: inline-block;
    /* padding: 0px 10px; */
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}



.welone{
    
    border: 1px solid #e5e5e5;
    border-left: none;
    border-top: none;
}

.welfour{
    
    border: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
    margin-top: 121px;
}

.weltwo{
margin-top: 121px;
}


.welthree{
            background: #f1f1f1;
    padding: 33px 0px;
}


.welthree h1{
    
font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
    
}

.welthree h1 span{
    
    font-size: 15px;
    font-weight: 500;
    
}

.welthree h3{
    
font-size: 15px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #ccc9c9;
    padding: 7px;
    display: inline-block;
    margin: 0px;
    color: #fc3839;
    font-weight: 600;
}





.pp .col-md-6:nth-child(3){
    position: relative;
    margin-top: -290px;
}



.pp .col-md-6:nth-child(1){
    position: relative;
    margin-top: -100px;
}

.bor{
    
    margin-top: 30px;
    
}

.bor img {
   border:15px solid #fbfbfb;
}

.more2{
    
    margin: 30px 0px;
    
}




.more h1{
margin: 10px 0px;
    font-size: 80px;
    
    font-weight: 700;
    line-height: 60px;
    color:#46bb04;
}

.more p{
    
    margin: 0px;
}

.addback1 {
    background: url(../img/add1.jpg);
    height: 500px;
    background-attachment: fixed;
    background-size: cover;
}

.client{
    background: url('../img/green.jpg') no-repeat;
  padding-bottom: 50px;
    
}



.sp {
    
    
    color:#fff;}

.white{
    color: #fff !important;
}

.go {
    padding: 0px;
    margin-top: 20px;
}
.go li {
    list-style: none;
    line-height: 26px;
    background: url(../img/tick.png) no-repeat;
    background-position: left center;
    padding-left: 33px;
    /* font-weight: 600; */
    color: #000;
    border-bottom: 1px solid #d8d6d6;
    /* margin-bottom: 20px; */
    padding-bottom: 20px;
    /* font-size: 13px; */
    padding-top: 20px;
}






@keyframes floating {
    from {
        transform: translate(0, 0px);
    }
    65% {
        transform: translate(0, 15px);
    }
    to {
        transform: translate(0, -0px);
    }
}


.floating2 {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-top: 5px;
}



.dropdown-menu ul{
    padding: 0px;
}

.dropdown-menu ul li{
list-style: none;
    padding: 2px;
    border-bottom: 1px solid #f5f5f5;
}
.dropdown-menu ul li a{
    
    font-size:12px;
}

.dropdown-menu ul li a:hover{
    
    color:#000;
    text-decoration: none;
    
}


@keyframes floatingx {
    from {
        transform: translate(0, 0px);
    }
    65% {
        transform: translate(15px, 0);
    }
    to {
        transform: translate(0, -0px);
    }
}


.floating1 {
    animation-name: floatingx;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    
   
}



.poster1{

background: url('../img/poster1.jpg') no-repeat;
background-attachment: fixed;
background-size: cover;

}


.advs-info {
   display: flex;
    flex-direction: column;
    position: relative;
    width: 350px;
    margin-left: 50px;
    padding-left: 65px;
    padding-bottom: 16px;
    margin-top: 225px;
    margin-bottom: 100px;
}

 .title-collect {
        position: absolute;
    display: flex;
    align-items: center;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    /* min-width: 1000px; */
    left: 32px;
    bottom: 70px;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
 .advs-info::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    bottom: 40px;
    left: 0;
}
.advs-info::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #000;
    left: 10px;
    bottom: 50px;
}

.title-collect::before {
    content: "";
    width: 100px;
    height: 1px;
    background: #000;
    margin: 0 20px;
}


.poster2{    
background: url('../img/poster2.jpg') no-repeat;
background-attachment: fixed;
background-size: cover;
    
}



.videobg{
    
    background: url('../img/videobg.jpg') no-repeat;
    background-attachment: fixed;
background-size: cover;
    padding: 50px 0px;
    
}

.title-collect2 h1 {
      transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    font-size: 55px;
    text-transform: uppercase;
    width: 100%;
    /* display: flex; */
    position: absolute;
    top: 70%;
    left: 0%;
    margin: 0px;
        letter-spacing: 13px;
}

.title-collect2{
height: 100%;
    /* display: flex; */
    position: relative;
}

.vid-detail{
    
    background:url('../img/vid-detail.jpg') no-repeat;
    background-size: cover;
    padding: 20px;
    margin-left: -280px;
    
    
}


.inner-collect {
    background: #fff;
    height: 100%;
   padding: 80px 70px 100px 290px;
}

.vidimg{
    position: relative;
    z-index: 1;
        padding: 50px 0px;
}

.brand{
    position: relative;
    padding: 60px 0px;
}

.brand h1{
     font-size: 120px;
    color: #f1eded;
    position: absolute;
    top: 7%;
    left: 27%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 120px;
}


.brand1 h2{
        font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
}


.proback{

background: url(../img/proback.jpg);
padding: 30px 0px;
    background-repeat: no-repeat;

}



.whitebg{
    
  background: #fff;
    padding: 10px;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.12);
}

.product-section{
 margin-top: -436px;
    margin-bottom: 50px;
    }



.quick-detail h1 {
font-size: 26px;
    font-family: 'Oswald', sans-serif;
    /* text-transform: uppercase; */
    margin-bottom: 28px;
    border-bottom: 1px solid #e4dede;
    padding-bottom: 13px;
}

.box-price {
    font-size: 15px;
    color: #f50707;
    font-weight: 500;
    margin: 5px 0px;
        text-transform: uppercase;
     font-family: 'Oswald', sans-serif;
}

.box-price span{
    
    color:#000;
}

.reg{
    display: flex;
}



.advs-info h1{
    
       font-size: 20px;
    color: #fc3839;
       margin: 0px; 
    
}

.advs-info h3{
    
    font-size: 27px;
    line-height: 39px;
}

.advs-info p{
    margin-top: 20px;
}

.silver{
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #fc3839;
}

.product-detail{
    
    background: #f9f9f9;
}




footer {
    background: url(../img/footer.jpg);
    padding: 20px 0px 0px 0px;
    border-top: 5px solid #fd0303;
}

.foo h1 {
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: 400;
    margin-bottom: 25px;
   font-family: 'Oswald', sans-serif;
    position: relative;
    color: #fff;
    display: inline-block;
}

.foo h1:before {
    content: '';
    background: #fd0303;
    position: absolute;
    width: 40px;
    height: 2px;
    top: 11px;
    right: -50px;
}

.list2 {
    padding: 0px;
}

.list2 li {
    list-style: none;
    float: left;
    position: relative;
    line-height: 30px;
    width: 50%;
    color: #bfbfbf;
}

.list2 li span {
    padding-right: 5px;
    transition: 0.5s;
}

.list2 li a {
    color: #bfbfbf;
}

.list {
    padding: 0px;
}

.list li {
    list-style: none;
    margin-bottom: 15px;
    padding-left: 16%;
    position: relative;
    line-height: 20px;
    color: #bfbfbf;
}

.list li span {
    position: absolute;
    left: 0px;
}

.copyright {
    color: #bfbfbf;
    border-top: 1px solid #6f6f6f;
    padding-top: 17px;
    margin-top: 20px;
}

.copyrights-text {
    padding: 10px 0px;
    margin: 0px;
}

.right-text {
    text-align: right;
}

footer p{
        color: #bfbfbf;
}

.mar-r{
        margin-right: -42px;
}

.get .imagee {
   width: 38%;
    margin: auto;
}

.get h1 {
   font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-bottom: 27px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #313030;
    /* font-weight: 600; */
    text-align: center;
    line-height: 30px;
    /* font-family: 'Exo 2', sans-serif; */
    padding: 0px 20px;
    font-family: 'Oswald', sans-serif;
}

.jojo {
       padding: 0px 50px;
    margin: 0px;
}

.jojo li {
    list-style: none;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 0px;
    border-bottom: 1px dashed #d8d4d4;
}

.jojo li a {
    color: #000 !important;
    font-size: 12px;
    transition: 0.5s;
    font-weight: 600
}


.jojo li a:hover {
    color:#ed3237 !important;
    font-size: 13px;
}


.get{
        padding: 0px 26px;
}


.ttbanner{
    overflow: hidden;
    position: relative;
}


.ttbanner a::before {
    background: rgba(0,0,0,0) linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.2) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    width: 50%;
    z-index: 1;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

.ttbanner a:hover::before {
    left: 100%;
}

.tools {
    position: fixed;
    top: 0;
    right: -463px;
    z-index: 99999;
    width: 400px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 100%;
}

.tools .tools-panel {
    position: fixed;
    background-color: #fc3839;
    top: 65%;
    right: 10px;
    border-radius: 50px;
    box-shadow: 0 0 9px 0 rgba(0,0,0,.22);
    z-index: 1;
    padding: 20px 0;
}

.tools .tools-panel>a {
    display: block;
    position: relative;
    padding: 8px 12px;
    color: #fff;
    font-size: 18px;
}

.tools .tools-panel>a span {
    position: absolute;
    top: 0;
    right: 100%;
    display: block;
    font-size: 13px;
    background-color: #fc3839;
    border-radius: 4px 0 0 4px;
    color: #fff;
    padding: 11px 17px 12px;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    opacity: 0;
    white-space: nowrap;
}

.tools .tools-panel>a:hover {
    color: #fff;
    background-color: #fc3839;
}

.tools .tools-panel>a:hover span {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


 #gallery_01 img{border:2px solid #dfdddd;width: 96px;}
  #gallery_09 img{border:2px solid #dfdddd;width: 96px;}
 .active img{border:2px solid #333 !important;}
 
 #gallery_01{
 margin-top: 25px;}
 
 .brname h3{
	    background: #f5f5f5;
    padding: 10px;
    font-size: 16px;
	 
 }