/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23 Jan, 2018, 2:17:06 PM
    Author     : sachin  
*/
html {
    overflow-x: hidden;
    margin: 0px 50px;
}

body{
    margin: 0 auto;
    font-family: 'OpenSans';
    overflow-x: hidden;
    
  


    font-family: 'Roboto Condensed', sans-serif;


}

a{ 
    color:#000000;
    text-decoration: none;
}

.no-padding{
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.no-margin{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.text-center{
    text-align: center;
}
/* ------------------- Menu-top-bar Start ---------------------*/
.menu-bar{
    min-height: 2px;
    background-color: transparent ;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid #0a0a0a45;
}
/*left-side-top-bar*/
.menubar-left{
    float: left;
    margin: 7px;
}

.menubar-left a{

    color: #000000;
}
.menubar-left i{
  
    padding: 4px;
    font-size: 12px;
    font-weight: bold
}
.menubar-left i:hover{
  
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    color:#44d62c;
}



/*right-side-top-bar*/
.menubar-right{
    float: left;
    margin: 7px;
}

.menubar-right a{

    color: #000000;
    margin: 2px;
    font-size: 12px;

}

.menubar-right i{
    border: 1px solid #000000;
    padding: 1px;
    font-size: 12px;
    font-weight: bold;
    margin: 4px;
}

.top-bar-button i{
    border: 0px solid #ffffff;
    font-size: 18px;
    color: #333;
    padding: 2px;
    margin: 4px;
}

.top-bar-button a:hover i{
    border: 0px solid #ffffff;
    font-size: 18px;
    color: #64d5e4;
    padding: 2px;
    margin: 4px;
}




.logo{
    
    padding: 10px 0px !important;
}

/*top-bar-button*/


.navbar-nav > li > a {
    padding-top: 17px;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #333;
}

.navbar-nav > li > a:hover {
    padding-top: 17px;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #64d5e4;
}



.top-bar-button{
   float: left;
}

.top-bar-button .btntype {
    border-radius: 0px;
    padding: 6px 33px;
    margin: 10px 30px;
    font-weight: bold;
    text-transform: uppercase;

}
.top-bar-button .btntype {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    font-size: 10px;
    padding: 8px 2px;
    min-width: 105px;
    letter-spacing: 1px;
    font-size: 16px;
    color: #333;
}
.top-bar-button .btntype:hover 
{
      color: #64d5e4;
      background-color: transparent;
      border: 0px solid transparent;
      text-decoration: none;
}


.top-bar-button  .hvr-sweep-to-right:before {
    
     background: #8bc34a;
  }

/*Language dropdown*/


.language-wrapper { display: inline-block; }


#language-icon {
  color: #000;
  font-weight:400;
  padding-right:20px;

  display: block;
  font-size:12px;
  text-align:right;
  text-decoration:none;
  position:relative;
  left: 0; top: 0;
  outline: none;

}

#language-icon:hover {
      color: #44d62c;
}

 #language-icon:before {
  content:'\25BE';
  width:0px;
  height:0;
  position:absolute;
  right:16px;
  top: 0;
}

#language-icon:hover:before { 
  color: #44d62c;
}

/*
#language-icon:hover:before { 
  color: #44d62c;
  content: '\25B4';
  top: -1px;
}
*/
/* ------------------ LANGUAGE DROPDOWN ------------------ */

#language-dropdown {
  width: 135px;
  display: none;
  margin-top: 4px;
  left: 150px;
  position: absolute;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0px 3px 3px #b3b3b3;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 999999;

 }


#language-dropdown a {
  padding: 0px 0px 0px 15px;
  font-size: 14px;
  text-decoration: none;
  outline: none;
  
}


 .language-links {
  font-size: 12px;
  text-decoration: none;
  color: #222222;
  font-size: 14px;
 }

 .language-links:hover {
  color: #44d62c;
  text-decoration: none;

 }



/* ------------------- Menu-top-bar End ---------------------*/




/* ------------------- Nav-Menu Start ---------------------*/

.fix {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 999999;
} 




#navbar{
    padding-top: 13px;
}

.navbar{
   min-height: 75px;
   margin-bottom: 0px;
}

