/* #525252; */
/* start global  */

body{
    padding: 0px;
    margin: 0px;
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
}
*{
    padding: 0px;
    margin: 0px;
    transition: all 0.2s ease-in-out
}
h1,h2,h3,h4,h5,h6{
    font-family: Poppins-Regular;
    font-weight: 700;
}
 section{
    padding: 50px 0px;
} 
.overlay{
    background-color: rgba(0,0,0,0.8);
    padding: 50px 0px;
}
/* end global */
/* start header */
header{
    position: fixed;
    z-index: 99;
    width: 100%;
    background:rgba(82, 82, 82, 0.6);
}
header img{
    margin-left: 5px
}
header.scrolled {
    background:#fff;
    top: 0px;
    box-shadow: 0px 4px 15px rgba(66, 66, 66, 0.4);
     }
header .collapse .navbar-nav .nav-item .nav-link,
header .collapse .navbar-nav .active .nav-link,
header .collapse .navbar-nav .nav-item .dropdown-toggle
{
    color: #fab6af;
    font-weight: 900;
    border-bottom: 3px solid rgba(0,0,0,0.0);
}
header .notifacationDDL .dropdown-toggle::after{
    display: none;
    width: 0;
    height: 0;
    margin-left: 0;
    vertical-align: 0;
    content:none;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}
header .notifacationDDL .dropdown-toggle span{
    color: white;
    font-size: 12px;
    background: red;
    padding: 1px 5px;
    border-radius: 4px;
    position: relative;
    top: -12px;
    left: -9px;
    box-shadow: 0px 0px 5px #464646;
}
header .notifacationDDL .dropdown-menu{
    left: -182px;
    font-size: 12px;
    width: 284px;
    top: 38px;
    overflow: auto;
    scroll-behavior: auto;
    height: 261px;

}
header .notifacationDDL .dropdown-menu .dropdown-item{
    border-bottom: 1px solid #bcbaba;
    padding-bottom: 0px;
}
header .notifacationDDL .dropdown-menu .read{
    background-color: rgba(171, 71, 63, 0.88);}
header .notifacationDDL .dropdown-menu .dropdown-item:last-child{
    border-bottom: none;
    color: #1f6ef9;
    text-decoration: underline;
    cursor: pointer;
    }
header .collapse .navbar-nav .nav-item .nav-link:hover,
header .collapse .navbar-nav .active .nav-link:hover,
header .collapse .navbar-nav .nav-item .dropdown-toggle:hover{
    color: #fab6af;
    border-bottom: 3px solid #fab6af;
}
header .form-inline .notifacationBtn{
    background: none;
    border: none;
    color: #fab6af;
    font-size: 20px;
    cursor: pointer;
}
header .form-inline .notifacationBtn:focus{
    border: none;
    outline: none;
    box-shadow: none
}
.form-inline .butn{
    background-color: rgba(0,0,0,0.0);
    border-color: rgba(0,0,0,0.0);
    margin-right: 8px;
    color: #fab6af;
    padding: 7px 10px;
    border-radius: 5px;
}
.form-inline .butn:hover{
    background-color: #fab6af;
    border: 1px solid;
    border-color: #fab6af;
    outline: none
}
.form-inline .butnser:hover{
    color: #fff;
}
.form-inline .butn:focus{
    outline: none

}
.form-inline .dropdown-toggle{
    color: #fab6af;
    border-color: rgba(0,0,0,0.0);
}
.form-inline .dropdown-toggle:hover{
    background-color: rgba(0, 0, 0, 0);
}
header .collapse .navbar-nav .dropdown .dropdown-menu,
.form-inline .dropdown-menu{
    background: rgba(82, 82, 82, 0.6);
    border: none;
    margin-top: 28px;
}
header .scrolled {
    background:#fff !important;
}
header .collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item,
.form-inline .dropdown-menu .dropdown-item
{
    color: #fab6af;

}
header .collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover,
.form-inline .dropdown-menu .dropdown-item:hover
{
    background: rgba(82, 82, 82, 0.8);
}
header .collapse ul{
    margin-left: 11%
}
header .collapse ul li{margin-right: 20px;}
/* end header */

