﻿
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

body 
{
   font-family: 'Open Sans', sans-serif !important;
    letter-spacing:0.5px;
    font-size:14px;
    color:#000;
    overflow-x:hidden !important;
}
.productslider.p-name {
    background: #3764ac;
    color: #fff;
    padding: 10px 0;
}

.topbardiv
{
    background-color:#fafafa;
    }
.topnavlist    
{
    margin-bottom: 0;
    position: relative;
    top: 7px;}    
.topnavlist li
{
       list-style: none;
    display: inline-block;
    color: #000;
    padding: 0 7px;
    margin-bottom: 2px;
    font-size: 12px;
    border-right: 1px solid #fff;
    }    
.topnavlist li a
{
       color: #000;
    }
.logodiv a img
{
       width: 100%;
    } 
    
.logodivinner a img
{
    width:70%; 
    }     
.headertop
{
      padding-top: 5px;
    padding-bottom: 5px;
    /* padding-bottom: 28px; */
    position: absolute;
    background-color: rgba(255, 255, 255, 0.59);
    width: 100%;
    z-index: 99;
  } 
.headerinner
{
         padding-top: 5px;
     padding-bottom: 28px; 
    background-color: #000;
    box-shadow: 0 0 10px #b5b5b5;
  } 
.headertopinner
{
    padding-top:5px;
    padding-bottom:25px;
          box-shadow: 0 2px 3px #8c8c8c;
    -webkit-box-shadow: 0 2px 3px #8c8c8c;
    -o-box-shadow: 0 2px 3px #8c8c8c;
    -moz-box-shadow: 0 2px 3px #8c8c8c;
  }  

/*-------images hover effect----------*/
.imgdivleft {
    position: relative;
    background-color: #000;
    line-height: 0;
    margin-bottom:15px;
}
.imgdivleft img
{
    width:100%;
        height: 500px;
        -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    }
.imgdivleft span {
   position: absolute;
    bottom: 31px;
    left: 18px;
    right: 0;
    margin: 0 0px;
    /* text-align: center; */
    color: #ffffff;
    -moz-transition: color 0.3s;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    opacity: 0.9;
   
}

.imgdivleft:hover img {
    filter: alpha(opacity=80);
        opacity: 0.6;
}


 
    
    

