﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Open+Sans:400,400i,600,700|Raleway:400,500,600,700,800');

body, html,form {
    font-family: 'Poppins', sans-serif;
    /*font-family: Montserrat, sans-serif;*/
    font-size: 14px;
    text-align: left;
    overflow-x: hidden;
    line-height: 24px;
    /*background-color: #fff;*/
    color: #777;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

/*img {
    width: 100%;
}*/

.sticky {
    -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;
}

    .sticky .logo1 img {
        display: none;
    }

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    box-shadow: -3px 13px 24px -1px rgba(0,0,0,0.3);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=24, Direction=135, Color=#000000);
    transition: box-shadow 2s;
    z-index: 9999999;
    transition: 0.3s all;
    background: #1e2832;
}

    .fixed .logo1 img, .fixed .top_head {
        display: inherit;
        width: 78px;
    }

    .fixed .plogo {
        display: inherit;
    }

    .fixed .jetmenu > li > a {
        padding: 15px 22px;
    }

    .fixed .jetmenu > li.showhide {
        width: 70%;
        float: right;
    }

p {
    text-align: justify;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.txt_white {
    color: #fff;
}

.txt_yel {
    color: #ffad05;
}

.page-header {
    background-color: #f2f2f2;
    background-image: url("../images/subpage_bg.jpg");
    background-repeat: repeat;
    background-position: top center;
    background-attachment: scroll;
    margin-bottom: 1.875rem;
    padding-top: 0.5rem;
    padding-bottom: 1.3125rem;
    border-bottom: 1px solid #eeeeee;
    border-color: #efefef;
}

.page-header-title {
    margin-bottom: 15px;
    margin-top: 10px;
    color: #777;
}

.page-header-subtitle {
    margin-top: 0.375rem;
    margin-bottom: 0;
    font-size: 1rem;
}

.page-breadcrumb {
    background: #fff;
    border-radius: 17px;
    display: inline-block;
    padding: 0px 30px;
}

    .page-breadcrumb a {
        line-height: 34px;
        padding-right: 16px;
        font-size: 14px;
        color: #748491;
        position: relative;
        transition: all 400ms linear 0s;
    }

        .page-breadcrumb a:before {
            content: "\f105";
            font: normal normal normal 14px/1 FontAwesome;
            right: 3px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
        }

        .page-breadcrumb a:last-child:before {
            display: none;
        }

        .page-breadcrumb a:last-child {
            padding-right: 0px;
        }

        .page-breadcrumb a.active {
            color: #ff7d01;
        }

.pad30 {
    padding: 30px 0px;
}

.top_head {
    background-color: #ffbe0e;
    min-height: 40px;
    border-bottom: 5px solid #e9aa00;
}

    .top_head ul li {
        float: left;
        color: #292929;
        margin-right: 6px;
        padding-right: 6px;
        border-right: 1px solid rgba(218, 161, 7, 0.7);
        font-size: 11px;
        /*text-transform: uppercase;*/
        padding-top: 3px;
        padding-bottom: 3px;
    }

        .top_head ul li a {
            color: inherit;
        }

        .top_head ul li i {
            margin-right: 8px;
            font-size: 13px;
        }

@media only screen and (max-width: 767px) {
    .top_head {
        float: none !important;
        text-align: center;
    }
    .Pheight p{height: 290px;
    overflow: hidden;
}
        .top_head ul {
            display: inline-block;
            float: none !important;
            text-align: center;
        }

            .top_head ul li {
                float: none;
                display: inline-block;
                margin-right: 0;
                border-right: 0;
                padding-bottom: 0;
                font-size: 7px;
                padding-right: 5px;
            }

    .m100 {
        margin-top: 100px;
    }

    .page-header-title {
        font-size: 20px;
    }
}

.logo1 img {
    max-width: 77%;
}

.logo2 img {
    width: 55%;
    margin-top: 10px;
}

.text-logo h3 {
    font-weight: 800;
    margin: 20px 0 4px;
    color: #000;
}

.text-logo p {
    color: #527aac;
    font-weight: 800;
    text-align: center;
    margin: 0px 0 0px;
}

.text-logo span {
    color: #000;
    font-weight: 800;
}

marquee {
    color: #282828;
    text-transform: uppercase;
    font-weight: 500;
    background: #ffffff;
    padding: 3px;
    border: 0px dashed;
    border-radius: 15px 0px;
    font-size: 12px;
}

.background {
    background-repeat: repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .background::before {
        background-color: rgba(17, 17, 17, 0.9);
        content: " ";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }

.img-box {
    background: white;
    border: 2px solid #f68801;
    width: 100%;
    margin-bottom: 40px;
}

.seperator-icon {
    text-align: center;
    position: relative;
}

    .seperator-icon i {
        width: 21px;
        height: 21px;
        border-radius: 50%;
        color: #FFB300;
    }

.border-title {
    font-size: 30px;
    font-weight: 400;
    padding: 0px 27px;
    line-height: 1.2em;
    float: left;
    color: #333;
    text-transform: uppercase;
}

.left-border {
    float: left;
    width: 71px;
    margin-top: 13px;
    height: 10px;
    border-bottom: solid 3px #FFB300;
}

.right-border {
    float: left;
    width: 70px;
    margin-top: 13px;
    height: 10px;
    border-bottom: solid 3px #FFB300;
    margin-bottom: 40px;
}



.read-more {
    color: #fff;
    background-color: #ffad05;
    border-color: #ffad05;
    font-size: 14px;
    padding: 8px 22px;
    line-height: 1.38;
}



.jetmenu {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    float: left;
    list-style: none;
    /*background: #333333;*/
}

    .jetmenu li {
        display: inline-block;
        float: left;
    }

    .jetmenu a {
        -o-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        transition: all .3s linear;
        outline: none;
        z-index: 10;
    }



    .jetmenu > li > a {
        padding: 15px 30px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-decoration: none;
        display: inline-block;
    }

    .jetmenu > li:hover > a,
    .jetmenu > li.active > a {
        background: #e0e0e0;
        color: #555;
    }



    .jetmenu ul.dropdown,
    .jetmenu ul.dropdown li ul.dropdown {
        list-style: none;
        margin: 0;
        padding: 0;
        display: none;
        position: absolute;
        z-index: 99;
        width: 302px;
        background: #2b3442;
    }

    .jetmenu ul.dropdown {
        top: 53px;
        z-index: 99999;
    }

        .jetmenu ul.dropdown li ul.dropdown {
            left: 300px;
            top: inherit;
        }

        .jetmenu ul.dropdown li {
            clear: both;
            width: 100%;
            font-size: 12px;
        }



            .jetmenu ul.dropdown li a {
                width: 100%;
                padding: 5px 15px 5px;
                display: inline-block;
                float: left;
                clear: both;
                text-decoration: none;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                font-size: 14px;
                border-bottom: 1px solid;
                background: #ffbe0e;
                color: #000;
            }

            .jetmenu ul.dropdown li:hover > a {
                background: #e0e0e0;
                color: #555;
            }



    .jetmenu .indicator {
        position: relative;
        left: 5px;
        top: 2px;
        font-size: 14px;
        float: right;
    }

    .jetmenu ul li .indicator {
        font-size: 12px;
        top: 1px;
        left: 10px;
    }


    .jetmenu > li > .megamenu {
        position: absolute;
        display: none;
        background: #2b3442;
        min-width: 25%;
        top: 58px;
        font-family: Segoe UI;
        font-size: 13px;
        color: #999;
        z-index: 99;
        padding: 20px 30px 20px;
        border-top: 1px solid #000;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


    .jetmenu li > .megamenu ul {
        margin: 0 0 20px 0;
        float: left;
        padding: 0;
        display: block;
        position: relative;
    }

        .jetmenu li > .megamenu ul li {
            width: 100%;
            padding: 4px 0;
        }

            .jetmenu li > .megamenu ul li.title {
                margin: 0 0 8px;
                padding: 0 0 5px;
                border-bottom: solid 1px #666;
            }



    .jetmenu li > .megamenu h5 {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    /* megamenu links */

    .jetmenu li > .megamenu a {
        color: #999;
        text-decoration: none;
        font-size: 13px;
        -webkit-transition: color 0.3s linear;
        -moz-transition: color 0.3s linear;
        -o-transition: color 0.3s linear;
        transition: color 0.3s linear;
    }

        .jetmenu li > .megamenu a:hover {
            color: #dedede;
        }

    .jetmenu .megamenu img {
        width: 100%;
        -webkit-transition: border 0.3s linear;
        -moz-transition: border 0.3s linear;
        -o-transition: border 0.3s linear;
        transition: border 0.3s linear;
    }



    .jetmenu > li > .megamenu.half-width {
        width: 50%;
    }

    .jetmenu > li > .megamenu.full-width {
        width: 100%;
        left: 0;
    }

    .jetmenu li > .megamenu form {
        width: 100%;
    }


.overlay {
    background: url(images/overlay-bg.png) repeat;
    width: 150px;
    height: 120px;
    position: absolute;
    display: none;
    left: 0;
    top: 0;
}

.bggjgjjgjywrturuwehegqeq410027 p {
    margin-top: 45px;
    margin-left: 40px;
}

.jetmenu li > .megamenu form input[type="text"],
.jetmenu li > .megamenu form textarea {
    padding: 5px;
    color: #999;
    background: #444;
    font-size: 14px;
    border: solid 1px transparent;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border 0.3s linear;
    -moz-transition: border 0.3s linear;
    -o-transition: border 0.3s linear;
    transition: border 0.3s linear;
}

    .jetmenu li > .megamenu form input[type="text"]:focus,
    .jetmenu li > .megamenu form textarea:focus {
        border-color: #e0e0e0;
    }

.jetmenu li > .megamenu form input[type="text"] {
    width: 100%;
    margin-top: 10px;
}

.jetmenu li > .megamenu form textarea {
    width: 100%;
    margin-top: 10px;
}



.jetmenu li > .megamenu form input[type="submit"] {
    width: 25%;
    float: right;
    height: 30px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    background: #444;
    color: #777;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

    .jetmenu li > .megamenu form input[type="submit"]:hover {
        background: #e0e0e0;
        color: #555;
    }



.megamenu .row {
    width: 100%;
    margin-top: 15px;
}

    .megamenu .row:first-child {
        margin-top: 0;
    }

    .megamenu .row:before,
    .megamenu .row:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .megamenu .row:after {
        clear: both;
    }

    .megamenu .row .col1,
    .megamenu .row .col2,
    .megamenu .row .col3,
    .megamenu .row .col4,
    .megamenu .row .col5,
    .megamenu .row .col6 {
        display: block;
        width: 100%;
        min-height: 20px;
        float: left;
        margin-left: 2.127659574468085%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .megamenu .row [class*="col"]:first-child {
        margin-left: 0;
    }

    .megamenu .row .col1 {
        width: 14.893617021276595%;
    }

    .megamenu .row .col2 {
        width: 31.914893617021278%;
    }

    .megamenu .row .col3 {
        width: 48.93617021276595%;
    }

    .megamenu .row .col4 {
        width: 65.95744680851064%;
    }

    .megamenu .row .col5 {
        width: 82.97872340425532%;
    }

    .megamenu .row .col6 {
        width: 100%;
    }



.jetmenu > li.right {
    float: right;
}

    .jetmenu > li.right > .megamenu {
        right: 0;
    }


.jetmenu > li.showhide {
    display: none;
    width: 100%;
    height: 50px;
    cursor: pointer;
    color: #999;
    background: #333;
}

    .jetmenu > li.showhide span.title {
        margin: 15px 0 0 25px;
        float: left;
    }

    .jetmenu > li.showhide span.icon {
        margin: 17px 20px;
        float: right;
    }

    .jetmenu > li.showhide .icon em {
        margin-bottom: 3px;
        display: block;
        width: 20px;
        height: 2px;
        background: #999;
    }



.blue > li:hover > a,
.blue > li.active > a {
    background: #2b3442;
    color: #fff;
}

.blue ul.dropdown li:hover > a {
    background: #2b3442;
    color: #fff;
}

.blue li > .megamenu form input[type="text"]:focus,
.blue li > .megamenu form textarea:focus {
    border-color: #02b8fa;
}

.blue li > .megamenu form input[type="submit"]:hover {
    background: #02b8fa;
    color: #fff;
}

.blue li > .megamenu a:hover {
    color: #02b8fa;
}


@media (max-width: 768px) {
    .jetmenu > li {
        display: block;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        .jetmenu > li > a {
            padding: 15px 25px;
        }

    .jetmenu a {
        width: 100%;
        background: #333;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .jetmenu ul.dropdown,
    .jetmenu ul.dropdown li ul.dropdown {
        width: 100% !important;
        left: 0;
        position: static !important;
        border: none;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        .jetmenu ul.dropdown li {
            background: #fff !important;
            border: none;
        }

        .jetmenu ul.dropdown > li > a {
            padding-left: 40px !important;
        }

    .jetmenu > li > .megamenu {
        width: 100% !important;
        position: static;
        border-top: none;
    }

    .megamenu .row [class*="col"] {
        float: none;
        display: block;
        width: 100% !important;
        margin-left: 0;
        margin-top: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .megamenu .row:first-child [class*="col"]:first-child {
        margin-top: 0;
    }

    .megamenu .row {
        margin-top: 0;
    }

    .jetmenu > li > ul.dropdown > li > a {
        padding-left: 40px !important;
    }

    .jetmenu > li > ul.dropdown > li > ul.dropdown > li > a {
        padding-left: 60px !important;
    }

    .jetmenu > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
        padding-left: 80px !important;
    }
}




.content {
    margin: 0px 0px;
    padding: 0px;
    background: #fff;
}

    .content ul.items {
        font-size: 14px;
        margin: 0;
        list-style-type: square;
    }

        .content ul.items li {
            padding: 4px 0;
        }

    .content p {
        font-size: 13px;
    }

.jetmenu {
    background: #1e2832;
}

    .jetmenu > li:nth-child(6) .megamenu .row [class*="col"] {
        background: #999 !important;
    }

@media (max-width: 768px) {
    .content {
        margin: 0;
    }

    .img_width {
        width: 75px;
    }
}


#minimal-bootstrap-carousel {
    margin-top: 0px;
    position: relative;
    z-index: 991;
}

    #minimal-bootstrap-carousel .carousel-caption {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        padding: 0;
        text-align: right;
        text-shadow: none;
    }

        #minimal-bootstrap-carousel .carousel-caption .container {
            display: table;
            width: 100%;
            height: 100%;
            max-width: 1170px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

            #minimal-bootstrap-carousel .carousel-caption .container .box {
                display: table-cell;
                text-align: left;
            }

                #minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
                    vertical-align: top;
                }

                #minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
                    vertical-align: bottom;
                }

                #minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
                    vertical-align: middle;
                }

                #minimal-bootstrap-carousel .carousel-caption .container .box .content {
                    display: block;
                    background: no-repeat;
                }

    #minimal-bootstrap-carousel .carousel-control {
        background: none;
        width: 59px;
        height: 59px;
        font-size: 48px;
        line-height: 59px;
        color: #fff;
        background: transparent;
        visibility: visible !important;
        opacity: 1;
        font-weight: normal;
        margin-top: -20px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        top: 50%;
        z-index: 99;
    }

@media (max-width: 667px) {
    #minimal-bootstrap-carousel .carousel-control {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }
}

#minimal-bootstrap-carousel .carousel-control.left {
    left: 1%;
}