.navbar-brand > img {
    display: block; 
    width: 200px;
    padding-top: 10px;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #f8f8f8;
    font-family: 'OpenSans';
    font-size: 14px;
    border: 0px;
}
.navbar-nav > li > a {
    padding-top: 17px; 
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 1em !important;
    font-family: 'Roboto Condensed', sans-serif;

color: #2f2f2b  !important;
}
.navbar-default .navbar-nav > li > a {
    color: #000000;
    font-size: 14px;
}
.navbar-default .navbar-nav>li>a:hover
{
  color: #64d5e4;  
}
.dropdown-menu li>a:hover
{
  color: #64d5e4;   
}
.navbar-brand {
    padding: 11px 15px;
}
.navrightstyle{
    color: #44d62c;
    
}

.dropdown-menu > li > a{
    display: block;
    padding: 8px 28px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 13px;
}

.web_hide{
    display: none !important;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent !important;
}


/* ------------------- Nav-Menu End ---------------------*/




/* ------------------- Slider Start ---------------------*/


.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/*jssor slider arrow skin 106 css*/
.jssora106 {display:block;position:absolute;cursor:pointer;}
.jssora106 .c {fill:#fff;opacity:.3;}
.jssora106 .a {fill:none;stroke:#000;stroke-width:350;stroke-miterlimit:10;}
.jssora106:hover .c {opacity:.5;}
.jssora106:hover .a {opacity:.8;}
.jssora106.jssora106dn .c {opacity:.2;}
.jssora106.jssora106dn .a {opacity:1;}
.jssora106.jssora106ds {opacity:.3;pointer-events:none;}

/*jssor slider thumbnail skin 101 css*/
.jssort101 .p {position: absolute;top:0;left:0;box-sizing:border-box;background:transparent;}
.jssort101 .p .cv {position:relative;top:0;left:0;width:100%;height:100%;border:0px solid transparent;box-sizing:border-box;z-index:1;}
.jssort101 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;visibility:hidden;}
.jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {border:none;border-color:transparent;}
.jssort101 .p:hover{padding:2px;}
.jssort101 .p:hover .cv {background-color:rgba(0,0,0,6);opacity:.35;}
.jssort101 .p:hover.pdn{padding:0;}
.jssort101 .p:hover.pdn .cv {border:2px solid #fff;background:none;opacity:.35;}
.jssort101 .pav .cv {border-color:#fff;opacity:.35;}
.jssort101 .pav .a, .jssort101 .p:hover .a {visibility:visible;}
.jssort101 .t {position:absolute;top:0;left:0;width:100%;height:100%;border:none;opacity:.6;}
.jssort101 .pav .t, .jssort101 .p:hover .t{opacity:1;}

.jssort101{
    background-color: transparent !important;
}

.cv{
    display: none !important;
}

.slider_content{
    color: #fff;
    bottom: 0px;
    width: 300px;
    float: right;
    top: -218px;
    position: relative;
    margin: 0px 0px;
}

.jssora106 svg{
    top: -80px !important;;
}

.slider_content h2{
    text-align: right;
}

.slider_content p{
    font-size: 10px;
    text-align: right;
}

.slider_content h4{
    font-size: 14px;
    text-align: right;
    font-weight: 600;
    text-transform: uppercase;
}

.line_top_bottom{
    border-top: 1px solid #fff;
    float: right;
    width: 100%;
    margin: 14px 0px;
}

.slider_content ul{
    float: right;
    margin: 0px;
padding-right: 30px;
}

.slider_content li{
    float: left;
    list-style: none;
    margin: 0px 10px;
}

.slider_content li:last-child{
     margin-right:0px;
}
        
/* ------------------- Slider eND ---------------------*/


/* ------------------- Slider bottom sTART ---------------------*/

.slider_bottom {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 16px;
}

.slider_bottom img{
    margin-right: 10px;
}

.slider_bottom {
    font-weight: 600;
    font-size: 16px;
}

.item_description_part{
    
    margin-bottom:60px; 
    
}

.item_description_part hr{
    width: 350px;
    border:1px solid #282828 !important;
    margin-bottom: 40px;
}

.item_description_part p {
    margin-bottom: 50px;
    float: left;
    width: 100%;
    line-height: 30px;
    font-weight: 400 !important;
    letter-spacing: -.5px;
    padding-left: 3%;
    padding-right: 3%;
    text-align: justify;
}

.home_page_slider_btn .btn-primary {
   color: #413535;
background-color: #fff;
padding: 10px;
width: 200px;
margin: 0px 20px;
font-size: 15px;
font-weight: 500;
border-radius: 5px 10px 5px 0px;
border: 1px solid #666;
text-transform: uppercase;
box-shadow: 1px 1px 4px #877272d4;
}

.btn .btn-primary :hover{
    color: #fff;
background-color: #211f1f;
border-color: #666;
padding: 15px;
border-radius: 0;
width: 240px;
margin: 0px 20px;
font-size: 20px;
font-weight: 600;
border-radius: 0px 30px 0px 30px;
border: 1px solid #666;
text-transform: uppercase;
box-shadow: 1px 1px 3px #211f1f;
}
        
/* ------------------- Slider bottom eND ---------------------*/


/* ------------------- review sTART ---------------------*/


.review_box h2{
font-size: 2em;
text-transform: uppercase;
font-weight: 700;
padding-bottom: 2rem;
}


#quote-carousel {
    padding: 0 10px 30px 10px;
/*    margin-top: 60px;*/
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.review_img img{
   border-radius: 50%;
width: 100%;
height: 80%;
margin-top: 60%;
}

.review_content{
    margin-top: 40px;
    line-height: 30px;
    padding-left: 60px;
}

.carousel .fa-chevron-left{
    margin-top: 60px;
}

.carousel .fa-chevron-right{
    margin-top: 60px;
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
    margin-top: 20px;
    text-align: center;
    margin-left: 26px;
}


/* ------------------- review eND ---------------------*/


/* ------------------- related sTART ---------------------*/


.related_box h2{
    font-size: 2em;
text-transform: uppercase;
font-weight: 700;
color: #000;
text-align: left;
margin-top: 0;
margin-bottom: 0;
padding-bottom: 1rem;
}

.related_box{
    margin-bottom: 50px;
}

.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
.MultiCarousel{ Height: 250px;}
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;
        width: 250px;
height: 250px;

        
        }
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center;
color: #fff;
background: linear-gradient(to right,rgba(0, 0, 0, 0.39) 0,rgba(0, 0, 0, 0.86) 100%);
margin-top: 50%;
height: 100%;
padding-top: 10%;
        
        }
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { left:0;    margin-top: 34px; }
    .MultiCarousel .rightLst { right:0;    margin-top: 34px; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }

/* ------------------- related eND ---------------------*/


/* ------------------- social_icon sTART ---------------------*/

.social_icon_box{
    margin: 40px 0px;
    width: 100%;
    float: left;
    border-top: 1px solid #d8d8d8;
border-bottom: 1px solid #d8d8d8;
padding-left: 10rem;
padding-right: 10rem;
padding-bottom: 5rem;
padding-top: 10rem;
}

.social_icon_box .line_top_bottom{
    border-top: 1px solid #000 !important;
    float: left;
    width: 100%;
    margin: 40px 0px;
}

.social_icon_box_area {
    color: #fff;
    border-radius: 0;
    width: 100%;
    margin: 0px 10px;
    font-size: 20px;
}

.social_icon_box_area a {
    margin: 10px 20px;
}
.social_icon_box_area .fa{
  
    font-size: 1.7em;
margin-left: 1.2rem;
margin-right: 1.2rem;
color: #000;
}

.social_icon_box_area .btn-primary {
    color: #000;
    background-color: #FFF;
    border-color: #FFF;
}

/* ------------------- social_icon eND ---------------------*/


/* ------------------- footer sTART ---------------------*/


.footer_address{
    margin: 40px 0px;

color: #8d8d8b;

font-weight: 400 !important;

letter-spacing: -.5px;

text-align: center;
}
/* ------------------- footer eND ---------------------*/

/*........... Sale Points ....... */

.salepoits{
    
   border: 1px solid #d8d8d8;
}

.mapdiv{
    
    height: 400px;
    width: 400px;
    padding: 40px;
    margin: 0px;
}

.addressdiv{
        height: 300px;
    padding: 40px;

    
}
.addressdiv h1{
    line-height: 1.42857143;
    color: #333;
    letter-spacing: -.5px;
}

.addressdiv h2{
        letter-spacing: -.5px;

}
.addressdiv p {
    font-weight: 400 !important;
letter-spacing: -.5px;
}





/* Home Page sTART*/

    .top_right_side_menu{
        right: 50px;
    }
    
    .top_right_side_menu li{
        margin: 0px 50px;
        margin-right: 0px;
    }
    
    .top_right_side_menu i{
        margin: 0px 10px;
    }
    
    .home_page .slider_content h2 {
        text-align: right;
/*        margin-right: -22px;*/
        background-color: #06bbd3;
        width: auto;
        float: right;
        padding: 10px 10px;
        padding-right: 30px;
    }
    
    .home_page .slider_content p {
        font-size: 10px;
        text-align: right;
        float: left;
        width: 100%;
         padding-right: 30px;
    }
    
    .home_page .slider_content h4 {
        font-size: 14px;
        text-align: right;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
                padding-right: 30px;

        width: 100%;
    }
    
    .home_page .line_top_bottom {
        border-top: 1px solid #fff;
        float: right;
        width: 100%;
        margin: 10px 0px;
    }
    
    .jssort101{
        display: none;
    }

/* Home Page eND*/


.two {
  background: rgb(180,220,255);
}

.three {
  background: rgb(160,200,255);
}

.four {
  background: rgb(140,180,255);
}

.ole:hover,
.elo:hover {
  background: dodgerblue;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  box-shadow: 0 0 0 #555;
}

.multiple_elements {
  padding: 30px 0 10px 0;
  text-align: center;
}

/*customizing tooltip color*/
/*right tooltip*/
.tooltip.right > .tooltip-arrow {
  border-right-color: dodgerblue;
}

/*bottom tooltip*/
.tooltip.bottom > .tooltip-arrow {
  border-bottom-color: dodgerblue;
}

/*top tooltip*/
.tooltip.top > .tooltip-arrow {
  border-top-color: dodgerblue;
}

/*left tooltip*/
.tooltip.left > .tooltip-arrow {
  border-left-color: dodgerblue;
}

/*tooltip inner*/
.tooltip > .tooltip-inner {
  background-color: dodgerblue;
  text-shadow: 0 1px 1px #000;
  font-weight: normal;
}

code {
  color: royalblue;
  background-color: azure;
}

.search_box{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    width: 80%;
    margin: 60px auto;
}

.search_box .col-md-5{
    text-align: right;
}

.search_box .col-md-2{
    text-align:center;
}

.type_open{
    color: #fff;
    background-color: transparent;
    border-color: 1px solid #666;
    padding:50px 30px;
    border-radius: 0;
    width: 80%;
    margin: 40px 10%;
    font-size: 20px;
    font-weight: 600;
    border-radius: 0px 30px 0px 30px;
    -moz-border-radius: 0px 30px 0px 30px;
    -webkit-border-radius: 0px 30px 0px 30px;
    border: 1px solid #666;
    text-transform: uppercase;
    float: left;
}

.type_open li{
    float: left;
    list-style: none;
    padding: 10px 20px;
    color: #000;
}
.type_open_mainpage{
    color: #f1f1f1;
    background-color: transparent;
    border-color: 1px solid #666;
    padding:50px 30px;
    border-radius: 0;
    width: 80%;
    margin: 40px 10%;
    font-size: 20px;
    font-weight: 600;
    border-radius: 0px 30px 0px 30px;
    -moz-border-radius: 0px 30px 0px 30px;
    -webkit-border-radius: 0px 30px 0px 30px;
    border: 1px solid #666;
    text-transform: uppercase;
    float: left;
}

.type_open_mainpage li{
    float: left;
    list-style: none;
    padding: 10px 20px;
    color: #f1f1f1;
    font-style: normal;
font-weight: 474;
text-decoration: inherit;
color: #FFF;
font-size: 1em;
}


.surface_open{
    color: #fff;
    background-color: transparent;
    border-color: 1px solid #666;
    padding:50px 30px;
    border-radius: 0;
    width: 80%;
    margin: 40px 10%;
    font-size: 20px;
    font-weight: 600;
    border-radius: 0px 30px 0px 30px;
    -moz-border-radius: 0px 30px 0px 30px;
    -webkit-border-radius: 0px 30px 0px 30px;
    border: 1px solid #666;
    text-transform: uppercase;
    float: left;
}

.surface_open li{
    float: left;
    list-style: none;
    padding: 10px 20px;
    color: #000;
}
.surface_open_mainpage{
    color: #fff;
    background-color: transparent;
    border-color: 1px solid #666;
    padding:50px 30px;
    border-radius: 0;
    width: 80%;
    margin: 40px 10%;
    font-size: 20px;
    font-weight: 600;
    border-radius: 0px 30px 0px 30px;
    -moz-border-radius: 0px 30px 0px 30px;
    -webkit-border-radius: 0px 30px 0px 30px;
    border: 1px solid #666;
    text-transform: uppercase;
    float: left;
}

.surface_open_mainpage li{
     float: left;
    list-style: none;
    padding: 10px 20px;
    color: #f1f1f1;
    font-style: normal;
font-weight: 474;
text-decoration: inherit;
color: #FFF;
font-size: 1em;
}
.type{
    cursor: pointer;
}

.surface{
    cursor: pointer;
}

.color{
    cursor: pointer;
}


.color_open{
    color: #fff;
    background-color: transparent;
    border-color: 1px solid #666;
    padding:50px 30px;
    border-radius: 0;
    width: 80%;
    margin: 40px 10%;
    font-size: 20px;
    font-weight: 600;
    border-radius: 0px 30px 0px 30px;
    -moz-border-radius: 0px 30px 0px 30px;
    -webkit-border-radius: 0px 30px 0px 30px;
    border: 1px solid #666;
    text-transform: uppercase;
    float: left;
}

.color_open li{
    float: left;
    list-style: none;
    padding: 10px 20px;
    color: #000;
}
.color_open_mainpage{
    color: #fff;
    background-color: transparent;
    border-color: 1px solid #666;
    padding:50px 30px;
    border-radius: 0;
    width: 80%;
    margin: 40px 10%;
    font-size: 20px;
    font-weight: 600;
    border-radius: 0px 30px 0px 30px;
    -moz-border-radius: 0px 30px 0px 30px;
    -webkit-border-radius: 0px 30px 0px 30px;
    border: 1px solid #666;
    text-transform: uppercase;
    float: left;
}

.color_open_mainpage li{
      float: left;
    list-style: none;
    padding: 10px 20px;
    color: #f1f1f1;
    font-style: normal;
font-weight: 474;
text-decoration: inherit;
color: #FFF;
font-size: 1em;
}


.product_item {
  padding: 20px;
width: 90%;
margin: 10px;
font-size: 13px;
font-weight: 200;
/*border-radius: 15px 0px 30px 0px;*/
border: 1px solid #ff9800;
text-transform: uppercase;
color: #f3f3f3;
line-height: 30px;
top: 30%;
position: absolute;
background: #0000006e;
  transition: opacity 4s linear, height 4s step-start;
}
.product_item_hidden{
  padding: 20px;
width: 90%;
margin: 10px;
font-size: 13px;
font-weight: 200;
border-radius: 15px 0px 30px 0px;
border: 1px solid #ff9800;
text-transform: uppercase;
color: #f3f3f3;
line-height: 30px;
top: 30%;
position: absolute;
background: #0000006e;
   opacity: 0;
  height: 0;
  overflow: hidden;
  transition-timing-function: linear, step-end;
}


.item_box{
    margin: 0px;
    padding: 5px;
    position: relative;
}

.item_box img{
    width:100%;
    height: 400px;
}



.slider_bottom_a {
    margin-top: -140px;
    margin-bottom: 40px;
    margin-left: 16px;
}

.slider_bottom_a img{
    margin-right: 10px;
}

.slider_bottom_a {
    font-weight: 600;
    font-size: 16px;
}


.item_box h2 {
    position: absolute;
    float: right;
    right: 5%;
    padding: 2%;
    top: 0%;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: .5rem;
    color: #fff;
    font-weight: bolder;
}
.inner_text{
    position: absolute;
    margin-top: -130px;
    background-color: #ff0000;
    font-size: 30px;
    color: #fff;
    padding: 12px 10px;
}


/*      Project */

.projects{
        width: 100%;
}
.projects h2{
    font-size: 2em;text-transform: uppercase;font-weight: 700;color: #000;text-align: left;margin-top: 0;margin-bottom: 0;padding-bottom: 1rem;
}
.project_items{
        float: left;
         float: left;
  width: 33.33%;
}
.project_items img {
    width: 130px;
}
.product_item p{
    font-weight: 400 !important;
letter-spacing: -.5px;
font-size: small;
}



/* Sail point slider */

.slider_top .caption {
	position: absolute;
	height: 720px;
	right: inherit;
	top: 0;
	padding-left: 20px;
	padding-bottom: 40px;
	padding-right: 40px;
	display: table;
	text-align: right;
}
.topsliderseriesinfo{
    top: 70%; z-index: 2; position: absolute;
}


/*   About Page   */

.aboutpage{
    
}
.aboutpage_content{
    top:-30%;
    position: relative;
}


/*    Top Slider   */


.topslider{
    
}
.topsliderimage{
    width: 100%;
    height:800px;
}
.topsliderimage img{
    width: 100%;
    height: 100%;
}



/* shahjad slider   */

.shahjadslider{
    width: 100%;
    height: 800px;
    margin-bottom: 30px;
  
}
.shahjadslidercontent{
    width: 100%;
    height: 100%;
    position: relative;
}
.shahjadslider_leftarrow{
     height: 100px;
width: 100px;
float: left;
top: 40%;
position: absolute;
          cursor: pointer;
}
.shahjadslider_rightarrow{
height: 100px;
width: 100px;
float: right;
top: 40%;
position: absolute;
right: -4%;
left: auto;
z-index: 1;
          cursor: pointer;

}
.shahjadslider_leftarrow:hover
{
    cursor: pointer;
}
.shahjadslider_rightarrow:hover
{
    cursor: pointer;
}
.shahjadslider_content_inner{
      width: 100%;
    height: 100%;
}
.shahjadslider_content_rightinfo{
width: 400px;
height: 300px;
position: absolute;
top: 62%;
z-index: 1;
background: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
float: right;
margin-left: 72%;
}
.shahjadslider_content_leftinfo{
width: 250px;
height: 90px;
position: absolute;
top: 89%;
left: 2%;
}
.shahjadslider_content_inner img{
    height: 800px;
    width: 100%;
}


/*  Main Page search design */
.mainpagesearch{
    background: #000;
padding: 40px;
text-align: center;
padding-bottom: 90px;
margin: 0px;
}

.type_search_box h2{
    text-transform: uppercase;
font-size: 2em;
font-weight: 400;
letter-spacing: -.75px;
color: aliceblue;
}
.type_search_box p{
    color: #d8d8d8;
font-size: 1.2em;
max-width: 100%;
}

/*  Main Page event design */

.mainpageevent{
    background: #845f44;
color: #FFF;
padding-top: 20px;
padding-bottom: 20px;
}

.eventheadermainpage{
    font-size: 4em;font-weight: 700;text-align: right;margin-bottom: 0;
}


/*  main page news   */


.mainpagenewsblock{
    
    position: relative;background-size: cover;background-position: center;
    background-repeat: no-repeat;-webkit-transition: all .3s;-moz-transition: all .3s;-o-transition: all .3s;
    -ms-transition: all .3s;transition: all .3s;
    padding: 0;min-height: 50vh;height: 327px;display: block;
}
.mainpagenewsheader{
   color: #FFF;
}
.utilitylinksmain{
   display: block;padding: 5rem 10rem;
}

.salepointheader{
    padding-top: 20px;
padding-bottom: 40px;
border-top: 1px solid #d8d8d8;
}
.salepointcountrytitle{
        font-weight: 400 !important;
    letter-spacing: -.5px;

}

.salepointcountrytitle h2{
    font-weight: 700;
text-transform: uppercase;
}
.spacer{
        margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.countryname{
    display: block;
color: #000;
text-decoration: none;
font-size: 1.1em;
line-height: 1.5em;
transition: all .3s;
}
.equalHeights p a::after{
    content: "\f061";
font-family: FontAwesome;
font-style: normal;
font-weight: 400;
text-decoration: inherit;
color: #000;
font-size: 1em;
margin-left: .5rem;
}
.dropdownfont{
text-align: left;
display: block;
font-weight: 260;
line-height: 2em;
text-transform: uppercase;
font-size: 1em !important;
font-family: 'Roboto Condensed', sans-serif;
color: #2f2f2b !important;
}

/*..........................SeARch .....*/

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.94);
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
position: absolute;
top: 50%;
color: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0);
font-weight: 300;
border: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
margin-top: -51px;
outline: none;
font-size: 20px;
padding: 10px 10px 10px 5px;
display: block;
width: 60%;
border-bottom: 1px solid #d8d8d8;
text-align: center;
left: 20%;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background: 0 0;
font-size: 2em;
color: #000;
border: none;
text-transform: uppercase;
}
.advancesearchaa {
       position: absolute;
top: 60%;
left: 50%;
margin-top: 61px;
margin-left: -45px;
background: 0 0;
font-size: 1em;
color: #000;
border: none;
text-transform: uppercase;
}
#search h1{
    position: absolute;
