@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('menu.css');
@import url('slick.css');

html, body, button, input, select, textarea {
    font-family: 'Roboto', sans-serif;
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    background-image: url(../files/background.png);
    /* background-color: #796868; */
    background-size: cover;
    line-height: 1.6;
    color: #63686d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body, p {
        color:#63686d;
}

.container{max-width: 1200px; width: 100%;}

/* ==========================================================================
Links
========================================================================== */
     a { color:#3b3a3a; outline: 0;}
     a:focus {outline:none; border: none}
     a:hover {color:#424242}
     a:active, a:hover, a:focus{outline:0; text-decoration:none; border: none;}

/* ==========================================================================
Typography
========================================================================== */
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    color: #ffffff;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}
h1, .h1 {font-size: 36px;}
h2, .h2 {font-size: 30px;}
h3, .h3 {font-size: 20px;}
h4, .h4 {font-size: 16px;}
h5, .h5 {font-size: 14px;}
h6 {font-size: 0.8em;}
	
dl, ol, ul {
        margin-top: 0;
        margin-bottom: 0rem;
}	

.text-center{text-align:center}
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }	
.clear{clear:both;}		

.text-white{color:#FFFFFF; }
.bdr-space{height:1px; background:#d1d1d1;}
.btn-outline-secondary{border-color:#adadad; color:#404040; padding:0.5rem 1.4rem; font-size: 12px;}
.btn-outline-secondary:hover{border-color:#adadad;}
.bg-gray{background: #f4f4f4}


.font700{font-weight:700}
.font600{font-weight:600}
.font400{font-weight:400}
.font300{font-weight:300}
.text-black{color:#000000}

.page{padding: 4rem 0;} 

.btn-primary{
    background: #005fae; 
    border: solid 1px #005fae; 
    border-radius: 0px;
}

.btn-primary:hover{
    background: #167acd; 
    border: solid 1px #167acd; 
    border-radius: 0px;
}



/* ==========================================================================
header css
========================================================================== */

    header{padding: 1rem 0; background: url('../images/top-img.jpg')  repeat-x top center}
    header .top-contact{float: right;}
    header .top-contact li{padding: 0.2rem 0;}
    
    .searchForm {
        margin-top: 2rem;
    }
    .searchForm .search-input{
      border-radius: 0px !important;
      min-height: 40px !important;
      font-weight: 300;
      font-size: 14px;
      color: #8d8d8d;
    }
    
    .searchForm .search-submit{
      border-radius: 0px !important;
      background: #0060ae !important;
      max-width: 50px;
      min-height: 30px;
    }
  
    .main-menu{background: #f8991c}
  
    /***************************
        About css
    ***************************/
    
    .about-section h2{font-weight: 500}
    .about-section .text-purple{color: #d07dd2}
    .about-section .text-green{color: #adcb69}
    .about-section .text-orange{color: #fcb54d}
    .about-section .text-red{color: #fc5b4e}
    .about-section .text-blue{color: #8373ce}
    .about-section .text-sky{color: #78d0e4}
    .about-section .about-box{padding: 1rem 0;}
    
    .curves{display: none}
    
    .view-all h3{font-size: 16px; font-weight: 500}
    
    .books h4{font-size: 17px; font-weight: 300; line-height: 22px;}

    
    /***************************
        Silk Casual css
    ***************************/
    
    .slick-slide {
      margin: 20px;
      padding: 0;
      border: solid 0px #DDD
    }
     
    .slick-slide img {
      width: 100%;
    }
    
    .button-view a{
        color: #d30130; 
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500
    }
    
    .slick-slide .btn{
        bottom: 0;
        background: #005fae;
        border: #005fae;
        border-radius: 0px;
        font-size: 12px; 
        text-transform: uppercase;
    }
    
    .slick-slide:hover .btn{
        background: #f8991c !important;
         
    }
      
    .slick-prev:before,
    .slick-next:before {
      color: #FFF;
    }

.bdr-bottom{background: #f8991c; width: 80px; height: 3px;}
  
.subscribe-section{background:#f0efef url(../images/color-bdr.jpg) repeat-x center top; padding: 2.6rem 0 0rem 0}
.subscribe-section .subscribe-now{background:#f0efef;}
.subscribe-section .subscribe-now .newsletter-input{height: 40px; border-radius: 0px;}
.subscribe-section .subscribe-now .subs-submit{}
.canvs-body{position: relative; bottom: 2.6rem;}
.canvs-body .canvas-box{position: absolute; width: 100%; bottom: 0px;}

#canvas {
  width: 100%;
  height: 100%;
  background: #f0efef;
}


/***************************
    Footer css
***************************/

footer{padding: 1.6rem 0 0.6rem 0; background: #f8f8f8}
footer p{font-size: 12px;}
footer ul li{font-size: 12px; line-height: 2;}
footer h4{position: relative; margin-bottom: 1.2rem;}
footer h4:after{
    background: #ed2f35;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -8px;
    left: 48%;
    content: '';
}

.bdr-space{border-bottom: solid 2px #e5e5e5}
 
.bdr-footer{background: #e0e0e0; width: 100px; height: 1px}


/***************************
   Product Details css
***************************/
.breadcrumb{background: none; margin-bottom: 0px; font-size: 13px; padding-left: 0px}

.category-section {margin-bottom: 1rem; border: solid 1px rgba(248,153,28,0.2);}
.category-section h3{background: #f8991c; color: #FFF}
.category-section ul li{padding: 0.5rem 0; border-bottom: dotted 1px #DDD}
.category-section ul li a:hover{color: #005fae;}
.category-section ul li:last-child{border: none}

.product-details h1{font-size: 24px; font-weight: 500; color: #005fae}
.product-details h4{font-size: 15px; color: #005fae}
.product-details h4 strong{ color: #000}

.product-price h1{font-size: 18px; font-weight: 500; color: #005fae}
.product-price h4{font-size: 15px; color: #666}
.product-price h4 strong{ color: #000}

.social-icon i.fa-facebook {color: #385a98;}
.social-icon i.fa-linkedin {color: #0976b4}
.social-icon i.fa-twitter {color: #55acee}
.social-icon i.fa-google-plus {color: #e64522}
.social-icon i.fa-pinterest {color: #da2d37}
.social-icon i.fa-youtube {color: #f02300}
.social-icon i.fa-instagram {color: #517fa4}
.social-icon i.fa-flickr {color: #dd4b39}
.social-icon i.fa-tumblr {color: #3a5876}
.social-icon i:hover {position:relative; top:-2px; transition: all .5s ease}



/*================================*/
/*    Tabs Custom css   */
/*================================*/
    
.fade:not(.show) {
    opacity: 1;
}

.nav-tabs {
    border-bottom: 1px solid #e5e5e5;
    margin: 0rem 0 1rem 0;
}	

nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs 	
.nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    color: #005fae;
    background-color: none !important;
    border-color: #005fae #005fae transparent;
    border-bottom: 1px solid #005fae;
}

.nav-tabs .nav-link {
    display: block;
    padding: .5em 0 !important;
    border: 0px solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: none;
    margin: 0 2rem;
}

.nav-tabs .nav-link:first-child{
        margin-left:0rem;
}

.nav-tabs .nav-link {
    display: block;
    padding: .5em 1em;
    border: 0px solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: none;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing:0;
}	

.tab-content{padding:0;}

.blog-single-full-width-form input[type="text"], .blog-single-full-width-form textarea {
    border: none;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0;
    background:none;
    width:100%;
    margin-bottom:2rem;
}	

.nav-pills .nav-link {
    border-radius: 0;
    background: #F4F4F4;
    margin: 1px 0;
}    

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #005fae;
}

.accordion-summary { display:none;}

.form-contact label{font-weight: 400;}
.form-contact input{
    border-radius: 5px; 
    border:solid 2px #ccd5e0; 
    height: 50px;
}

.form-contact textarea{
    border-radius: 5px; 
    border:solid 2px #ccd5e0; 
    min-height: 130px;
}


  .gallery > ul {
    margin-bottom: 0;
  }
  .gallery > ul > li {
      padding: 2px;
  }
  .gallery > ul > li a {
    border: 0px solid #FFF;
    border-radius: 0px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
  }
  .gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
  }
  .gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  .gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
  }
  .gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
  }
  .gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  .gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
  }
  .gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  .gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
  }
  .gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
  }
  .gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  .gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
  }
  .gallery.dark > ul > li a {
    border: 3px solid #04070a;
  }
  .home .demo-gallery {
    padding-bottom: 80px;
  }
  
.contact-info{margin-bottom: 2rem}
.contact-info h3{font-size: 16px;}
.contact-info li{padding: 0.4rem 0 0.4rem 2rem;}
.contact-info li img{position: absolute; left: 10px; width: 20px;}

.current-txt {
    color: #dd210d;
    text-transform: uppercase
}

.current-opening ul li {
    border-bottom: solid 1px #eaeaea !important;
    padding: 2rem 0;
    width: 100%
}

.current-opening ul li h3 {
    color: #424242
}

.current-opening ul li:hover h3 {
    color: #005fae
}

.current-opening .desc {
    font-size: 12px;
    margin-bottom: 0.4rem;
    letter-spacing: 0.1rem;
    font-weight: 600;
    color: #afb6be
}

.current-opening p {
    color: #424242;
    font-size: 14px
}

.ecommerce ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 1.5em
}

.ecommerce ul li {
    display: inline-block;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    margin-top: 1rem;
    margin-left: 0px;
    width: 24%;
    vertical-align: text-top;
    min-height: 170px
}


.about-banner{background: url(../images/about-banner.jpg) no-repeat center center; min-height: 200px; width: 100%}
.about-banner h4{font-size: 22px; line-height: 1.5; color: #FFF !important; font-weight: 300}

.contact-banner{background: url(../images/contactus-banner.jpg) no-repeat center center; min-height: 200px; width: 100%}
.contact-banner h4{font-size: 22px; line-height: 1.5; color: #FFF !important; font-weight: 300}

@media only screen and (max-width:1024px) {
   
     .curves{display: none !important}
}

@media only screen and (max-width:992px) {
    

}


@media only screen and (max-width:768px) {
    .curves{display: block}
}

@media only screen and (max-width:767px) {

    .category-hidden{display: none}
    
    .accordion-summary { max-width:100%; margin:0 auto; margin-top:0; margin-bottom: 1rem; position:relative; z-index:2; text-align:center; cursor:pointer}
    .accordion-summary, .summary-open, .summary-close {
            display:block;
            background-color:#f5f4f4;
            padding:6px 1em;
            border:1px solid #ccc;
            font-size:130%;
    }
    .summary-close {border-bottom:1px solid #ccc;}
    .a {
            display:none;
            position:relative;
            top:-1px;
            z-index:1;
    }
    .a .border-gray { border:1px solid #ccc; padding:1em;}
    .summary-open img
    {
            -webkit-transform: translateY(-25%) rotateX(180deg);
            transform: translateY(-25%) rotateX(180deg);
            -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
            transition: transform 0.5s, opacity 0.5s;
            position: relative;
            top: 8px;
    }
    .summary-close .img
    {
            -webkit-transform: translateY(-25%) rotateX(0deg);
            transform: translateY(-25%) rotateX(0deg);
            -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
            transition: transform 0.5s, opacity 0.5s;
    }

    h1, .h1 {font-size: 30px;}
    h2, .h2 {font-size: 24px;}

    .top-contact{display: none !important}
    
    .logo img{margin: 0px auto; display: block; max-width: 100px;}
    
    .searchForm {
        margin-top: 1rem;
    }

    .about-section .about-box{text-align: center}
    .about-section .about-box h2{text-align: center}
    .about-section .about-box{padding: 0.2rem 0;}
    
    footer h4{
        padding-top: 2rem;
    }
    
    .subscribe-section .subscribe-now .subs-submit{margin-top: 0.4rem}
    
    .view-all h3{font-size: 14px;}
    
    
    .canvs-body {
        position: relative;
        bottom: 2rem;
    }
    
    .slick-slide {
      margin: 5px;
      padding: 0;
      border: solid 0px #DDD
    }
    
    
    footer {
        padding: 0rem 0 0.6rem 0;
        background: #f8f8f8;
    }
    
    footer h4{
        padding-top: 1.6rem;
    }

    .about-banner h4{
        font-size: 18px;
        padding: 0 1rem;        
    }
}