.image_container {
    position: relative;
    background-color: #000;
    line-height: 0;
    margin-bottom:15px;
}
.image_container img 
{
    width:100%;
    height:243px;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.image_container span {
   position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    margin: 0 40px;
    text-align: center;   
    color: #ffffff;    
    -moz-transition: color 0.3s;   
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    opacity: 0.9;
   
}
.image_container span::before, .image_container span::after {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    height: 2px;
    margin-top:18px;
    background: rgba(255,255,255, 0.9);
    content: '';
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
}
.image_container:hover img {
    filter: alpha(opacity=80);
       opacity: 0.6;
}
.image_container:hover span, .image_container:focus span {
    color: #ffffff;
    opacity: 1;
}
.image_container:hover span::before, .image_container:focus span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.image_container:hover span::before, .image_container:hover span::after, .image_container:focus span::before, .image_container:focus span::after {
    background: rgba(255,255,255, 0.6);
        margin-top: 0;
}

.image_container span::before {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    transform: translateY(-40px);
}
.image_container:hover span::after, .image_container:focus span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*-------images hover effect--/////close--------*/

.link_homeabout
{
      font-size: 13px;
    text-transform: lowercase;
    font-weight: 600;
    padding-left: 10px;
        color: #075ea9;  
    }
.textpcaps
{
      font-size: 16px;
    /* text-transform: uppercase; */
    margin-bottom: 35px;
    color: #6d6d6d;
    /* font-weight: 600; */
    
    }   
.headingdiv
{
        font-size: 17px;
    font-weight: 800;
    border-top: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
    padding: 10px 0;
    text-transform: uppercase;
    }  
.taglinep
{
      font-family: suns-serif;
    font-style: italic;
    font-size: 17px;  
    }  
.padding5pxleftright
{
    padding-left:5px;
    padding-right:5px;
    }  
.marginbottomgapdiv           
{
    margin-bottom:10px;
    }
.footerdiv
{
     margin-top: 25px;
    border-top: solid 1px #000000;
    background-color: #000000;
    padding: 28px 0 20px;
    }   
.headingfooter
{
      padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-top: 0;
    }  
.footdiv li
{
    list-style:none;
    font-size:15px;
    }
.footdiv li a
{
    color:#dedede;
    }   
.bgremove_rightfoot
{
    border-right:none !important;
    }     
.list_footerdiv
{
    border-right: #ddd solid 1px;
    min-height: 210px;
    width: 20%;
    }  
.list_footerdiv p
{
   color:#dedede;  
    }
.left15pd
{
    padding-left:15px;
    }
.linksocial li
{
    margin-bottom:5px;
    } 
.linksocial li i
{
    margin-right:5px;
    }            
.copyrightdiv
{
    background-color:#000;
        padding-top: 15px;
    }   
.copyrightdiv p
{
    font-size:12px;
    color:#fff;
    } 
.captionimgbanner
{
    position: absolute;
    left: 10%;
    z-index: 99;
    bottom: 122px;
    }  
.captionimgbanner h1
{
        font-weight: 800;
    color: #fff;
    font-size: 37px;
    text-shadow: #000 1px 1px 10px;
    -webkit-text-shadow: #000 1px 1px 10px;
    -moz-text-shadow: #000 1px 1px 10px;
    -o-text-shadow: #000 1px 1px 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
    }       
.captionimgbanner p
{
   color: #fff;
    font-size: 19px;
    /* font-weight: 700; */
    text-shadow: #000 1px 1px 10px;
    -webkit-text-shadow: #000 1px 1px 10px;
    -moz-text-shadow: #000 1px 1px 10px;
    -o-text-shadow: #000 1px 1px 10px;
    }   
.logodiv
{
       /* position: absolute; */
    /* top: 0; */
    /* background-color: rgba(255, 255, 255, 0.71); */
    /* float: left; */
    /* width: 17%; */
    padding: 0px 0px;
    }  
.logodivinner
{
     
    padding: 0px 0px;
    }    
.mobviewdiv       
{
        /* width: 100%; */
    }
.aboutimg img
{
    width:100%;
    height:550px;
    }  
.aboutmaindiv
{
        padding: 70px 0 15px;
    }  
.aboutcontantdiv h1
{
   margin-top:0;
       font-weight: 600; 
    }  
.contactdivmain
{
     
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 0px 15px 25px;
    margin-bottom: 25px; 
    }   
.contactdivmain h3
{
  border-bottom: #ddd solid 1px;
    padding-bottom: 10px;
    margin-bottom: 15px; 
    text-align: center;
    }  
    
.contactdivmain p
{
  font-size: 12px;  
  text-align: center;
  margin-bottom:45px;
    }   
    
.populer-heading {
    border-top: 1px solid #d6d6d6;
    margin: 0px 20px 20px !important;
}   
.populer-div {
       color: #000000;
    padding: 0 32px;
    position: relative;
    top: -15px;
    font-size: 21px;
    line-height: 1.2;
    text-transform: uppercase;
    background: #ffffff;
    display: inline-block;
}   

/*-----light box-------*/

.column {
  /*float: left;
  width: 25%;
  margin-bottom:15px;
  text-align:center;*/

}
.e-carpetBox {
    float: left;
    margin: 0 25px 20px 0;
}
.e-carpetBox {
       width: 22.5%;
    text-align: center;
    /* border: #ddd solid 1px; */
    box-shadow: 0 0 10px #cecece;
}

/* The Modal (background) */
.modal {
     display: none;
    position: fixed;
    z-index: 1;
    padding-top: 15px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.79);
}

/* Modal Content */
.modal-content {
      position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 35%;
    box-shadow: none;
    border: none;
}

/* The Close Button */
.close {
  color: #000;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  opacity: 1; 
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
      cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.28);
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.p-imageHolder {
       position: relative;
    height: 360px;
    width: 100%;
    overflow: hidden !important;
}
.p-imageHolder2 {
        /* position: absolute; */
    /* right: 50%; */
    /* bottom: 0; */
    /* height: 100%; */
}
.p-image {
       /* position: relative; */
    /* right: -50%; */
    /* bottom: 0; */
}
/*----light box close--------*/ 
.eventsdiv h3
{
    font-size:20px;
    }  
.eventsdiv h5
{
        font-size: 12px;
    line-height: 16px;
    color: #363636;
    }   
.eventsdiv p
{
    font-size:13px;
    }    
.eventsdiv1
{
    border: #ddd solid 1px;
    margin-bottom: 15px;
        min-height: 500px;

    }   
.padding0leftright
{
    padding-left:0;
    padding-right:0;
    } 
    
