
/* Body 
------------------------------------- */
body {
		background: #ffffff;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    position: relative;
    text-decoration: none;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.2;
}

.remark-inner {
  color: #0080CA;
  font-weight: bold;
  text-align: left;
}

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}


.desktop{
  display: block;
}

.mobile{
  display: none;
}

.max-width-logo{
  max-width: 228px;
  width: 80%;
}

.relative{
  position: relative;
}

.mobile-sp-md{
  position: absolute;
  top: 0px;
  right: 20px;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*images
------------------------------------- */
.center-img{
  margin: 0 auto;
  max-width: 260px;
  width: 100%;
}

.center-img-ori{
  margin: 0 auto;
  width: 100%;
}

.img-responsive{
  width: 100%;
  height: auto;
}



/*background
------------------------------------- */
.blue-bg{
  background: #0080CA;
}

.sky-bg{
  background: url('../images/sky-bg.png') no-repeat;
  background-size: cover;
}


.no-bg{
  background: none !important;
}

.white-bg{
  background: #fff;
}

.grey-bg{
  background: #E3E3E3;
}


a:hover{
  cursor: pointer;
}

.position-relative{
  position: relative;
}





/* cta
------------------------------------- */
.cta-generic {
    background: none;
    border-radius: 40px;
    margin-bottom: 20px;
}

.cta-generic h3{
   color: #fff;
   font-weight: 300;
}


.cta-generic:hover {
    background: white;
   
}

.cta-generic:hover h3{
   color: #fb2d2d;
   font-weight: 300;
}


/* padding & margin
------------------------------------- */


.no-padding {
  padding: 0px !important;
}

.no-padding-bottom{
  padding-bottom: 0px !important;
}



.padding-10 {
  padding: 10px;
}

.padding-30 {
  padding: 30px;
}

.padding-50 {
  padding: 50px;
}



.padding-top-20 {
  padding-top: 20px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-50 {
  padding-top: 50px !important;
}





.padding-btm-10 {
  padding-bottom: 10px;
}

.padding-btm-20 {
  padding-bottom: 20px;
}

.padding-btm-30 {
  padding-bottom: 30px !important;
}

.padding-btm-50 {
  padding-bottom: 50px !important;
}



.padding-left-10-d{
  padding-left: 10px;
}

.padding-left-150-d {
  padding-left: 150px;
}



.padding-right-10-d{
  padding-right: 10px;
}



.no-margin {
  margin: 0px;
}



.no-margin-top {
  margin-top: 0px;
}

.no-padding-top {
  padding-top: 0px;
}



.margin-top-30 {
  margin-top: 30px;
}

.margin-btm-20{
  margin-bottom: 20px;
}




/* Typography
------------------------------------- */
h1,h2,h4 {
  font-weight: 300;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}


h1, 
.sub-title,
.featured-title {
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
}

h2 {
  font-size: 28px;
  
  font-weight: 600;
  letter-spacing: 1px;
}

h3 {
  /*color: #555;*/
  font-size: 17px;
  
 
  letter-spacing: 1px;
}

p {
  color: #777;
  font-size: 13px;
  
  word-spacing: 1px;
  letter-spacing: 1px;
}

strong {
  font-weight: bold;
}

.text-center{
  text-align: center;
}

.white-font{
  color: #fff;
}


/* All Section styles */
.section-title {
  padding-bottom: 62px;
}


#product-categories,
#slick-categories,
#brand,
#blog,
#main-about,
#main-video,
#gallery,
#contact,
#pricing{
  padding-top: 100px;
  padding-bottom: 100px;
}

#main-video .container{
  padding: 0px;
}

.mobile-product{
      padding: 30px 0;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    min-width: 300px;

}

.mobile-product .dropdown {
    background-color: #eee;
    border-color: #337ab7;

}

#product-selection {
  padding-top: 0px;
  padding-bottom: 100px;
}

.product-selection .inner h3{
  color: #555;
  font-weight: bold;
  font-size: 14px;
}

#map-link {
  padding: 100px 20px 0px;
}



#company-info {
    padding-top: 60px;
    padding-bottom: 40px;

}

#company-info p{
  text-align: left;
}


#product-categories,
#slick-categories,
#blog,
#contact {
  background-color: #f0f0f0;
}

#brand,
#blog,
#gallery,
footer,
#pricing {
  text-align: center;
}

.main {
  position: relative;
 
}

/* preloader styles */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-spinner-rotating-plane.sk-spinner {
  width: 50px;
  height: 50px;
  

  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }


@-webkit-keyframes sk-rotatePlane {
  0% { -webkit-transform: rotate(0deg); background-color: #d95042; border-radius: 40px;}
  50% { -webkit-transform: rotate(0deg); background-color: #0080CA; border-radius: 0px;}
  100% { -webkit-transform: rotate(360deg); background-color: #d95042; border-radius: 40px;}
}

@keyframes sk-rotatePlane {
  0% { transform: rotate(0deg); background-color: #d95042; border-radius: 40px;}
  50% { transform: rotate(360deg); background-color: #0080CA; border-radius: 0px;}
  100% { transform: rotate(0deg); background-color: #d95042; border-radius: 40px;}
}

/* blue bar style */
.blue-bar{
  border-top: 8px solid #0080CA;
  height: 8px;
  width: 100%;
}



/* navigation styles */
.navbar-collapse {
  height: 100vh;
}

.nav-link{
   padding: 20px 0 !important;
}
.nav-container{
  width: 100%;
  padding: 0 2%;
  margin: 0 auto;
}

.navbar-header{
  background: #fff;
}

.navbar-header a:hover{
  opacity: 0.7;
}

.navbar-default {
    background: #ffffff;
    border: none;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    margin: 0 !important;

}

.navbar-collapse{
  background: #fff;
}

.navbar-default .navbar-brand {
  color: #333;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 45px;
  margin: 0;
  height: auto;
}
.navbar-default .navbar-brand span {
  color: #A7221A;
}

.navbar-default .navbar-nav li a {
    color: #000;
    font-size: 14px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*.navbar-default .navbar-nav > li a:hover {
    color: #111 !important;
}*/

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fb2d2d;;
    background-color: transparent;
    
}

.selected{
   border-bottom: 5px solid red;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    
    background-color: transparent;

}

.mobile-btn{
  
  width: 80%;
  margin: 30px auto;
  color: #fff;
  border-radius: 30px;
  border: 1px solid white;
}

.mobile-btn a{
  color: #fff;
  text-align: center;

}

.mobile-btn a h2{
  margin: 20px 0;
  font-size: 13px;

}

.nav-mobile-special{
  padding-top: 20px;
}

.dropdown:hover .dropdown-menu {
    /*display: block; */
    border: 1px solid #fb2d2d;
}

.dropdown-menu h3{
  font-size: 13px;
  padding-top: 10px;
  font-weight: 600;
}

.dropdown-menu li{
    border-bottom: 1px dotted #fb2d2d;
}


.last-dropdown-menu{
   border-bottom: none !important;
}


.navbar-default .dropdown-menu {
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
    width: 200px;
    padding: 0;
    
    border: 1px solid #fb2d2d;
}

.navbar-default .dropdown-menu li a {
    border-bottom: 1px solid #eee;
    line-height: 40px; 
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 22px;
     padding-bottom: 22px;
  }

.navbar-default .navbar-toggle .icon-bar {
    border-color: transparent;
    background-color: #0080CA;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}

.navbar-contact{
  float: left;
}

.navbar-contact ul{
  padding: 10px 0px 0;
  margin: 0px;

}

.navbar-contact ul li{
  list-style: none;
  float: left;
  padding-right: 20px ;
  padding-top: 20px;
}

.special-contact{
  padding-top: 0px !important;
}

.special-contact a:hover{
  opacity: 0.7;
}

.navbar-contact ul li a{
  padding: 0px;
  line-height: 0px !important;
}

.navbar-contact ul li a:hover{
  text-decoration: none;
  color:#fb2d2d;
}

.middle-padding{
  padding: 0 30px;
}


/* Home section */
#home {
  height: 75vh;
  margin-top: 70px;
}

#home .home-thumb {
  border: 8px solid #fff;
  border-radius: 2px;
}

#home .home-thumb .home-item {
  background: #ffffff;
  padding: 42px 20px 52px 20px;
  margin: 10px;
}

#product-categories .section-title, #slick-categories .section-title {
  padding-top: 62px;
}

#slick-categories{
  
  background: url('../images/bg.png') 100% repeat-x;
/*  background-size: 100%;*/
}


#featured-slider .owl-nav i {
  color: #afafaf;
  font-size: 25px;
  cursor: pointer;
}

#featured-slider .owl-nav i:hover {
  color: #111112;
}

#featured-slider .owl-nav .owl-prev,
#featured-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  outline: none;
  background: none;
}

#featured-slider .owl-nav .owl-prev {
  left: 2.9%;
}

#featured-slider .owl-nav .owl-next {
  right: 3%;
}

#featured-slider .owl-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 15px;
  text-align: center;
}

#featured-slider .owl-dot {
  outline: none;
}

#featured-slider .owl-dots span {
  width: 12px;
  height: 1px;
  margin-left: 10px;
  background-color: #111112;
  border-radius: 0;
  display: inline-block;
  margin-top: 10px;
  outline: none;
}

#featured-slider .owl-dots .owl-dot.active span {
  height: 12px;
  background-color: #111112;
  margin-top: -1px;
}


.active a h3{
 /* color: #000 !important;*/
}


#product-info-section {
   /*background: url('../images/bg-products-main.png') 100% repeat-x;
   
   padding: 50px 0 0;*/

    background: url('../images/bg-products-main.png') repeat-x left top;
    background-size: auto 100%;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e0e9ee;
    padding: 35px 0 20px 0;
}



#product-info-section .main-banner img{
   box-shadow: 0px 10px 20px rgb(0 0 0 / 20%);
}

#product-info-section .product-selection{
  padding: 20px 10px;
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
}

#product-info-section .product-selection h2{
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 15px;
}

#product-info-section .product-selection div{
  padding: 20px 10px;
}

#product-info-section .product-selection div .inner{
  background: #fff;
  border-radius: 30px;
}

#product-info-section .product-selection div .inner:hover{
  background: #e94709;
  color: #fff;
}

.product-selected{
  background: #e94709 !important;
  color: #fff !important;
}

.product-selected h3{
  color: #fff !important;
}

