/* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * Vendor-prefixed and regular ::selection selectors cannot be combined: * https://stackoverflow.com/a/16982510/7133471 * * Customize the background color to match your design. */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:400,600');
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/* * A better looking default horizontal rule */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/* * Remove default fieldset styles. */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* * Allow only vertical resizing of textareas. */

textarea {
    resize: vertical;
}

p {
    line-height: 1.6;
    margin: 0 0 20px 0;
    text-align:justify;
}

/* ========================================================================== Author's custom styles ========================================================================== */

.header-strip {
    padding: 5px 0;
    border-bottom: 1px solid #e0e0e0;
    background-color:#f4f7f6;
}

.con {
    font-size: 12px;
    padding: 5px;
}

.con i {
    color: #db110d;
    font-size: 13px;
    margin-right: 5px;
}

.con i.fa-mobile {
    font-size: 16px;
}

.con span {
    color: #061d31;
}

.con a {
    text-decoration: none;
    color: #061d31;
    transition: .3s color;
}

.con a:hover {
    color: #db110d;
}

.social {
    list-style: none;
    margin: 0;
    padding: 3px 0;
}

.social li {
    display: inline-block;
}

.social li a {
    margin: 0 5px;
    text-decoration: none;
    color: #061d31;
    transition: .3s color;
}

.social li a:hover {
    color: #db110d;
}
header.affix{
    background-color: rgba(255,255,255,.95);
}
.navbar-brand {
    height: auto;
    padding: 25px 15px;
}.navbar-default .navbar-toggle {
    border-color: #db110d;
    border-radius: 0;
    margin-top:20px;
}

.navbar-default {
    background-color: transparent;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    border-bottom: 0;
}

.navbar-nav>li>a {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 18px 15px;
    text-transform: uppercase;
}

.navbar-nav>li:last-child>a {
    border-right: 0;
}

.nav>li>a:focus,
.nav>li>a:hover,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #222222;
}

.dropdown-menu {
    background: #03a9f4;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    padding: 0;
}

.dropdown-menu>li>a {
    padding: 10px 20px;
    color: #fff;
}