top: 10%;
left: 42%;
background: 0 0;
font-size: 2em;
color: #000;
border: none;
text-transform: uppercase;
text-align: center;
}
#search .btn:after{
    content: "\f054";
font-family: FontAwesome;
font-style: normal;
font-weight: 400;
text-decoration: inherit;
color: #000;
font-size: .8em;
-webkit-text-stroke: 3px #FFF;
line-height: 1em;
margin-left: 1rem;
}
#search .close {
    position: fixed;
top: 15px;
right: 15px;
color: #fff;
background-color: #151515;
border-color: #000000eb;
opacity: 1;
padding: 10px 17px;
color: #fff;
}
.equalHeights_item_footer {
   height: 270px;border-left: 1px solid #d8d8d8;
}
.relateditemproduct{
     width: 250px;
     height: 250px;
     object-fit: fill;
     position: relative;
}
.relateditemproduct img {
    padding: 3px;
    position: relative;
    margin-left: 0px;
    width:100%;
}
.relateditemproductname {
    margin-top: -30%;
    text-align: center;
    color: #fff;
    background: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    height: 30%;
    padding-top: 8%;
    position: absolute;
    width: 95%;
    right: 1%;
}
.relateditemproductname p{
    text-transform: uppercase;
font-size: 2em;
font-weight: 400;
letter-spacing: -.75px;
}