#minimal-bootstrap-carousel .carousel-control.right {
    right: 1%;
}

#minimal-bootstrap-carousel .carousel-control:hover {
    opacity: 1;
}
/* processing for fadeing effect styles */
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}
/* fixing slider height */
#minimal-bootstrap-carousel .custom-navigation {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
    margin: 0;
}

    #minimal-bootstrap-carousel .custom-navigation, #minimal-bootstrap-carousel .custom-navigation li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #minimal-bootstrap-carousel .custom-navigation li {
            border: 0;
            border-radius: 0;
            text-indent: 0;
            width: 30px;
            height: 2px;
            background: #fff;
            opacity: 0.3;
            cursor: pointer;
        }

            #minimal-bootstrap-carousel .custom-navigation li + li {
                margin-left: 10px;
            }

            #minimal-bootstrap-carousel .custom-navigation li.active {
                opacity: 1;
            }

#minimal-bootstrap-carousel.slider-home-one .carousel-inner .item {
    min-height: 400px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #34424f;    max-height: 400px;
}

#minimal-bootstrap-carousel.slider-home-two .carousel-inner .item {
    min-height: 400px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #34424f;    max-height: 400px;
}

#minimal-bootstrap-carousel.slider-home-three .carousel-inner .item {
    min-height: 400px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #34424f;    max-height: 400px;
}