.p-image {
    background:rgba(0, 0, 0, 0);
}
.p-image img {
       opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    height: 360px;
}
.hover-div {
       position: absolute;
    top: 0px;
    padding: 150px 22px;
    color: #fff;
    opacity: 0;
    font-size: 35px;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.15);
    margin: 0;
    height: 100%;
    cursor:pointer;
}
.p-image:hover img {
    opacity: 1;
}
.p-image:hover .hover-div {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
} 
.p-info
{
    background-color: #3764ac;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 4px 0;
    }
.imgcontant_tagdiv {
        margin: 8px 30px 24px 0;
    float: left;
    width: 40%;
    
    /* box-shadow: 3px 6px 10px #b3b3b3; */
    /* -webkit-box-shadow: 3px 6px 10px #b3b3b3; */
    -moz-box-shadow: 3px 6px 10px #b3b3b3;
    -o-box-shadow: 3px 6px 10px #b3b3b3;
}  

.frame  
{
    height: 150px; 
    width: 100%; 
    overflow: hidden; 
    } 
.zoomin img  
{
    height: 150px; 
    width: 100%; 
    -webkit-transition: all 3s ease-in; 
    -moz-transition: all 3s ease-in; 
    -ms-transition: all 3s ease-in; 
    transition: all 3s ease-in; } 
.zoomin img:hover  
{
    width: 200px; 
    height: 200px; } 
.mobnewarrival{padding:0 !important;}    

@media screen and (max-width:1200px)
{
    .e-carpetBox {
    width: 21.5%;}
    }

@media only screen and (min-width:500px) and (max-width:997px)
{
.logodivinner a img {
    width: 100%;
}    
.list_footerdiv {
    width: 33%;}    
.mobviewdiv
{
    margin-top:0px; 
    }
.headerinner {
   padding-bottom: 5px;
    
}    
    
.topnavlist li {
    padding: 0 2px;
    }    
.headertop {
   padding-top: 5px;
padding-bottom: 0;
background-color: rgba(255, 255, 255, 0.59);
width: 100%;
z-index: 99;
    }  
.logodiv {
    position: relative;
    top: 0px;
   float: left;
    width: 23%;
    padding: 0px;
} 
.logodivinner {
    position: relative;
    top: 5px;
    /*width: 18%;*/
    padding: 0px;
}  
.headertopinner {
   padding-top: 5px;
padding-bottom: 0;
background-color: rgba(255, 255, 255, 0.59);

    }    
.mobnewarrival
{
    text-align: center;
margin-top: 15px;
    }  
.eventsdiv1 {
    min-height: 535px;}      
 
 .e-carpetBox {
    width: 45.5%;}
.mob0paddinggap         
{
    padding-left:0;
    padding-right:0;
    }
.imgcontant_tagdiv {
        margin: 8px 30px 24px 0;
    float: left;
    width: 40%;
    }    
    }    
          
@media only screen and (min-width:257px) and (max-width:499px)
{
.e-carpetBox {
    width: 100%;
}   
.prev, .next {
    padding: 2px;
}
.populer-heading {
    margin: 0px 0px 20px !important;
    }
.populer-div {
    padding: 0 5px;}    
.imgdivleft span {
    left: 10px;
    font-size: 23px;}
.imgdivleft img {
    height: 265px;}
.list_footerdiv {
    border-right: none;
    min-height:auto;
    margin-bottom:15px;
    width: 100%;
}    
    
.mob0paddinggap         
{
    padding-left:0;
    padding-right:0;
    }    
.mobviewdiv
{
    margin-top: -40px; 
    }
.topnavlist li {
    padding: 0 2px;
    }    
.headertop {
   padding-top: 5px;
padding-bottom: 0;
background-color: rgba(255, 255, 255, 0.59);
width: 100%;
z-index: 99;
    }  
.logodiv {
    position: relative;
    top: 0px;
    float: left;
    width: 45%;
    padding: 0px;
}  
.logodivinner {
    position: relative;
    top: 0px;
     /* width: 45%;*/
    padding: 0px;
}  
.headerinner {
    padding-bottom: 0;}
.headertopinner {
   padding-top: 5px;
padding-bottom: 0;
background-color: rgba(255, 255, 255, 0.59);

    }    
.mobnewarrival
{
    text-align: center;
margin-top: 15px;
    
    } 
.imgcontant_tagdiv {
        margin: 8px 30px 24px 0;
    float: left;
    width: 100%;
    }       
    }       
        