.seariesbox{
    color: #f8f8f8;
}
.search_box:active{
    color: #ff9800;
}


/* ......... Advance Search module    Start....  */


.advancesearchbox{
    
    
}
.advancesearchboxinput{
 padding: 15px;
border-top-left-radius: 20px;
border-top-right-radius: 0px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 0px;
width: 100%;
border: 1px solid #0a0a0a45;
height: 50px;
box-shadow: 1px 1px 3px #888;
}

.advancesearchboxinput input{
  border: 0;
width: 95%;
}
.advancesearchboxinput i{
    font-size: 20px;
color: #a2a2a2;
}

.advancesearchnavigation{
    padding: 15px;
border-top-left-radius: 20px;
border-top-right-radius: 0px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 0px;
border: 1px solid #0a0a0a45;
height: 50px;
box-shadow: 1px 1px 3px #888;
display: inline-flex;
width: 180px;
}

.advancesearchnavigation i{
    padding-left: 20px;
}
.advancesearchnavigation img{
    width: 20%;
padding-left: 10px;
}

.advancesearchheader{
    display: inline-flex;
    margin-top: 30px;
        border: 1px solid #0a0a0a45;
        width: 100%;
}
.advancesearchheaderitem{
padding: 10px;
background: #2f2f2b;
color: #fff;
margin-left: 0px;
margin-right: 1px;
width: 100%;
position: relative;
text-align: center;
font-size: medium;
letter-spacing: 1px;
}
.advancesearchbody{
  padding: 20px;
background: #d2d1d1bd;
border-top-right-radius: 0px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 0px;
}