.slider-home-one {
    position: relative;
    background-color: #34424f;
}

    .slider-home-one .content {
        padding-top: 140px;
    }

        .slider-home-one .content h2, .slider-home-one .content h3, .slider-home-one .content p {
            margin: 0;
        }

        .slider-home-one .content h2 {
            font-family: 'Poppins';
            color: #fff;
            font-size: 72px;
            font-weight: bold;
            animation-delay: 0.5s;
        }

        .slider-home-one .content h3 {
            font-family: 'Poppins';
            font-size: 48px;
            font-weight: 500;
            animation-delay: 1s;
        }

        .slider-home-one .content p {
            color: #fff;
            font-size: 22px;
            font-family: 'Rubik';
            margin-top: 30px;
            animation-delay: 1.5s;
        }

        .slider-home-one .content a.banner-btn {
            background: #fff;
            font-size: 16px;
            font-weight: 500;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            width: 163px;
            height: 45px;
            border-radius: 4px;
            margin-top: 50px;
            line-height: 45px;
            font-family: 'Heebo';
            font-weight: 500;
            transition: all 0.4s ease;
            animation-delay: 1.5s;
        }

            .slider-home-one .content a.banner-btn:hover {
                background: #242c33;
            }

.slider-home-two {
    position: relative;
}

    .slider-home-two .content h2, .slider-home-two .content h3, .slider-home-two .content p {
        margin: 0;
    }

    .slider-home-two .content h2 {
        font-family: 'Poppins';
        color: #fff;
        font-size: 60px;
        line-height: 72px;
        letter-spacing: -0.025em;
        font-weight: bold;
        animation-delay: 0.5s;
    }

    .slider-home-two .content p {
        color: #fff;
        font-size: 22px;
        line-height: 30px;
        font-family: 'Rubik';
        margin-top: 15px;
        animation-delay: 1s;
    }

    .slider-home-two .content a.banner-btn {
        color: #242c33;
        font-size: 16px;
        font-weight: 500;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        width: 135px;
        height: 45px;
        border-radius: 4px;
        margin-top: 50px;
        line-height: 45px;
        font-family: 'Heebo';
        font-weight: 500;
        transition: all 0.4s ease;
        animation-delay: 1.5s;
    }

        .slider-home-two .content a.banner-btn:hover {
            background: #fff;
        }