/* start carousel */
.bd-example .carousel-item{
    height: 675px;
/*     background: url('31.jpeg') no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
}
.bd-example .carousel-control-prev-icon,.bd-example .carousel-control-next-icon {
    background-color: #fab6af;
    background-size: 70% 70%;
    padding: 20px;
    border-radius: 6px;
} 

.bd-example .carousel-caption h5,
.bd-example .carousel-caption p{
    font-family: Poppins-Bold;
    font-size: 60px;
    line-height: 1.1;
    text-transform: uppercase;
}
.bd-example .carousel-caption p{
    font-size: 30px;

}
.bd-example .carousel-caption1 {
    bottom: 61%;
    left: -20%;
}
.bd-example .carousel-caption1 h5 span{
    color: #fab6af;
}
.bd-example .carousel-caption2 {
    bottom: 52%;
    left: -39%;
}
.bd-example .carousel-caption2 h5,
.bd-example .carousel-caption2 p{
    color: #fff !important;
}

.bd-example .carousel-caption3 h5,
.bd-example .carousel-caption3 p
{
    color: #eee !important;
}
.bd-example .carousel-caption2 .btn-default,
.about .btn-default
{
    background-color: #fab6af;
    border-radius: 10px;
    font-family: Poppins-Bold;
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    text-transform: uppercase;
}
.bd-example .carousel-caption3 {
    bottom: 61%;
    left: 52%;
}
.bd-example .carousel-indicators li{
    background-color: rgba(250, 182, 175, 0.62);
}
.bd-example .carousel-indicators .active{
    background-color: #fab6af;

}
.top-header
{
    background:#525252;
    width: 100%;
    height: 30px; 
    color: white;
    font-size: 15px;
    line-height: 1.5;

}
.top-header ul{
    float: right;
}
.top-header ul li{display: inline;}
.top-header ul li a{
    color: white;
    font-size: 15px;
    line-height: 2;
    border-right: 1px solid;
    padding-right: 5px;
}
.top-header .col-6{
    padding-left: -15px;
    padding-right: -15px;
    line-height: 2;
}
.top-header .row{
    margin-left: 0px;
    margin-right: 0px;
}
/* end carousel */
/* start about us */
.about p{
    color: gray;
    text-indent: 25px;
    line-height: 1.7;
    font-family: auto;
}
.about h2 a{
    color: #fab6af
}
.about h2 a:hover{
    text-decoration: none
}
.about .aboutUs{
    padding: 0px 0px;
}
/* end about us */
/* start products */
.products{
    background: url('../imgs/worksIMGS/2.jpeg') no-repeat top left fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0;
}
.products .ourProducts{
background: rgba(30, 30, 30, 0.46);
padding-bottom: 70px;
min-height: 451px;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.products .ourProducts ul{
    padding: 70px 0px 28px 0px;
    color: white;
    font-size: 16px;
    font-family: auto;
    font-weight: bold;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.products .ourProducts ul li{
    width: auto;
    display: inline-block;
    text-align: center;
    margin: 0px 5px;
    border-bottom: 1px solid #fff0;
    padding: 5px;

}
.products .ourProducts ul .activeLi{
    border-bottom: 1px solid white;
}
.products .ourProducts ul li:hover{
  color:#dedbdb;
  cursor: pointer;

}
.relatedProds .product img,
.products .product img{
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.4);
 
}
.relatedProds .product,
.products .product{
    margin: 17px 45px;
}
.products .add-prod{
    background: none;
border: none;
padding: 40px 30px;
} 
.products .add-prod .card-body a{
    display: inline-block;
    background: none;
    border: 13px solid #dddddd;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    cursor: pointer;

}
.products .add-prod .card-body a i{
    color: #dddddd;
    float: right;
    position: relative;
    top: -24px;
    font-size: 150px;
    /* line-height: 1.5; */
    padding: 36px 23px;
    text-shadow: 7px 7px 15px grey;
}

.relatedProds .product .shadow,
.products .product .shadow{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(29%, rgba(255,255,255,0.01)), color-stop(30%, rgba(0,0,0,0.01)), color-stop(33%, rgba(0,0,0,0.01)), color-stop(62%, rgba(0,0,0,0.17)), color-stop(68%, rgba(0,0,0,0.24)), color-stop(90%, rgba(0,0,0,0.62)), color-stop(100%, rgba(0,0,0,0.73)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 29%, rgba(0,0,0,0.01) 30%, rgba(0,0,0,0.01) 33%, rgba(0,0,0,0.17) 62%, rgba(0,0,0,0.24) 68%, rgba(0,0,0,0.62) 90%, rgba(0,0,0,0.73) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 29%, rgba(0,0,0,0.01) 30%, rgba(0,0,0,0.01) 33%, rgba(0,0,0,0.17) 62%, rgba(0,0,0,0.24) 68%, rgba(0,0,0,0.62) 90%, rgba(0,0,0,0.73) 100%);
    border-radius: 5px;
    bottom: 0px;
    left: 15px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 271px
}
.relatedProds .product .title,
.products .product .title,
.products .product h3{
    font-size: 15px;
    color: black;
    font-family: -webkit-pictograph;
  
}
.products .filter{
    float: right;
    color: white;
    position: relative;
    top: 61px;
}
.products .filter button{
    background-color: rgba(255, 255, 255, 0.24);
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    font-size: 19px;
    font-family: initial;
    margin: 0px 8px;
    font-weight: bold;
    cursor: pointer;
    padding: 1px 11px;

}
.products .ourProducts .filterDiv,.products .ourProducts .searchDiv{
    float: right;
    display: none;
}
.products .ourProducts .filterDiv{
    position: relative;
    top: 105px;
    left: 234px;
}
.products .ourProducts .filterDiv ul li{
    margin: 0px 8px;
}
.products .ourProducts .filterDiv ul{
    padding: 0px 0px;
}
.products .ourProducts .searchDiv{
    position: relative;
    top: 102px;
    width: 450px;
    right: -200px;
}
.products .ourProducts .searchDiv input{
    background-color: rgba(240, 248, 255, 0.76);
    color: white;
    padding-left: 47px;
    border: none;
}
.products .ourProducts .searchDiv button{
    position: relative;
    top: -38px;
    background: white;
    border: none;
    font-size: 22px;
    left: 1px;
    color: gray;
    padding: 2px 8px;
    border-radius: 2px
}
.products .filter .filterDiv > div{
    float: left;
}
.imgDiv{
    height: 190px;
    overflow: hidden;
}
.relatedProds .product .card-body i,
.products .product .card-body i{
    color: #dddddd;
    float: right;
    position: relative;
    top: -24px;
    font-size: 15px;
}
.relatedProds .product .card-body .fa-heart:hover,
.products .product .card-body .fa-heart:hover{
color: #fab6af
}
.relatedProds .product .card-body .fa-star:hover,
.products .product .card-body .fa-star:hover{
    color: goldenrod
}
.relatedProds .product .card-body .rated,
.products .product .card-body .rated{
    color: goldenrod
}
.relatedProds .product .card-body .liked,
.products .product .card-body .liked{
    color: #fab6af
}
.relatedProds .product .salary,
.products .product .salary{
    position: absolute;
    background: #fab6af;
    padding: 5px 25px;
    border-radius: 5px;
    transform: rotate(30deg);
    top: 13px;
    right: -17px;
    color: white;
    font-size: 30px;
    font-weight: 900;
    box-shadow: 3px 6px 10px grey;
}
.relatedProds .product .card-body .user,
.products .product .card-body .user{
    color: #404040;
    font-size: 20px;
    font-family: auto;
}
.relatedProds .product .card-body .prod,
.products .product .card-body .prod{
    color: darkgray;
    font-size: 16px;
}
.relatedProds .product .description,
.products .product .description{
    font-size: 11px;
    text-align: center;
    font-family: -webkit-pictograph;
  
}
.relatedProds .product .des,
.products .product .des{
    position: absolute;
    left: 55px;
    bottom: 15px;
}
/* end products */

/* start sponsors */
.sponsors{
    background: #dad6d6;
}
.feedback h3,.sponsors h2{
    color: gray;
    text-transform: uppercase;
    padding: 10px 0;
    margin-bottom: 28px;}
/* end sponsors */
/* start feed back */
  .swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 125px;
  }
  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
  }
  .swiper-slide .imgBx{
      width: 100%;
      height: 300px;
      overflow: hidden;
  }
  .swiper-slide .imgBx img{
    width: 100%;

  }
  .swiper-slide .details{
      box-sizing: border-box;
      font-size: 20px;
      padding: 20px;
  }
  .swiper-slide .details p{
      text-align: center;
      color: #444342;
      font-family: -webkit-body;
      font-size: large;
  }
  .swiper-pagination-bullet-active{
      background: #fab6af !important;
  }