.advancesearchbodyfilters{
    padding-top: 3px;
}

.advancesearchbodyfilters span{
   min-width: 120px;
padding: 15px;
border-top-left-radius: 15px;
border-bottom-left-radius: 20px;
border: 1px solid #0a0a0a45;
height: 50px;
box-shadow: 1px 1px 3px #888;
width: 180px;
letter-spacing: 2px;

}

.advancesearchbodyfilters select{
    height: 50px;
box-shadow: 1px 1px 3px #888;
width: 180px;
min-width: 220px;
}
.filercolorcodeinput{
    height: 50px; 
box-shadow: 1px 1px 3px #888;
width: 180px;
min-width: 220px;
}

.advancesearchbodyfilters span img{
    
    width: 50px;
}
.colourboxsearch{
    width: 40px;
    height: 40px;
    box-shadow: 1px 1px 3px #888;
}

.colourforsearch{
  width: 100%;
background: white;
min-width: 220px;
box-shadow: 1px 1px 3px #888;
display: grid;
grid-template-columns: repeat(5, 1fr);
padding: 2px;
grid-gap: 4px;
position: relative;
}
.advancesearchresetbutton{
    width: 100%;
padding: 15px;
border-top-left-radius: 20px;
border-top-right-radius: 0px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 0px;
border: 1px solid #0a0a0a45;
height: 50px;
box-shadow: 1px 1px 3px #888;
margin-top: 6px;
}