.slider-home-three {
    position: relative;
}

    .slider-home-three .content {
        padding-top: 110px;
    }

        .slider-home-three .content h2, .slider-home-three .content h3, .slider-home-three .content p {
            margin: 0;
        }

        .slider-home-three .content h2 {
            font-family: 'Poppins';
            color: #fff;
            font-size: 60px;
            line-height: 72px;
            letter-spacing: -0.025em;
            font-weight: bold;
            animation-delay: 0.5s;
        }

        .slider-home-three .content p {
            color: #fff;
            font-size: 22px;
            line-height: 30px;
            font-family: 'Rubik';
            margin-top: 15px;
            animation-delay: 1s;
        }

        .slider-home-three .content a.banner-btn {
            color: #242c33;
            font-size: 16px;
            font-weight: 500;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            width: 135px;
            height: 45px;
            border-radius: 4px;
            margin-top: 50px;
            line-height: 45px;
            font-family: 'Heebo';
            font-weight: 500;
            transition: all 0.4s ease;
            animation-delay: 1.5s;
        }

            .slider-home-three .content a.banner-btn:hover {
                background: #fff;
            }

.title {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
    line-height: 35px;
    position: relative;
}

    .title:after {
        content: '';
        display: block;
        border-radius: 25px;
        height: 4px;
        width: 85px;
        margin-top: 10px;
        margin-bottom: 20px;
        margin-left: 0;
        border: none;
        background-color: #FFB300;
        position: absolute;
    }

    .title span {
        color: #ffad05;
    }

.Project-item {
    background: #fff;
    position: relative;
}

.image img {
    width: 100%;
    max-width: 100%;
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    position: relative;
    z-index: 0;
    height: 257px;
}

.date-position {
    position: absolute;
    top: 142px;
    z-index: 999;
    width: 100%;
    height: 115px;
    background: url(../images/blog_shadow.png);
}

.Project-item .heading {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-left: 20px;
    line-height: 20px;
    padding: 54px 0 10px 20px;
}

    .Project-item .heading a {
        color: #fff;
        text-transform: uppercase;
    }

.hr-line {
    width: 100%;
    height: 7px;
    border-right: 235px solid #000;
    background-color: #ffb300;
}

.content-box {
    padding: 20px;
}

.description {
    padding-bottom: 20px;
    line-height: 1.5;
    color: #777;
}

a {
    text-decoration: none;
    outline: 0;
    color: #ffb300;
    transition: all .3s ease-out;
}

.readmore i {
    font-size: 14px;
    padding-right: 10px;
}

.newsbox {
    background: #fff;
    border: 1px solid #eee;
}

