/*/////////////////////////////////////////////////////////////////////
 // 
 //
 // 
 // 
 // 
 // ----------------------------------------------------
 // 
 // Remove unused code for better performances
 // 
 // ----------------------------------------------------
 // 
 // $see - Usefuls tools online for editing
 // 1. http://charliepark.org/bootstrap_buttons/ - Button style generator
 // 2. http://www.colorzilla.com/gradient-editor/ - CSS3 gradient maker
 // 
 // $note
 // To ensure custom styles are picked up
 // wrap definitions in body tag
 // ie.
 // body .navbar-inner {
 //   background: #ff0000;
 // }
 // 
 /////////////////////////////////////////////////////////////////////*/


/*******************************************************

 *******************************************************/


/*
 * --------------------------------------------------
 * 1. General Elements
 *--------------------------------------------------
 */

@import url(https://fonts.googleapis.com/css?family=Slabo+27px);
@import url(https://fonts.googleapis.com/css?family=Lato);
#header {
  /* 1. Header wrapper */
}

.like-btn {
    font-weight: bolder;
    cursor: pointer;
  }

.blue {
    color: #4bbad4; 
  }
.b-product-btn .highlight .fa {
    color: #d44b9b;
  }

/*video secion home page*/
#video-home{
    display: flex;
    
}
#video-home img{
    width: 98%;
}
.video-thumb:hover {
	-webkit-transform: scale(1.05) ease-out 0.05s;
	transform: scale(1.05) ease-out 0.05s;
}

.hidden-content{
    display: none;
}
.page-loader{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffff+0,ddf1f9+75,a0d8ef+100 */
    background: #feffff; /* Old browsers */
    background: -moz-linear-gradient(top, #feffff 0%, #ddf1f9 75%, #a0d8ef 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #feffff 0%,#ddf1f9 75%,#a0d8ef 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #feffff 0%,#ddf1f9 75%,#a0d8ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 ); /* IE6-9 */
}

.phone-left{
    font-size: 1em !important;
}
.phone-left img{
    width: 70%;
}
.visit{
    margin-right: -20px !important;
}

.header-brand img{
    width: 28%;
    padding: 0px !important;
    margin-top: -35px !important;
    margin-left: 10px;
    position: absolute;
}
/*hamburger btn*/
.header-btn{
    margin-bottom: -7px !important;
    font-size: 1.8em !important;
    padding-right: 12px !important;
}

/*menu title below hamberger icon*/
.menu-text{
    text-transform: uppercase;
    font-size: .6em !important;
    padding: 0;
    margin: 0;
    color: #999;
    font-weight: 600;
    padding-left: 10px;
}

a.nav-link .img{
    padding: 0px;
    margin: 0px;
}

/*a.nav-link{
    padding: 5px !important;
    margin: 0px !important;
}*/

a.nav-link.active{
    background-color: #eee;
    border-radius: 0px 0px 20px 20px!important;
    border-style: solid !important;
    border-width: 1px !important;
}

/*a.nav-link :hover{
    background-color: #ccc;
    border-radius: 5px 5px 5px 5px;
    padding: 0;
    margin: 0;
}
*/
#highlighted {

  /* 2. Highlighted (below header) wrapper */
}

#content {
    
  /* 3. Content wrapper */
}
.b-product-btn {
    background-color: #e6e6e6;
    color: #828081;
}
.b-product-btn >a{
    color: #828081;
    text-decoration: none;
}
/*Pholosophy Sactiion*/
.philosophy{
    color: #fff;
}

.philosophy h4{
    padding-top: 15px;
    font-size: 1.1em;
}

.philosophy img{
    border-radius: 50%;
    border-width: 2px !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 3px solid #fff !important;
    height: 40px;
    left: -22px;
    position: absolute;
    top: 41%;
    width: 40px;
    border-radius: 40px;
}