.dropdown-menu>li>a:hover {
    background-color: #fff;
    color: #03a9f4;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}

.banners {
    position: relative;
    overflow: hidden;
}

.banners .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.banners .owl-dot {
    height: 12px;
    width: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.banners .owl-dot.active {
    background-color: #db110d;
}

.banners .owl-carousel .owl-item img {
    max-width: none;
}

.banners .overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(1, 162, 166, 0.18);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    cursor: all-scroll;
}

.banners .slide-text {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.banners .slide-text h2 {
    color: #ffffff;
    font-weight: 300;
    font-family: Poppins;
    font-size: 30.975px;
    line-height: 44.25px;
    max-width: 500px;
    margin: 0 auto 20px;
}

.banners .slide-text p {
    width: 50%;
    color: #ffffff;
    margin: 0 auto;
    font-family: Poppins;
    text-align: center;
    font-size: 16px;
}

.ban-navs {
    width: 100%;
    top: 50%;
    height: 50px;
    transform: translateY(-50%);
    position: absolute;
    z-index: 999;
}

.ban-navs .b-left:before {
    background: #ffffff;
    color: #222222;
    display: block;
    background: url('../images/skin.png') no-repeat -5px -2px;
    width: 26px;
    height: 46px;
    content: "";
    opacity: .9;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.ban-navs .b-right:before {
    background: #ffffff;
    color: #222222;
    display: block;
    content: "";
    opacity: .9;
    background: url('../images/skin.png') no-repeat -159px -2px;
    width: 26px;
    height: 46px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.ban-navs .b-left {
    height: 50px;
    width: 40px;
    left: 10px;
    position: absolute;
    top: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.ban-navs .b-right {
    height: 50px;
    width: 40px;
    right: 10px;
    position: absolute;
    top: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.ban-navs .b-left:hover:before,
.ban-navs .b-right:hover:before {
    opacity: 1;
}

.banners:hover .b-left {
    left: 10px;
}

.banners:hover .b-right {
    right: 10px;
}

.banners .owl-item.active .slide-text h2 {
    -webkit-animation: 1s .2s fadeInUp both;
    animation: 1s .2s fadeInUp both;
}

.banners .owl-item.active .slide-text p {
    -webkit-animation: 1s .4s fadeInUp both;
    animation: 1s .4s fadeInUp both;
}

.banners .owl-item.active .slide-text .btn-custom {
    -webkit-animation: 1s .6s fadeInUp both;
    animation: 1s .6s fadeInUp both;
}

.facilities-section{
    padding: 50px 0;
}


.box-wrapper .box-contain:first-child .box-single {
    background: #b5d56a;
}
.box-wrapper .box-contain:first-child .box-single a.more-btn {
    color: #b5d56a;
}
.box-wrapper .box-contain:nth-child(2) .box-single {
    background: #f0c24b;
}
.box-wrapper .box-contain:nth-child(2) .box-single a.more-btn {
    color: #f0c24b;
}
.box-wrapper .box-contain:nth-child(3) .box-single {
    background: #ea7066;
}
.box-wrapper .box-contain:nth-child(3) .box-single a.more-btn {
    color: #ea7066;
}
.box-wrapper .box-contain:nth-child(4) .box-single {
    background: #84bed6;
}
.box-wrapper .box-contain:nth-child(4) .box-single a.more-btn {
    color: #84bed6;
}
.box-wrapper .box-contain:nth-child(5) .box-single {
    background: #a597e7;
}
.box-wrapper .box-contain:nth-child(5) .box-single a.more-btn {
    color: #a597e7;
}
.box-wrapper .box-contain:nth-child(6) .box-single {
    background: #ea77ad;
}
.box-wrapper .box-contain:nth-child(6) .box-single a.more-btn {
    color: #ea77ad;
}
.box-wrapper .box-contain:nth-child(7) .box-single {
    background: #7ee6e9;
}
.box-wrapper .box-contain:nth-child(7) .box-single a.more-btn {
    color: #7ee6e9;
}
.box-wrapper .box-contain:last-child .box-single {
    background: #92278f;
}
.box-wrapper .box-contain:last-child .box-single a.more-btn {
    color: #92278f;
}
.box-single {
    text-align: center;
    padding: 30px 20px;
    border-radius: 3px;
    margin:20px auto;
}
.box-single h3 {
    margin: 20px 0 15px 0;
    color: #fff;
    font-weight: 400;
font-size: 18px;
}
.box-single p {
    color: #fff;
    margin-bottom: 0;
}
.box-single a.more-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: 20px;
    border-radius: 50%;
    background: #fff;
    padding-top: 12px;
    font-size: 18px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.13);
}.box-single a.more-btn:hover{
    opacity: .8;
}
.page-section{
    padding: 50px 0;
    background-color: #f7f7f7;
}
.page-content{
    margin:10px auto;
}
.read-more,a.read-more{
    text-decoration: none;
    background-color:#db110d;
    color:#fff;
    padding: 15px 20px;
    transition: .3s all;
    text-transform:uppercase;
    display: inline-block;
    margin:20px 0 10px 0;

}.read-more:hover,a.read-more:hover{
    background-color: #03a9f4;
}

.callout-section{
    padding: 50px 0;
    background-color: #db110d;
    color:#fff;
}

.callout-section h4{
    font-size: 30px;
}
.callout-section a.admission{
    display: inline-block;
    padding: 10px 15px;
    color:#fff;
    border:1px solid #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
    transition: .3s all;
}
.callout-section a.admission:hover{
    opacity: .8;
}
.photos {
    padding: 50px 0;
    background-color: #f1f1f1;
}

.gallery {
    overflow: hidden;
    margin-top: 20px;
    position: relative;
}

.gallery a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 99;
    transform: scale3d(0, 0, 0);
    transition: .3s all ease;
}

.gallery:hover a {
    transform: scale3d(1, 1, 1);
}

.gallery a i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.gallery img {
    transition: .3s all ease-in-out;
    transform: scale(1);
}

.gallery:hover img {
    transform: scale(1.1);
}

.gallery-slider .owl-nav .owl-prev,.video-slider .owl-nav .owl-prev,
.gallery-slider .owl-nav .owl-next,.video-slider .owl-nav .owl-next {
    background: #db110d;
    color: #fff;
    display: block;
    top: 50%;
    transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    z-index: 3;
    position: absolute;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.gallery-slider .owl-nav .owl-prev,.video-slider .owl-nav .owl-prev {
    left: 0;
    margin-left: 0;
    opacity: 1;
    padding:10px;
}

.gallery-slider .owl-nav .owl-next ,.video-slider .owl-nav .owl-next {
    right: 0;
    margin-right: 0;
    opacity: 1;
    padding:10px;
}
.courses-section{
    padding: 50px 0;
}
.course{
    padding: 20px 10px;
    border:1px solid #ccc;
    text-align: center;
}.course h3{
    font-size: 20px;
    color:#000;
}
.course a{
    text-decoration: none;
    color: #db110d;
    font-weight: bold;
}
.course-slider .owl-dots{
    position: relative;
    text-align: center;
    margin-top:15px;
}.course-slider .owl-dots .owl-dot{
    height:10px;
    width:10px;
    background-color: #ccc;
    margin-right: 5px;
    border-radius: 50%;
    display: inline-block;
}.course-slider .owl-dots .owl-dot.active,.course-slider .owl-dots .owl-dot:hover{
   
    background-color: #db110d;
}

.video-section  
{
    background: url(../images/video-bg.jpg) no-repeat center center fixed;
    background-size: cover;
    padding: 50px 0;
    position: relative;
    z-index: 0;
}
.video-section:before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width:100%;
    background-color: #db110d63;
    opacity:.7;
}.video-section  .section-head{
    color:#fff;
}
.video-slider{
    margin: 20px auto 20px;
}

.video a{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border:5px solid #fff;
    color:#fff;
    font-size: 30px;
    text-align: center;
    padding-top: 20px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%)
}
.news-box{
    background-color: #fff;
    height:320px;
    overflow: hidden;
    padding: 20px;
  
}
.news{
    border-bottom: 1px solid #ccc;
}
.news a{
    text-decoration: none;
    color:#db110d;
    font-size: 18px;
    font-weight: bold;
}
.counter-section {
    background-color: #db110d;
    background-image: url(../images/counter-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    padding: 80px 0;
    color: #fff;
    position: relative;
    z-index: 0;
}

.counter-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #2f3035;
    z-index: -1;
    opacity: .4;
}

.counter-section .count-box {
    padding: 30px 0;
    margin:10px auto;
    background-color: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .24);
}

.counter-section .count-box .count-img {
    font-size: 25px;
}

.counter-section .count-box p {
    font-weight: bold;
    font-size: 35px;
    text-align:center;
    margin: 0;
}

.counter-section .count-box h5 {
    font-weight: 400;
    font-size: 16px;
}

.testimonial-section {
    padding: 50px 0;
    background-color: #fbfbfb;
}

.section-head {
    font-size: 32px;
    color: #202121;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
}
.section-head:before{
    content: "";
    height: 1px;
    width:80px;
    background-color: #4b4b54;
    left:50%;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
}.section-head:after{
    content: "";
    height: 3px;
    width:40px;
    background-color: #db110d;
    left:50%;
    bottom: -1px;
    position: absolute;
    transform: translateX(-50%);
}

.testimonial .content {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 25px 30px;
    margin-bottom: 25px;
    color: #909195;
    font-size: 13px;
    position: relative;
}

.testimonial .content:before {
    left: 25px;
    bottom: -12px;
    border-right: 12px solid transparent !important;
    border-left: 0 solid transparent !important;
    border-bottom: 0 solid transparent !important;
    border-top-width: 12px;
    border-top-style: solid;
    border-color: #e0e0e0;
    content: "";
    position: absolute;
    display: block;
}

.testimonial .content:after {
    left: 26px;
    bottom: -10px;
    border-right: 10px solid transparent !important;
    border-left: 0 solid transparent !important;
    border-bottom: 0 solid transparent !important;
    border-top-width: 10px;
    border-top-style: solid;
    border-color: #ffffff;
    content: "";
    position: absolute;
    display: block;
}

.testimonial .content h6 {
    color: #db110d;
    font-weight: bold;
    font-size: 12px;
}

.testi-details {
    display: table;
    overflow: hidden;
}

.testi-pic {
    display: table-cell;
    vertical-align: top;
    max-width: 50px;
}

.testi-pic img {
    max-width: 100%;
}

.testi-title {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 15px;
    min-width: 150px;
    font-size: 12px;
    font-weight: 600;
    height: 50px;
    background-color: #db110d;
    color: #fcfcfc;
}

.testi-title h5 {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

.testimonial-slider .owl-dots {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 10px;
    margin: 10px auto;
    text-align: center;
}

.testimonial-slider .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #ccc;
    display: inline-block;
    margin-right: 5px;
}

.testimonial-slider .owl-dots .owl-dot.active {
    background-color: #db110d;
}

.footer {
    background-color: #202121;
    padding: 50px 0;
    color: rgba(255, 255, 255, 0.70);
    font-size: 13px;
}

.footer-head {
    border-bottom: 2px solid #db110d;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    border-bottom: 1px solid #4b4b54;
    padding: 7px 0;
}

.footer-menu li a {
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    display: block;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    font-size: 13px;
}

.footer-menu li a:hover {
    color: #fff;
}

.footer-con {
    margin-bottom: 30px;
    margin-top: 10px;
    padding-left: 30px;
    position: relative;
}

.footer-con i {
    font-size: 16px;
    position: absolute;
    top: 0px;
    left: 0;
}

.footer-con a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.3);
}