.news-head {
    background: #ffb300;
    padding: 0px 10px;
}

    .news-head .name {
        font-size: 15px;
        color: #000;
        width: 244px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

article {
}

.newsbox .details, .newsbox .details a {
    padding: 17px 11px;
    margin-bottom: 10px;
    text-align: justify;
    line-height: 20px;
    font-size: 13px;
    text-transform: lowercase;
    color: #777;
    font-weight: normal;
}

    .newsbox .details:before {
        content: '\f10d';
        font-family: fontawesome;
        margin-right: 10px;
        font-size: 20px;
        color: #ffb300;
    }

.clientimg img {
    height: 70px;
    width: 100%;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .Project-item {
        margin-bottom: 40px;
    }

    .date-position {
        top: 187px;
    }

    .clientimg img {
        height: 100px;
    }

    .Project-item .heading {
        font-size: 16px;
    }
}

@media only screen and (max-width: 500px) {
    .date-position {
        top: 45px;
    }

    .clientimg img {
        height: 50px;
    }
}

.panel-box {
    background: #f9f9f9;
    padding: 2px 30px 30px;
    min-height: 421px;
}

.panel-ribbon {
    border-color: #ddd;
    margin-bottom: -6px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.ribbon-heading {
    color: #666;
    background-color: #f5f5f5;
    border-color: #ddd;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .ribbon-heading .check-title {
        color: #666;
        font-size: 10px;
        margin-bottom: 0px;
        text-transform: capitalize;
        margin: 0 0 15px;
        font-weight: 600;
    }

        .ribbon-heading .check-title a {
            color: #000;
            display: block;
            padding: 5px 0px 5px 5px;
            text-decoration: none;
            background: #fff;
        }

            .ribbon-heading .check-title a i {
                margin-right: 8px;
            }

.subscrib_area {
    background: url(../images/subscrib_bg.jpg) no-repeat scroll center center;
    padding: 40px 0px;
    background-size: cover;
}

    .subscrib_area .subscrib_content h3 {
        letter-spacing: .20px;
        font-size: 25px;
        font-weight: bold;
        color: #ff7d01;
        padding-bottom: 25px;
    }

    .subscrib_area .subscrib_content p {
        font-size: 14px;
        color: #ddd;
        line-height: 26px;
        width: 100%;
    }

.join_btn {
    display: inline-block;
    border: 1px solid #ff7d01;
    line-height: 42px;
    color: #fff;
    height: 65px;
    border-radius: 22px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: .20px;
    font-weight: bold;
    z-index: 2;
    position: relative;
    text-align: center;
}

    .join_btn:hover {
        color: #fff;
    }

    .join_btn:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        background: #ff7d01;
        z-index: -1;
        width: 100%;
        height: 100%;
        border-radius: 22px;
        -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
        transform-origin: 50%;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition: all 400ms linear 0s;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }

.social .box {
    background: #fbfbfb;
    margin: 15px 0;
    max-height: 310px;
    height: 310px;
    padding: 0px;
    border: 1px solid #b5b5b5;
    box-shadow: 1px 1px 1px 1px #bfbebe;
    border: 10px solid #FFC107;
}

    .social .box p {
        background: #FFC107;
        color: #fff;
        padding: 3px 10px;
        font-size: 22px;
        font-weight: 500;
        margin: 0px;
        text-shadow: 3px 2px 3px #1d1d1d;
        text-transform: uppercase;
    }

.ow-client-logo {
    background-color: #fff;
    display: table;
    width: 100%;
}

.client-logo {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.owl-carousel .ow-client-logo img {
    max-height: 100%;
    width: auto;
    display: inline-block;
}

.client-logo-media img {
    max-width: 100% !important;
    margin: 0px auto !important;
    width: auto !important;
}

.owl-btn-vertical-center .owl-nav {
    margin: 0px;
}

    .owl-btn-vertical-center .owl-nav .owl-prev,
    .owl-btn-vertical-center .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        margin: -15px 0;
    }

    .owl-btn-vertical-center .owl-nav .owl-prev {
        left: 0;
    }

    .owl-btn-vertical-center .owl-nav .owl-next {
        right: 0;
    }

/*-------------------------------------
	1.10 owl button show on hover
-------------------------------------*/
.owl-btn-hover .owl-nav {
    opacity: 0;
}

.owl-btn-hover:hover .owl-nav {
    opacity: 1;
}

.owl-carousel .owl-item img {
    transform-style: inherit;
}

.footer {
    background-color: #1a1f27;
}

    .footer .ftop {
        padding: 50px 0;
    }


    .footer .box {
        border: 1px solid #333333;
        padding-bottom: 15px;
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
        min-height: 94px;
    }

        .footer .box .icon {
            float: left;
            margin-right: 10px;
            color: #FFBC13;
            width: 60px;
            display: inline-block;
            text-align: center;
            margin-top: 15px;
        }

        .footer .box .icon-content {
            overflow: hidden;
        }

            .footer .box .icon-content h5 {
                color: #fff;
                margin-top: 0;
                margin-bottom: 0;
                text-transform: uppercase;
                font-weight: 600;
                font-size: 16px;
                line-height: 22px;
            }

            .footer .box .icon-content p {
                color: #999;
                margin: 0px;
                line-height: 20px;
                word-break: break-all;
                font-size: 12.5px;
            }

.footer-bottom {
    background-color: #10151e;
    padding: 30px 0px 30px 0px;
    color: #787878;
    font-size: 13px;
}

.p-t30 {
    padding-top: 30px;
}

.footer-bottom .copyrights-text {
    color: #787878;
}

.footer-bottom .copyrights-nav {
    list-style: none;
    display: inline-block;
}

    .footer-bottom .copyrights-nav li {
        display: inline-block;
        margin-left: 8px;
        margin-right: 8px;
    }

        .footer-bottom .copyrights-nav li:first-child {
            margin-left: 0;
        }

        .footer-bottom .copyrights-nav li:last-child {
            margin-right: 0;
        }

            .footer-bottom .copyrights-nav li:last-child:after {
                display: none;
            }

        .footer-bottom .copyrights-nav li:after {
            content: "/";
            position: relative;
            right: -8px;
        }

        .footer-bottom .copyrights-nav li a {
            color: #787878;
        }

            .footer-bottom .copyrights-nav li a:hover,
            .footer-bottom .copyrights-nav li a:active,
            .footer-bottom .copyrights-nav li a:focus,
            .footer-bottom .copyrights-nav li.active a {
                color: #FFBC13;
            }

.contact-details {
    display: block;
    overflow: hidden;
    background: #f5f5f5;
    padding: 40px 30px;
    margin-bottom: 40px;
}

.contact-head {
    background: #f9f9f9;
    padding: 40px 30px;
}

    .contact-head h3 {
        font-weight: 600;
        font-size: 26px;
        margin: 0px;
    }

.contact-inner a i {
    color: #fd5f16;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    border-radius: 50%;
}

.contact-inner a {
    color: #666;
    font-size: 16px;
    display: block;
}

.contact-head p {
    font-size: 16px;
}

.card {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border: 0 solid #eeeeee;
}

.card-block {
    border: 1px solid #eeeeee;
    padding: 1.875rem;
}

.contact-profile__container {
    position: relative;
    border-top: 3px solid #edac15;
    border-bottom: 9px solid #f2f2f2;
    padding-bottom: 1.625rem;
}

.contact-profile__name {
    position: absolute;
    background-color: #edac15;
    color: #ffffff;
    top: -1rem;
    left: 1.875rem;
    padding: 0.25rem 0.625rem;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 0.875rem;
    text-shadow: 0 1px rgba(0, 0, 0, 0.15);
}

.contact-profile__item {
    padding-bottom: 1.1875rem;
    margin-bottom: 1.1875rem;
    border-bottom: 1px solid #eeeeee;
}

    .contact-profile__item:last-of-type {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }

.contact-profile__icon {
    float: left;
}

.contact-profile__text {
    margin-left: 1.875rem;
    margin-bottom: 0;
    font-size: 0.875rem;
}

.contact-profile__social-icons {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #f2f2f2;
    padding: 0.6875rem 1.875rem 0.0625rem 0.625rem;
    line-height: 1;
}

    .contact-profile__social-icons::before {
        position: absolute;
        content: '';
        left: -2.1875rem;
        bottom: 0;
        width: 0;
        height: 0;
        border-bottom: 2.1875rem solid #f2f2f2;
        border-left: 2.1875rem solid transparent;
    }

    .contact-profile__social-icons + .contact-profile__items {
        margin-bottom: 1.875rem;
    }

.contact-profile__social-icon {
    font-size: 1.375rem;
    color: #999999;
    padding-left: 0.0625rem;
}

    .contact-profile__social-icon:focus, .contact-profile__social-icon:hover {
        color: #edac15;
    }

@media only screen and (max-width: 1024px) {
    .jetmenu > li > a {
        padding: 15px 20px;
    }

    h3, .h3 {
        font-size: 20px;
    }

    .fixed .jetmenu > li > a {
        padding: 15px 16px;
    }

    h2, .h2 {
        font-size: 24px;
    }

    .border-title {
        font-size: 22px;
    }

    .title {
        font-size: 18px;
    }

    .ribbon-heading .check-title, .footer .box .icon-content p {
        font-size: 9px;
    }

    .panel-box {
        padding: 2px 11px 16px;
    }

    .subscrib_area .subscrib_content h3 {
        font-size: 22px;
    }
}

.plogo {
    text-align: center;
    color: #000;
    font-size: 10px;
    margin: 0 0 0px;
}

@media only screen and (max-width: 767px) {
    .fixed {
        background: #fff;
    }

    .jetmenu {
        display: none;
    }

    .ribbon-heading .check-title, .footer .box .icon-content p {
        font-size: 11px;
    }

    .title {
        font-size: 16px;
    }

    .img-box {
        width: 40%;
        margin: 0px auto 21px;
    }

    .fixed .jetmenu {
        width: 89%;
    }

    .image img {
        height: auto;
    }

    .border-title {
        font-size: 18px;
        padding: 0px 15px 22px;
    }

    .left-border, .right-border {
        width: 30px;
        margin-top: 3px;
        display: none;
    }

    .logo2 img {
        width: 100%;
    }

    #minimal-bootstrap-carousel.slider-home-two .carousel-inner .item {
        min-height: 150px;    max-height: 150px;
    }

    .background h2.txt_white {
        text-align: center;
        font-size: 20px;
        line-height: 35px;
    }

    .mid {
        margin: 0px 44px;
    }

    .jetmenu > li.showhide span.title {
        display: none;
    }

    .panel-box {
        border-bottom: 35px solid #fff;
    }

    .subscrib_area .subscrib_content h3 {
        font-size: 22px;
        text-align: center;
    }

    .subscrib_area .subscrib_content p, .footer-bottom {
        text-align: center;
    }

    marquee {
        font-size: 10px;
    }
}



