/*common css*/
* {
    margin: 0; padding:0 ;
}
body{
    font-family: 'Titillium Web', sans-serif;
    background:#211d1e;
}
a{ text-decoration: none;  transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease; }
ul{
    list-style: none;
}
header{
    background:#211d1e;
}
.menu{
    background:#1d92c6;
    padding: 0;
    margin: 0;
}
.white1{
    margin:0 -10px;
}
.white{
    background: #fff;
    padding: 20px;
}
.text-center{
    text-align: center;
}
.fa-check-circle{
    padding-right: 20px;
    color:#fff;
}
.q1{
    margin-top:20px;
    border-bottom: 1px solid #fff;
    width: 100%;
}
.q1 li a{
    color:#fff !important;
    font-size:14px;
    text-transform: uppercase;
    transition: 0.5s ease;
    letter-spacing: 1px;
	font-weight:600;
}
.q1 li a:hover {
    background:#fff !important;
    padding-left:0px;
    color:#000 !important;
    transition: 0.5s ease;
    
}
.foot{
    margin-top:30px;
}
.foot i{
    color:#fff;
    padding-right: 20px;
}
.foot{
    color:#fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    background: #1d92c6;
}



.address p {
    padding-bottom: 10px;
}
.foot p {
    color: #fff;
    font-size: 14px;
    padding-left: 40px;
    position: relative;
    letter-spacing: 0.6px;
    line-height: 25px;
}
.address p b {
    font-size: 18px;
    font-weight: 400;
}
.foot p i {
    position: absolute;
    left: 12px;
    top: 2px;
    color: #fff;
    font-size: 18px;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
     border: none; 
}
.read_more {
    background: #ffffff;
    color: #000000;
    padding: 8px 15px;
    float: right;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 600;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.5s ease;
}
.read_more:hover{
    transition:0.5s ease;
    text-decoration: none;
}
.welcome h3 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
}
.main{
    margin-top: 15px;
}














.col-item
{
    border-radius: 5px;
    background: #FFF;
}
.col-item .photo img
{
    margin: 0 auto;
    width: 100%;
}

.col-item .info
{
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}

.col-item:hover .info {
    background-color: #F5F5DC;
}
.col-item .price
{
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}

.col-item .price h5
{
    line-height: 20px;
    margin: 0;
}

.price-text-color
{
    color: #219FD1;
}

.col-item .info .rating
{
    color: #777;
}

.col-item .rating
{
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator
{
    border-top: 1px solid #E1E1E1;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
    width: 50%;
    float: left;
    padding-left: 10px;
}
.controls
{
    margin-top: 20px;
}
[data-slide="prev"]
{
    margin-right: 10px;
}


.carousel {
    position: relative;
    background: #fff;
    padding: 40px;
    margin-top: 30px;
}
.thumbnail img {
    border: 10px solid #1d92c6;
}
.z1 img{
    margin-top: 20px;
}

.x1 {
    position: absolute;
    left: 20px;
    top: -323px;
}
.x2{
    position: absolute;
    right: 20px;
    top: -323px;
}
.btn-success {
    color: #fff;
    background-color: #211d1e;
    border-color: #211d1e;
    padding: 10px 7px 10px 7px;
    /* border-radius: 25%; */
}


.broc{
    background: #fff;
    text-align: center;
    padding: 30px;
    transition:all 0.6s ease;
    border: 2px solid #fff !important;
}
.broc i{
    font-size: 40px;
    color: #000;
}
.broc h3 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}
.broc a{
    text-decoration: none;
}

.broc:hover{
    background: #211d1e;
    transition: all 0.6s ease;
    border:5px solid #1990c5;
    text-decoration: none;
}
.broc:hover {
    background: #1d92c6;
    color: #1990c5;
    border: 2px solid #1990c5;
    transition: all 0.5s ease-in;
}
.e1:hover{
    text-decoration: none;
    padding: 0;
    margin: 0;
}
.head h3{
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-top: 50px !important;
    font-size:36px;
}



.bannerhome .carousel-control.left {
    background: none;
    top: 86%;
    color: #fff;
    background: #211d1e;
    width: 25px;
    height: 40px;
    left: 49%;
    line-height: 40px;
    opacity: 1;
}
.bannerhome .carousel-control.right {
    background: none;
    top: 86%;
    left: 53%;
    color: #fff;
    background: #211d1e;
    width: 25px;
    height: 40px;
    opacity: 1;
    line-height: 40px;
}
.q11{
    background: none;
    padding: 0;
}
.para1{
    margin-top:20px;
}
.para1 p{
    text-align: justify;
    font-size:15px;
    color:#fff;
    letter-spacing: 1px;
    line-height: 25px;
    
}


