/* * 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=Nunito+Sans:300,400,600,700,800|Poppins:300,400,600,700&display=swap");
body
{
    font-family: 'Nunito Sans' , sans-serif;
    background-color: #efefef;
    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
{
    font-size: 16px;
    line-height: 27px;
    color: #777777;
    font-weight: 400;
}

ul, ol
{
    margin: 0;
    padding: 0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6
{
    font-family: 'Poppins' , sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #333;
}

img
{
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul, li
{
    list-style: none;
    margin: 0;
    padding: 0;
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
}

.auto-container
{
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.main-header
{
    overflow: hidden;
    background-color: #fff;
}

.main-header .header-top
{
    position: relative;
    background-color: #343840;
}

.main-header .top-left
{
    position: relative;
    float: left;
}

.main-header .top-left .text
{
    position: relative;
    padding: 15px 0;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
}

@media (max-width: 1024px)
{
    .main-header .top-left .text
    {
        display: none;
    }
}

.main-header .top-left .text .icon
{
    color: #ff7e00;
    margin-right: 5px;
}

.main-header .top-right
{
    position: relative;
    float: right;
    top: 20px;
    background-color: #ff7e00;
    padding-left: 30px;
}

@media (max-width: 1024px)
{
    .main-header .top-right
    {
        top: 0;
        padding-left: 0;
        width: 100%;
    }
}

.main-header .top-right:before
{
    position: absolute;
    left: -18px;
    top: 0;
    height: 100%;
    width: 1000%;
    background-color: #ff7e00;
    content: "";
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
}

@media (max-width: 1024px)
{
    .main-header .top-right:before
    {
        left: -50px;
    }
}

.main-header .header-top .contact-info
{
    position: relative;
    float: left;
    margin-right: 145px;
}

@media (max-width: 1024px)
{
    .main-header .header-top .contact-info
    {
        margin-right: 0;
    }
}

.main-header .header-top .contact-info li
{
    position: relative;
    float: left;
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
    padding: 15px 0;
    margin-right: 45px;
}

.main-header .header-top .contact-info li .icon
{
    position: relative;
    top: 1px;
    float: left;
    color: #222222;
    line-height: 30px;
    margin-right: 10px;
}

.main-header .header-top .contact-info li a
{
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-top .contact-info li a:hover
{
    color: #222222;
}

.header-bottom
{
    padding: 20px 0;
}

.header-bottom .heading
{
    margin-top: 10px;
}

.header-bottom .btn-custom
{
    background-color: #343840;
    border-radius: 50px;
    font-weight: 400;
    padding: 15px 30px;
    text-decoration: none;
    display: inline-block;
    color: #ffff;
    margin-top: 40px;
    border: 2px solid #343840;
    font-weight: 600;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.header-bottom .btn-custom:hover
{
    background-color: transparent;
    color: #343840;
}

.header-style-three .header-top .contact-info li a:hover
{
    color: #ff7e00;
}

.main-header .header-top .social-icon-one
{
    position: relative;
    float: right;
    padding: 15px 0;
}

/*Social Icon One*/
.social-icon-one
{
    position: relative;
}

.social-icon-one li
{
    position: relative;
    float: left;
    margin-left: 20px;
}

.social-icon-one li:first-child
{
    margin-left: 0;
}