.portfolio .g-button-filter {
    padding: 5px 15px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 5px;
    background-color: #031219;
    border: none;
    margin: 5px;
}

    .portfolio .g-button-filter.mixitup-control-active {
        background: #eab34c;
    }

.portfolio .mix {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    border-color: #f8f8f8;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-width: 8px;
    border-style: solid;
    max-width: 100%;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin-bottom: 0!important;
    left: 0px;
    /*position: absolute;*/
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    filter: grayscale(100%);
    webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    z-index: 2;
    top: 0!important;
}

    .portfolio .mix:hover {
        filter: none;
    }

    .portfolio .mix img {
        max-width: 100%;
        height: auto;
        padding: 10px 28px 14px 14px;
        background: url(../images/annual-report-2017-2018.jpg);
        background-size: 100% 100%;
        max-height: 232px;
        transform: rotate(1deg);
        /*box-shadow: 3px 3px 5px 6px #f9f9f9;*/
    }

    .portfolio .mix .mix-hover {
        position: absolute;
        left: 5px;
        right: 5px;
        top: 100%;
        bottom: 5px;
        background: rgba(63, 141, 172, 0.8);
        font-size: 25px;
        transition: all ease 0.5s;
        overflow: hidden;
    }

    .portfolio .mix:hover .mix-hover {
        top: 70%;
        height: 52%;
    }

    .portfolio .mix .mix-hover .icons {
        text-align: center;
        position: absolute;
        top: 27%;
        left: 0;
        right: 0;
        margin-top: -32px;
    }

        .portfolio .mix .mix-hover .icons a {
            line-height: 68px;
            width: 50%;
            color: #fff;
            width: 50%;
            float: left;
        }

            .portfolio .mix .mix-hover .icons a:hover {
                background: #ffffff;
                color: #3f8dac;
                padding: 5px 0px;
            }