.philosophy .fa{
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    border-style: solid;
    border-color: #fff;
    padding: 10px;
    border-width: 2px !important;
    float: left;
    position: relative;
    z-index: 3 !important;
    margin-right: -190px !important;
    left: -35px;
    margin-top: 50px;
    font-size: 12px !important;
}

.philosophy .fa-laptop{
    margin-right: -150px !important;
    left: -36px;
    margin-top: 45px;
    font-size: 16px;
}

.philosophy .fa-clock-o{
    margin-right: -150px !important;
    left: -23px;
    margin-top: 45px;
    font-size: 16px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.philosophy .fa-print{
    margin-right: -150px !important;
    left: -35px;
    margin-top: 45px;
    font-size: 16px;
}

.philosophy p{
    padding: 10px 15px 5px 15px;
    font-size: .7em;
}

.philosophy .phil-box-1{
    background-color: #828081;
    border: 2px;
    border-style: solid;
    border-right: 2px;
    border-color: #fff;
}

.philosophy .phil-box-2{
    background-color: #4bbad4;
    border: 2px;
    border-style: solid;
    border-right: 2px;
    border-color: #fff;
}

.philosophy .phil-box-3{
    background-color: #d44b9b;
    border: 2px;
    border-style: solid;
    border-right: 2px;
    border-color: #fff;
}

.philosophy .phil-box-4{
    background-color: #393d42;
    border: 2px;
    border-style: solid;
    border-right: 2px;
    border-color: #fff;
}

/*Likes and click counter*/
.likes-counter{
    float: left;
}

.likes-counter fa{
    padding: 0px;
}

#result{
    float: right;
    font-size: 18px;
    font-weight: 600;
    padding: 30px 30px 0px 0px;
}
/*Modal btn and modal stly*/
.modal-header .close{
    color: #d44b9b;
    font-size: 2em;
}

.b-product-btn .btn{
    color: #828081;
    padding: 0px;
    margin: 0px;
    background-color: #e6e6e6;
    font-size: 14px; 
    text-decoration: none;
    font-weight: 600;
}
.b-product-btn .btn :hover{
    color: #4bbad4 !important;
}

.b-product-btn :hover{
    text-decoration: none;
}

.modal-title{
    text-transform: capitalize;
    color: #4bbad4;
    padding-right: 20px;
    font-size: 1.4em;
}

.modal-body p{
    width: 95%;
    padding-left: 7px;
}
.modal-body .img-gall{
}
.modal-body img{
    width: 95%;
    padding: 1%;
}

.modal-body h4{
    color: #d44b9b;
    padding: 10px;
}

.right-p{
    float: right;
    color: #d44b9b;
    background-color: #000;
    border: 0;
    margin: 3px 3px 3px 0;
    font-size: 1.4em;
    font-weight: 800;
}

/*modal darl mode for videos*/
.modal-header-dark{
    background: #000;
}

.modal-body-dark{
    padding: 0px 8px 8px 8px;
    background: #000;
}

/*Modal Carousel*/

/* Indicators list style */
  #carouselExampleIndicators .article-slide .carousel-indicators {
      bottom: 0;
      left: 0;
      margin-left: 5px;
      width: 100%;
      margin-top: 90px;
     }
    /* Indicators list style */
 #carouselExampleIndicators .carousel-indicators li {
    margin-top: 90px;
    border: medium none;
    border-radius: 0px;
    float: left;
    height: 54px;
    color: rgba (255, 255, 255, 0) !important;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 100px;
   }
  /* Indicators images style */
#carouselExampleIndicators .carousel-indicators img {
   display: none;
   border: 2px solid #FFFFFF;
   float: left;
   height: 54px;
   left: 0;
   width: 100px;
   }
  /* Indicators active image style */
  #carouselExampleIndicators .carousel-indicators .active img {
    border: 2px solid #428BCA;
    opacity: 0.7;
    }

/*Modal Carousel ends here*/