.footer{
    text-align: center;
    background:#1d92c6;
    padding: 20px;
}
.copyright p{
    color:#fff;
    font-size:15px;
    letter-spacing: 1px;
    
}
.copyright p a{
    color:#000;
    text-decoration: none;
    transition: all 0.5s ease-in;
	font-weight:600;
}
.copyright p a:hover{
    color:#fff;
    text-decoration: none;
    transition: all 0.5s ease-in;
}


.welcome1 {
    background: #ffffff;
    margin-top: 20px;
}
.welcome1 h3{
    color:#000;
    padding:10px 0px 10px 20px;
    text-transform: uppercase;
	letter-spacing: 1px;
}

.img{
    padding:10px;
    background: #fff;
    margin-top: 10px;
}

.para2{
    background: #fff;
    padding: 15px;
    margin-top: 30px;
}
.para2 p {
    color: #000;
	font-weight:600;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 30px;
}
.z2 img {
    margin-top: 20px;
    border: 10px solid #fff;
}


.about{
    margin-bottom: 40px;
}
.category h5 {
    background: #ffffff;
    color: #000;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.category ul li {
    border-bottom: 1px solid #fff;
    padding: 8px;
}
.category ul li a{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease-in;
	font-weight: 600;
}
.category ul li a:hover{
    color:#000;
    transition: all 0.5s ease-in;
}

.foot1 {
    color: #fff;
}

.foot1 p {
    color: #fff;
    font-size: 14px;
    padding-left: 40px;
    position: relative;
    letter-spacing: 0.6px;
    line-height: 25px;
}
.foot1 p i {
    position: absolute;
    left: 12px;
    top: 2px;
    color: #1b93c8;
    font-size: 18px;
}
.contact12{
    margin-top:30px;
    margin-bottom: 30px;
}
.form input {
    background: transparent;
    border: 1px solid #000;
    padding: 15px 20px 15px 10px;
    margin-top: 15px;
    width: 100%;
    color:#000;
}
.form textarea {
    background: transparent;
    border: 1px solid #000000;
    padding: 15px 20px 15px 10px;
    margin-top: 15px;
    width: 100%;
    color: #000000;
    height: 90px;
    margin-bottom: 20px;
}

.read_more1 {
    background: #000000;
    color: #ffffff;
    padding: 13px 30px;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.5s ease;
}
.read_more1:hover{
    transition:0.5s ease;
    text-decoration: none;
    color:#fff;
}

.a1{
    margin-top:15px;
    margin-bottom: 15px;
}

.f4 {
    font-size: 18px;
    line-height: 40px;
    color: #1d92c6;
    letter-spacing: 1px;
}
.f5 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 600;
}
.f6 li {
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
}
.g1{
    background:#fff;
    padding: 15px;
    margin-top:20px;
}
.read12 a {
    background: #f7ffff;
    color: #000000;
    /* border-radius: 20px; */
    padding: 11px 24px;
    float: right;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 600;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: 15px;
    font-size: 17px;
}
.read12 a:hover {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #000000;
    color: #fff;
}
.f6 i {
    color: #000;
    padding-right: 10px;
}


.e11{
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-top:20px;

}
.read122 a {
    background: #2d292a;
    color: #ffffff;
    /* border-radius: 20px; */
    padding: 11px 24px;
    float: right;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 600;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: 15px;
    font-size: 17px;
}
.read122 a:hover {
    background: #fff;
    color:#000;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    
}
.address p a{
    color:#fff;
    text-decoration: none;
}

.vbr{
    font-size: 14px;
    font-weight: 600;
    color: #1d92c6;
    text-decoration: none;
}
.white a{
    text-decoration: none;
}
.iso h4{
    color: #000;
    line-height: 30px;
    background: #fff;
    font-weight: 700;
    padding: 20px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.read122  input[type="submit"] {
	    background: #2d292a;
    color: #ffffff;
    /* border-radius: 20px; */
    padding: 11px 24px;
    float: right;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 600;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  /*  margin-left: 15px;*/
    font-size: 17px;
}

.tp-btn-theme{
	margin-top: 5px;
padding: 15px 25px;
	font-size: 16px;
	font-weight: 600;
}