/*Eliminates padding, centers the thumbnail */


.desc {
    padding: 20px;
    background: #fff;
    overflow: hidden;
}

    .desc .title_wrapper {
        position: relative;
        padding-right: 43px;
    }

        .desc .title_wrapper h5 a {
            margin-bottom: 0;
            font-size: 15px;
            line-height: 25px;
            font-weight: 700;
            letter-spacing: 0px;
            color: #444444;
        }

        .desc .title_wrapper .button-love {
            position: absolute;
            right: 0;
            top: 0;
        }

            .desc .title_wrapper .button-love a.mfn-love {
                display: inline-block;
                position: relative;
                padding-left: 24px;
                color: #3f8dac;
            }

                .desc .title_wrapper .button-love a.mfn-love i {
                    position: absolute;
                    left: 0;
                    top: 0;
                    font-size: 16px;
                }





    .desc .count {
        color: #a8a8a8;
    }

.button-love a.mfn-love i:last-child, .button-love a.mfn-love span:last-child {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.button-love a.loved.mfn-love i:last-child, .button-love a.loved.mfn-love span:last-child {
    opacity: 1;
    filter: alpha(opacity=100);
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.gallery-block {
    width: 100%;
    max-width: 277px;
    height: 207px;
    margin: 0 10px 10px 0;
    background: #f9f9f9;
    border: 1px solid #dedede;
    outline: none;
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

    .gallery-block .Iblock {
        position: relative;
        width: 100%;
    }

        .gallery-block .Iblock img {
            width: 100% !important;
            height: 160px !important;
            display: block;
            border-radius: 0 !important;
            box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
            margin: 0 auto;
            max-width: 100%;
            vertical-align: middle;
            webkit-transition: 0.4s ease-in-out;
            -moz-transition: 0.4s ease-in-out;
            -ms-transition: 0.4s ease-in-out;
            -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
            display: inline-block !important;
        }

        .gallery-block .Iblock .image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255,255,255,0.7) !important;
            display: none;
        }

.team-box {
    position: relative;
    max-height: 370px;
    min-height: 370px;
}

    .team-box:before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        content: "";
        background-color: #ffbe0e;
        transition: 0.3s;
    }

    .team-box:hover:before {
        width: 100%;
    }

.team-img img {
    width: 100%;
    max-height: 220px;
    min-height: 220px;
}

.themebtn {
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: 1px solid white;
}

.shadow {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
    background: #fdfdfd;
    padding: 15px;
}

.team-img {
    position: relative;
    overflow: hidden;
}

.team-bio {
    padding: 22px 0 15px;
}

    .team-bio h6 {
        margin-bottom: 0;
        color: #444;
        font-size: 16px;
    }

table {
    border-collapse: collapse;
    border: 1px solid #ccc;
}

    table td, table th {
        border: 1px solid #ccc;
    }

    table a {
        color: #001F6D;
    }

.modal-box {
   top:0px !important;
    display: none;
    position: absolute;
    z-index: 10000000000;
    width: 98%;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    position: fixed;
}

@media (min-width: 32em) {

    .modal-box {
        width: 70%; 
    }
}

.modal-box header,
.modal-box .modal-header {
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #ddd;
}

    .modal-box header h3,
    .modal-box header h4,
    .modal-box .modal-header h3,
    .modal-box .modal-header h4 {
        margin: 0;
    }

.modal-box .modal-body {
    padding: 2em 1.5em;
    border: solid 2px #cccccc;
    background-color: #ffffff;
    overflow-y: scroll;
    z-index: 10;
    height: 400px;
}

.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}

.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
}

.modal-box a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 5%;
    right: 2%;
    text-decoration: none;
    color: #bbb;
}

    .modal-box a.close:hover {
        color: #222;
        -webkit-transition: color 1s ease;
        -moz-transition: color 1s ease;
        transition: color 1s ease;
    }