/* end feed back */
/* start footer */
footer{
    padding: 50px 0px;
    background-color: #525252;
    color: white;
    font-family: -webkit-body;
}
footer ul{
    list-style: none;
}
 footer ul li a{
    line-height: 2.5;
} 
footer ul li a:hover{
    text-decoration: none;
    color: #fab6af
}
 footer .stext-107{
    color: #a3a1a1;
    font-family: -webkit-body;

} 
footer .p-t-27 a{
    color: gray;
    font-size: 18px;
    margin-right: 10px;
}
footer .p-t-27 a:hover{
    text-decoration: none;
    color: #fab6af
}
footer form input{
    background-color: #f0f8ff00;
    border: none;
    border-bottom: 1px solid gray;
    margin: 14px 0px;
    width: 250px;
}
footer .cl6{
    margin: 20px 0px 0px 0px;
}
footer form input:focus{
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid gray;

}
footer form button{
    background-color: #f9b5ae;
    border: none;
    padding: 8px 20px;
    color: white;
    font-size: 17px;
    border-radius: 18px;
    margin: 10px 0px;
}
footer .p-t-40{
    text-align: center;
}
footer .p-t-40 a{
    margin-right: 10px
}
/* end footer */


/* start search modal */
.searchModal .modal-content{
    background-color: rgba(0,0,0,0.0);
    border: none;

}
.searchModal .modal-header{
    border-bottom: none
}
.modal-open .searchModal{
    background: rgba(255, 255, 255, 0.61);
}
.searchModal .modal-header .close{
    color: gray;
    font-size: 100px;
    position: relative;
    top: -13px;
}
.searchModal .modal-header .close:hover{
    color: #fab6af
}
.searchModal .modal-header .close:focus{
    border: none;
    box-shadow: none;
    outline: none
}
.searchModal{
    left: -251px;
}
.searchModal .modal-body .form-group input{
    width: 600px;
    height: 70px;
    padding-left: 65px;
    font-size: 30px;
    color: gray;
}
.searchModal .modal-body .form-group button{
    background: #fff;
    border: none;
    position: absolute;
    top: 20px;
    font-size: 41px;
    left: 29px;
    color: gray;
}
.searchModal .modal-body .form-group button:hover{
    color:#fab6af;
}
.searchModal .modal-body .form-group .form-control:focus{
    outline: none;
    box-shadow: none;
    border: none
}
.searchModal .modal-dialog{
    top: 25%;
}
/* end search modal */
/* start product detail modal */
.bd-example-modal-xl{
  top: 60px;  
}
.bd-example-modal-xl .modal-dialog .modal-content{
    width: 900px;
    left: -200px;
    padding: 0px 30px;
}
.bd-example-modal-xl .modal-content .modal-body{
padding: 50px 0px;
}
.profile img,
.ProductDetails .productDetail .container .row .col-6 img,
.addProduct .productForm .container .row .col-6 img,
.bd-example-modal-xl .modal-content .modal-body .imgProd img{
    border: 5px solid #eee;
    box-shadow: 2px 2px 13px grey;
}
.bd-example-modal-xl .modal-content .modal-body .prodDetail{
    padding: 0px 0px 0px 15px;
}
.bd-example-modal-xl .modal-content .modal-body .prodDetail h3{
    display: inline-block;
    color: gray;
    font-family: inherit;
    padding: 0px 5px;
}
.bd-example-modal-xl .modal-content .modal-body .prodDetail h3 span{
    font-size: 15px;
    display: block;
    padding: 0px 15px;
    font-family: cursive;
}
.bd-example-modal-xl .modal-content .modal-body .btn-default{
    margin: 25px 0px 0px 324px;
    padding: 11px 100px;
    border-radius: 14px;
    background-color: #fab6af;
    color: white;
    font-family: fantasy;
    font-size: 22px;
    border: none
}
.bd-example-modal-xl .modal-content .modal-body .btn-default:focus{
    border: none;
    box-shadow: none;
    outline: none
}
.bd-example-modal-xl .modal-content .modal-body .prodDetail p{
    color: gray;
    font-family: Poppins-Regular;
}
.bd-example-modal-xl .modal-content .modal-body .prodDetail h2{
    font-size: 30px;
    color: gray;
}
.bd-example-modal-xl .modal-content .modal-body .prodDetail .sal{
    font-size: 30px;
    font-weight: bold; 
    color: #fab6af
}
.bd-example-modal-xl .modal-content .modal-body .prodDetail .likes a,
.bd-example-modal-xl .modal-content .modal-body .prodDetail .comments a{
    font-size: 11px;
    color: gray;
}
/* end product detail modal */
/* addProduct page */
.ProductDetails header,
.addProduct header{
    background-color: #fff;
    box-shadow: 0px 4px 15px rgba(66, 66, 66, 0.4);
}
.ProductDetails header .collapse .navbar-nav .dropdown .dropdown-menu,
.ProductDetails .form-inline .dropdown-menu,
.addProduct header .collapse .navbar-nav .dropdown .dropdown-menu,
.addProduct .form-inline .dropdown-menu
{
    background-color: #fff;
}
.ProductDetails section,
.addProduct section{
    padding: 150px 0px 50px 0px;

}
.ProductDetails .productDetail .container .row .col-6 img,
.addProduct .productForm .container .row .col-6 img{
    margin: 60px 0px
}
.addProduct .productForm .form-group .radio{
    margin: 5px 32px 0px 2px;
}
.addProduct .productForm .form-group .form-control:focus{
    border-color: #fab6af;
    box-shadow: 0px 0px 5px #fab6af;
    outline: #f9b5ae
}
.productForm h2{
    color: gray;
    border-bottom: 1px solid #d0d0d0;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-align: center;
}
/* profile page */
.profile .infoDiv{
    padding: 20px 0px 0px 0px;
}
.profile h3{
    color: gray;
    font-size: 20px;
    margin-bottom: 20px;
}
.profile h3 span{
    font-size: 15px;
    font-weight: lighter;
    color: #999898;
}
.profile p{
    color: gray;
    font-family: Poppins-Regular;
}
.profile p span{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
}
.profile img{
    margin-left: 138px;
}
.actions button,
.profile button{
    margin: 33px 0px 0px 0px;
    width: 300px;
    color: #fab6af;
    font-weight: bold;
    background: #f0f8ff00;
    border: 2px solid #fab6af;
    border-radius: 6px;
}
.actions button:hover,
.profile button:hover{
    background: #fab6af;
    color: #fff;
}
.actions button:focus,
.profile button:focus{
    outline: none;
    box-shadow: none;
}
/* product detail page */
.addProduct .actions{padding: 50px 0px}
.addProduct .relatedProds{padding: 50px 0px}
.prods img{
    margin-left: 0px; 
}
.prods .userImg{
    border: none;
    box-shadow: none
}
.prods span{
    color: gray;
    font-size: 20px;
    margin-left: 4px;
}
.prods .phone{
    border: 2px solid gray;
    padding: 7px 25px;
    position: absolute;
    top: 76px;
    left: 312px;
    transform: rotate(22deg);
    border-radius: 25px 5px 25px 5px;
    box-shadow: 0px 0px 8px gray;
}
.prods .info{
    margin-top: 20px  
}
.prods .info span{
    display: block;
    margin-top: 10px
}
.prods .info span:nth-child(2){
    background: gray;
    color: white;
    width: 100px;
    border-radius: 8px;
    margin-left: 41%;
}
.prods .info ul{
    text-align: left
}
.prods .info ul li span {
    display: inline;
    font-size: 11px
}
.actions h4,
.relatedProds h4{
    color: gray;
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c8c8c8;
}
.actions h4{
    border-bottom:none;
    margin-bottom: 0px; 
}
.action{
    border: 1px solid #c8c8c8;
    padding: 10px
}
.actions .action p{
    color: #636363;
    text-align: left;
    text-indent: 21px;
    line-height: 1.5;
}
.actions .action .media{
    text-align: left;
margin-left: 8%;
}
.actions .action .media textarea{
    margin-top: 20px;
    border-radius: 6px;
    resize: none;
    border-color: #b9b9b9;
    padding: 3px 0px 0px 10px;
}
.actions .action .media textarea:focus{
    border-color: #fab6af;
    box-shadow: 0px 0px 7px #fab6af;
    outline: none
}
.actions .action button{
    margin-top: 2px;
    margin-bottom: 30px;
}
.addProduct .products{background: none}
.addProduct .products .ourProducts{ background: none;}
.addProduct .products .ourProducts ul{color: gray}
.addProduct .products .ourProducts ul .activeLi{
    border-bottom: 1px solid gray
}
/* .addProduct .products .filter {

    top: 5px;
} */
.addProduct .products .filter button {
    background-color: rgba(97, 96, 96, 0.24);
    border: 1px solid gray;
    color: gray;
}


