/* Add here all CSS customizations */

/* home nav bar */
.container {
            width: auto;
            max-width: 1170px;
        }

        .jumbotron .navbar {
            font-size: 14px;
            line-height: 1.6;
        }

        .jumbotron .navbar {
            font-size: 14px;
            line-height: 1.6;
        }

        /* Hot product Arrow */
         .arrow_box {
            position: relative;
            background: #0175c0;
            border: 4px solid #0175c0;
            z-index: 1000;
        }

            .arrow_box:after, .arrow_box:before {
                top: 100%;
                left: 50%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
            }

            .arrow_box:after {
                border-color: rgba(1, 117, 192, 0);
                border-top-color: #0175c0;
                border-width: 30px;
                margin-left: -30px;
            }

            .arrow_box:before {
                border-color: rgba(0, 0, 0, 0);
                border-width: 36px;
                margin-left: -36px;
            }

            /*  Testimonials slider */
            .carousel-indicators .active {
               background: #31708f;
           }

           .content {
               margin-top: 20px;
           }

           .adjust1 {
               float: left;
               width: 100%;
               margin-bottom: 0;
           }

           .adjust2 {
               margin: 0;
           }

           .carousel-indicators li {
               border: 1px solid #ccc;
           }

           .carousel-control {
               color: #31708f;
               width: 5%;
           }

               .carousel-control:hover, .carousel-control:focus {
                   color: #31708f;
               }

               .carousel-control.left, .carousel-control.right {
                   background-image: none;
               }

           .media-object {
               margin: auto;
               margin-top: 15%;
           }

           @media screen and (max-width: 768px) {
               .media-object {
                   margin-top: 0;
               }
           }

            /*================================
    TESTIMONIAL STYLES
    ============================  */
        .testimonial-section {
            width: 100%;
            height: auto;
            padding: 15px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            position: relative;
            border: 1px solid rgba(23,51,101,.1);
            /*font-size: 12px;*/
            background: #f9fafc;
            text-align: left;
            color: #173365;
        }

            .testimonial-section:after {
                top: 100%;
                left: 10%;
                border: solid transparent;
                content: " ";
                position: absolute;
                border-top-color: #173365;
                border-width: 15px;
                margin-left: -15px;
            }

        .testimonial-section-name {
            margin-top: 30px;
            margin-left: 60px;
            text-align: left;
            color: #000;
        }

            .testimonial-section-name img {
                max-width: 40px;
                border: 2px solid #fff;
            }

        .carousel-indicators-set {
            position: static;
            margin-left: 0px;
            width: 100%;
        }

        /*progressbar*/
         .loaderClass {
                   position: absolute;
                   top: 0px;
                   left: 0px;
                   z-index: 999999;
                   text-align: center;
                   width: 100%;
                   height: 200px;
               }

         /*taglineboxhome*/
          @media screen and (min-width: 320px) {
            .f-categories-icons__item:after {
                max-width: 100%;
                position: relative;
            }
        }

          /*logorepncive for mobile*/

           @media only screen and (max-width: 320px) {
   #logomain img {
        margin-top:7%;
        position:relative;
       
    }
}

           /*media query for menu - tablet*/
            @media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}