/*modal btn and body style end here*/
.b-product-btn .fa:active{
    color: #4bbad4;
}

.facr{
    color: #d44b9b;
}

.facb{
    color: #4bbad4;
}

.facr :hover{
    color: #fff !important;
}

.pr-4{
    font-size: 1.4em;
    text-align: left !important;
}

/*address-links-muted on contact section*/
.address-links-muted a{
    color:#393d42;
}

#content-below {
  /* 4. Content Below wrapper */
}

#footer {
  /* 5. Footer wrapper */
}


/*
 * --------------------------------------------------
 * 2. Colours
 *-------------------------------------------------- 
 */


/*
 * --------------------------------------------------
 * 3. Responsiveness/media queries
 *--------------------------------------------------
 */


/* Extra small devices (phones, less than 768px) */


/* No media query since this is the default in Bootstrap */

@media (min-width: 576px) {
  /* Small devices (576px and up). Mixin: media-breakpoint-up(sm) */
    
}

@media (min-width: 768px) {
  /* Medium devices (768px and up). Mixin: media-breakpoint-up(md) */
    .show-m {
        display: none;
    }
    .hide-on-desktop{
    display: none;
    }
}

@media (min-width: 992px) {
  /* Large devices (992px and up). Mixin: media-breakpoint-up(lg) */
}


@media (min-width: 1200px) {
  /* X-Large devices (1200px and up). Mixin: media-breakpoint-up(xl) */
}


/* max-width */

@media (max-width: 575px) {
    
        .snip1523 figcaption h2 {
            font-size: 1.2em;
        }
    
  /* Small devices (575px and down). Mixin: media-breakpoint-down(xs) */
    
}

@media (max-width: 767px) {
  /* Medium devices (767px and down). Mixin: media-breakpoint-down(sm) */
    
    .visit{
        margin-left: -10px;
        padding-right: 15px;
    }
    
    .header-brand img{
    width: 55%;
    padding: 0 !important;
    margin-top: -21px !important;
    margin-left: -8px !important;
    position: absolute;
    }
    
    .hide-on-mobile{
        display: none !important;
    }
  
    a.nav-link.active{
    background-color: #ccc;
    border-radius: 0px !important;
    }
    .hide-m{
        display: none;
    }
    #features{
        margin-top: -60px;
    }
    .f-item{
        width: 33%;
        font-size: 10px;
    }
    .services-home{
        width: 49%;
    }
    .p-subtitle{
        font-size: 11px;
        text-transform: capitalize;
    }
    .p-subtitle .b-4mat{
    display: none;
    color: #d44b9b;
    font-size: 18px;
    }
    
    /*philozophye section*/
    
    .philosophy img{
        border-radius: 50%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        border: 2px solid #fff !important;
        left: 40%;
        position: absolute;
        top: -13%;
        width: 40px;
        border-radius: 40px;
    }
    
    .philosophy .fa{
        color: #fff;
        background-color: #000;
        border-radius: 50%;
        border-style: solid;
        border-color: #fff;
        padding: 5px !important;
        border-width: 2px;
        position: relative;
        z-index: 3 !important;
        left: 65px;
        margin-top: 50px;
        font-size: 10px !importnat;
    }
    
    .philosophy .fa-book{
        margin-right: -150px !important;
        margin-top: -60px !important;
        font-size: 20px;
    }

    .philosophy .fa-laptop{
        margin-right: -150px !important;
        left: 65px;
        margin-top: -60px !important;
        font-size: 20px;
    }

    .philosophy .fa-clock-o{
        margin-right: -150px !important;
        left: -23px;
        left: 75px;
        margin-top: -60px !important;
    }

    .philosophy .fa-print{
        margin-right: -150px !important;
        margin-top: -60px !important;
        margin-top: -60px;
        font-size: 20px;
    }
    
    .philosophy{
        font-size: 11px;
    }
    
    .philosophy h4{
        padding-top: 20px;
    }

    .philosophy .fa{
        padding: 10px;
    }

    .philosophy p{
        padding: 8px 10px 10px 10px;
    }
    
    .philosophy .fa{
        font-size: 1.7em;
        margin: 0;
        padding: 0;
    }
    
    .philosophy h4{
        font-size: 1.6em;
    }
    
    /*Philosophy ends here*/
    /* product btn modal decorations */

    .b-product-btn .btn{
    font-size: 10px; 
    font-weight: 400;
    }
    
    /*figcaption img size*/
    .snip1523 figcaption img {
        max-height: 40%!important;
        padding: 3px;
        padding-left: 15px !important;
    }
    
    .snip1523 figcaption h2 {
            font-size: 2em;
        }
    #jPanelMenu-menu .nav .nav-link{
        margin-left: 0;
        padding: 10px;
    }
    #jPanelMenu-menu{
        width: 80px;
    }
    
    
    /*slider inside modal mobile version*/
    
    
    /*slider inside modal mobile verson ends here*/
}