.searchresultproductbox{
    height: 200px;
}

.responsesearchwindow{
   margin-top: 30px;
position: relative;
height: 600px;
overflow-y: scroll;
}
/* ......... Advance Search module    End....  */


.productheader{
    
}
.productheader h1{

    padding-top: 50px;
    padding-right: 100px;
    padding-bottom: 10px;
    padding-left: 100px;

text-align: center;

font-size: 60px;

letter-spacing: 4px;
}
.productheader p{

  padding-right: 300px;
padding-bottom: 100px;
padding-left: 300px;
}




    .flip-card {
  background-color: transparent;
  width: 100%;
/*  height: 400px;*/
  perspective: 1000px;
  padding: 1px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;

  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}


.flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-back {
position: absolute;
font-size: 25px;
color: #fff;
padding: 4px 10px;
padding-left: 30px;

}
.flip-card-back h3 a {
                          
color: #FFF;


font-weight: 700;
line-height: 1em;
letter-spacing: -0.5px;
text-transform: uppercase;
                      }

.seariesbox{
    border-right: 1px solid #FFF !important;border-left: 1px solid #FFF !important;font-style: normal;font-weight: 474;text-decoration: inherit;color: #FFF;font-size: 1em;
    
}
.equalHeights_item_footer ul{
     padding-left: 0;

list-style: none;
}
.equalHeights_item_footer li {
    box-sizing: border-box;
}
.item{
    text-align: center;
padding: 1rem 3rem 8rem;
}