#product-info-section .product-selection div .inner:hover a{
  text-decoration: none;
}

#product-info-section .product-selection div .inner:hover a h2{
    color: #fff;
    
}

#product-info-section .product-selection div .inner:hover a h3{
    color: #fff;
    
}


.product-img-box{
  border: 1px solid #d6d6d6;
  padding: 30px;
  text-align: left;
  max-width: 100%;
}



.product-content-box{
    text-align: left;
}
    

.product-content-box h2{
  font-size: 2.5rem;
  font-weight: bold;
}

.product-content-box h3{
  font-size: 1.7rem;
  
  font-weight: 100;
  
}

.product-content-box p{
  font-size: 1.5rem;
}


.product-content-box ul {
  font-size: 1.1rem;
  padding: 20px 30px;
  list-style: none; /* Remove default bullets */


}

.product-content-box ul li{
  padding-bottom: 20px;

  }

.product-content-box ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #2e95cf; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */


}

.video-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  padding-top: 30px; 
  height: 0; 
  overflow: hidden; 

}

.video-container iframe, .video-container object, .video-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}


#product-categories, #slick-categories{
  padding-top: 140px;
}

#product-categories .product-thumb, #slick-categories .product-thumb {
  background-color: #ffffff;
  border-radius: 4px;
  position: relative;
  padding: 45px;
  margin-top: 32px;
}

#product-categories .product-icon, #slick-categories .product-icon{
  background-color: #f9f9f9;
  color: #333;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  top: 0;
  margin-top: -80px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

#product-categories .product-icon:hover {
  background-color: #333;
  color: #ffffff;
}

#product-categories .product-icon span {
  display: table-cell;
  vertical-align: middle;
}

#product-categories .product-icon .fa {
  font-size: 36px;
  margin: 0;
  padding: 0;
}

.title-copy{
  font-size: 17px;
  font-weight: 600;
}

.corporate-box{
  padding: 30px 10px;
  margin: 0px 0px 40px;
  background: #fff;
  box-shadow: 2px #cccccc;
}
.corporate-box h3{
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}


.treatment-line{
  width: 40px;
  height: 3px;
  margin-bottom: 15px;
  background-color: #FE2202;
}

.story-line{
  margin: 0px 0px 30px;
  width: 90%;

  height: 30px;
  border-bottom: 1px solid #dedede;
}

#main-about .container{
  background: url('../images/main-about.png') 100%;
  background-size: cover;
}

#main-about .section-title{
  background-color: #2E95CF !important;
  padding-bottom: 30px;
  text-align: left;
}

.about-image{
  padding: 0px;
}

.border-radius-1{
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

#main-about .main-box{
  padding: 50px 50px 0px;
}

#main-about .main-box h2{
  font-weight: bold;
}

#main-about .main-box h3:hover{
 text-decoration: underline;
}




#main-product .container{
  background: url('../images/main-product.png') 100%;
  background-size: cover;
}

#main-product .section-title{
  background-color: none;
  padding-bottom: 30px;
  text-align: left;
}

#main-product .main-box{
  padding: 120px 50px 30px;
}

#brand img {
  width: 100%;
}

#brand .brand-thumb {
  margin-bottom: 42px;
  position: relative;
}

#brand .brand-thumb .brand-overlay {
  background-color: #141414;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

#brand .brand-thumb .brand-overlay .brand-item {
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

#brand .brand-thumb .brand-overlay .brand-item h2 {
  color: #ffffff;
  font-weight: 400;
}

#brand .brand-thumb:hover .brand-overlay {
  opacity: 0.8;
}


.product-section {
  padding: 50px 10px;
}

#product-section {
  padding: 50px 10px;
}

#product-section-ep {
  padding: 0px 10px 40px;
}

#product-section .product-title {
    font-weight: bold;
    border-bottom: 1px solid #0080CA;
   /* margin-bottom: 100px;*/
}

#product-section .product-title::after {
    content: '';
    display: block;
    margin-top: 25px;
    width: 20em;
    height: 5px;
    transform: translateY(3px);
    border-style: solid;
    border-image: linear-gradient(to right, #d95042 40%, #0080CA 0) 27/27px;
}

.product-title h1{
  font-weight: bold;
}


.product-tab-box{ 
  padding-top: 70px; 
}

.product-tab-box .box-content{
  background: #fff;
  height: 310px;
  margin: 10px;
  border-radius: 8px;
  width: 100%;
 /* padding: 3px;*/
  /*border: 1px solid #0080CA;*/
  margin: 0 auto;
}

.box-content a{
  color: #000;
  cursor: pointer;
}


.products-list-container{
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
}

.products-list-container .main-box{
 margin: 10px 0 30px;
}

.sub-desc-product{
font-style: italic;
font-size: 14px;
line-height: 1;
}

.products-list-container .box{
  background: #fff;
  border: 1px solid #dedede;
  padding: 15px;
  margin: 0 0 20px;
}

.products-list-container  .main-box h3{
  font-weight: bold;
  font-size: 15px;
}

.products-list-container h3{
  font-weight: bold;
}

.tab-pane .box-content{
  background: #fff;
  /*height: 300px;*/
  margin: 10px;
  /*border-radius: 10px;*/
  width: 100%;
  border: 1px solid #ccc;
  margin: 0 auto;
}