.copyright {
    background-color: #202121;
    border-top: 1px solid #4b4b54;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.3);
}

.copyright a {
    color: rgba(255, 255, 255, 0.60);
}

@media(min-width:768px) {
    .affix {
        padding: 0px 0;
        animation-name: slideInDown;
        animation-duration: .5s;
        animation-iteration-count: 1;
       
        top: 0;
        bottom: unset;
       
        width: 100%;
    }
    .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        padding: 10px 15px;
        min-width: 200px;
        background-color: #fff;
        box-shadow: none;
        border-radius: 0;
        border: 0;
        transition: .3s all;
        transform: translateY(20px);
    }
    li.dropdown:hover .dropdown-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
    .dropdown-menu>li>a {
        padding: 8px 0px;
        position: relative;
        font-size: 12px;
        color: #202121;
        border-bottom: 1px solid #e4e4e4;
    }
    .dropdown-menu>li>a:hover {
        background-color: #fff;
        color: #fe5969;
    }
    .dropdown-menu>li>a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 100%;
        background-color: #fe5969;
        visibility: hidden;
        opacity: 0;
        transition: .3s all;
    }
    .dropdown-menu>li>a:hover:before {
        content: "";
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width:767px) {
    .header-strip {
        text-align: center;
    }
    .banners .slide-text h2 {
        font-size: 25px;
    }
    .banners .slide-text p {
        font-size: 14px;
    }
    .banners .owl-dots {
        display: none;
    }header.affix{
        position: relative;
    }
    .navbar-nav>li>a{
        padding: 10px 15px;
    }
    .page-pic{
        margin-top:5px;
    }
    .callout-section{
        text-align:center;
    }
}