.addProduct .notes h4{
    color: gray;
    text-transform: capitalize;
    border-bottom: 1px solid #c0bbbb;
    padding: 0px 0px 10px 11px;
}
.addProduct .notes ul li:hover{background: none}
.addProduct .notes ul li a{
    color: gray;
    padding: 0px 0px 0px 31px;
    border-bottom: 1px solid #c0bbbb;
}
.addProduct .notes ul li a p{
    display: inline-block;
    margin-left: 3px
}
.addProduct .notes ul li a:hover{
    color: #fab6af;
}
.addProduct .notes ul li:last-child a:hover{
    color: darkblue;

}
/* contact page */
.addProduct  .contactUs .contactInfo h3,
.addProduct  .contactUs h3{
    color: gray;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: left;
    margin-left: 5px;
}
.addProduct  .contactUs form
{
    width: 90%;
    margin: 10px;
    text-align: center;
}
.addProduct  .contactUs form .btn-default:focus,
.addProduct  .contactUs form .form-control:focus{
    border-color: #fab6af;
    outline: #fab6af;
    box-shadow: 0px 0px 10px #fab6af;
}
.addProduct  .contactUs form .btn-default{
    background: #f0f8ff00;
    border: 2px solid #fab6af;
    color: #fab6af;
    width: 90%;
}
.addProduct  .contactUs form .form-group{
    margin-bottom: 28px;
}
.addProduct  .contactUs form .btn-default:hover{
    background: #fab6af;
    color: #fff;
}
.addProduct  .contactUs .contactInfo{
    color: gray;
    width: 90%;
}
.addProduct  .contactUs .contactInfo i{
    font-size: 31px;
    display: inline-block;
    color: #fab6af;
}
.addProduct  .contactUs .contactInfo h4,
.addProduct  .contactUs .contactInfo h2{
    color: #767676;
}
.addProduct  .contactUs .contactInfo p{
    font-family: -webkit-body;
    text-indent: 6px;
}
.addProduct  .contactUs .contactInfo .location{
    display: inline-block;
    margin-left: 18px;
    margin-top: -13px;
}
.addProduct  .contactUs .contactInfo .contact h6{
    color: #767676;
    font-weight: lighter;
}
.addProduct  .contactUs .contactInfo .contact span{
    color: gray;
    font-size: 14px
}