.slick-prev:after {
  content: "<";
  color: red;
  font-size: 30px;
  z-index: 1;
  top:40%;
}

.slick-next:before {
  content: ">";
  color: red;
  font-size: 30px;
  top: 50%;
position: absolute;
float: right;
}

.slick-next{
    float: right;
}

.productdetailsinproductpage{
background: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(20, 17, 17, 0.18) 100%);
padding: 2%;
padding-bottom: 3%;
margin-bottom: 3%;

}
.itemnameproductinfo{
padding-left: 2%;
padding-top: 1%;
border-top-left-radius: 10px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
border: 1px solid #0a0a0a57;
height: 50px;
box-shadow: 1px 1px 3px #888;
display: inline-flex;
width: 12%;
background: #d1d6d7;
margin-top: 8px;
color: #34393e;
}
.itemnameproductdata{
    
padding-left: 5%;
padding-top: 1%;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 0px;
border: 1px solid #0a0a0a45;
height: 50px;
box-shadow: 1px 1px 3px #888;
display: inline-flex;
width: 12%;
margin-right: 8px;
}

.itemnameproductinfogrop{
   display: inline;
}
.activecolour:before{
    content:'✔';
    color: #00ec8d;
}
.activecolour{
    border-style:solid;
	border-width:2px;
	border-color:black;
        
}


.avilabesizegraph{
   border: 2px solid #0a0a0a45;
 
}
.itemnameproductsizegrop p{
    margin-top: 6%;
margin-left: 3%;
width: 30%;
    
}
.itemnameproductsizegrop{
    display: inline-flex;
}

.applicationdropdown{
    
}



/* Side NAvigation   */


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #0b3625;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align:center;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  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;
}
.sidenav h1{
    color: aliceblue;
text-transform: uppercase;

}








@media (min-width:640px) {
    .btnsearchmobile{
        display: none;
    }
}


@media (max-width:640px) {
  .ole,
  .elo {
    padding: 6px 12px;
    font-size: 12px;
  }
}