.tab-pane .box-content h2{
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
}

.tab-pane .box-content p{
  font-size: 14px;
}


.tab-pane .box-content:hover{
  text-decoration: none;
  background: #def7ff;
  width: 100%;
  cursor: pointer;
 
}

.tab-pane .box-content .images-content {
    padding: 40px 40px 20px;
}

.box-content .images-content{
  padding: 60px 40px 60px;
}

.box-content h2{
  font-weight: bold;
  text-align: center;
  margin: 5px;
  color: #000;
}

.box-content p{
  
  text-align: center;
}

.tab-content {
  background: #f5f5f5;
  padding: 60px 10% 60px;
  box-shadow: 0 3px 6px #bbb;
  border-radius: 10px;
  font-size: 1.8rem;
  width: 100%;
  margin: 50px auto;
}

.tab-content-inner {
  margin: 35px auto;
}

.nav-pills-product>li>a {
  border: 1px solid #0080CA;
  border-radius: 10px;
  padding: 2px;
}

.nav-pills-product>li.active>a, .nav-pills-product>li.hover>a, .nav-pills-product>li.active>a:focus, .nav-pills-product>li.active>a:hover {
    color: #fff;
    background: none;
    border: 3px solid #0080CA;
    border-radius: 10px;
   
    /* background-color: #337ab7; */
}



.nav-pills-product>li>a:hover{
    color: #fff;
    background: none;
    border: 3px solid #0080CA;
    border-radius: 10px;
    padding: 0px;
}

.arrow-right{
  float: right;
  display: none;
}

/* blog & single post section */
#blog .blog-thumb {
  background-color: #ffffff;
  border-radius: 4px;
  padding-bottom: 40px;
}

#blog .blog-item {
  padding: 20px 32px 20px 32px;
}

#blog .post-format,
#single-post .post-format {
  padding-bottom: 10px;
}

#blog .post-format span,
#single-post .post-format span {
  color: #888;
  font-weight: 400;
  letter-spacing: 1px;
  padding-right: 10px;
}

#blog .blog-thumb a {
  font-weight: 600;
}
#blog .blog-thumb a:hover {
  color: #001122;
  text-decoration: none;
}

#blog .blog-thumb .btn,
.featured-btn {
  border-radius: 4px;
  padding: 10px 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 22px;
  transition: all 0.4s ease-in-out;
}

.featured-btn,
#blog .blog-thumb .btn:hover {
  background: #111112;
  border-color: transparent;
  color: #ffffff;
}

.featured-btn:focus,
.featured-btn:hover {
  border-color: transparent;
}

#single-post-header {
  background: url('../images/single-post-header-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  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;
  text-align: center;
  height: 60vh;
  margin-top: 70px;
}
#single-post-header .single-post-thumb {
  border: 8px solid #fff;
  border-radius: 2px;
}

#single-post-header .single-post-thumb .single-post-item {
  background: #ffffff;
  padding: 42px 20px 52px 20px;
  margin: 10px;
}

#single-post {
  padding-top: 100px;
  padding-bottom: 100px;
}

#single-post blockquote {
  margin-top: 32px;
  letter-spacing: 1.6px;
}

#single-post .blog-comment,
#single-post .blog-comment-form {
  margin-top: 62px;
}

#single-post .blog-comment h3,
#single-post .blog-comment-form h3 {
  padding-bottom: 20px;
}

#single-post .blog-comment .media {
  padding-bottom: 22px;
}

#single-post .blog-comment .media img {
  border-radius: 4px;
  margin-right: 14px;
}

#single-post .blog-comment h4 {
  font-weight: 400;
}

#single-post .blog-comment-form .form-control {
  background: transparent;
  border: 1px solid #eee;
  box-shadow: none;
  font-size: 16px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#single-post .blog-comment-form input[type="submit"] {
  background: #222;
  border-color: transparent;
  color: #ffffff;
  height: 50px;
}

#single-project-header {
  background: url('../images/single-project-header-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  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;
  text-align: center;
  height: 60vh;
  margin-top: 70px;
}
#single-project-header .single-project-thumb {
  border: 8px solid #fff;
  border-radius: 2px;
}

#single-project-header .single-project-thumb .single-project-item {
  background: #ffffff;
  padding: 42px 20px 52px 20px;
  margin: 10px;
}

#single-project {
  padding-top: 100px;
  padding-bottom: 100px;
}

#single-project h1 {
  padding-bottom: 6px;
}

#single-project h3 {
  padding-top: 42px;
  padding-bottom: 8px;
}

#single-project ul {
  padding-left: 32px;
}
#single-project ul li {
  font-weight: 400;
  letter-spacing: 1px;
}

#single-project a {
  color: #000;
  letter-spacing: 1px;
}

#single-project .project-links {
  display: inline-block;
  padding-top: 62px;
  padding-right: 32px;
  padding-left: 32px;
}
#single-project .project-links a {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
#single-project .project-links a:hover {
  color: #333;
}

#single-project .project-links .fa {
  padding-right: 8px;
  padding-left: 8px;
}


#gallery img {
  width: 100%;
}

#gallery .gallery-thumb {
  position: relative;
  overflow: hidden;
  margin: 0;
} 