/* end contact */
/* start FAQ */
.addProduct .FaqSec{
    text-align: center;
    padding-left: 15%;
}
.addProduct .FaqSec .accordion .card .card-header{
    height: 45px;
    background:  #535353;;
    border-radius: 10px;
}
.addProduct .FaqSec .accordion .card .card-header:hover{
    background: gray;
}
.addProduct .FaqSec .card-header h2{
    margin-top: -10px;
}
.addProduct .FaqSec .card-header h2 button{
    color: #FFF;
    font-weight: bold;
}
.addProduct .FaqSec .card-header h2 button:focus,
.addProduct .FaqSec .card-header h2 button:hover{
    text-decoration: none
}
.addProduct .FaqSec .card{
    border: none;
    margin-bottom: 3px;
}
.addProduct .FaqSec .card .card-body{
    color: gray
}
/* end FAQ */
/* start about */
.addProduct .box {
    position:relative;
    width: 80%;
    margin-bottom: 27px;
}
.addProduct .box .pic {
    position:relative;
    z-index:1;
    transform-origin:95% 50% 0;
    transition:all 0.5s ease 0s;
}
.addProduct .box .pic:after {
        content:"";
        position:absolute;
        top:50%;
        left:95%;
        width:8px;
        height:8px;
        border-radius:50%;
        background:#eee;
        margin:-4px 0 0 -4px;
}
.addProduct .box:hover .pic {
    transform:rotate(-140deg);
}
.addProduct .box .pic img {
    width:100%;
    height:auto;
    border-radius:50%;
    border:4px solid white;
}
.addProduct .box .content {
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    border-radius:50%;
    padding:70px 20px;
    background:#eee;
        
}
.addProduct .box .ti {
    text-align:center;
    margin-bottom:5%;
    text-transform:uppercase;
}
.addProduct .box .ti a {
        color:white;
        transition:all 0.3s ease 0s;
}
.addProduct .box .ti a:hover {
            color:#333;
}
.addProduct .box .desc {
    color:white;
    text-align:center;
    text-transform:uppercase;
}
.addProduct .box-bg {
    margin-left: 48px;
}
.addProduct #lastrow {
    margin-left: 48px;
}
.addProduct .imgback{
    color: gray;
    font-family: cursive;
}
.addProduct .ourTeam h3,
.addProduct .imgback h2{
    border-bottom: 1px solid silver;
    padding-left: 14px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: gray
}