@media(max-width:500px) {
    .banners .slide-text {
        display: none;
    }
}
#back_to_top {
    display: block;
    height: 40px;
    width: 40px;
    color: #fff;
    background-color: #db110d;
    border: 1px solid #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    font-size: 20px;
    position: fixed;
    padding-top: 8px;
    bottom: 35px;
    right: -50%;
    z-index: 99999;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

#back_to_top.visible {
    opacity: 1;
    visibility: visible;
    right: 10px;
}

.messge-pop {
    position: fixed;
    height: 30px;
    bottom: 0;
    right: 5px;
    color: #ffffff;
    padding-left: 35px;
    width: 190px;
    border-radius: 5px;
    overflow: hidden;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 99999;
    cursor: pointer;
}

.messge-pop i {
    height: 30px;
    width: 35px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #ffffff;
    padding: 8px 0 0 0;
}

.messge-pop span {
    padding: 5px 0 0 10px;
    font-weight: bold;
    font-size: 15px;
    display: block;
}

.message-box {
    position: fixed;
    bottom: 0;
    display: none;
    right: 5px;
    max-width: 290px;
    width: 100%;
    height: 400px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 2px;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    border-bottom-left-radius: 0;
    z-index: 99999999;
    border-bottom-right-radius: 0;
    padding: 40px 20px 5px;
}

.m-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 10;
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    padding: 3px 0;
    color: #ffffff;
    text-align: center;
}

.m-title i {
    display: block;
    position: absolute;
    right: 5px;
    font-size: 15px;
    top: 5px;
    cursor: pointer;
}

.message-box p {
    text-align: justify;
    margin-bottom: 5px;
}

.message-box .btn-default {
    color: #fff;
}

.affix-bottom {
    top: 0 !important;
}

.messge-pop i {
    background-color: #db110d;
}

.messge-pop,
.m-title,
.message-box .btn-default {
    background-color: #db110d;
}


@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

    .gallery-title:after
    {
        content: "";
        position: absolute;
        width: 7.5%;
        left: 46.5%;
        height: 45px;
        border-bottom: 1px solid #5e5e5e;
    }

a.filter-button
{
    color: #999999;
    font: 400 13px/22px 'Montserrat', sans-serif;
    border-radius: 5px;
    text-align: center;
    color: inherit;
    margin-bottom: 30px;
    text-decoration: none;
    padding: 0 15px;
}

.gallery_product
{
    position: relative;
    overflow: hidden;
}


.port-image
{
    width: 100%;
}



.gal_title
{
    color: #202020;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 3em;
    position: relative;
    padding-bottom: 20px;
}

    .gal_title:after
    {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 40px;
        background-color: #dfdfdf;
    }

ul.gal_sort
{
    list-style: none;
    margin: 35px auto 5px;
    padding: 0;
}

    ul.gal_sort li
    {
        display: inline-block;
        color: black;
    }

        ul.gal_sort li.active a
        {
            font-weight: 700;
            color: #202020;
        }

.gallery_product
{
    margin-bottom: 30px;
    position: relative;
}

.gal_img img
{
   display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    max-width: 100%;
}

.gal_img
{
    position: relative;
    width: 100%;
    z-index:2;
    top:0;transition:.3s  all ease-in;
}

.gallery_product:hover .gal_img
{

   top: -70px;
    
}

.gallery_product .details
{
    height: 70px;
    bottom: 0;
    position: relative;
    background-color: #282727;
    position: absolute;
    width: 100%;
    padding: 10px 0 0 10px;
    color: white;
    z-index:1;
}
header
{
    background-color:#db110d;
}
.navbar-default .navbar-nav>li>a
{
    color:#fff;
}