.social-icon-one li a
{
    position: relative;
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 29px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li a:hover
{
    color: #222222;
}

.menubar
{
    background: #343840;
}

.menubar .navbar-brand
{
    min-height: auto;
    height: auto;
}

.menubar .navbar
{
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    background-color: transparent;
}

.menubar .navbar-default
{
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}

.menubar a.navbar-brand span
{
    color: black;
}

.menubar .nav.navbar-nav
{
    position: relative;
}

.menubar .navbar-default .navbar-nav > li > a
{
    color: #fff;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 25px;
    font-family: 'Poppins' , sans-serif;
}

.menubar .navbar-default .navbar-nav > li > a:hover
{
    background-color: #fff;
    color: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.menubar .navbar-default .navbar-nav > .active > a
{
    background-color: #fff;
}

.menubar .navbar > .container .navbar-brand
{
    margin-left: 0px;
}

@media (max-width: 767px)
{
    .menubar .navbar > .container .navbar-brand
    {
        padding: 10px;
        margin: 0;
    }
}

.menubar .navbar-brand
{
    padding: 0px;
}

@media (min-width: 768px)
{
    .menubar .dropdown:hover .dropdown-toggle
    {
        background-color: #fff;
        color: #343840;
    }
    .menubar .dropdown .dropdown-toggle
    {
        border-radius: 0;
    }
    .menubar .dropdown .dropdown-toggle:hover
    {
        border-radius: 0;
    }
    .menubar .dropdown .dropdown-menu
    {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        position: absolute;
        left: 0px;
        top: 100%;
        width: 240px;
        z-index: 100;
        padding: 5px 20px;
        background: #ffffff;
        border-top: 2px solid #ff7e00;
        -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    .menubar .dropdown .dropdown-menu li
    {
        position: relative;
        display: block;
        position: relative;
        width: 100%;
        border-bottom: 1px solid #e9e9e9;
        text-transform: capitalize;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    .menubar .dropdown .dropdown-menu li a
    {
        position: relative;
        display: block;
        padding: 10px 0px;
        line-height: 24px;
        font-weight: 500;
        font-size: 15px;
        color: #353535;
        text-align: left;
        text-transform: capitalize;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    .menubar .dropdown .dropdown-menu li a:hover
    {
        color: #ff7e00;
        padding-left: 20px;
        background-color: transparent;
    }
    .menubar .dropdown .dropdown-menu li a:hover::before
    {
        opacity: 1;
        visibility: visible;
    }
    .menubar .dropdown .dropdown-menu li a:before
    {
        font-family: "FontAwesome";
        position: absolute;
        top: 0;
        left: 0px;
        bottom: 0;
        content: "\f105";
        color: #ff7e00;
        font-size: 10px;
        line-height: 50px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .menubar .dropdown .dropdown-menu a
    {
        padding: 5px 10px;
        color: #fff;
    }
    .menubar .dropdown .dropdown-menu a:hover
    {
        color: #2e567a;
    }
    .menubar .dropdown:hover .dropdown-menu
    {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.wrapper
{
    overflow: hidden;
}

.wrapper .intro-carousel .owl-nav .owl-prev, .wrapper .intro-carousel .owl-nav .owl-next
{
    color: #000;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 1;
    opacity: 0;
    padding-top: 20px;
    line-height: 1;
    width: 35px;
    height: 75px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    padding-top: 30px;
}

.wrapper .intro-carousel .owl-nav .owl-prev
{
    left: -10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.wrapper .intro-carousel .owl-nav .owl-next
{
    right: -10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.wrapper .intro-carousel:hover .owl-nav .owl-next
{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.wrapper .intro-carousel:hover .owl-nav .owl-prev
{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.wrapper .intro-carousel:hover .owl-nav .owl-next:hover, .wrapper .intro-carousel:hover .owl-nav .owl-prev:hover
{
    color: #fff;
    background: #ff7e00;
    border: 1px solid #ff7e00;
}

.wrapper .intro-carousel .owl-item .layer-1-2
{
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all 1s ease-in-out 0.3s;
    transition: all 1s ease-in-out 0.3s;
}

@media (min-width: 768px) and (max-width: 991px)
{
    .wrapper .slider-content
    {
        margin-top: -90px;
    }
    .wrapper .layer-1-2 h1
    {
        font-size: 26px;
        line-height: 32px;
        max-width: 550px;
    }
    .wrapper .layer-1-1 p
    {
        font-size: 17px;
        line-height: 24px;
        max-width: 570px;
    }
}

.slider-images::after
{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .5;
    z-index: 1;
    top: 0;
    left: 0;
}

.intro-carousel .owl-dots
{
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 9999;
    text-align: center;
    width: 100%;
}

.intro-carousel .owl-dots .owl-dot
{
    background: #ddd;
    border-radius: 0;
    height: 10px;
    margin: 0 7px;
    width: 10px;
    border-radius: 50%;
    -webkit-transition: .3s all;
    transition: .3s all;
    display: inline-block;
}

.intro-carousel .owl-dots .owl-dot.active, .intro-carousel .owl-dots .owl-dot:hover
{
    background-color: #F89D35;
}

.wrapper img
{
    max-width: 100%;
}

.page-section
{
    padding: 50px 0;
}

.page-section .read-more
{
    padding: 0.8rem 2.5rem;
    overflow: hidden;
    border-radius: 3rem;
    color: #212529;
    background-color: #f28508;
    border-color: #e57e08;
    color: #fff;
    -webkit-transition: .3s all;
    transition: .3s all;
    margin-bottom: 15px;
    display: inline-block;
}

.page-section .read-more:hover
{
    color: #000;
    background-color: #f9af5a;
}

.news-bar
{
    position: relative;
    margin: 30px 0;
    min-height: 45px;
    background-color: #fff;
    padding-left: 210px;
    padding-right: 5px;
}

@media (max-width: 767px)
{
    .news-bar
    {
        padding-left: 90px;
    }
}

.news-bar a
{
    color: #5e5e5e;
    display: inline-block;
    margin-top: 10px;
    font-weight: 700;
    font-size: 15px;
}

.news-bar:before
{
    content: "News Updates";
    font-family: "Poppins" , sans-serif;
    left: 0;
    position: absolute;
    top: 0;
    font-size: 18px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    position: absolute;
    color: #fff;
    padding: 10px 35px;
    margin-right: 20px;
    margin-bottom: 0;
    text-align: center;
    background-color: #343840;
}

@media (max-width: 767px)
{
    .news-bar:before
    {
        content: "\f1ea";
        font-family: FontAwesome;
    }
}

.news-bar::after
{
    left: 204px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(18, 18, 18, 0);
    border-left-color: #343840;
    border-width: 7px;
    margin-top: -7px;
}

@media (max-width: 767px)
{
    .news-bar::after
    {
        left: 90px;
    }
}

.section-title
{
    position: relative;
    position: relative;
    font-size: 40px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 700;
}

.section-title::before
{
    position: absolute;
    content: '';
    background: #343840;
    width: 50px;
    height: 3px;
    left: 0px;
    bottom: -15px;
}

.section-padding
{
    padding: 50px 0;
}

.page-section
{
    background-color: #fff;
}

.page-section .btn-custom
{
    position: relative;
    background: #343840;
    font-size: 14px;
    line-height: 42px;
    font-weight: 700;
    color: #ffffff;
    border: 2px solid #343840;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 26px;
    margin-bottom: 15px;
    font-family: 'Roboto' , sans-serif;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}

.page-section .btn-custom:hover
{
    background: transparent;
    color: #343840;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}

.why-section i
{
    font-size: 40px;
    color: #5d5c5c;
    text-align: center;
    border-radius: 50%;
    padding-top: 35px;
}

.why-section .count-description span
{
    font-size: 40px;
    font-weight: 800;
    color: #5d5c5c;
    margin-top: 20px;
    font-family: 'Montserrat' , sans-serif;
}

.why-section .count-description
{
    font-size: 34px;
    font-weight: 700;
    color: #5d5c5c;
}

.why-section .count-description
{
    margin-top: 10px;
    z-index: 10;
    position: relative;
}

.why-section .counter_cntnt_box
{
    width: 100%;
    min-height: 150px;
    text-align: center;
    margin-top: 30px;
    background-color: #fff;
    padding: 30px 15px;
}

.video-bg
{
    background: url(../images/video-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    text-align: center;
    padding: 40px 20px;
    overflow: hidden;
    min-height: 440px;
}

.video-bg .overlay
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    background: rgba(51, 58, 101, 0.6);
    padding: 20px;
}

.video-bg .overlay h2
{
    color: #fff;
    position: relative;
    margin: 20px 0;
    font-size: 36px;
}

.video-bg .overlay .pulses
{
    position: static;
    margin-top: 100px;
    text-align: center;
    display: block;
    width: 100%;
}

.video-bg .overlay .pulses button.play-btn
{
    -webkit-animation: pulse 1.5s cubic-bezier(0.66, 0.66, 0.88, 1.86) infinite;
    animation: pulse 1.5s cubic-bezier(0.66, 0.66, 0.88, 1.86) infinite;
    background: #ffac00;
    border: 2px solid #ffac00;
    color: #ffffff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    font-size: 32px;
    margin: auto;
}

.video-bg .overlay .pulses button.play-btn:before
{
    content: "";
    border: 2px solid #ffffff;
    height: 90px;
    position: absolute;
    width: 90px;
    left: -7px;
    top: -7px;
    border-radius: 50%;
}

.video-bg .overlay .pulses button.play-btn i
{
    padding-left: 5px;
    color: #fff;
    padding-top: 10px;
}

.gallery-section
{
    background-color: #fff;
}

.gallery-section .section-title
{
    margin-bottom: 50px;
}

.gallery-section .item
{
    position: relative;
    overflow: hidden;
    padding: 10px;
}

.gallery-section .item:before
{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(101, 100, 96, 0)), to(rgba(103, 102, 99, 0.52)));
    background: linear-gradient(to right, rgba(101, 100, 96, 0) 0%, rgba(103, 102, 99, 0.52) 100%);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.gallery-section .item a
{
    color: #343840;
}

.gallery-section .item:hover:before
{
    opacity: 0;
}

.gallery-section .item:hover i
{
    top: 0;
    right: 0;
    background: #ffffff;
}

.gallery-section .item i
{
    position: absolute;
    top: -34px;
    right: -34px;
    background: #ffffff75;
    width: 60px;
    height: 60px;
    text-align: center;
    border-bottom-left-radius: 50px;
    line-height: 50px;
    padding-left: 10px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.gallery-section .owl-dots
{
    text-align: center;
    margin-top: 10px;
}

.gallery-section .owl-dots .owl-dot
{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #343840;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.gallery-section .owl-dots .owl-dot:hover, .gallery-section .owl-dots .owl-dot.active
{
    background-color: #F89D35;
}

.facilities-section .facility-slider
{
    margin-top: 50px;
}

.facilities-section .box
{
    background-color: #fff;
    text-align: center;
    border-radius: 15px;
    padding: 50px 10px;
}

.facilities-section .box:hover
{
    background-color: #343840;
    -webkit-transition: .3s all;
    transition: .3s all;
    color: #fff;
}

.facilities-section .box:hover h3
{
    color: #fff;
}

.facilities-section .box .icon
{
    min-height: 50px;
    font-size: 30px;
}

.facilities-section .box .title
{
    font-size: 18px;
}

.facilities-section .owl-dots
{
    text-align: center;
    margin-top: 10px;
}

.facilities-section .owl-dots .owl-dot
{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #343840;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.facilities-section .owl-dots .owl-dot:hover, .facilities-section .owl-dots .owl-dot.active
{
    background-color: #F89D35;
}

.navigation-section
{
    background-color: #fff;
}

.navigation-section .nav-box
{
    background: #343840;
    padding: 30px;
    border-radius: 10px;
}

.navigation-section .nav-box h3
{
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}

.navigation-section .nav-box h3::before
{
    position: absolute;
    content: '';
    background: #F89D35;
    width: 50px;
    height: 3px;
    left: 0px;
    bottom: -15px;
}

.navigation-section .nav-box .content
{
    min-height: 300px;
}

.navigation-section .nav-box .content ul li
{
    position: relative;
    border-bottom: 1px solid #6f6f6f;
    padding: 10px 0;
}

.navigation-section .nav-box .content ul li a
{
    color: #fff;
    display: block;
    padding-left: 10px;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.navigation-section .nav-box .content ul li a:hover
{
    color: #e57e08;
}

.navigation-section .nav-box .content ul li a:before
{
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    position: relative;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: inherit;
}

.navigation-section .view-all
{
    display: block;
    margin: 0 auto;
    max-width: 100px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    color: #343840;
    padding: 10px 15px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.navigation-section .view-all:hover
{
    background-color: #F89D35;
    color: #fff;
}

.navigation-section .topper img
{
    max-width: 150px;
    margin: 0 auto;
}

.navigation-section .topper .name
{
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: 10px auto 0;
    font-weight: bold;
}

.navigation-section .topper .class
{
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: 5px auto 0;
}

.footer
{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../images/footer.jpg);
    color: #fff;
}

.footer p
{
    color: #fff;
}

.footer:before
{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #343840;
    opacity: .95;
    content: "";
}

.footer .footer-widget
{
    margin-bottom: 25px;
}

.footer .footer-widget .footer-title
{
    color: #fff;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 25px;
}

.footer .footer-widget .footer-title::before
{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 50px;
    background-color: #F89D35;
    border-radius: 10px;
}

.footer .footer-widget .read-more
{
    color: #F89D35;
    text-decoration: underline;
}

.footer .footer-widget .useful-links-box
{
    overflow: inherit;
}

.footer .footer-widget .usefull-links
{
    position: relative;
    display: block;
    margin-top: -8px;
}

.footer .footer-widget .usefull-links ul
{
    position: relative;
    display: block;
    z-index: 1;
}

.footer .footer-widget .usefull-links ul:before
{
    position: absolute;
    top: 14px;
    left: 0;
    bottom: 15px;
    width: 1px;
    background: #272727;
    content: "";
    z-index: -1;
}

.footer .footer-widget .usefull-links ul li
{
    position: relative;
    display: block;
    line-height: 40px;
}

.footer .footer-widget .usefull-links ul li:before
{
    position: absolute;
    top: 16px;
    left: -3px;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #F89D35;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    z-index: 5;
}

.footer .footer-widget .usefull-links ul li:hover:before
{
    -webkit-transform: scale(1);
    transform: scale(1);
}

.footer .footer-widget .usefull-links ul li a
{
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-left: 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer .footer-widget .usefull-links ul li a:hover
{
    color: #F89D35;
}

.footer .address ul li
{
    color: #fff;
    margin-bottom: 15px;
}

.footer .address ul li i
{
    margin-right: 10px;
    font-size: 20px;
}

.footer .social
{
    text-align: left;
    margin: 0;
    padding: 10px 0;
}

.footer .social li
{
    display: inline-block;
    padding: 3px 0;
    margin-right: 20px;
}

.footer .social li a
{
    height: 30px;
    width: 30px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    position: relative;
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.footer .social li a:hover
{
    color: #F89D35;
}

.copyright
{
    position: relative;
    display: block;
    padding: 25px 0 15px;
    background: #e57e08;
}

.copyright p
{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Poppins' , sans-serif;
}

.copyright a
{
    position: relative;
    display: inline-block;
    margin-left: 5px;
    padding: 0 15px;
    background: #343840;
    color: #fff;
    line-height: 20px;
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.copyright a:hover
{
    color: #ffffff;
    background: #131313;
}

.copyright .scroll-top
{
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    height: 30px;
    width: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #002121;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    background: #ffffff;
    display: none;
    border-radius: 0;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 991px)
{
    .header-bottom .text-right
    {
        text-align: center !important;
    }
}

@media (max-width: 767px)
{
    .contact-info
    {
        display: none;
    }
    .social-icon-one
    {
        float: none !important;
        text-align: center;
    }
    .social-icon-one li
    {
        display: inline-block;
        float: none;
    }
    .logo, .heading
    {
        text-align: center;
    }
    .header-bottom .btn-custom
    {
        margin-top: 10px;
    }
    .menubar .navbar-default .navbar-nav > li > a
    {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a
    {
        color: #ccc;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover
    {
        color: #fff;
    }
    .page-pic img
    {
        width: 100%;
    }
    .nav-box
    {
        margin: 15px auto;
    }
    .video-bg
    {
        margin-top: 30px;
    }
}
/*# sourceMappingURL=style.css.map */

@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;
}
@media (max-width: 767px)
{
    .contact-info
    {
        display: block !important;
        display: block;
        text-align: center;
        float: unset !important;
    }

    .contact-info li
    {
        display: inline-block !important;
        float: none !important;
    }
}