@media (max-width: 991px) {
  /* Large devices (992px and down). Mixin: media-breakpoint-down(md) */
}

@media (max-width: 1199px) {
  /* X-Large devices (1200px and down). Mixin: media-breakpoint-down(lg) */
}


/* target one breakpoint */

@media (min-width: 576px) and (max-width: 767px) {
    /* Small devices (between 576px and 767px). Mixin: media-breakpoint-only(sm) */}

@media (min-width: 768px) and (max-width: 991px) {
  /* Medium devices (tablets, between 768px and 991px). Mixin: media-breakpoint-only(md) */
    .hide-on-mobile{
        display: none !important;
    }
    
    /*Logo*/
    .header-brand img{
    width: 28%;
    padding: 0px !important;
    margin-top: -15px !important;
    margin-left: 10px;
    position: absolute;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* Large devices (desktops, between 992px and 1199px). Mixin: media-breakpoint-only(lg) */
}


/* span multiple screenwidths */

@media (min-width: 768px) and (max-width: null) {
  /* From medium to large (between 768px and 1199px). Mixin: media-breakpoint-between(md, xl)  */
}



 .carousel-inner>.item {
    -webkit-transition: 0.9s ease-in-out left;
    transition: 0.9s ease-in-out left;
    -webkit-transition: 0.9s, ease-in-out, left;
    -moz-transition: .9s, ease-in-out, left;
    -o-transition: .9s, ease-in-out, left;
    transition: .9s, ease-in-out, left;
    }


.snip1523 {
  font-family: 'Lato', sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 95%;
  max-width: 95%;
  width: 100%;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  background-color: #ffffff; /*dark background color 1A1A1A*/
}

.snip1523 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1523 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.snip1523 figcaption img {
  max-height: 45%;
  padding: 3px;
    padding-left: 12px;
}

.snip1523 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 10px;
  background-color: #ffffff; /*202123 */
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.snip1523 h2,
.snip1523 h3,
.snip1523 p {
  text-align: center;
  margin: 0;
  padding-bottom: 10px;
}

.snip1523 h2,
.snip1523 h3 {
  font-family: 'Slabo 27px', serif;
  line-height: 1.2em;
  background-color: rgba(0, 0, 0, 0.7);
}

.snip1523 h2 {
  padding-top: 10px;
  font-size: 2.4em;
  color: #ffffff;
}

.snip1523 h3 {
  color: #EBEBEB;
  font-size: 1.3em;
  font-weight: normal;
  letter-spacing: 1px;
}

.snip1523 p {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.9em;
  margin-top: 12px;
  padding: 12px 0 15px;
  line-height: 1.5em;
}



.snip1523:hover > img,
.snip1523.hover > img {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.snip1523:hover figcaption,
.snip1523.hover figcaption {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}



/*
 * --------------------------------------------------
 * 4. Misc
 * Other stuff
 *--------------------------------------------------
 */