#gallery .gallery-thumb .gallery-overlay {
  background: #141414;
  color: #f0f0f0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#gallery .gallery-thumb:hover .gallery-overlay {
  opacity: 0.8;
}

#gallery .gallery-thumb .gallery-overlay .gallery-item {
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

#gallery .gallery-thumb .gallery-overlay h2 {
    color: #ffffff;
    font-weight: 400;
}

/*filter css*/
.filter-wrapper {
    width: 100%;
    margin-bottom: 32px;
    overflow: hidden;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 8px 17px;
    margin-right: 2px;
    margin-left: 2px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.filter-wrapper li a:active {
  background: #111112 !important;
}
.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
  background: #111112;
  border-radius: 4px;
  color: #ffffff;
}

.iso-box-section {
    width: 100%;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
}

.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
} 

.fluid-img {
    width: 100%;
    display: block;
}


#contact h2 {
  font-weight: 600;
  padding-bottom: 24px;
}

#contact ul.contact-detail {
  padding-left: 20px;
}

#contact ul.contact-detail li {
  display: block;
  list-style: none;
  padding-bottom: 14px;
}

#contact ul.contact-detail li p {
  font-size: 19px;
}

#contact .fa {
  color: #555;
  font-size: 22px;
  padding-right: 10px;
}

#contact .contact-form .col-md-6 {
  padding-left: 0px;
}

#contact .form-control {
  background-color: #ffffff;
  border: none;
  box-shadow: none;
  font-size: 18px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:hover {
  border-color: #f0f0f0;
}

#contact input {height: 50px;}

#contact input[type='submit'] {
  background: #111112;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  transition: all 0.4s ease-in-out;
  margin-top: 10px;
}

#contact input[type='submit']:hover {
  background: #444;
}


.map-link-content {
  font-size: 12px;
  padding-top: 5px;
  font-weight: 300;

}


.tnc-information{
  padding: 30px 0px;
}


.pandora-box{
  padding-bottom: 30px;
  margin: 0px;
}

.pandora-box h3{
  margin: 0px;
  color: #fff;
}

.pandora-box .info-box{
  padding-left: 20px;
}

.pandora-box .info-box .info-text{
  color: #000;
  font-size: 15px;
  font-weight: bold;
  padding-top: 10px;
}

.info-box-mini-box{
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
}
  
.pandora-box .info-box .info-note{
  width: 120px;
  padding-top: 10px;
  float: left;
  padding-right: 20px;
  padding-bottom: 15px;
}

.info-note-minbox{
  width: 100%;
  max-width: 400px;
}

.pandora-box .info-box .info-note .desc{
  padding-top: 5px; 
  font-size: 15px;
  text-align: center;
}



.pandora-title{
  padding: 20px;
  background: #0080CA;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pandora-title .left{
  border-right: 2px solid #bbb;
  padding: 20px 0px 20px 20px;
}

.pandora-title .right{
  padding: 20px 0px 20px 20px;
  
}

.pandora-content{
  padding: 20px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}



.pandora-title .row{
  margin: 0px;
}

.pandora-content .row{
  margin: 0px;
}

.pandora-content .left{
  
  padding: 20px 0px 20px 20px;
}

.pandora-content .right{
  padding: 20px 0px 20px 20px;
  border-left: 2px solid #bbb;
 
}

.pandora-content ul{
 padding-bottom: 0px;
}

.pandora-content ul li{
  font-size: 16px;
  padding: 5px 0;
}


.pandora-title h2{
  color: #fff;
  margin: 0px;
} 

.no-border-line{
  border: none !important;
}


#contact-us-title {
    background: url(../images/main-contact.png) 100%;
    background-size: cover;
    background-position: left;
}

.contact-content {
   background: #F5F5F5;
   padding: 30px;
   padding-bottom: 0px;
   /* height: 70vh; */
}

ul.contact-detail {
    padding-left: 0;
    list-style: none;
    color: #777;
}

ul.contact-detail li{
  padding-top: 10px;
}


#qna-title {
    background: url(../images/main-qna.png) 100%;
    background-size: cover;
    background-position: left;
}

.qna-content {
   background: #F5F5F5;
   padding: 30px;
}

.panel-default {
    border-color: #fff;
    border-radius: 10px !important;
}

.panel-default>.panel-heading {
    background-color: #fff;
    border-color: #fff;
    padding: 20px;
    border-radius: 10px;

}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: none;
}

.panel-body{
  background: #dcedf7;
  padding: 30px 18px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

a[aria-expanded=true] .fa-chevron-up {
   display: none;
}
a[aria-expanded=false] .fa-chevron-down {
   display: none;
}

.title-circle-box{
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #d95042;
  color: #fff;
  padding-left: 8.6px;
  padding-top: 6px;

  
}

.title-circle-box.answer{
  background-color: #0080CA;
  padding-left: 10.5px;
  padding-top: 4px;
}

.title-circle-content{
  border-left: 1px solid #dedede;
  padding-top: 5px;
  font-size: 17px;
  text-transform: none;
  letter-spacing: 1px;
}

.title-circle-content-2{
  border-left: 1px solid #dedede;
  padding-top: 5px;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 1px;
}

.arrow-circle-content{
  padding-top: 5px;
}

.m-box{
  width: 100%;
}

.panel-group {
    margin-bottom: 0px;
}


#about-us-title {
    background: url(../images/main-about.png) 100%;
    background-size: cover;
    background-position: left;
}