.img-box {
    width: 100%;
    /*min-height: 207px;*/
    margin: 0 10px 10px 0;
    background: #f9f9f9;
    border: 1px solid #dedede;
    outline: none;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

    .img-box .image-block {
        position: relative;
        width: 100%;
    }

        .img-box .image-block img {
            width: 100%;
            height: 160px;
            display: block;
            border-radius: 0 !important;
            border: 5px solid #FFF !important;
            -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
            margin: 0 auto;
            max-width: 100%;
        }

        .img-box .image-block .image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255,255,255,0.7) !important;
            display: none;
        }

            .img-box .image-block .image-overlay a {
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                width: 100%;
                height: 100%;
                box-shadow: none !important;
               
            }

    .img-box:hover .image-block .image-overlay, .img-box:hover .title-block .button-block {
        display: block;
    }


    .img-box .title-block {
        position: relative;
        margin: 0;
        padding: 15px 0 15px 0;
        -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
        box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
        text-align: center;
    }

        .img-box .title-block h3 {
            position: relative;
            margin: 0;
            padding: 0 1% 5px 1%;
            width: 98%;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            font-weight: normal;
            font-size: 13px;
            line-height: 18px;
            color: #222222;
            text-align: center;
        }

        .img-box .title-block .button-block {
            position: absolute;
            right: 0;
            top: 0;
            display: none;
            vertical-align: middle;
            padding: 10px 10px 4px 10px;
            border-left: 1px solid rgba(0, 0, 0, .05);
        }

            .img-box .title-block .button-block a {
                position: relative;
                display: block;
                vertical-align: middle;
                padding: 3px 10px 3px 10px;
                border-radius: 3px;
                font-size: 14px;
                background: #2ea2cd;
                color: #ffffff;
                text-decoration: none !important;
            }

.previous, .Next {
    width: 40px;
    height: 39px;
    font-size: 25px;
    display: inline-block;
    text-align: center;
    border: 1px solid #eee;
    border-bottom: none;
    border-top: none;
}

    .previous a, .Next a {
        position: absolute;
        color: #777;
        text-decoration: none;
        width: 12px;
        height: 24px;
        line-height: 1;
        display: inline-block;
    }

.boxbg1 {
    background-image: -webkit-linear-gradient(90deg, #585858 0%, #000000 100%);
    background-image: -moz-linear-gradient(90deg, #585858 0%, #000000 100%);
    background-image: -o-linear-gradient(90deg, #585858 0%, #000000 100%);
    background-image: linear-gradient(90deg, #585858 0%, #000000 100%);
    border-radius: 100px 100px 100px 100px;
}

.boxbg2 {
        border: 3px solid #000;
    border-radius: 100px 100px 100px 100px;
}
    .boxbg2 img {
        background:#000;
        padding:5px;
    }
.box-info-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 0;
    margin: auto;
    width: 150px;
    height: 150px;
    padding: 30px;
    transition: all 0.2s;
    position: relative;    border: 3px solid #000;    margin-bottom: 20px;
}

    .box-info-1:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 150px;
        height: 150px;
        display: inline-block;
        border: 5px solid hsla(0, 0%, 100%, 0.22);
        line-height: 120px;
        text-align: center;
        /*border-radius: 100% 100% 100% 0;*/
        margin-bottom: 29px;
        color: #f6384f;
        font-size: 32px;
        box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
        background: rgba(0,0,0,.1);
        content: "";
        opacity: 0;
        transition: all ease-in-out 0.3s;
        -webkit-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
    }

    .box-info-1:hover:after {
        height: 100%;
        opacity: 1;
        box-shadow: 0 0 10px rgba(175,175,175,.23);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

@-webkit-keyframes f_rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.box-info-1:hover .box-info-1 {
    border-radius: 100% 100% 100% 0px;
}

.box-info-1 .box-icon {
    display: inline-block;
    float: none;
    margin: 0 0 17px 0;
    color: #fff;
}

    .box-info-1 .box-icon i {
        font-size: 60px;
    }

    .box-info-1 .box-icon img {
        margin-top: 0;
        width: 65px !important;
        height: auto !important;
    }

.box-info-1 .box-content h5 {
    margin-bottom: 0;
    color: #fff;
    margin-top: 0;
    font-size: 12px;
}

.box-info-1 .arrow {
    position: absolute;
}

    .box-info-1 .arrow.right-top {
        top: -54px;
        right: -157px;
    }

    .box-info-1 .arrow.right-bottom {
        bottom: -54px;
        right: -157px;
    }

.box-info-1 .tag-number {
    position: absolute;
    display: inline-block;
    top: 19px;
    right: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    color: #fff;
    background-color: #ffbe0e; /*-webkit-animation: f_rotation 5s infinite linear;
    animation: f_rotation 5s infinite linear;*/
}

.boxbg2 .box-content h5 {
    color: #000000;
}

.boxbg2 .tag-number {
    background-color: #1e2832;
}

@media (max-width: 992px) {
    .box-info-1 .arrow {
        display: none;
    }
}

.banner-video {
    max-width: 600px;
    display: inline-block;
    box-shadow: 0 30px 70px rgb(250, 170, 5);
    transition: all .4s;
}

    .banner-video figure {
        position: relative;
    }

figure, textarea {
    width: 100%;
}

.banner-video figcaption {
    position: absolute;
    width: 64%;
    left: 19%;
    top: 18%;
    max-height: 240px;
}

.banner-video video {
    width: 100%;
}

video {
    display: inline-block;
    vertical-align: baseline;
}