.addProduct .ourTeam h3{margin-bottom: 63px;}
.addProduct .imgback h5{
    color: #727171;
    padding-top: 14px;
}
.addProduct .imgback p{
    text-indent: 6px;
    line-height: 1.5;
    padding-bottom: 25px;
}
.addProduct .imgback .carousel{
    border: 7px solid #eee;
    box-shadow: 0px 0px 10px grey;
    height: 358px;
    overflow: hidden;
}
.addProduct .ourTeam{
    padding: 50px 0px;
}
.addProduct .ourTeam .box .content .memberName a{
    color: #fab6af;
    font-size: 34px;
    text-transform: capitalize;
    text-shadow: 2px 5px 6px grey;
}
.addProduct .ourTeam .box .content .memberName a:hover{
    text-decoration: none;
    cursor: pointer;
}
.addProduct .ourTeam .box .content .position{
    font-size: 25px;
    color: gray;
    text-transform: capitalize;
    font-family: -webkit-pictograph;
}
.addProduct .ourTeam .box .content ul{margin-top: 12px;}
.addProduct .ourTeam .box .content ul li{   
     display: inline-block;
    font-size: 28px;
    margin: 3px;
}
.addProduct .ourTeam .box .content ul li i:hover{
    cursor: pointer;
}
.addProduct .ourTeam .secondRow .col-md-9{
   position: relative;
    left: 11%; 
}
.addProduct .ourTeam .secondRow .col-md-6{
    float: left;
}
.addProduct .ourTeam .box .content ul li a .fa-facebook-square{color: #4267b2;}
.addProduct .ourTeam .box .content ul li a .fa-linkedin{color: #0077b5;}
.addProduct .ourTeam .box .content ul li a .fa-twitter-square{color: #1da1f2;}
.addProduct .ourTeam .box .content ul li a .fa-google-plus-square{color: #b83a2c;}
/* end about */

/* media Query */
@media (max-width: 768px){
  header .fa-bars
  {
      color: #fab6af
  }
  .bd-example .carousel{
      height: 280px;
  }
  .about{
      text-align: center
  }
  .about .aboutUs{
      margin-bottom: 50px
  }
  .products .filter{
      display: none
  }
  .products .ourProducts{
      text-align: center
  }
  footer{
      text-align: center
  }
  .addProduct .imgback .carousel{
    height: 257px;
  }
  .addProduct .ourTeam .secondRow .col-md-9{
      left: 0;
  }
  .addProduct .FaqSec{
      padding-left: 0px
  }

  .addProduct .profile img {
    margin-left: 24%;
  }
  .addProduct .prods img{
    margin-left: 0; 
  }
  .addProduct .prods .phone{
     border: none;
     padding: 0;
     position: relative; 
     top: 0; 
     left: 0; 
     transform: rotate(180deg); 
     border-radius: 0; 
     box-shadow: none;
  }
  .actions .action .media {
      margin-left: 0
  }
}