.story-title{
  padding: 30px 0 0px;
}

.story-content{
  padding: 40px 0 0px;
}

.about-us-inner{
  padding: 60px 30px 80px;
  
}

.about-us-inner h1{
  color: #fff;
}

.about-us-inner .border-line{
  width: 80px;
  height: 5px;
  background: #fff;
  margin-top: 20px;
}

.about-us-section-1 {
  background: white;
  padding: 40px 15px 50px;
}

.about-us-section-1 .info {
  /*padding: 0 30px;*/
  text-align: left;
}

.about-us-section-2 {
  background: #F5F5F5;
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-us-section-3 {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 60px;

}
.about-us-section-3 .row{
  width: 100%;
  padding: 0px;
  margin: 0px;
  padding: 0 0 20px;
}

.melepas{
  width: 20%;
  min-width: 100px;
}

.history {
  padding: 92px 0 35px 0;
}

.history .about_title {
  margin-bottom: 44px;
}

.history_area {
  padding-right: 130px;
}

.history_column {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #dcdcdc;
  padding: 40px 0 56px 0;
}

.history_column:first-child {
  padding: 0 0 19px 0;
  align-items: center;
}

.history_column:first-child .history_column_text {
  margin-top: 7px;
}

.history_column:first-child .history_column_text::before {
  display: none;
}

.history_column:first-child .history_list_item {
  align-items: center;
  justify-content: flex-end;
}

.history_column:first-child .history_list_item .text {
  width: 45.7%;
  padding-top: 3%;
}

.history_column:nth-child(2) {
  padding: 28px 0 56px 0;
}

.history_column:nth-child(2) .history_list_item:first-child {
  margin-top: 94px;
  position: relative;
}

.history_column:nth-child(2) .history_list_item:first-child::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #b5dbf0;
  border-radius: 50%;
  position: absolute;
  left: -5px;
  margin-top: 9px;
}

.history_column:last-child .history_list_item:first-child {
  margin-top: -16px;
}

.history_column:last-child .image_fixed_years {
  max-width: 136px;
}

.history_column_text {
  width: 74.3%;
  margin-top: 32px;
  position: relative;
}

.history_column_text::before {
  content: '';
  display: block;
  width: 1px;
  height: calc(100% - 15px);
  border-left: 1px solid #e4e4e4;
  position: absolute;
  left: -1px;
  z-index: -1;
}

.history_column_years {
  width: 25.7%;
  padding: 0 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 5.3rem;
  font-weight: bold;
  font-family: 'Myriad Pro';
  position: relative;
}

.history_column_years::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-color: #0080cb;
  border-radius: 50%;
  position: absolute;
  right: -9px;
}

.history_column_image {
  width: 30.2%;
  padding-right: 9px;
  margin-left: 4%;
}

.history_list {
  margin-top: -7px;
}

.history_list_item {
  display: flex;
}

.history_list_item:not(:first-child) {
  margin-top: 61px;
  position: relative;
}

.history_list_item:not(:first-child)::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #b5dbf0;
  border-radius: 50%;
  position: absolute;
  left: -5px;
  margin-top: 8px;
}

.history_list_item .text {
  font-size: 1.8rem;
  line-height: 1.7;
  width: 80%;
  margin-top: -5px;
}

.history_list_item .year {
  font-size: 1.8rem;
  font-weight: bold;
  width: 20%;
  padding-left: 40px;
}

.history_list_item .year_number {
  font-size: 2.2rem;
  font-family: 'Myriad Pro';
}



.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}



.experience-box{
  position: relative;
  padding-top: 30px;
}

.experience-box .experience-background {
  position: absolute;
  z-index: 1;

}

.experience-box .experience-background img{
  box-shadow: 2px #cccccc;

}


.experience-box .experience-info{
  position: relative;
  z-index: 2;
  /*max-width: 85%;*/
  margin: 25% auto 0;
}

footer {
  background: #f0f0f0;
  padding-top: 20px;
  padding-bottom: 10px;
}

footer p{
  font-size: 12px;
}

footer a:hover{
  color: #fff;

}

.footer-container{
  width: 100%;
  padding: 0 2%;
  margin: 0 auto;
  
}

.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon li a {
  border-radius: 100px;
  border: 1px solid transparent;
  color: #909090;
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  padding: 0px;
  margin-top: 10px;
  position: relative;
  top: 0px;
}

.social-icon li a:hover {
  background: #ffffff;
  top: -2px;
}


/* Pricing section */
#pricing .price-plan {
  border: 2px solid #999;
  border-radius: 4px;
  padding: 80px 42px;
}

#pricing h2 {
  font-weight: bold;
}

#pricing h3 {
  font-weight: 400;
}

#pricing .price-month {
  padding: 20px;
}

#pricing .price-plan .btn {
  background-color: #111112;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  padding: 10px 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 22px;
  transition: all 0.4s ease-in-out;
}

#pricing .price-plan  .btn:hover {
  background: #454545;
}

.swiper-outter {
  overflow-x: hidden;
}

.swiper-container {
  text-align: center;
  width: 80%;
  max-width: 866px;
  margin: 0 auto;
  overflow: visible;
}

.swiper-slide {
  text-align: center;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.swiper-slide:hover {
  opacity: 1;
}

.swiper-slide::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(5, 27, 41, 0.22);
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-slide-active::after {
  display: none;
}

.swiper-button-prev, .swiper-button-next {
  width: 55px;
  height: 55px;
  border-radius: 999px;
  border: 1px solid #c7c7c7;
  background: #fff;
}

.swiper-button-prev::before, .swiper-button-next::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
}

.swiper-button-prev:focus, .swiper-button-next:focus {
  outline: none;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  background: #0080CA;
  border-color: transparent;
}

.swiper-button-prev {
  left: -21px;
}

.swiper-button-prev::before {
  transform: translate(-25%, -50%) rotate(45deg);
  border-left: 4px solid #0080CA;
  border-bottom: 4px solid #0080CA;
}

.swiper-button-prev:hover::before {
  border-left-color: #fff;
  border-bottom-color: #fff;
}

.swiper-button-next {
  right: -21px;
}

.swiper-button-next::before {
  transform: translate(-75%, -50%) rotate(45deg);
  border-right: 4px solid #0080CA;
  border-top: 4px solid #0080CA;
}

.swiper-button-next:hover::before {
  border-right-color: #fff;
  border-top-color: #fff;
}

.swiper-pagination {
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
}

.swiper-pagination-bullet {
  background: #fff;
  margin-right: 13px;
}

.swiper-pagination-bullet:focus {
  outline: none;
}

.swiper-pagination-bullet:first-child {
  opacity: .5;
}

.swiper-pagination-bullet:nth-child(2) {
  opacity: .5;
}

.swiper-pagination-bullet:nth-child(3) {
  opacity: .3;
}

.swiper-pagination-bullet:last-child {
  opacity: .15;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.privacy {
  padding-left: 16px;
}

.privacy li {
  padding-bottom: 20px;
}

.privacy li table tr td{
  padding: 10px;

}

.privacyinner {
   padding-left: 18px;
}

.privacyinner li {

  list-style-type: lower-alpha;
}

.underline-list {
  text-decoration: underline;
}


@media (max-width: 980px) {


p {
    font-size: 23px;
    line-height: 1.4;
}

#product-categories,
#slick-categories,
#brand,
#blog,
#main-about,
#main-video,
#gallery,
#contact,
#pricing{
  padding-top: 40px;
  padding-bottom: 10px;
}


  #product-info-section .product-selection div .inner{
    box-shadow: 0 3px 5px #bdbdbd;
  }

  .mobile-product .dropdown {
     box-shadow: 0 3px 5px #bdbdbd;
     padding: 7px;
     border-radius: 10px;
     background: #fff;
  }

  .container {
     width: 100%;
  }

  .info{
      /*  padding: 0 30px;*/
  }

  .about-us-section-1 .info {
    text-align: left;
  }

  .about-us-section-1 p {
    text-align: left;
  }

  #company-info p{
  text-align: center;
}


  .products-list-container h3 {
     font-size: 15px;
  }

  h3 {
  
  font-size: 19px;
  
  }

  .container-acc{
    margin: 0px;
    padding: 0px;
  }

  .product-tab-box .box-content {
    height: auto;
  }

  #product-info-section .product-selection {
    max-width: 100%;  
    padding: 20px 10px;
  }

  #product-info-section .product-selection h2 {
    padding: 0px;
    margin: 10px;
  }

  #product-info-section .product-selection div {
    padding: 20px 10px;

  }

  /*.product-img-box{
    max-width: 60%;
    margin: 0 auto;
    min-width: 270px;
    float: none;
  }*/

 

  .product-content-box h2{
  font-size: 1.8rem;
 
}

.product-content-box p{
  font-size: 1.3rem;
}


.product-content-box ul {
  font-size: 1rem;

 
   text-align: left;

}


  
  .product-tab-box {
    padding-top: 40px;
}

  .arrow-right{
    float: right;
    display: block;
  }

  .box-content .images-content {
    padding: 15px;
    min-width: 145px;
  }

  .box-content h2 {
    font-size: 25px;
    text-align: left;
    padding: 36px 20px;
  }

  .nav-pills>li {
    float: none;
  }
   /*.tab-content {
     width: 96%;
  }*/

  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
  }

  .dropdown:hover .dropdown-menu {
    /*display: block;*/
    border: none;
    padding: 0px 0px 10px;
  }

  .mobile-product .dropdown:hover .dropdown-menu {
    width: 100%;
  }


  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: white;
    line-height: 35px;
  }
  .selected{
     border-bottom: none;
  }

  .navbar-nav{
    height: 130vh;
    padding: 0 10px;

  }

  .navbar-nav li{
    border-bottom: 1px dotted white;
  }

  .dropdown-menu li{
    border-bottom: none;
    padding: 5px;
  }

  .navbar-default .dropdown-menu li a {
     border-bottom: none;
  }

  .desktop{
    display: none;
  }

  .mobile{
    display: block;
  }

  .padding-right-10-d{
    padding: 0 45px;
  }

  .padding-left-10-d{
    padding: 40px 45px 40px;
  }

  #main-about .container{
    background: none;
    background-size: cover;
  }

  #main-about .section-title{
    background-color: #2E95CF !important;
    padding: 40px 45px;
    text-align: center;
    
  }

  #main-about .main-box {
    padding: 0px 30px 30px;
  }

  #main-product .container{
    background: none;
    background-size: cover;
  }

  #main-product .section-title{
    background-color: #2E95CF !important;
    padding: 40px 45px;
    text-align: center;
  }

  #main-product .main-box, #main-product .main-box-2 {
    padding: 0px 30px 0px;
  }

  #home {
    height: 40vh;
  }

  #product-categories,
  #slick-categories,
  #brand,
  #blog,
  #gallery,
  #contact {
    padding-top: 80px;
  }
  #product-categories .section-title, #slick-categories .section-title{
    padding-top: 0px;
  }

  #single-post-header,
  #single-project-header {
    height: 30vh;
  }

  #single-project {
  padding-top: 60px;
  padding-bottom: 80px;
  }

  .title-copy{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
  }

  

}




@media (min-width: 768px) and (max-width: 991px) {
        .nav-container {  
          padding: 0%;  
      }

      .navbar-default .navbar-nav li a {
    color: #fff;
  }
        .navbar-nav .open .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }
        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }
        .dropdown-menu > li > a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap;
        }
        .navbar-header {
            float: none;
        }
        .navbar-toggle {
            display: block;
        }
        .navbar-collapse {
            background: #0080CA;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }
        .navbar-collapse.collapse {
            display: none!important;
        }
        .navbar-nav {
            float: none!important;
            /*margin: 7.5px -15px;*/
            margin: 0px;
        }
        .navbar-nav>li {
            float: none;
        }
        .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .navbar-text {
            float: none;
            margin: 15px 0;
        }
        /* since 3.1.0 */
        .navbar-collapse.collapse.in { 
            display: block!important;
            height: 100vh;
            max-height: 100vh;
        }
        .collapsing {
            overflow: hidden!important;
        }
    }




@media (max-width: 768px) {
  .tab-content {
    background: none;
    
    box-shadow: none;
    border-radius: 10px;
    
  }

  .products-list-container {
    width: 100%;
    padding: 20px 0 30px;
  }

  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
    height: 100vh;
  }

  .navbar-nav>li>a {
    padding: 15px 30px;
  }

  .nav-container {
    padding: 0%; 
  }

  .navbar-collapse{
    background: #0080CA;

  }

  .navbar-default .navbar-nav li a {
     color: #f5f5f5;
  }

  #slick-categories{
    padding-top: 140px !important;
  }

  .category_section_title {
    font-size: 2.6rem;
    margin-bottom: 35px;
  }
  .category_section_title::before {
    font-size: 1.4rem;
  }
  .category_section_title::after {
    margin-top: 14px;
    border-bottom-width: 4px;
  }

  .product-content-box{
    text-align: center;
    padding-top: 30px;
  }

  .products_section_title {
    font-size: 2.6rem;
    margin-bottom: 35px;
  }
  .products_section_title::before {
    font-size: 1.4rem;
  }
  .products_section_title::after {
    margin-top: 14px;
    border-bottom-width: 4px;
  }


 .product-img-box {
    border: 1px solid #d6d6d6;
    padding: 30px;
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 20px;
}

{
  -webkit-backface-visibility: hidden;
}


 /*.tab-content {
     background: none; 
    padding: 60px 10% 60px;
     box-shadow: none;
    border-radius: 10px;
    font-size: 1.8rem;
    width: 100%;
    margin: 0px auto;
  }*/

 

 #product-info-section {
   
    padding: 20px 0 0px;
  }

  #company-info {
      padding: 30px;
      text-align: center;
  }

  .navbar-default .navbar-brand {
    line-height: 15px;
  }
  .navbar-default .navbar-nav li a {
    /*line-height: 25px;*/
  }

  #home {
    margin-top: 0px;
  }

  #featured-slider {
    text-align: center;
  }

  #featured-slider .owl-nav {
    display: none;
  }

  #product-categories .col-md-4:last-child,
  #brand .col-md-4,
  #blog .col-md-6:last-child,
  #contact .contact-form {
    padding-top: 40px;
  }

  .filter-wrapper {
    padding: 0px;
  }

  .padding-left-150-d {
    padding-left: 0px;
  }
  #company-info p {
    font-size: 12px;
    line-height: 18px;
  }

  footer p {
    font-size: 12px;
    line-height: 18px;
  }

  
}


@media (max-width: 550px) {
  .product-img-box {
    
    max-width: 80%;
    margin: 0 auto;
  }

  .center-img{
    width: 80%;
  }
  .box-content h2 {
    font-size: 25px;
    text-align: left;
    padding: 27px 20px;
  }

  #home,
  #single-post-header,
  #single-project-header {
    height: 80vh;
  }

  h1 {
    font-size: 1.6rem;
  }
  h2 {
    /*font-size: 1rem;*/
  }

  #product-info-section .product-selection {
   
    padding: 40px 10px 20px;
  }

  .max-width-logo {
    /*max-width: 235px;*/
    width: 80%;
  }

  .pandora-box .info-box .info-note{
    width: 90px;
      
    }

  /*.pandora-title .left{
    border-right: 2px solid #bbb;
    padding: 10px 0px 10px 20px;
  }

  .pandora-title .right{
    padding: 10px 0px 10px 10px;
  }*/

}




