 

.header {
    position: relative;
}


/* Topbar */

.topbar {
    background-color: #162a6d;
    padding: 5px 0;
    overflow: hidden;
    /* background: rgb(237 102 6); */
}

.top-contact {
    padding-top: 0;
}

.topbar .single-contact {
    display: inline-block;
    margin-right: 25px;
    color: #ccc;
    cursor: pointer;
}

    .topbar .single-contact:last-child {
        margin-right: 0px;
    }

    .topbar .single-contact,
    .topbar .single-contact a {
        color: #fdfdfd;
        font-weight: normal;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-size: 14px;
    }

        .topbar .single-contact i {
            color: #ffffff;
            margin-right: 10px;
            font-size: 18px;
            position: relative;
            top: 2px;
        }

        .topbar .single-contact:hover,
        .topbar .single-contact a:hover {
            color: #fff;
        }


/* Top right */

.topbar-right {
    position: relative;
    float: right;
}

    .topbar-right .button {
        float: left;
        right: 0;
    }

        .topbar-right .button .bizwheel-btn {
            height: auto;
            text-transform: initial;
            padding: 8px 15px;
            line-height: initial;
            background: #fff;
            font-size: 14px;
            color: #f3a712;
            border: 1px solid transparent;
        }

            .topbar-right .button .bizwheel-btn:hover {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }


/* Social Icons */

.topbar .social-icons {
    float: right;
    /* margin-right: 115px; */
    padding-top: 0;
}

    .topbar .social-icons li {
        display: inline-block;
        /* margin-right: 10px; */
        border-right: 1px solid #e3e2e2;
        /* padding: 0 10px; */
    }

        .topbar .social-icons li:last-child {
            margin: 0;
        }

        .topbar .social-icons li a {
            color: #fff;
            font-size: 14px;
            padding: 0 10px;
        }

            .topbar .social-icons li a:hover {
                color: #F3A712;
            }


/* Right Bar */

.right-bar {
    display: inline-block;
    position: absolute;
    right: 0;
    height: 50.5px;
    z-index: 3333;
    top: -13px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .right-bar .right-nav {
        z-index: 333;
        position: relative;
        line-height: initial;
        padding-top: 10px;
    }

    .right-bar:after {
        content: '';
        position: absolute;
        top: 0;
        left: -28px;
        width: 118px;
        height: 101%;
        transform: skew(-26deg);
        background: #f3a712;
        z-index: -1;
    }

    .right-bar ul li {
        display: inline-block;
        margin-right: 5px;
    }

        .right-bar ul li:last-child {
            margin: 0;
        }

    .right-bar .right-nav li a {
        color: #fff;
        text-align: center;
        display: block;
        cursor: pointer;
        border: 1px solid #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        border-radius: 100%;
    }

        .right-bar .right-nav li a:hover {
            color: #F3A712;
            border-color: transparent;
            background: #fff;
        }


/* Middle header */

.header-inner {
    padding: 20px 0;
    background: #333;
}

.middle-header {
    background: #fff;
    position: relative;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    z-index: 9999;
}


/* Logo */

.header .logo {
    z-index: 33;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-box-shadow: inherit;
    margin-top: 0px;
    display: flex;
}


/* .header .img-logo {
    margin-top: 22px;
} */

.header .text-logo {
    margin-top: 30px;
}

    .header .text-logo a,
    .header .img-logo a {
        font-size: 26px;
        font-weight: 600;
        display: block;
        z-index: 9999;
        position: relative;
    }

.header .menu-area {
    position: relative;
}

.header .navbar {
    padding: 0;
}


/* Main Menu */

.header .nav li {
    margin-right: 0px;
    position: relative;
    float: none;
    display: inline-block;
}

.menu_icon {
    /* background: #ececec; */
    height: 59px;
    width: 65px;
    border-radius: 50px;
    padding: 6px;
    text-align: center;
    /* border: 1px solid #afafaf; */
    margin: 0 auto;
}

ul#nav .menu_icon svg {
    width: 44px;
    background: #e9e9e9;
    border-radius: 50px;
    padding: 8px;
    transition: all 0.3s ease-in-out;
    color: white;
}

ul#nav .menu_icon .cls-1 {
    stroke: #000000;
}

ul#nav .menu_icon svg path {
    stroke: #fff;
}

ul#nav li:hover .menu_icon svg {
    background: #F3A712;
    transition: all 0.3s ease-in-out;
    border-radius: 34px;
}

.header .nav li:last-child {
    margin: 0;
}

.header .nav li a {
    text-transform: capitalize;
    position: relative;
    display: block;
    padding: 0px 10px 19px;
    color: #181818;
    font-weight: 600;
    line-height: 10px;
}

.header .nav li.active a,
.header .nav li:hover a {
    color: #b61a1f;
}

.header .nav-inner {
    float: right;
    /* margin-right: 160px; */
    text-align: right;
}

.header .nav li a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    background: #b61a1f;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: 18px;
}

.header .nav li.active a::before,
.header .nav li:hover a::before {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    width: 50%;
}

.navbar-expand-lg .navbar-collapse {
    display: block !important;
}

.header .nav li a i {
    margin-left: 6px;
    font-size: 10px;
}


/* .header .nav li.icon-active a::after {
    content: "\f107";
    position: relative;
    font-family: 'FontAwesome';
    padding-left: 6px;
} */

.header .nav li .sub-menu a::after,
.header .nav li.icon-active .sub-menu li.icon-active .sub-menu a::after,
.header .nav li.icon-active .sub-menu li.icon-active .sub-menu li.icon-active .sub-menu a::after {
    display: none;
}

.header .nav li.icon-active .sub-menu li.icon-active a::after,
.header .nav li.icon-active .sub-menu li.icon-active .sub-menu li.icon-active a::after {
    display: inline-block;
    float: left;
    content: "\f100";
    padding: 0;
    margin-right: 8px;
}


/* Dropdown Menu */

.header .nav li .sub-menu {
    /* border-bottom: 1px solid red; */
    background: #fff;
    width: 256px;
    text-align: left;
    position: absolute;
    top: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    padding: 1px;
    left: 0px;
    margin: 0;
    /* -webkit-box-shadow: 1px 4px 12px rgba(51, 51, 51, 0.25); */
    -moz-box-shadow: 1px 4px 12px rgba(51, 51, 51, 0.25);
    /* box-shadow: 1px 4px 12px rgba(51, 51, 51, 0.25); */
    /* -webkit-transition: all 0.3s ease 0s; */
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .header .nav li .sub-menu.last-menu {
        left: auto !important;
        right: 0 !important;
    }

.header .nav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.header .nav li .sub-menu li {
    float: none;
    margin: 0;
    display: block;
}

    .header .nav li .sub-menu li:last-child {
        border: none;
    }

    .header .nav li .sub-menu li a {
        padding: 8px 0px;
        color: #000;
        display: block;
        font-size: 16px;
        font-weight: normal;
        text-transform: capitalize;
        background: transparent;
        padding: 10px;
    }

ul#nav > li > a {
    text-align: center;
    font-size: 15px;
    /* font-family: 'Bebas Neue', cursive; */
    /* font-weight: 400; */
    letter-spacing: 1px;
    border-right: 1px solid #dfdfdf;
}

.sub-menu h6 {
    border-bottom: 1px solid rgb(216 216 216);
    padding: 5px 12px;
}

.header .nav li .sub-menu li a:before {
    display: none;
}

.header .nav li .sub-menu li:last-child a {
    border-bottom: 0px;
}

.header .nav li .sub-menu li:hover a {
    color: #fff;
    background: #b5191e;
}

.header .nav li .sub-menu li a:hover {
    border-color: transparent;
}

.header .nav li .sub-menu li i {
    float: right;
    margin-top: 8px;
    font-size: 10px;
    z-index: 5;
}

.header .nav li .sub-menu li .sub-menu {
    top: 0;
    left: initial;
    left: -122%;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px #3333334d;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
}

.header .nav li .sub-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.header .nav li .sub-menu li .sub-menu li a {
    padding: 8px 15px;
    color: #666;
    display: block;
    font-weight: normal;
    text-transform: capitalize;
    background: transparent;
}

.header .nav li .sub-menu li:hover .sub-menu li a {
    background: transparent;
}

.header .nav li .sub-menu li .sub-menu li a:hover {
    color: #fff;
    background: #179E66;
}

.header .nav li .sub-menu .sub-menu li:last-child a {
    border-bottom: 0px solid;
}

.header .nav li .sub-menu li .sub-menu .sub-menu {
    transform: scaleY(0.2);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
}

.header .nav li .sub-menu li .sub-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.header .right-button {
    position: absolute;
    right: 0;
    top: 21px;
}

    .header .right-button .bizwheel-btn {
        background: transparent;
        border: 1px solid #ccc;
        color: #2E2751;
        padding: 8px 20px;
        font-size: 14px;
    }

        .header .right-button .bizwheel-btn:hover {
            background: #179E66;
            color: #fff;
            border-color: transparent;
        }


/* Header Search */

.search-top {
    position: absolute;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 51px;
    width: 350px;
    right: 0;
    line-height: initial;
}

    .search-top.active {
        opacity: 1;
        visibility: visible;
    }

    .search-top .search-form {
        position: relative;
        background: #fff;
        padding: 15px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.33);
    }

        .search-top .search-form input {
            height: 50px;
            line-height: 45px;
            padding: 0 45px 0 20px;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            border: none;
            background: #fff;
            color: #333;
            border-radius: 0px;
            width: 100%;
            font-size: 14px;
            border: 1px solid #ebebeb;
        }

        .search-top .search-form button {
            position: absolute;
            width: 45px;
            border: none;
            top: 15px;
            line-height: 50px;
            height: 50px;
            border-radius: 0px;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            right: 16px;
            background: #2E2751;
            color: #fff;
        }

            .search-top .search-form button:hover {
                color: #fff;
                background: #F3A712;
            }

    .search-top .search-top.active .search i:before {
        content: "\f00d";
    }


/* Sidebar Popup */

.sidebar-popup {
    position: fixed;
    width: 350px;
    height: 100%;
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    overflow: auto;
    transform: translateX(100%);
    top: 0;
    border-left: 3px solid #F3A712;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    z-index: 999999;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 50px 30px;
}

    .sidebar-popup.active {
        opacity: 1;
        visibility: visible;
        transform: translateX(0%);
        right: 0;
    }

    .sidebar-popup .cross {
        position: absolute;
        right: 5px;
        top: 5px;
    }

        .sidebar-popup .cross .btn {
            width: 40px;
            height: 40px;
            line-height: 37px;
            padding: 0;
            margin: 0;
            font-size: 16px;
            cursor: pointer;
            color: #fff;
            border-radius: 100%;
            background: #2E2751;
        }

            .sidebar-popup .cross .btn:hover {
                background: #F3A712;
                color: #fff;
            }

    .sidebar-popup .logo {
        margin: 0;
        padding: 0;
        float: none;
        margin-bottom: 10px;
        background: transparent;
        position: relative;
        padding: 0;
        box-shadow: none;
        line-height: initial;
        height: auto;
    }

        .sidebar-popup .logo a {
            display: inline-block;
        }

    .sidebar-popup .single-content {
        margin-bottom: 40px;
    }

        .sidebar-popup .single-content:last-child {
            margin: 0;
            border: none;
        }

        .sidebar-popup .single-content h4 {
            position: relative;
            font-size: 18px;
            text-transform: capitalize;
            color: #2E2751;
            line-height: initial;
            margin-bottom: 11px;
            border-bottom: 1px solid #cccccc78;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

            .sidebar-popup .single-content h4:before {
                content: "";
                position: absolute;
                left: 0;
                bottom: -2px;
                background: #b61a1f;
                width: 35px;
                height: 4px;
            }

            .sidebar-popup .single-content h4 i {
                color: #F3A712;
                margin-right: 10px;
            }

        .sidebar-popup .single-content .social {
            margin-top: 20px;
        }

        .sidebar-popup .single-content p {
            font-size: 14px;
        }

    .sidebar-popup .side-button {
        margin-top: 15px;
    }

        .sidebar-popup .side-button .bizwheel-btn {
            padding: 10px 20px;
            font-size: 14px;
        }


    /* Social */

    .sidebar-popup .social li {
        display: inline-block;
        margin-right: 5px;
    }

        .sidebar-popup .social li:last-child {
            margin-right: 0px;
        }

        .sidebar-popup .social li a {
            height: 32px;
            width: 32px;
            line-height: 32px;
            text-align: center;
            font-size: 14px;
            color: #666;
            background: transparent;
            border: 1px solid rgba(204, 204, 204, 0.66);
            border-radius: 100%;
            display: block;
        }

            .sidebar-popup .social li a:hover,
            .sidebar-popup .social li.active a {
                background: #179E66;
                border-color: transparent;
                color: #fff;
                border-radius: 100%;
            }


/* Sidebar Popup */

.address-widget-list i {
    margin-right: 15px;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    color: #F3A712;
}

.address-widget-list li {
    line-height: 40px;
}

.address-widget-list {
    margin-top: 20px;
}


/* Links */

.sidebar-popup .links li {
    display: block;
    margin-bottom: 6px;
    border-bottom: 1px solid #eee;
}

    .sidebar-popup .links li:last-child {
        border: none;
    }

    .sidebar-popup .links li a {
        text-transform: capitalize;
        color: #333;
        line-height: 35px;
    }

        .sidebar-popup .links li a:hover {
            color: #179E66;
        }


/* Header Style 2*/

.header.style2 .middle-header {
    position: absolute;
    top: 51px;
    z-index: 9000;
    width: 100%;
    background: transparent;
    border: none;
    box-shadow: none;
}

.header.style2 .middle-inner {
    background: #2E2751;
    z-index: 2035;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header.style2 .topbar {
    background: #fff;
    padding: 15px 0 35px;
}

    .header.style2 .topbar .single-contact,
    .header.style2 .topbar .single-contact a {
        color: #666;
    }

    .header.style2 .topbar .social-icons li a {
        color: #2E2751;
    }

    .header.style2 .topbar .social-icons li:hover a {
        color: #F3A712;
    }

.header.style2 .img-logo {
    margin-top: 12px;
}

.header.style2 .text-logo {
    margin-top: 16px;
}

    .header.style2 .text-logo a {
        color: #fff;
    }

.header.style2 .logo {
    position: relative;
    top: 0;
    height: auto;
    margin: 0;
    background: transparent;
    box-shadow: none;
    line-height: initial;
    padding: 0;
    margin: 0;
}

.header.style2 .nav li a {
    color: #eee;
    padding: 22px 0;
}

.header.style2 .nav li:hover a {
    color: #E7A014;
}

.header.style2 .nav li a::before {
    background: #F3A712;
}

.header.style2 .nav li .sub-menu li a {
    color: #666;
}

.header.style2 .nav li .sub-menu li:hover a {
    background: #E7A013;
    color: #fff;
}

.header.style2 .nav li .sub-menu li .sub-menu li a {
    color: #666;
}

.header.style2 .nav li .sub-menu li .sub-menu li:hover a {
    background: #E7A013;
    color: #fff;
}

.header.style2 .button {
    position: absolute;
    right: 0;
    top: 7px;
}

.header.style2 .bizwheel-btn {
    background: #b61a1f;
    padding: 12px 20px;
    font-size: 14px;
}

.header.style2 .topbar .social-icons {
    margin: 0;
}

.header.style2 .nav-inner {
    margin-right: 165px;
}

.header.style2 .bizwheel-btn:hover {
    background: #fff;
    color: #179E66;
}

.header.style2 .top-contact,
.header.style2 .social-icons {
    padding: 0;
}


/*======================================
	End Header CSS
========================================*/


/*======================================
	Blog CSS
========================================*/

.blog {
    background: #fff;
    position: relative;
}

    .blog .blog-slider {
        margin-top: 30px;
    }

.single-news {
    background: #fff;
    position: relative;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
    z-index: 2;
    margin-bottom: 15px;
    box-shadow: 2px 0px 15px 0px rgba(0, 0, 0, 0.15);
    margin-top: 30px;
}

    .single-news .news-head {
        overflow: hidden;
        position: relative;
    }

        .single-news .news-head:before {
            opacity: 0;
            visibility: hidden;
        }

    .single-news:hover .news-head:before {
        opacity: 0.5;
        visibility: visible;
    }

    .single-news .news-head:after {
        content: "";
        position: absolute;
        bottom: 0;
        border-top: 10px solid transparent;
        border-bottom: 15px solid #fff;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        left: 50%;
        margin-left: -15px;
        z-index: 333;
        z-index: 4444;
        transform: translateY(50px);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .single-news:hover .news-head:after {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }

    .single-news .news-head img {
        width: 100%;
        margin: 0;
        padding: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .single-news .news-body {
        padding: 25px;
        background: #fff;
        position: relative;
    }

    .single-news .news-meta {
        position: absolute;
        width: 100%;
        background: transparent;
        opacity: 0;
        bottom: 20px;
        visibility: hidden;
        text-align: center;
        z-index: 333;
        transition: all 0.3s ease;
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    .single-news:hover .news-meta {
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
    }

    .single-news .news-meta li {
        display: inline-block;
        color: #fff;
        font-size: 14px;
        border-right: 1px solid #d6d6d6;
        margin-right: 10px;
        padding-right: 10px;
    }

        .single-news .news-meta li:last-child {
            margin: 0;
            padding: 0;
            border: none;
        }

        .single-news .news-meta li i {
            margin-right: 5px;
            color: #179E66;
        }

    .single-news .news-meta .author span {
        display: inline-block;
        color: #179E66;
    }

    .single-news .news-title {
        line-height: 25px;
    }

        .single-news .news-title a {
            font-size: 20px;
        }

        .single-news .news-title:hover a {
            color: #179E66;
        }

    .single-news .news-text {
        margin-top: 18px;
        font-size: 14px;
    }

        .single-news .news-text .bizwheel-btn {
            padding: 7px 20px;
            margin-top: 10px;
            font-size: 14px;
            background: #F4F9FC;
            color: #2E2751;
        }

            .single-news .news-text .bizwheel-btn i {
                margin-right: 5px;
                width: 15px;
                height: 15px;
                line-height: 15px;
                display: inline-block;
                text-align: center;
                padding: 0;
                background: #F3A712;
                color: #fff;
                border: none;
                border-radius: 100%;
            }

    .single-news .more {
        color: #fff;
        margin-top: 15px;
        display: inline-block;
        font-size: 14px;
        border-radius: 30px;
        background: #179E66;
        padding: 10px 20px;
        border-radius: 0px;
        border: 1px solid transparent;
    }

        .single-news .more:hover {
            background: #2E2751;
            color: #fff;
        }

        .single-news .more i {
            display: inline-block;
            margin-left: 5px;
        }


/* Blog Grid */

.blog.blog-grid {
    background: #fff;
    position: relative;
    height: auto;
    padding: 100px 0 130px;
}

    .blog.blog-grid .single-news {
        border-radius: 8px;
        margin: 30px 0 0;
    }


/* Blog Single CSS */

.blog-single {
    padding: 50px 0 50px;
    background: #fff;
}

    .blog-single h1,
    .blog-single h2,
    .blog-single h3,
    .blog-single h4,
    .blog-single h5,
    .blog-single h6 {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .blog-single .blog-space {
        margin-bottom: 20px;
    }

.blog-detail .news-meta li:before {
    display: none;
}

.blog-detail .news-meta li {
    display: inline-block;
    margin: 0;
    margin-right: 15px;
    padding: 0;
}

    .blog-detail .news-meta li i {
        color: #F3A712;
        margin-right: 5px;
    }

.blog-single h5,
.blog-single h4 {
    font-size: 18px;
}

.blog-single .main-image {
    margin-top: 30px;
}

.blog-single .blog-detail {
    margin-top: 20px;
}

    .blog-single .blog-detail .blog-title {
        font-size: 28px;
        line-height: 40px;
        margin: 15px 0;
    }

    .blog-single .blog-detail p {
        margin-bottom: 20px;
    }

    .blog-single .blog-detail blockquote {
        position: relative;
        font-size: 20px;
        line-height: 36px;
        padding-left: inherit;
        padding: 30px;
        background: #F4F9FC;
        color: #fff;
        border: none;
        font-size: 16px;
        z-index: 1;
        overflow: hidden;
    }

        .blog-single .blog-detail blockquote p {
            color: #2E2751;
        }

        .blog-single .blog-detail blockquote i {
            font-size: 65px;
            color: #fff;
            position: absolute;
            left: 35px;
            top: 30px;
            opacity: 0.3;
            z-index: -1;
        }

        .blog-single .blog-detail blockquote a {
            background: #F3A712;
            color: #fff;
            padding: 4px 20px;
            margin-top: 16px;
            display: inline-block;
        }

        .blog-single .blog-detail blockquote cite {
            color: #fff;
            background: #1FA16B;
            padding: 10px 20px;
            font-size: 14px;
        }

.blog-single .share-social {
    margin-top: 55px;
}

.blog-single .coment-author {
    position: relative;
}

    .blog-single .coment-author img {
        position: absolute;
        left: 0;
        top: 0;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        display: block;
    }

    .blog-single .coment-author .author {
        display: inline-block;
        padding-left: 60px;
        margin-top: 10px;
    }

        .blog-single .coment-author .author span {
            display: inline-block;
            color: #333;
            display: inline-block;
        }

.blog-single .share-inner {
    float: right;
    margin-top: 7px;
}

    .blog-single .share-inner h4 {
        font-weight: normal;
        font-size: 16px;
        color: #909090;
        display: inline-block;
        margin-right: 15px;
    }

    .blog-single .share-inner ul {
        display: inline-block;
    }

        .blog-single .share-inner ul li {
            display: inline-block;
            margin-right: 10px;
        }

            .blog-single .share-inner ul li:last-child {
                margin: 0;
            }

            .blog-single .share-inner ul li a:hover {
                color: #179E66;
            }


/* Post Navigation */

.posts_nav {
    padding: 0 0 30px;
    overflow: hidden;
    margin-top: 30px;
    text-align: center;
}

    .posts_nav a {
        border: 1px solid #ccc;
        padding: 10px 20px;
        display: inline-block;
        color: #1FA16B;
        font-size: 14px;
    }

        .posts_nav a:hover {
            border-color: transparent;
            background: #F3A712;
        }

    .posts_nav .post-left i {
        padding-right: 5px;
    }

    .posts_nav .post-right i {
        padding-left: 5px;
    }

    .posts_nav .post-left {
        display: inline-block;
        margin-right: 5px;
    }

    .posts_nav .post-right {
        display: inline-block;
    }

    .posts_nav a:hover {
        background: #179E66;
        color: #fff;
    }


/* Blockquote */

blockquote {
    padding: 20px;
    color: #353535;
    font-size: 18px;
    border-left: 4px solid #179E66;
    background: #F5F8F9;
    line-height: 28px;
    margin-bottom: 15px;
}


/* Comment List */

.blog-comments-form {
    margin-top: 20px;
}

    .blog-comments-form .bottom-title h2 {
        font-size: 24px;
        margin: 0 0 5px;
    }

    .blog-comments-form .form {
        margin-top: 30px;
    }

        .blog-comments-form .form input,
        .blog-comments-form .form textarea {
            width: 100%;
            border-radius: 0px;
            border: 1px solid #cccccca6;
            height: 40px;
            padding: 10px;
        }

        .blog-comments-form .form label {
            font-weight: 500;
        }

        .blog-comments-form .form textarea {
            height: 150px;
        }

        .blog-comments-form .form .bizwheel-btn {
            background: #b61a1f;
            padding: 20px 30px;
            border-radius: 0px;
            border: none;
            color: #fff;
        }

            .blog-comments-form .form .bizwheel-btn:hover {
                background: #2E2751;
                color: #fff;
            }

            .blog-comments-form .form .bizwheel-btn i {
                margin-left: 10px;
                font-size: 14px;
            }


/*======================================
	End Blog CSS
========================================*/


/*====================================
	Shop CSS
======================================*/

#customer_details .col-1,
#customer_details .col-2 {
    width: 50% !important;
    display: block;
    max-width: 50%;
}

#customer_details .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

#order_review_heading {
    margin: 20px 0;
}


/*====================================
	End Shop CSS
======================================*/


/*======================================
	Sidebar CSS
========================================*/


/* Blog Sidebar */

.blog-sidebar {
    margin-top: 30px;
}

    .blog-sidebar .single-sidebar ul,
    .blog-sidebar .single-sidebar ul li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .blog-sidebar .single-sidebar ul li:before {
            display: none;
        }

    .blog-sidebar .single-sidebar {
        margin-bottom: 30px;
        background: #fff;
        padding: 20px;
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }

    .blog-sidebar .single-widget:last-child {
        margin: 0;
    }


    /* Widget Title */

    .blog-sidebar .sidebar-title {
        position: relative;
        font-size: 18px;
        text-transform: capitalize;
        display: block;
        margin-bottom: 12px;
        padding-bottom: 12px;
        margin-top: 0;
    }

        .blog-sidebar .sidebar-title::before {
            content: "";
            position: absolute;
            left: 0;
            width: 40px;
            height: 2px;
            bottom: 0;
            background: #f3a712;
            display: block;
        }


    /* Blog Search */

    .blog-sidebar .blog_search {
        background: #2e2751;
        padding: 15px;
    }

        .blog-sidebar .blog_search form {
            position: relative;
        }

            .blog-sidebar .blog_search form label {
                width: 100%;
            }

            .blog-sidebar .blog_search form input {
                width: 100%;
                height: 60px;
                box-shadow: none;
                text-shadow: none;
                font-size: 15px;
                border: none;
                color: #666;
                background: #fff;
                border-radius: 5px;
                padding: 0 35px 0 20px;
                -webkit-transition: all 0.4s ease;
                -moz-transition: all 0.4s ease;
                transition: all 0.4s ease;
                border-radius: 0px;
            }

        .blog-sidebar .blog_search button {
            position: absolute;
            right: 15px;
            top: 20px;
            box-shadow: none;
            text-shadow: none;
            text-align: center;
            border: none;
            font-size: 18px;
            color: #13A068;
            background: transparent;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

            .blog-sidebar .blog_search button:hover {
                color: #2E2751;
            }


/* Blog News */

.single-f-news {
    position: relative;
    background: transparent;
    margin-bottom: 20px;
    box-shadow: none;
}

    .single-f-news:last-child {
        margin: 0;
    }

    .single-f-news img {
        height: 70px;
        width: 70px;
        display: block;
        position: absolute;
        border-radius: 100%;
        background: #fff;
        left: 0;
        top: 0;
        margin-top: 4px;
        padding: 5px;
    }

    .single-f-news .content {
        padding-left: 80px;
    }

    .single-f-news .title {
        font-size: 16px;
        font-weight: medium;
        line-height: 24px;
    }

        .single-f-news .title a {
            color: #2e2751;
        }

        .single-f-news .title:hover a {
            color: #179E66;
        }

    .single-f-news .post-meta {
        margin-top: 5px;
        font-size: 13px;
    }

        .single-f-news .post-meta i {
            color: #179E66;
            margin-right: 5px;
        }


/* Widget Tags*/

.blog-sidebar .tagcloud ul {
    margin-left: -5px;
}

    .blog-sidebar .tagcloud ul li {
        display: inline-block;
        margin-top: 10px !important;
        margin-left: 5px;
    }

.blog-sidebar .tagcloud a {
    color: #555;
    font-size: 14px !important;
    display: inline-block;
    padding: 8px 12px;
    background: #fff;
}

    .blog-sidebar .tagcloud a:hover {
        background: #179E66;
        color: #fff;
    }


/* Tag */

.blog-sidebar .tagcloud a {
    background: #F4F9FC;
}

    .blog-sidebar .tagcloud a:hover {
        background: #179E66;
        color: #fff;
    }


/* Subscribe */

.blog-sidebar .subscribe-form form {
}

    .blog-sidebar .subscribe-form form input {
        height: 54px;
        padding: 0 20px 0 20px;
        border: none;
        width: 100%;
        position: relative !important;
        font-size: 14px;
        border: 1px solid #ebebeb;
        line-height: 50px;
        border-radius: 0px;
    }

    .blog-sidebar .subscribe-form form button {
        background: #F3A712;
        position: relative;
        border: none;
        box-shadow: none;
        padding: 18px 20px;
        text-align: center;
        display: block;
        margin-top: 10px;
        border-radius: 0px;
        cursor: pointer;
        color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .blog-sidebar .subscribe-form form button:hover {
            background: #2E2751;
            color: #fff;
        }


/*======================================
	End Sidebar CSS
========================================*/


/*====================================
	Page CSS
======================================*/

.bizwheel-internal-area.news-area {
    padding: 70px 0 100px;
}

    .bizwheel-internal-area.news-area .single-news {
        margin: 30px 0 0;
    }


/* BLog Single */

.news-area.archive.single {
    padding-top: 70px 0 0;
}


/* Search Page CSS */

.search-page {
    padding: 70px 0 100px;
}


/* Content None CSS*/

.no-results {
    margin-top: 30px;
    width: 100%;
}

    .no-results .page-header {
        margin-bottom: 5px;
    }

        .no-results .page-header .page-title {
            font-size: 28px;
        }

    .no-results .search-form {
        margin-top: 15px;
    }


/* 404 Page CSS */

.error {
    padding: 130px 0;
}

    .error .error-inner {
        text-align: left;
    }

.error-inner h4 {
    font-size: 110px;
    line-height: 100px;
    color: #F3A712;
}

.error .error-image {
    margin-bottom: 30px;
}

.error .error-inner img {
    height: 100%;
    width: 100%;
    max-width: 50%;
    display: inline-block;
}

.error .error-inner h2 {
    font-size: 40px;
    color: #2E2751;
    font-weight: 600;
    margin: 15px 0;
}

    .error .error-inner h2 span {
        color: #F3A712;
    }

.error .error-inner p {
    font-size: 15px;
}

.error .error-inner .button {
    margin-top: 20px;
}

    .error .error-inner .button .bizwheel-btn i {
        margin-right: 10px;
    }


/*====================================
	End Page CSS
======================================*/


/*====================================
	BreadCrumbs CSS
======================================*/

.breadcrumbs {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 70px 0;
    z-index: 10;
}

    .breadcrumbs::before {
        background: #000;
        opacity: 0.6;
    }

    .breadcrumbs .bread-title {
        z-index: 3333;
        position: relative;
        border-radius: 5px;
    }

        .breadcrumbs .bread-title p {
            color: #fff;
            font-size: 13px;
        }

    .breadcrumbs h2 {
        color: #fff;
        text-transform: capitalize;
        font-size: 40px;
        margin: 0;
        padding: 0;
        line-height: 45px;
        z-index: 333;
        position: relative;
        font-weight: 700;
        padding-top: 10px;
    }

    .breadcrumbs .bread-list {
        display: block;
        margin-top: 15px;
    }

    .breadcrumbs ul li {
        display: block;
        display: inline-block;
    }

        .breadcrumbs ul li span {
            margin: 0px 10px;
            font-size: 11px;
            font-weight: 400;
            color: #fff;
        }

    .breadcrumbs.style2 ul li span {
        font-size: 14px;
    }

    .breadcrumbs ul li a {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-transform: capitalize;
    }

        .breadcrumbs ul li a:hover {
            opacity: 0.8;
            color: #fff !important;
        }

    .breadcrumbs.style2 ul li a {
        font-weight: 500;
    }

        .breadcrumbs.style2 ul li a:hover {
            color: #179E66;
        }

    .breadcrumbs .bread-menu {
        color: #fff;
        z-index: 333;
        position: relative;
        line-height: initial;
        padding-left: 49px;
        font-size: 0;
    }

        .breadcrumbs .bread-menu:before {
            content: "";
            position: absolute;
            top: 50%;
            width: 32px;
            height: 5px;
            left: 0;
            background: #F3A712;
            margin-top: -2.5px;
        }

        .breadcrumbs .bread-menu li a {
            color: #fff;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
            font-size: 18px;
            font-weight: 500;
            padding-right: 8px;
            margin-right: 8px;
            display: inline-block;
        }

            .breadcrumbs .bread-menu li a:hover {
                color: #F3A712;
            }

        .breadcrumbs .bread-menu li:last-child {
            margin: 0;
            padding: 0;
        }

        .breadcrumbs .bread-menu li + li::before {
            content: "\f105";
            font-family: 'FontAwesome';
            left: -7px;
            position: relative;
            font-size: 18px;
        }


    /* Blog Single */

    .breadcrumbs.bread-blog {
        padding: 0;
        text-align: center;
        background: #F4F9FC;
        margin: 0;
        padding: 20px;
    }

        .breadcrumbs.bread-blog .bread-menu:before {
            display: none;
        }

        .breadcrumbs.bread-blog .bread-menu ul li {
            position: relative;
        }

            .breadcrumbs.bread-blog .bread-menu ul li:before {
                content: "";
                position: absolute;
                right: 7.5px;
                width: 12px;
                font-size: 0px;
                height: 12px;
                left: auto;
                background: #F3A712;
                top: 6px;
                border-radius: 100%;
                border: 2px solid #fff;
            }

            .breadcrumbs.bread-blog .bread-menu ul li:last-child:before {
                display: none;
            }

            .breadcrumbs.bread-blog .bread-menu ul li a {
                color: #2E2751;
                font-size: 15px;
                margin-right: 15px;
                padding-right: 15px;
                position: relative;
            }

                .breadcrumbs.bread-blog .bread-menu ul li a:hover {
                    color: #F3A712 !important;
                }


/*====================================
	End BreadCrumbs CSS
======================================*/


/*====================================
	Pagination CSS
======================================*/

.pagination-main {
    text-align: left;
    margin: 40px 0 0 0;
    display: block;
}

    .pagination-main.full-width {
        text-align: center;
    }

    .pagination-main.full-width {
        text-align: left;
    }

    .pagination-main .pagination-list li {
        margin-right: 5px;
        display: inline-block;
    }

        .pagination-main .pagination-list li:last-child {
            margin-right: 0px;
        }

        .pagination-main .pagination-list li a {
            font-size: 20px;
            background: #fff;
            color: #179E66;
            height: 45px;
            width: 50px;
            line-height: 45px;
            display: block;
            font-weight: 400;
            font-size: 18px;
            text-align: center;
            border-radius: 0px;
        }

        .pagination-main .pagination-list li.active a,
        .pagination-main .pagination-list li:hover a {
            background: #179E66;
            color: #fff;
        }

        .pagination-main .pagination-list li.prev a,
        .pagination-main .pagination-list li.next a {
            border: none;
            font-weight: 600;
            margin-left: 10px;
            background: transparent !important;
            width: auto;
            height: auto;
            color: #333;
        }

        .pagination-main .pagination-list li.next:hover a {
            color: #179E66;
        }


/*====================================
	End Pagination CSS
======================================*/


/*====================================
	Preloader CSS
======================================*/

.preeloader {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
}

.preloader-spinner {
    -webkit-animation: 1s ease-out 0s normal none infinite running pulsate;
    animation: 1s ease-out 0s normal none infinite running pulsate;
    border: 10px solid #179E66;
    border-radius: 40px;
    display: block;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 10;
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}


/*====================================
	End Preloader CSS
======================================*/


/*====================================
	Boxed Layout CSS
======================================*/

#page.boxed-layout {
    position: relative;
    max-width: 1280px;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.boxed-bg {
    background-repeat: repeat;
    background-attachment: inherit;
    background-size: inherit;
}

#page.boxed-layout .header.sticky .middle-header {
    max-width: 1280px;
    top: 0;
    left: auto;
    right: auto;
}


/*====================================
	End Boxed Layout CSS
======================================*/

@media only screen and (min-width: 991px) and (max-width: 1900px) {
    /* Header Sticky */
    .header.sticky .middle-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        -webkit-box-shadow: 0px 0px 10px #00000021;
        -moz-box-shadow: 0px 0px 10px #00000021;
        box-shadow: 0px 0px 10px #00000021;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        transition: all 0.6s ease;
        animation: fadeInDown 1s both 0.2s;
    }

    .header.style2.sticky .middle-header {
        background: #2E2751;
    }

    .header.sticky .middle-header .right-button {
        top: 14px;
    }

    .header.sticky .nav li a {
        padding: 0px 11px 16px;
    }

    .header.sticky .text-logo {
        margin-top: 22px;
    }

    .header.sticky .right-bar {
        line-height: 72px;
    }
    /* .header.sticky .img-logo {
    margin-top: 12px;
} */
    .header.style2.sticky .middle-inner {
        padding: 0;
    }

    .header.style2.sticky .text-logo {
        margin-top: 15px;
    }

    .header.sticky .search-top {
        top: 69px;
    }
}


/* Pagiantion */

.page-links {
    margin-top: 10px;
}

    .page-links a,
    .page-links span {
        border: 1px solid #ebebeb;
        padding: 5px 10px;
        display: inline-block;
        font-size: 20px;
        font-weight: normal;
        width: auto;
    }

        .page-links span.current,
        .page-links a:hover {
            background: #F3A712;
            color: #fff;
        }

.blog-single ul li {
    line-height: 30px;
    padding-left: 20px;
    position: relative;
}

    .blog-single ul li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 8px;
        height: 8px;
        background: #F3A712;
        border-radius: 100%;
        margin-top: -4px;
    }

p.has-large-font-size {
    line-height: 43px;
}


/*====================================
	Footer CSS
======================================*/

.footer {
    background-color: #2e2751;
    background: linear-gradient(to right, rgb(40 40 46 / 95%), rgb(28 28 34 / 93%)), url(../../assets1/images/industry.jpg) center center / cover no-repeat;
}

    .footer .footer-top {
        padding: 30px 0px 0;
    }

    .footer .single-widget {
        margin-top: 30px;
    }

        .footer .single-widget h3 {
            color: #fff;
            font-size: 18px;
            position: relative;
            text-transform: capitalize;
            margin-bottom: 15px;
            padding-bottom: 15px;
        }

            .footer .single-widget h3::before {
                content: "";
                position: absolute;
                left: 0;
                width: 40px;
                height: 2px;
                bottom: -1px;
                background: #f3a712;
                display: block;
            }

    .footer p {
        color: #ccc;
        font-size: 14px !important;
        line-height: 20px;
        padding: 0 !important;
        /* text-align: left ! important; */
    }

.footer-about {
    padding-right: 30px;
}

    .footer-about .logo {
        margin-bottom: 15px;
    }

    .footer-about .text-logo a {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }

    .footer-about .text {
        margin-bottom: 35px;
    }

    .footer-about .button .bizwheel-btn {
        background: #b61a1f;
        margin-top: 20px;
        color: #fff;
    }

        .footer-about .button .bizwheel-btn:hover {
            background: #fff;
            color: #179E66;
        }


/* Footer Link */

.footer .f-link ul li {
    margin-bottom: 0px;
    position: relative;
    padding-left: 25px;
    line-height: 25px;
}

    .footer .f-link ul li:before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        height: 10px;
        width: 10px;
        border-radius: 100%;
        margin-top: -5px;
        background: #d4d4d4;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .footer .f-link ul li:hover:before {
        background: #F3A712;
    }

    .footer .f-link ul li:last-child {
        margin-bottom: 0px;
    }

    .footer .f-link ul li a {
        display: inline-block;
        color: #B4B4B4;
        padding: 0;
        margin: 0;
        background: transparent;
        font-size: 14px;
        font-weight: normal;
    }

.footer .f-link ul {
    box-shadow: none;
    margin: 0;
}

    .footer .f-link ul li a::before {
        display: none;
    }

    .footer .f-link ul li a:hover {
        color: #F3A712;
    }


/* Footer Newsletter */

.footer .footer-newsletter form {
    background: #fff;
    padding: 15px;
    line-height: initial;
    position: relative;
}

    .footer .footer-newsletter form input {
        height: 54px;
        padding: 0 20px 0 20px;
        border: none;
        width: 100%;
        position: relative !important;
        font-size: 14px;
        border: 1px solid #ebebeb;
        line-height: 50px;
        border-radius: 0px;
    }

    .footer .footer-newsletter form button {
        background: #F3A712;
        background-color:;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        box-shadow: none;
        width: auto;
        padding: 0 20px;
        height: 53px;
        text-align: center;
        display: block;
        margin: 0;
        margin-top: 0px;
        border-radius: 0px;
        cursor: pointer;
        color: #fff;
        top: 15px;
        right: 15px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .footer .footer-newsletter form button:hover {
            background: #2E2751;
        }


/* Footer News */

.footer-news .single-f-news .content {
    padding-left: 85px;
}

    .footer-news .single-f-news .content .title {
        font-size: 14px;
    }

        .footer-news .single-f-news .content .title a {
            color: #ccc;
        }

            .footer-news .single-f-news .content .title a:hover {
                color: #F2A611;
            }

.footer .footer-newsletter .address {
    color: #777;
    font-size: 15px;
    margin-bottom: 20px;
}

.footer .single-f-news .post-meta i {
    color: #F3A712;
}

.footer .address-widget-list li {
    display: block;
    margin-bottom: 10px;
    line-height: 25px;
}

    .footer .address-widget-list li,
    .footer .address-widget-list li a {
        font-weight: normal;
        color: #ccc;
        font-size: 15px;
    }

        .footer .address-widget-list li i {
            width: 25px;
            color: #fff;
            width: 25px;
            height: 25px;
            line-height: 23px;
            border: 1px solid #eee;
            text-align: center;
            border-radius: 100%;
            font-size: 13px;
            margin-right: 5px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .footer .address-widget-list li:hover i {
            background: #fff;
            color: #F3A712;
        }

        .footer .address-widget-list li:last-child {
            margin-bottom: 0px;
        }

        .footer .address-widget-list li span {
            color: #179E66;
            display: inline-block;
        }

.footer_contact p {
    margin-bottom: 15px;
}


/* Social */

.footer .social {
    margin-top: 22px;
}

    .footer .social li {
        display: inline-block;
        margin: 0 10px 0 0;
        padding-left: 0 !important;
    }

        .footer .social li:last-child {
            margin-right: 0px;
        }

        .footer .social li a {
            color: #fff;
            display: block;
            font-size: 16px;
            text-align: center;
            line-height: initial;
            border: none;
        }

.footer .social-icons li:before {
    display: none;
}


/* Copyright */

.footer .copyright {
    text-align: center;
    overflow: hidden;
    padding: 8px 0;
    border-top: 1px solid #ebebeb3b;
    background: rgb(32, 33, 38);
}

.footer .copyright-content p {
    color: #fff;
    font-size: 14px;
}

    .footer .copyright-content p span {
        font-size: 17px;
        font-weight: 800;
        text-transform: uppercase;
    }

.footer .copyright-content a:hover {
    color: #F3A712;
}


/*====================================
	End Footer CSS
======================================*/


/*======================================
	Hero Area CSS
========================================*/

.home-slider {
    overflow: hidden;
}

.hero-slider,
.single-slider {
    position: relative;
}


    /* .hero-slider,
.hero-slider .single-slider{
	height:680px;
}
.hero-slider .single-slider {
	background-size: cover;
	background-position: center;
	position: relative;
} */

    .hero-slider .single-slider .slide-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.65;
    }


    /* .hero-slider .welcome-text {
    margin: 146px 0 0;
} */

    .hero-slider .welcome-text {
        /* margin: 146px 0 0; */
        position: absolute;
        bottom: 134px;
        z-index: 9999;
        width: 55%;
        right: 0;
    }

    .hero-slider .hero-text h4 {
        color: #fff;
        margin-bottom: 10px;
        font-weight: 400;
        display: inline-block;
        /* background: #2E2751; */
        padding: 5px 20px;
        font-size: 16px;
    }


    /* .hero-slider .hero-text h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    border-top: 8px solid #2E2751;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
} */

    .hero-slider .hero-text h1 {
        /* color: #2E2751; */
        color: #ffffff;
        font-size: 40px;
        font-weight: 600;
        line-height: 45px;
        margin-bottom: 20px;
        text-shadow: 3px 0px 10px #17171790;
    }

        .hero-slider .hero-text h1::before {
            content: "";
            position: absolute;
            left: 0;
            width: 50px;
            height: 6px;
            background: #f3a712;
            bottom: -3px;
            display: none;
        }

    .hero-slider .hero-text .p-text {
        max-width: 80%;
    }

    .hero-slider .hero-text p {
        color: #fff;
        font-size: 19px;
        width: 84%;
        line-height: 26px;
    }

    .hero-slider .hero-text .button {
        margin-top: 30px;
    }


    /* Text Center */

    .hero-slider .hero-text.text-center h1::before {
        left: 50%;
        margin-left: -25px;
    }


    /* Text Left */

    .hero-slider .hero-text.text-right h1::before {
        left: auto;
        right: 0;
        margin: 0;
    }


    /* Slider Nav */

    .hero-slider .owl-nav {
        margin: 0;
        width: 100%;
    }

    .hero-slider .owl-carousel .owl-nav div {
        width: 50px;
        height: 60px;
        line-height: 60px;
        background: #f3a712;
        color: #fff;
        position: absolute;
        margin: 0;
        padding: inherit;
        font-size: 30px;
        text-align: center;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        border-radius: 0px;
        top: 50%;
        margin-top: -30px;
    }

        .hero-slider .owl-carousel .owl-nav div:hover {
            color: #fff;
            background: #2E2751;
        }

    .hero-slider .owl-carousel .owl-nav .owl-prev {
        left: -100px;
    }

    .hero-slider:hover .owl-carousel .owl-nav .owl-prev {
        left: 0px;
    }

    .hero-slider .owl-carousel .owl-nav .owl-next {
        right: -100px;
    }

    .hero-slider:hover .owl-carousel .owl-nav .owl-next {
        right: 0px;
    }


    /* Hero Animations */

    .hero-slider .owl-item.active .hero-text h4 {
        animation: fadeInUp 0.8s both 1s;
    }

    .hero-slider .owl-item.active .hero-text h1 {
        animation: fadeInRight 1s both 1.2s;
    }

    .hero-slider .owl-item.active .hero-text p {
        animation: fadeInLeft 1.2s both 1.4s;
    }

    .hero-slider .owl-item.active .button {
        animation: fadeInUp 1.4s both 1.6s;
    }


/* Hero Agency */

.hero-agency .ageny-main {
    padding-top: 158px;
}

.hero-agency .hero-text {
    z-index: 555;
    position: relative;
    text-align: center;
}

.hero-agency .agency-inner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 800px;
}

    .hero-agency .agency-inner:before {
        opacity: 0;
        background: #fff;
    }

.hero-agency .hero-text {
    z-index: 555;
    position: relative;
    text-align: center;
}

    .hero-agency .hero-text h1 {
        font-size: 55px;
        color: #2E2751;
        font-weight: 700;
        line-height: 65px;
    }

        .hero-agency .hero-text h1 span {
            color: #F3A712;
        }

    .hero-agency .hero-text h4 {
        font-weight: 500;
    }

.hero-agency .video-head {
    margin-top: 35px;
    position: relative;
}

    .hero-agency .video-head .video {
        width: 80px;
        height: 80px;
        line-height: 80px;
        border-radius: 100%;
        background: #179E66;
        color: #fff;
        display: inline-block;
        font-size: 28px;
    }

        .hero-agency .video-head .video:hover {
            background: #fff !important;
            color: #179E66;
            -webkit-box-shadow: 0px 0px 15px #00000029;
            -moz-box-shadow: 0px 0px 15px #00000029;
            box-shadow: 0px 0px 15px #00000029;
        }

.hero-agency .video-play-main {
    display: inline-block;
    padding: 5px;
    z-index: 3333;
    position: relative;
}

.hero-agency .waves-block .waves {
    position: absolute;
    width: 150px;
    height: 150px;
    border: 2px solid #179e668a;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -75px;
}

.hero-agency .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero-agency .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.hero-agency .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


/* Agency Feature */

.hero-agency .agency-feature {
    display: block;
    text-align: center;
    margin-top: 40px;
}

.hero-agency .a-feature {
    background: #fff;
    padding: 45px 20px;
    text-align: center;
    z-index: 333;
    position: relative;
    width: 220px;
    display: inline-block;
    margin-right: 20px;
    border-radius: 0;
    box-shadow: -2px 4px 13px rgba(0, 0, 0, 0.12);
    border-top: 2px solid #179E66;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .hero-agency .a-feature:hover {
        border-top-color: #F3A712;
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        transform: scale(1.05);
    }

    .hero-agency .a-feature:last-child {
        margin: 0;
    }

    .hero-agency .a-feature i {
        display: inline-block;
        border-radius: 100%;
        font-size: 40px;
        top: -30px;
        background: #fff;
        color: #F3A712;
        left: 50%;
    }

    .hero-agency .a-feature h4 {
        color: #2E2751;
        font-size: 18px;
        margin-top: 12px;
        margin-bottom: 12px;
        line-height: 22px;
    }

    .hero-agency .a-feature p {
        line-height: 22px;
        font-size: 14px;
    }


/*======================================
   End Hero Area CSS
========================================*/


/*======================================
	Features CSS
========================================*/

.features-area {
    padding: 30px 0;
}

.single-feature.chief_box {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99;
}

.single-feature h5 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

.single-feature.cabinet_box {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
}

.single-feature {
    text-align: center;
    padding: 10px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    border-top: 3px solid transparent;
    transition: all 0.4s ease;
    width: 180px;
}

    .single-feature:hover,
    .single-feature.active {
        border-top-color: #b61a1f;
    }

    .single-feature:hover {
        transform: scale(1.03);
        -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    }

    .single-feature .icon-head i {
        color: #f3a712;
        width: 90px;
        height: 90px;
        line-height: 90px;
        background: #fff;
        border: 1px solid #ebebeb;
        border-radius: 100%;
        font-size: 34px;
        position: relative;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .single-feature.active .icon-head i,
    .single-feature:hover .icon-head i {
        background: #179E66;
        color: #fff;
        border-color: transparent;
    }

    .single-feature .icon-head i::after {
        position: absolute;
        width: 20px;
        height: 2px;
        z-index: 3;
        opacity: 1;
        line-height: 20px;
        background: #f3a712;
        border-radius: 25px;
        left: 50%;
        bottom: 19px;
        content: "";
        margin-left: -10px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .single-feature.active .icon-head i:after,
    .single-feature:hover .icon-head i:after {
        background: #fff;
    }

    .single-feature h4 {
        margin: 15px 0;
        line-height: inherit;
    }

        .single-feature h4 a {
            font-size: 18px;
            color: #2e2751;
            display: inline-block;
        }

    .single-feature p {
        font-size: 14px;
    }

.bizwheel-btn.theme-2 {
    background: #162a6d;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
}

.single-feature .button {
    margin-top: 15px;
}

    .single-feature .button .bizwheel-btn {
        background: transparent;
        color: #666;
        padding: 0;
        height: auto;
        box-shadow: none;
        line-height: initial;
        border: none;
    }

        .single-feature .button .bizwheel-btn i {
            margin-right: 10px;
            background: #2E2751;
            color: #fff;
            width: 25px;
            border-radius: 100%;
            height: 25px;
            line-height: 25px;
            text-align: center;
            padding: 0;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

.single-feature.active .bizwheel-btn i,
.single-feature:hover .bizwheel-btn i {
    color: #fff;
    background: #179e66;
}


/*======================================
	End Features CSS
========================================*/

.about-us {
    padding: 70px 0 100px;
}

    .about-us .modern-img-feature,
    .about-us .about-content {
        margin-top: 30px;
    }


/* About Area */

.about-area .section-title {
    margin-bottom: 15px;
}

    .about-area .section-title h1 b {
        display: block;
        font-weight: 700;
        font-size: 25px;
        line-height: 34px;
    }

.about-content p {
    margin-bottom: 20px;
}

    .about-content p:last-child {
        margin: 0;
    }

.about-content .button {
    margin-top: 20px;
}


/*======================================
	Features Main CSS
========================================*/

.features-main h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    position: relative;
    font-weight: bold;
    color: #2e2751;
    font-family: 'Josefin Sans', sans-serif;
}


/* .features-main h2::before {
	content: "";
	position: absolute;
	left: 0;
	width: 30px;
	height: 2px;
	background: #2e2751;
	top: 0;
} */

.features-main p {
    font-size: 16px;
    color: #191919;
}

    .features-main p:last-child {
        margin: 0;
    }

.features-main .b-features {
    margin-top: 10px;
}

.features-main .single-list-feature {
    position: relative;
    padding-left: 70px;
    line-height: 24px;
    margin-bottom: 30px;
    z-index: 333;
    font-weight: 600;
    margin-top: 30px;
}

    .features-main .single-list-feature:last-child {
        margin-bottom: 0px;
    }

    .features-main .single-list-feature h4 {
        font-size: 18px;
        margin-bottom: 10px;
        color: #fff;
    }

    .features-main .single-list-feature p {
        font-size: 14px;
        font-weight: normal;
        line-height: 22px;
    }

    .features-main .single-list-feature i {
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 0;
        width: 52px;
        height: 52px;
        line-height: 52px;
        background: #fff;
        color: #f3a712;
        display: block;
        border-radius: 0px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: block;
        border-radius: 100%;
        font-size: 24px;
        text-align: center;
    }

        .features-main .single-list-feature i:before {
            position: relative;
            z-index: 4;
        }

        .features-main .single-list-feature i:after {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: #F3A712;
            content: "";
            border-radius: 100%;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            opacity: 0;
            visibility: hidden;
            transform: scale(0);
            z-index: 3;
        }

    .features-main .single-list-feature:hover i:after {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    .features-main .single-list-feature:hover i {
        color: #fff;
    }

.features-main .tagline {
    margin-top: 30px;
}

    .features-main .tagline h5 {
        font-size: 20px;
        margin-bottom: 5px;
        display: inline-block;
        padding-bottom: 5px;
        border-bottom: 1px solid #ebebeb;
    }

    .features-main .tagline small {
        font-size: 15px;
        display: block;
    }


/* Features Main */

.features-main .feature-btn {
    margin-top: 20px;
}

.features-main .bizwheel-btn.theme-2:hover {
    background: #fff;
    color: #F3A712;
}


/*======================================
	End Features Main CSS
========================================*/


/*======================================
	Services CSS
========================================*/

.single-service {
    position: relative;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    text-align: center;
    -webkit-box-shadow: 0 0 10px rgba(232, 232, 232, 0.3);
    -moz-box-shadow: 0 0 10px rgba(232, 232, 232, 0.3);
    box-shadow: 0 0 10px rgba(232, 232, 232, 0.3);
    border-radius: 5px;
}

    .single-service .service-head {
        position: relative;
    }

    .single-service .featured {
        position: absolute;
        background: #F3A712;
        color: #fff;
        padding: 8px 48px;
        transform: rotate(-45deg);
        top: 20px;
        left: -39px;
        text-align: center;
        font-weight: 500;
        font-size: 15px;
    }

    .single-service .icon-bg {
        background: #ffffffb3;
        padding: 5px;
        overflow: hidden;
        position: absolute;
        bottom: 5px;
        left: 5px;
    }

        .single-service .icon-bg i {
            color: #179E66;
            text-align: center;
            display: inline-block;
            z-index: 333;
            background: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 22px;
            -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
            -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            opacity: 1;
            visibility: visible;
        }

    .single-service:hover .icon-bg {
        background: #fff;
    }

        .single-service:hover .icon-bg i {
            background: #179E66;
            color: #fff;
        }


    /* .single-service .service-content{
	padding: 30px 20px;
} */

    .single-service h4 {
        position: relative;
        margin-bottom: 10px;
        text-transform: capitalize;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        text-transform: capitalize;
    }

        .single-service h4 a {
            color: #28243C;
            font-size: 20px;
        }

        .single-service h4:hover a {
            color: #F3A712;
        }

    .single-service p {
        font-size: 15px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .single-service .service-content p {
        margin: 0;
    }

    .single-service .btn {
        background: transparent;
        margin-top: 15px;
        font-size: 15px;
        padding: 0;
        color: #2E2751;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .single-service:hover .btn {
        color: #F3A712;
    }

    .single-service .btn i {
        margin-right: 5px;
    }


/* Single Service */

.service-details .wpb_text_column {
    margin: 0 0 20px;
}

    .service-details .wpb_text_column:last-child {
        margin: 0;
    }


/* Service MENU */

.service-sidebar .widget-title {
    position: relative;
    font-size: 18px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 12px;
    padding-bottom: 12px;
    margin-top: 0;
}

    .service-sidebar .widget-title:before {
        content: "";
        position: absolute;
        left: 0;
        width: 40px;
        height: 2px;
        bottom: 0;
        background: #f3a712;
        display: block;
    }

.service-sidebar .widget ul li {
    line-height: 30px;
}

    .service-sidebar .widget ul li a:before {
        content: "\f0da";
        font-family: 'FontAwesome';
        margin-right: 12px;
        float: right;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.service-sidebar .widget {
    background: #fff;
    box-shadow: 0px 0px 15px #0000001c;
    padding: 20px;
}

    .service-sidebar .widget li {
        margin: 0 0 8px;
    }

    .service-sidebar .widget a {
        padding: 0;
        font-size: 15px;
        font-weight: 400;
    }

        .service-sidebar .widget a:hover {
            color: #F3A712;
        }


/* Service Details */

.service-content h2 {
    margin: 20px 0;
}

.service-content p {
    margin-bottom: 20px;
}

    .service-content p:last-child {
        margin: 0;
    }

.service-content .service-space {
    margin-bottom: 20px;
}


/*======================================
	End Services CSS
========================================*/


/*======================================
	Call To Action CSS
========================================*/

.call-action {
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

    .call-action.overlay:before {
        opacity: 0.92;
        background: #179E66;
    }

    .call-action .call-inner {
        z-index: 33;
        position: relative;
    }

        .call-action .call-inner:after {
            content: "";
        }

        .call-action .call-inner h2 {
            font-size: 34px;
            line-height: 35px;
            color: #fff;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .call-action .call-inner p {
            color: #eee;
            font-size: 15px;
        }

    .call-action .button {
        z-index: 333;
        position: relative;
        float: right;
        margin-top: 5px;
    }

    .call-action .bizwheel-btn {
        background: #F3A712;
        color: #fff;
        box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.5);
    }

        .call-action .bizwheel-btn:hover {
            background: #fff;
            color: #F3A712;
        }

    .call-action .call-text {
        z-index: 35;
        margin-top: 60px;
        position: relative;
        padding-left: 30px;
    }

        .call-action .call-text h4 {
            color: #fff;
            font-size: 30px;
            margin-bottom: 20px;
        }

        .call-action .call-text p {
            color: #eee;
            font-size: 15px;
        }

        .call-action .call-text i {
            width: 80px;
            color: #fff;
            height: 80px;
            line-height: 80px;
            background: #f3a712;
            font-size: 30px;
            margin-top: 40px;
            border: 3px solid #fff;
            display: inline-block;
            text-align: center;
            border-radius: 100%;
        }

        .call-action .call-text span {
            color: #fff;
            margin-left: 20px;
        }


/*======================================
   End Call To Action CSS
========================================*/


/*======================================
	Portfolio CSS
========================================*/

.portfolio {
}


/* Portfolio Nav */

.portfolio-menu {
    text-align: center;
    margin: 20px 0 50px 0;
}

#portfolio-nav {
    display: inline-block;
    background: #fff;
    margin: 0;
    overflow: hidden;
}

    #portfolio-nav li {
        padding: 0;
        position: relative;
        cursor: pointer;
        background: transparent;
        box-shadow: none;
        color: #2E2751;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        font-size: 16px;
        float: left;
        margin: 0 5px 0 0;
        text-transform: capitalize;
        font-weight: 600;
        margin-right: 15px;
        padding-right: 15px;
        border-right: 1px solid #cccccc9e;
    }

        #portfolio-nav li:last-child {
            margin-right: 0px;
            padding-right: 0px;
            border: none;
        }

        #portfolio-nav li.active,
        #portfolio-nav li:hover {
            color: #F3A712;
        }

.single-portfolio .portfolio-head.overlay::before {
    opacity: 0;
    visibility: hidden;
}

.single-portfolio:hover .portfolio-head.overlay::before {
    opacity: 0.8;
    visibility: visible;
}

.single-portfolio .portfolio-content.hover {
    position: absolute;
    bottom: 0;
    padding: 15px 20px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 333;
    top: 0;
}

.single-portfolio:hover .portfolio-content.hover {
    opacity: 1;
    visibility: visible;
}

.single-portfolio .portfolio-content.hover h4 a {
    color: #fff !important;
}

.single-portfolio .portfolio-content.hover p {
    color: #eee;
}

.single-portfolio .portfolio-content .zoom {
    height: 70px;
    width: 70px;
    line-height: 68px;
    text-align: center;
    font-size: 20px;
    color: #179e66;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    display: block;
    z-index: 34;
    background: #fff;
    border-radius: 50px;
    border: 2px solid transparent;
}

    .single-portfolio .portfolio-content .zoom:hover {
        border-color: #fff;
        color: #fff;
        background-color: transparent;
    }

.single-portfolio {
    position: relative;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .single-portfolio .portfolio-head {
        position: relative;
        z-index: 66;
    }

    .single-portfolio img {
        display: block;
        width: 100%;
        z-index: 3;
        transition: all 0.8s ease;
    }

    .single-portfolio .more {
        height: 50px;
        width: 50px;
        opacity: 0;
        line-height: 51px;
        text-align: center;
        color: #fff;
        background: #F3A712;
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        bottom: 0;
        font-size: 17px;
        border-radius: 100%;
        box-shadow: 0px 5px 5px #00000024;
        z-index: 333;
        left: 50%;
        margin-left: -25px;
        margin-top: -25px;
        visibility: hidden;
    }

        .single-portfolio .more:hover {
            background: #fff;
            color: #F3A712;
        }

    .single-portfolio:hover .more {
        opacity: 1;
        visibility: visible;
    }

    .single-portfolio .portfolio-content {
        position: relative;
        top: -30px;
        text-align: left;
        width: 78%;
        padding: 18px 20px;
        border-left: 3px solid #179e66;
        background: #fff;
        left: 15px;
        display: inline-block;
        z-index: 22222;
        margin-bottom: -30px;
        -webkit-box-shadow: -2px 2px 6px #0000002e;
        -moz-box-shadow: -2px 2px 6px #0000002e;
        box-shadow: -2px 2px 6px #0000002e;
    }

        .single-portfolio .portfolio-content h4 {
            line-height: 24px;
            font-size: 18px;
        }

            .single-portfolio .portfolio-content h4 a {
                font-size: 18px;
                color: #2E2751;
                text-transform: capitalize;
            }

            .single-portfolio .portfolio-content h4:hover a {
                opacity: 0.8;
                color: #179e66;
            }

        .single-portfolio .portfolio-content p {
            font-size: 14px;
        }


/* Portfolio Details */

.pf-details {
    padding: 70px 0 100px !important;
    background: #fff;
}

    .pf-details .project-head {
        margin-top: 30px;
    }

    .pf-details .portfolio-meta {
        display: block;
        border-top: 3px solid #179E66;
        text-align: center;
        margin-top: 30px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
    }

        .pf-details .portfolio-meta ul {
        }

            .pf-details .portfolio-meta ul li {
                font-size: 14px;
                color: #fff;
                display: block;
                text-align: left;
                background: #fff;
                position: relative;
                padding: 15px 20px 15px 55px;
                border-bottom: 1px solid #ebebeb;
            }

                .pf-details .portfolio-meta ul li:last-child {
                    margin: 0;
                    text-align: center;
                    padding: 15px 0;
                }

                .pf-details .portfolio-meta ul li i {
                    position: absolute;
                    left: 20px;
                    color: #F3A712;
                    font-size: 25px;
                    top: 50%;
                    margin-top: -12.5px;
                }

                .pf-details .portfolio-meta ul li span {
                    font-size: 15px;
                    background: #fff;
                    display: inline-block;
                    color: #2E2751;
                    border-radius: 30px;
                    font-weight: 600;
                }

                    .pf-details .portfolio-meta ul li span i {
                        margin-right: 5px;
                    }

                .pf-details .portfolio-meta ul li b {
                    display: block;
                    margin-top: 2px;
                    color: #666;
                    font-weight: 400;
                }

    .pf-details .single-content {
        margin-top: 25px;
    }

        .pf-details .single-content h1 {
            margin-bottom: 10px;
            font-size: 28px;
            padding-left: 20px;
        }

            .pf-details .single-content h1:before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 4px;
                height: 100%;
                background: #179E66;
            }

        .pf-details .single-content p {
            margin-bottom: 20px;
        }

            .pf-details .single-content p:last-child {
                margin: 0;
            }

    .pf-details .portfolio-space {
        margin-bottom: 20px;
    }

    .pf-details .body-text h3 {
        font-size: 28px;
        font-weight: 600;
        color: #2E2751;
        margin-bottom: 10px;
        text-transform: capitalize;
    }

    .pf-details .wpb_content_element {
        margin-bottom: 20px;
    }

        .pf-details .wpb_content_element:last-child {
            margin: 0;
        }

    .pf-details #portfolio-slider {
        margin: 0;
    }

    .pf-details .single-portfolio .portfolio-content {
        padding: 15px 0 0px;
    }

    .pf-details .portfolio-meta .bizwheel-btn {
        padding: 12px 30px;
    }

    .pf-details #portfolio-slider .owl-dots {
        text-align: left;
        margin-top: 10px;
    }


    /* Portfolio Details */

    .pf-details .pf-details-slider,
    .pf-details .pf-details-slider .single-slide {
        overflow: hidden;
    }


        /* Slider Nav */

        .pf-details .pf-details-slider .owl-nav {
            margin: 0;
            width: 100%;
        }

            .pf-details .pf-details-slider .owl-nav div {
                width: 50px;
                height: 60px;
                line-height: 60px;
                background: #f3a712;
                color: #fff;
                position: absolute;
                margin: 0;
                text-align: center;
                -webkit-transition: all 0.4s ease;
                -moz-transition: all 0.4s ease;
                transition: all 0.4s ease;
                border-radius: 0px;
                top: 50%;
                margin-top: -30px;
                padding: 0;
                font-size: 20px;
            }

                .pf-details .pf-details-slider .owl-nav div:hover {
                    color: #fff;
                    background: #2E2751;
                }

        .pf-details .pf-details-slider .owl-prev {
            left: -100px;
        }

    .pf-details:hover .pf-details-slider .owl-nav .owl-prev {
        left: 0px;
    }

    .pf-details .pf-details-slider .owl-nav .owl-next {
        right: -100px;
    }

    .pf-details:hover .pf-details-slider .owl-nav .owl-next {
        right: 0px;
    }


/*======================================
	End Portfolio CSS
========================================*/


/*======================================
	Testimonial CSS
========================================*/

.testimonials {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonial-inner {
    position: relative;
    text-align: center;
}

    .testimonial-inner .testimonial-slider {
        margin: -15px;
    }

    .testimonial-inner .single-slider {
        position: relative;
        padding: 30px;
        background: #fff;
        text-align: left;
        -webkit-box-shadow: 0 0 15px #1010101f;
        -moz-box-shadow: 0 0 15px #1010101f;
        box-shadow: 0 0 15px #10101036;
        margin: 15px;
    }

    .testimonial-inner .star-list {
        margin-bottom: 10px;
    }

        .testimonial-inner .star-list li {
            display: inline-block;
            margin-right: 3px;
        }

            .testimonial-inner .star-list li:last-child {
                margin: 0;
            }

            .testimonial-inner .star-list li i {
                font-size: 15px;
                color: #179e66;
            }

    .testimonial-inner .single-slider p {
        position: relative;
        font-size: 15px;
    }


    /* Testimonial Info */

    .testimonial-inner .t-info {
        margin-top: 25px;
        position: relative;
        overflow: hidden;
    }

    .testimonial-inner .t-left {
        float: left;
    }

    .testimonial-inner .client-head {
        display: inline-block;
        float: left;
    }

    .testimonial-inner .t-info img {
        width: 75px;
        height: 75px;
        border: 2px solid #ebebeb;
        padding: 5px;
        margin-right: 15px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .testimonial-inner .single-slider:hover .t-info img {
        border-color: #179e66;
    }

    .testimonial-inner .t-left h2 {
        margin-top: 0;
        font-size: 20px;
        position: relative;
        top: 0;
        line-height: initial;
        display: inline-block;
        margin-top: 5px;
    }

        .testimonial-inner .t-left h2 span {
            display: block;
            color: #555;
            font-size: 15px;
            font-weight: 400;
        }

    .testimonial-inner .t-right .quote {
        color: #f3a712;
        float: right;
        z-index: 3;
        line-height: initial;
        height: 80px;
        font-size: 50px;
    }


/* Slider Nav */

.testimonial-slider .owl-controls .owl-dots {
    margin-top: 10px;
}

.testimonial-slider .owl-controls .owl-dot {
    margin-right: 8px;
}

    .testimonial-slider .owl-controls .owl-dot:last-child {
        margin-right: 0px;
    }

    .testimonial-slider .owl-controls .owl-dot span {
        background: transparent;
        border: 4px solid #f3a712;
        width: 13px;
        height: 13px;
        margin: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .testimonial-slider .owl-controls .owl-dot:hover span,
    .testimonial-slider .owl-controls .owl-dot.active span {
        background: transparent;
        border-color: transparent;
        background: #f3a712;
    }


/*======================================
	End Testimonial CSS
========================================*/


/*======================================
	CounterUp CSS
========================================*/

.counterup {
    padding: 50px 0 80px;
    background: #2E2751;
}

    .counterup .title-bg {
        opacity: 0.2;
        color: #fff;
    }

.single-counter {
    margin-top: 30px;
    position: relative;
    padding-left: 90px;
}

    .single-counter .conter-content {
        border-left: 1px solid #ffffff36;
        padding-left: 20px;
    }

    .single-counter .icon {
        position: absolute;
        left: 0;
    }

        .single-counter .icon:before {
            content: "";
            position: absolute;
            width: 70px;
            height: 70px;
            background: #1a1a1a;
            z-index: 3;
            border-radius: 100%;
            opacity: 0.3;
            top: 4px;
            left: -7px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .single-counter:hover .icon:before {
        background: #F3A712;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
    }

    .single-counter .icon i {
        color: #b5191f;
        width: 70px;
        height: 70px;
        background: #fff;
        text-align: center;
        line-height: 70px;
        border-radius: 100%;
        z-index: 33;
        font-size: 25px;
        position: relative;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .single-counter:hover .icon i {
        background: #F3A712;
        color: #fff;
    }

    .single-counter h3 {
        font-size: 30px;
        font-weight: 500;
        color: #fff;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .single-counter h3 span {
            display: inline-block;
            color: #F3A712;
            margin-left: 5px;
        }

    .single-counter p {
        color: #eee;
        font-size: 15px;
        text-transform: capitalize;
        font-weight: 500;
        margin-top: 2px;
    }


/*======================================
	End CounterUp CSS
========================================*/


/*======================================
	Team CSS
========================================*/

.single-team {
    background: #fff;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0px 4px 10px #0000001a;
    -moz-box-shadow: 0px 4px 10px #0000001a;
    box-shadow: 0px 4px 10px #0000001a;
}

    .single-team .team-head {
        position: relative;
    }

        .single-team .team-head img {
            height: 100%;
            width: 100%;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .single-team .team-arrow {
        position: absolute;
        top: -24px;
        z-index: 333;
        left: 10px;
    }

        .single-team .team-arrow a {
            left: 5px;
            width: 48px;
            height: 48px;
            line-height: 48px;
            font-size: 25px;
            background: #2E2751;
            display: block;
            color: #fff !important;
            border-radius: 100%;
            cursor: pointer;
            -webkit-box-shadow: 0px 0px 10px #0000001a;
            -moz-box-shadow: 0px 0px 10px #0000001a;
            box-shadow: 0px 0px 10px #0000001a;
        }

            .single-team .team-arrow a:hover {
                background: #F3A712;
                color: #fff !important;
            }

    .single-team .t-content {
        text-align: center;
        padding: 25px 15px;
        position: relative;
    }

        .single-team .t-content .name {
            line-height: 22px;
        }

            .single-team .t-content .name a {
                font-size: 20px;
                color: #2E2751;
                text-transform: capitalize;
            }

                .single-team .t-content .name a:hover {
                    color: #179e66;
                }

        .single-team .t-content .designation {
            position: relative;
            font-size: 14px;
            display: block;
            padding-bottom: 12px;
            margin-top: 5px;
        }

            .single-team .t-content .designation::before {
                position: absolute;
                content: "";
                left: 50%;
                bottom: 0;
                height: 2px;
                width: 50px;
                margin-left: -25px;
                background: #f3a712;
            }

        .single-team .t-content .text {
            font-size: 14px;
        }

        .single-team .t-content p {
            line-height: 22px;
        }

    .single-team .team-social {
        margin: 0;
        background: #fff;
        position: absolute;
        text-align: left;
        right: 0;
        top: 0;
        width: 48px;
        border-radius: 30px;
        height: auto;
        padding: 12px 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-radius: 0px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    }

        .single-team .team-social::before {
            content: "";
            position: absolute;
            bottom: -14px;
            left: 0;
            border-right: 24px solid transparent;
            border-left: 24px solid transparent;
            border-top: 14px solid #FFF;
        }

    .single-team:hover .team-social {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }

    .single-team .team-social li {
        display: inline-block;
        display: block;
        margin: 0;
        text-align: center;
        margin-bottom: 5px;
    }

        .single-team .team-social li:last-child {
            margin: 0;
        }

        .single-team .team-social li a {
            font-size: 15px;
            color: #2e2751;
            display: inline-block;
            width: 30px;
            height: 30px;
            border: 1px solid #cccccc5e;
            line-height: 30px;
            border-radius: 100%;
        }

            .single-team .team-social li a:hover {
                color: #F3A712;
            }

.team-grid .single-team {
    margin-top: 30px;
}


/* Team SLider */

.team-slider {
    margin-top: 30px;
}

    .team-slider .single-slider {
        margin: 10px;
    }


    /* Slider Nav */

    .team-slider .owl-controls .owl-dots {
        margin-top: 25px;
    }

    .team-slider .owl-controls .owl-dot {
        margin-right: 8px;
    }

        .team-slider .owl-controls .owl-dot:last-child {
            margin-right: 0px;
        }

        .team-slider .owl-controls .owl-dot span {
            background: transparent;
            border: 4px solid #f3a712;
            width: 13px;
            height: 13px;
            margin: 0;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .team-slider .owl-controls .owl-dot:hover span,
        .team-slider .owl-controls .owl-dot.active span {
            background: transparent;
            border-color: transparent;
            background: #f3a712;
        }

.team-archive .single-team {
    margin-top: 30px;
}


/*======================================
	End Team CSS
========================================*/


/*======================================
	Blog CSS
========================================*/

.latest-blog {
    overflow: hidden;
}

.blog-layout.section-space {
    padding: 30px 0px;
}

.news-default .single-news,
.blog-latest .single-news {
    margin-top: 30px;
}

.news-slider .single-slider .single-news {
    box-shadow: none;
    border: 1px solid #ebebeb;
}


/* Defualt SLider*/

.news-slider.owl-carousel .owl-controls {
    margin-top: 30px;
}

.news-slider.owl-carousel .owl-nav div {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #f3a712;
    color: #fff;
    margin: 0;
    padding: inherit;
    font-size: 22px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: inherit;
    margin-right: 10px;
}

    .news-slider.owl-carousel .owl-nav div:hover {
        background: #2E2751;
        color: #fff;
    }

    .news-slider.owl-carousel .owl-nav div:last-child {
        margin: 0;
    }


/* Blog Latest */

.blog-latest-slider {
    margin-top: 20px;
}

    .blog-latest-slider .single-news {
        margin: 10px;
    }

.blog-latest .single-news .news-body {
    padding: 25px;
    background: #000000a1;
    z-index: 33;
}

.blog-latest .single-news {
    display: table;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
    margin-bottom: 0px;
    padding: 15px;
}

    .blog-latest .single-news .cat .bizwheel-btn {
        z-index: 333;
        position: absolute;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        top: 15px;
        padding: 8px 48px;
        transform: rotate(-45deg);
        left: -47px;
        font-size: 14px;
    }

        .blog-latest .single-news .cat .bizwheel-btn .bizwheel-btn:hover {
            background: #179E66;
            color: #fff;
        }

    .blog-latest .single-news:hover .bizwheel-btn {
        opacity: 1;
        visibility: visible;
    }

    .blog-latest .single-news .news-head span {
        position: absolute;
        background-size: cover;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .blog-latest .single-news .news-head:after {
        display: none;
    }

    .blog-latest .single-news .news-head,
    .blog-latest .single-news .news-body {
        width: 50%;
        height: 100%;
        display: table-cell;
        vertical-align: text-top;
        background: #fff;
    }

        .blog-latest .single-news .news-body:before {
            content: "";
            position: absolute;
            left: -36px;
            top: 50%;
            border-top: 18px solid transparent;
            border-left: 18px solid transparent;
            border-right: 18px solid #FFFFFF;
            margin-top: -18px;
            border-bottom: 18px solid transparent;
        }

    .blog-latest .single-news .news-title {
        padding: 0;
    }

        .blog-latest .single-news .news-title:before {
            display: none;
        }

    .blog-latest .single-news .news-meta {
        list-style: ethiopic-halehame;
        opacity: 1;
        visibility: visible;
        position: relative;
        bottom: 0;
        text-align: left;
        transform: none;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #ebebeb;
    }

        .blog-latest .single-news .news-meta li {
            color: #666;
            padding-left: 0px;
        }

.blog-latest-slider .single-slider {
    margin-bottom: 10px;
}


/* Blog Latest Slider */

.blog-latest.owl-carousel .owl-nav {
    margin: 0;
    width: 100%;
}

    .blog-latest.owl-carousel .owl-nav div {
        width: 50px;
        height: 60px;
        line-height: 60px;
        background: #f3a712;
        color: #fff;
        position: absolute;
        margin: 0;
        padding: inherit;
        font-size: 30px;
        text-align: center;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        border-radius: 0px;
        top: 50%;
        margin-top: -30px;
        opacity: 0;
        visibility: hidden;
    }

.blog-latest.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

.blog-latest.owl-carousel .owl-nav div:hover {
    color: #fff;
    background: #2E2751;
}

.blog-latest.owl-carousel .owl-nav .owl-prev {
    left: -100px;
}

.blog-latest.owl-carousel:hover .owl-nav .owl-prev {
    left: 0px;
}

.blog-latest.owl-carousel .owl-nav .owl-next {
    right: -100px;
}

.blog-latest.owl-carousel:hover .owl-nav .owl-next {
    right: 0px;
}


/*======================================
	End BLog CSS
========================================*/


/*======================================
	Client Carousel CSS
========================================*/

.clients {
    padding: 30px 0;
}

.single-client {
    background: #fff;
    padding: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #b9b9b9;
}

    .single-client img {
        width: auto;
        display: inline-block;
        opacity: 0.7;
    }

    .single-client:hover {
        cursor: pointer;
    }

        .single-client:hover img {
            opacity: 1;
            border-color: #179e66;
        }

    .single-client.active img {
        opacity: 1;
    }


/* Slider Nav */

.partner-slider .owl-nav {
    margin: 0;
    width: 100%;
}

.partner-slider.owl-carousel .owl-nav div {
    /* color: #f3a712 !important; */
    color: #b6191e !important;
    position: absolute;
    background: transparent !important;
    margin: 0;
    box-shadow: none;
    padding: inherit;
    font-size: 35px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0px;
    top: 50%;
    margin-top: -16.5px;
}

.partner-slider.owl-carousel .owl-nav .owl-prev {
    left: -50px;
}

.partner-slider.owl-carousel .owl-nav .owl-next {
    right: -50px;
}


/*======================================
	End Client Carousel CSS
========================================*/


/*======================================
	Skills CSS
========================================*/

.skill-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .skill-area .section-title b {
        font-size: 25px;
        line-height: 34px;
    }

.single-skill {
    margin-top: 25px;
}

    .single-skill .skill-info {
        overflow: hidden;
    }

        .single-skill .skill-info h4 {
            float: left;
            font-size: 15px;
            margin-bottom: 5px;
            color: #333;
            font-weight: 700;
            text-transform: capitalize;
        }

    .single-skill .progress .progress-bar span {
        color: #fff;
        top: -47px;
        font-size: 12px;
        position: absolute;
        right: -45px;
        background: #f3a712;
        font-weight: 600;
        padding: 1px 5px;
        border-radius: 100%;
        width: 33px;
        display: table-cell;
        height: 33px;
        text-align: center;
        line-height: 33px;
    }

        .single-skill .progress .progress-bar span::before {
            position: absolute;
            bottom: -4px;
            left: 50%;
            content: "";
            border-left: 0px solid transparent;
            border-right: 20px solid transparent;
            border-top: 10px solid #f3a712;
            margin-left: -13px;
        }

    .single-skill .progress {
        height: 6px;
        box-shadow: none;
        overflow: visible;
        background: #2E2751;
        border-radius: 5px;
    }

        .single-skill .progress .progress-bar {
            position: relative;
            background: #179e66;
            border-radius: 5px;
        }


/*======================================
	End Skills CSS
========================================*/


/*======================================
	Pricing Plan CSS
========================================*/

.pricing {
    background-image: url('../../Home/Error.html');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.single-pricing {
    text-align: center;
    background: #fff;
    margin-top: 30px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0px 0px 25px #0000001f;
    -moz-box-shadow: 0px 0px 25px #0000001f;
    box-shadow: 0px 0px 25px #0000001f;
    overflow: hidden;
}

    .single-pricing .price-head {
        position: relative;
        padding: 20px 0 20px;
    }

    .single-pricing .small-title {
        font-size: 20px;
        font-weight: 700;
        color: #2E2751;
    }

        .single-pricing .small-title span {
            display: block;
            font-weight: 400;
            font-size: 15px;
            color: #666;
        }

    .single-pricing .icon-head {
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        text-align: center;
        margin-bottom: 0px;
        color: #F3A712;
        border-radius: 100%;
        background: #fff;
        margin-top: 10px;
        font-size: 25px;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        border: 3px solid #ebebeb;
        display: inline-block;
    }

    .single-pricing.active .icon-head,
    .single-pricing:hover .icon-head {
        background: #179E66;
        color: #fff;
        border-color: transparent;
    }

    .single-pricing .price {
        font-size: 18px;
        color: #555;
        font-weight: 400;
    }

    .single-pricing .price-list {
        margin: 25px 0;
    }

    .single-pricing .price span {
        font-size: 48px;
        font-weight: 700;
        color: #F3A712;
    }

        .single-pricing .price span b {
            font-size: 25px;
            position: relative;
            left: -3px;
            top: -20px;
            font-weight: 500;
        }

    .single-pricing .price .renew {
        font-weight: 400;
        margin-left: 8px;
        padding-left: 8px;
        border-left: 2px solid #ebebeb;
        font-size: 15px;
    }

    .single-pricing .price-list li {
        display: block;
        font-weight: normal;
        line-height: 30px;
        font-weight: 400;
        color: #777;
    }

        .single-pricing .price-list li:last-child {
            margin-bottom: 0;
            border: none;
        }

    .single-pricing .button {
        padding: 20px 0;
        border-top: 2px solid #ebebeb;
    }

        .single-pricing .button p {
            margin-top: 5px;
        }

            .single-pricing .button p i {
                margin-right: 5px;
                color: #179e66;
            }


    /* Popular Pricing*/

    .single-pricing .p-best {
        position: relative;
        display: inline-block;
        text-transform: capitalize;
        border-radius: 5px;
        overflow: hidden;
        color: #fff;
        font-size: 15px;
        background: #179E66;
        position: absolute;
        top: 14px;
        left: -45px;
        transform: rotate(-48deg);
        border-radius: 0px;
        padding: 10px 48px;
        font-weight: 700;
        z-index: 6;
    }

        .single-pricing .p-best p {
            margin: 0;
            color: #fff;
            line-height: 13px;
        }

        .single-pricing .p-best span {
            display: block;
            margin-top: 2px;
            font-weight: 400;
            font-size: 13px;
        }


/*======================================
	End Pricing Plan CSS
========================================*/


/*====================================
	Faqs CSS
======================================*/

.faqs {
    padding: 70px 0 100px;
    background: #F4F9FC;
}

    .faqs .single-faq {
        margin-bottom: 10px;
        background: #fff;
        -webkit-box-shadow: 0px 0px 8px #00000012;
        -moz-box-shadow: 0px 0px 8px #00000012;
        box-shadow: 0px 0px 8px #00000012;
    }

        .faqs .single-faq:last-child {
            margin: 0;
        }

.faq-title i {
    width: 42px;
    line-height: 55px;
    font-size: 16px;
    text-align: center;
    color: #179E66;
    position: absolute;
    display: inline-block !important;
    left: 0;
    top: 0;
    height: 100%;
    border-right: 1px solid #ebebeb;
}

.faq-title a {
    padding: 16px 0;
    font-size: 18px;
    padding-left: 0px;
    padding-left: 55px !important;
    border: 1px solid #ebebeb;
    margin-bottom: 1px;
    display: block;
}

.faq-body {
    border: none;
    background: #fff;
    padding: 20px 49px;
    border: 1px solid #ebebeb;
    border-top: none;
}

    .faq-body p {
        font-size: 15px;
    }

.faq-bottom {
    padding: 80px 0;
}


/*====================================
	End Faqs CSS
======================================*/


/*======================================
	Contact Box CSS
========================================*/

.single-contact-box {
    text-align: left;
    margin-bottom: 20px;
    position: relative;
}

    .single-contact-box .c-icon {
        float: left;
        margin-right: 20px;
    }

    .single-contact-box:last-child {
        margin: 0;
    }

    .single-contact-box i {
        font-size: 25px;
        width: 55px;
        height: 55px;
        line-height: 55px;
        background: #2E2751;
        color: #fff;
        text-align: center;
        border-radius: 100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .single-contact-box:hover i {
        background: #179E66;
        color: #fff;
    }

    .single-contact-box h4 {
        color: #2E2751;
        display: block;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        font-size: 18px;
        margin-bottom: 0px;
        line-height: inherit;
        margin-bottom: 5px;
    }


/* Google Map */

#myMap {
    height: 500px;
    width: 100%;
    border-radius: 0px;
}

.vc_custom_1578564488430 {
    font-size: 20px !important;
    line-height: 28px;
}

.contact-box-main .contact-title h2 {
    font-size: 25px;
    margin-bottom: 10px;
}

.contact-box-main .contact-title {
    margin-bottom: 20px;
}


/*======================================
	End Contact Box CSS
========================================*/


/*======================================
	Contact Form CSS
========================================*/

.contact-us {
    padding: 70px 0 100px;
}

.contact-form-area {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
    border-top: 4px solid #179E66;
}

    .contact-form-area h4 {
        font-size: 22px;
        font-weight: 600;
    }

    .contact-form-area .form-group {
        margin: 0;
        margin-top: 20px;
    }

        .contact-form-area .form-group input {
            height: 50px;
            border: 1px solid rgba(204, 204, 204, 0.58);
            width: 100%;
            display: block;
            border-radius: 0px;
            padding: 0px 40px 0 15px;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            font-size: 14px;
            font-weight: normal;
        }

            .contact-form-area .form-group input:focus {
                border-color: #7e868f;
            }

            .contact-form-area .form-group input:hover {
                border-color: #7e868f;
            }

        .contact-form-area .form-group textarea {
            height: 170px;
            border: 1px solid #dfdfdf;
            width: 100%;
            display: block;
            border-radius: 5px;
            padding: 15px;
            resize: none;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            border-radius: 0px;
            padding-right: 40px;
            font-weight: normal;
        }

    .contact-form-area .form-group {
        position: relative;
    }

        .contact-form-area .form-group .icon {
            position: absolute;
            right: 15px;
            z-index: 33;
            color: #f3a712;
            top: 12px;
        }

        .contact-form-area .form-group.button {
            text-align: center;
            margin: 10px 0 0 !important;
        }

        .contact-form-area .form-group.textarea .icon {
            top: 15px;
            right: 15px;
        }

    .contact-form-area .bizwheel-btn.theme-2 {
        padding: 15px 32px;
    }


    /* Faq Form */

    .contact-form-area.faq-form {
        background: #fff;
        padding: 30px;
    }

        .contact-form-area.faq-form .form-title {
            padding-left: 20px;
            margin-bottom: 12px;
            border-left: 3px solid #179E66;
        }

        .contact-form-area.faq-form .form-group {
            margin-top: 0px;
            margin-bottom: 20px;
        }

            .contact-form-area.faq-form .form-group .icon {
                width: 26px;
                height: 26px;
                border: 1px solid;
                text-align: center;
                border-radius: 100%;
                line-height: 26px;
            }

            .contact-form-area.faq-form .form-group input {
                background: transparent;
                border: none;
                color: #555;
                border-bottom: 1px solid #ccc;
            }

                .contact-form-area.faq-form .form-group input::-webkit-input-placeholder {
                    opacity: 1;
                    color: #555 !important;
                }

                .contact-form-area.faq-form .form-group input::-moz-placeholder {
                    opacity: 1;
                    color: #555 !important;
                }

                .contact-form-area.faq-form .form-group input::-ms-input-placeholder {
                    opacity: 1;
                    color: #555 !important;
                }

            .contact-form-area.faq-form .form-group textarea::-webkit-input-placeholder {
                opacity: 1;
                color: #555 !important;
            }

            .contact-form-area.faq-form .form-group textarea::-moz-placeholder {
                opacity: 1;
                color: #555 !important;
            }

            .contact-form-area.faq-form .form-group textarea::-ms-input-placeholder {
                opacity: 1;
                color: #555 !important;
            }

            .contact-form-area.faq-form .form-group textarea {
                background: transparent;
                height: 120px;
                border: none;
                border-bottom: 1px solid #ccc;
                color: #555;
            }

            .contact-form-area.faq-form .form-group.button {
                text-align: left;
            }


    /* Servic Form  */

    .contact-form-area.service {
        padding: 0;
        box-shadow: none;
        background: transparent;
        border: none;
    }

        .contact-form-area.service .form-group textarea {
            height: 120px;
        }


/*======================================
	End contact Form CSS
========================================*/


/*======================================
	Image Feature CSS
========================================*/

.video-feature {
    /* background: url(../images/aboug_BG.jpg); */
    padding: 50px 0 50px 0;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
    background-position: right;
}

.img-feature {
    position: relative;
    display: inline-block;
    padding: 30px;
}

    .img-feature img {
        z-index: 2;
        position: relative;
        border: 10px solid #fff;
    }

    .img-feature .video-play {
        position: absolute;
        bottom: 0;
        left: 30px;
        z-index: 3;
        margin-left: -45px;
        margin-top: -45px;
    }

        .img-feature .video-play a {
            color: #B61A1E;
            font-size: 30px;
            text-align: center;
            border-radius: 100%;
            margin: 0;
            background: #fff;
            padding: 0;
            display: inline-block;
            width: 90px;
            height: 90px;
            line-height: 90px;
            z-index: 33;
            position: relative;
        }

        .img-feature .video-play:hover a {
            background: #B61A1E;
            color: #fff;
        }

    .img-feature .waves-block .waves {
        position: absolute;
        width: 250px;
        height: 250px;
        background: rgba(255, 255, 255, 0.3);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        border-radius: 100%;
        -webkit-animation: waves 3s ease-in-out infinite;
        animation: waves 3s ease-in-out infinite;
        left: 50%;
        margin-left: -125px;
        top: 50%;
        margin-top: -125px;
    }

    .img-feature .waves-block .wave-1 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .img-feature .waves-block .wave-2 {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .img-feature .waves-block .wave-3 {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.img-feature span {
    display: block;
    text-align: left;
    padding: 10px 30px;
    opacity: 1;
    position: absolute;
    z-index: 333;
    font-size: 16px;
    background: #F4F9FC;
    color: #2E2751;
    left: -14px;
    transform: inherit;
    font-weight: 500;
    top: 50%;
    margin-top: -22px;
}

    .img-feature span:before {
        content: "";
        position: absolute;
        left: 0px;
        top: -25px;
        border-left: 14px solid transparent;
        border-top: 12px solid transparent;
        border-bottom: 13px solid #F4F9FC;
    }

.img-feature .experience img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 5px 35px #0000001f;
}

.img-feature .experience {
    position: absolute;
    left: -50px;
    bottom: -50px;
    padding: 0;
    background: #179e66;
    width: 225px;
    z-index: 2;
    border-radius: 100%;
    text-align: left;
    height: 225px;
    border: 8px solid #fff;
    box-shadow: 0px 0px 10px #0000002b;
    padding: 50px 25px;
}

    .img-feature .experience h2 {
        color: #fff;
        font-weight: 900;
        font-size: 50px;
        line-height: 45px;
    }

        .img-feature .experience h2 span {
            color: #fff;
            font-weight: 800;
            font-size: 20px;
            display: block;
            text-transform: capitalize;
            line-height: 25px;
            margin-top: 10px;
        }

.img-feature .small-icon {
    position: absolute;
    background: #fff;
    color: #179e66;
    display: block;
    width: 70px;
    line-height: 70px;
    font-size: 25px;
    text-align: center;
    right: 15px;
    border-radius: 50px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 0.5;
    height: 70px;
    top: 42%;
    margin-top: -35px;
}

.img-feature .experience:hover .small-icon {
    opacity: 1;
    visibility:;
    color: #179e66;
}


/* Modern Image features */

.modern-img-feature {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

    .modern-img-feature:before {
        content: "";
        position: absolute;
        left: -20px;
        top: 20px;
        width: 100%;
        height: 100%;
        background: #179E66;
    }

    .modern-img-feature img {
        z-index: 400;
        position: relative;
    }

    .modern-img-feature .video-play a {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80px;
        z-index: 333;
        height: 80px;
        color: #F3A712;
        font-size: 30px;
        text-align: center;
        line-height: 80px;
        background: #fff;
        margin: -40px 0 0 -40px;
        z-index: 2500;
        border-radius: 100%;
    }

    .modern-img-feature .video-play:hover a {
        background: #F3A712;
        color: #fff;
    }

.side.overlay:before {
    width: 25%;
    /* background: #ec7d2d; */
    /* background: #ffe1b0; */
    /* background: url(../images/cubes.png), #ffe1b0; */
    /* background: #f3f4fa; */
    /* transform: rotate(74deg); */
    left: 0;
    z-index: 0;
    opacity: 1;
}


/*======================================
	End Image Feature CSS
========================================*/


/*======================================
	Theme Others CSS
========================================*/

.small-list-feature h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.small-list-feature ul {
    margin-top: 20px;
}

    .small-list-feature ul li {
        line-height: 35px;
    }

        .small-list-feature ul li i {
            color: #f3a712;
            margin-right: 10px;
            border: 1px solid;
            width: 25px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .small-list-feature ul li:hover i {
            border-radius: 100%;
            background: #f3a712;
            color: #fff;
            border-color: transparent;
        }


/* Portfolio Pagination */

.pagination-plugin {
    margin-top: 35px;
    text-align: left;
}

    .pagination-plugin li {
        display: inline-block;
    }

    .pagination-plugin span,
    .pagination-plugin a,
    .pagination-plugin a:focus {
        background: #2E2751;
        width: 44px;
        height: 40px;
        color: #fff;
        line-height: 40px;
        text-align: center;
        position: relative;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: inline-block;
    }

    .pagination-plugin li.current a,
    .pagination-plugin li:hover a {
        background: #179e66;
        color: #fff;
        -webkit-box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
        -moz-box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
        box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
    }

    .pagination-plugin li.prev a,
    .pagination-plugin li.next a {
        box-shadow: none;
        color: #fff;
        width: auto;
        padding: 0 20px;
    }


/* Mail Success CSS */

.success .mail {
}

    .success .mail h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

        .success .mail h2 span {
            color: #F3A712;
        }

    .success .mail .bizwheel-btn {
        margin-top: 20px;
    }

        .success .mail .bizwheel-btn i {
            margin-right: 10px;
        }


/*=======================
  End Mail Success CSS
=========================*/


/*======================================
	End Theme Others CSS
========================================*/

.logo a {
    font-weight: 600;
    display: flex !important;
}

a.navbar-brand img {
    width: 80px;
}

.logo_name {
    padding-top: 8px;
    padding-left: 5px;
}

h1.eng_text {
    font-size: 43px;
    line-height: 35px;
    font-family: 'Bebas Neue', cursive;
}

h1.hindi_text {
    font-size: 20px;
    line-height: 15px;
    color: #df8d0e;
    font-family: 'Hind', sans-serif;
}

    h1.hindi_text small {
        font-size: 73%;
    }

h1.hindi_text {
    color: #000000;
    font-weight: 500;
    text-align: left !important;
    margin-bottom: 0;
    font-size: 17px !important;
}


h1.eng_text {
    color: #000000;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0;
    font-size: 30px !important;
}




.home-slider .owl-item.active img {
    /* animation: zoom 50s; */
}

@keyframes zoom {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1.3, 1.3);
    }
}


/* switcher CSS Start Here */

#switcher #grayButton {
    background: #2b2b2b;
}

#switcher #whiteButton {
    background: #b61a1f;
    /* margin: 0px 15px 0px 0px; */
}

#switcher #grayButton,
#switcher #whiteButton {
    cursor: pointer;
    float: left;
    width: 27px;
    height: 27px;
    margin: 1px 5px 0px 0px;
    border: 2px solid #fff;
    /* border-radius: 50px; */
    color: #fff;
    padding-left: 7px;
    padding-top: 0px;
}

.single-feature h5 {
    font-size: 13px;
    margin-top: 10px;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 20px;
    font-weight: bold;
}

.icon-head img {
    width: 100%;
}

.single-feature p {
    font-size: 13px;
}

.footer-about h1.hindi_text,
.footer-about h1.eng_text {
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    line-height: 22px;
}

.footer-about h1.eng_text {
    font-size: 26px;
    line-height: 32px;
}

.single-feature p {
    line-height: 17px;
    margin-top: 8px;
}


/* MIS Login CSS Start Here */

.filling_section {
    padding: 70px 0px 40px 0px;
    background: #FFE3CB;
    /* background-image: linear-gradient( 109.6deg, rgba(162,2,63,1) 11.2%, rgba(231,62,68,1) 53.6%, rgba(255,129,79,1) 91.1% ); */
    background-image: linear-gradient(112.1deg, rgb(46 39 81) 11.4%, rgba(63, 76, 119, 1) 70.2%);
}

.filling_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.filling_content {
    position: relative;
    margin-left: 20px;
}

.filling_heading h2 {
    /* color: #cc6f2c; */
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: 'Josefin Sans', sans-serif;
}

.features-main {
    padding: 0px 20px;
}

    .features-main p {
        text-align: justify;
    }

.filling_content:before {
    content: "";
    /* background: #acb7d4; */
    /* background: #ff5722; */
    background: #fdd6b5;
    height: 180px;
    border-radius: 5px;
    display: block;
    position: absolute;
    width: 100%;
    left: -30px;
    top: -30px;
}

.filling_boxes {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .05);
    border-radius: 5px;
    padding: 30px;
    text-align: center;
    position: relative;
}

.box_bg {
    background: #eef2ff;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    padding: 25px;
}

.filling_boxes h4 {
    font-size: 15px;
    margin-top: 15px;
    line-height: 25px;
}

    .filling_boxes h4 a {
        background: #39406a;
        color: #fff;
        padding: 5px;
        display: block;
        border-radius: 5px;
        font-weight: 400;
    }

.xs-btn.navy-blue-btn {
    /* background-color: #cc6f2c; */
    background-color: #FF5722;
}

.xs-btn.round-btn {
    border-radius: 40px 40px 40px 40px / 40px 40px 40px 40px;
}

.click_btn:hover {
    background: #b61a1f !important;
}

.notification_section {
    padding: 50px 0px;
    position: relative;
}

.social_wrap {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    padding: 20px;
}

.flyer {
    position: absolute;
    top: -5px;
    left: -7px;
}

.facebook_box h2 {
    color: #3b5998;
}

.twitter_box h2 {
    color: #00acee;
}

.youtube_box h2 {
    color: #c4302b;
}


/* .flyer svg path {
    fill: #dfdfdf;
    transition: all 0.5s ease-in-out;
}

.social_wrap:hover .flyer svg path {
    fill: #3b5998;
    transition: all 0.5s ease-in-out;
} */

.social_header h2 {
    margin: 5px 0px;
    font-size: 23px;
}

.social_body {
    overflow-y: scroll;
    height: 300px;
}

    .social_body:hover::-webkit-scrollbar {
        display: block;
        transition: all 0.5s ease-in-out;
        /* box-shadow: 0px 0px 5px rgba(0,0,0,0.5); */
    }

    .social_body::-webkit-scrollbar {
        width: 8px;
        display: none;
        transition: all 0.5s ease-in-out;
    }

    .social_body::-webkit-scrollbar-thumb {
        background-color: #c9c9c9;
        border-radius: 10px;
        outline: 1px solid slategrey;
    }

div#box1,
div#box2,
div#box3 {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    border: 15px solid #fff;
}

    div#box1 h2,
    div#box2 h2,
    div#box3 h2 {
        font-weight: 500 !important;
        font-size: 20px;
        background: #b61a1e;
        padding: 0px 15px;
        margin-bottom: 0;
        color: #fff;
    }

.single-head {
    display: block;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 55%;
    text-align: center;
}

    .single-head h4 {
        font-size: 30px;
        line-height: 35px;
    }

.single-service {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    border-radius: 10px;
    font-size: 18px;
    padding: 10px;
    transition: all 0.5s ease-in-out;
    border-bottom: 10px solid rgba(0, 0, 0, .2);
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    margin-bottom: 20px;
}

    .single-service:hover {
        transform: scale(1.1);
    }

.portfo_heading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.blog-latest-slider .single-client img {
    opacity: 1;
}

.blog-latest-slider .single-client a {
    font-size: 15px;
    font-weight: 600;
    padding: 0;
    display: block;
    text-align: center;
}

.service-content a img {
    display: inline-block;
    width: 50px;
    margin-bottom: 10px;
}

.one {
    animation: animacao_1;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

@keyframes animacao_1 {
    0% {
        top: 20%;
    }

    50% {
        top: 10%;
    }

    100% {
        top: 20%;
    }
}

.two {
    animation: animacao_2;
    animation-duration: 1.5s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
}

@keyframes animacao_2 {
    0% {
        top: 20%;
    }

    50% {
        top: 10%;
    }

    100% {
        top: 20%;
    }
}

.three {
    animation: animacao_3;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-delay: 1;
}

@keyframes animacao_3 {
    0% {
        top: 20%;
    }

    50% {
        top: 10%;
    }

    100% {
        top: 20%;
    }
}

.four {
    animation: animacao_4;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes animacao_4 {
    0% {
        top: 20%;
    }

    50% {
        top: 10%;
    }

    100% {
        top: 20%;
    }
}

.five {
    animation: animacao_5;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}

@keyframes animacao_5 {
    0% {
        top: 30%;
    }

    25% {
        top: 20%;
    }

    50% {
        top: 30%;
    }

    75% {
        top: 20%;
    }

    100% {
        top: 30%;
    }
}

h3.section-heading {
    margin-bottom: 20px;
    position: relative;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 36px;
}


/* h3.section-heading:before{
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background: #2e2751;
    top: 0;
} */

.new-sec {
    position: relative;
    /* display: none; */
}

.div_navigation {
    position: absolute;
    bottom: -252px;
    background-image: linear-gradient(112.1deg, rgb(203 80 0) 11.4%, rgb(203 80 0) 70.2%);
    width: 100%;
    display: block;
    padding: 5px;
    left: 0;
}

.news_control {
    padding: 0 5px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #f7f2dc;
    font-size: 25px;
}

.projects {
    padding: 58px 0px;
    background: url(../../assets1/images/cubes.png) 0% 0% / 50px, linear-gradient(to top, rgb(252 255 247), rgb(252 253 242));
}

.our_services,
.clients {
    background: url(../images/portfolio_bg.jpg);
    padding: 30px 0;
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
    background-position: right;
}

.userful_links h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 34px;
    margin-top: 3%;
    color: white; /* background: black; */
    text-transform: uppercase;
}

.our_services h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
    position: relative;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
}

.clients h2,
.projects h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
    position: relative;
    font-weight: normal;
    color: #ffffff;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 2px;
}

.services_box a {
    position: relative;
}

.services_box img {
    margin: 0 auto;
    text-align: center;
    padding: 0px;
    border: 2px solid #ececec;
    margin-bottom: 5px;
    height: 250px;
    width: 100%;
}


.services_box a:hover:after {
    /* background: #f3a712; */
    background: #fff;
    transition: all 0.5s ease-in-out;
}

.services_box a .arrow_link img {
    position: absolute;
    top: -223px;
    z-index: 1;
    right: 9px;
    border: none;
    width: 20px !important;
}

.services_box a span.our_services_text {
    position: absolute;
    bottom: -111px;
    z-index: 1;
    left: 2px;
    background: #ffc107;
    color: #191919;
    padding: 5px 12px;
    width: 99%;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    transform: translateY(30px);
}

.services_box a:hover span.our_services_text {
    transition: all 0.5s ease-in-out;
    opacity: 1;
    transform: translateY(0px);
}

.PhotoGallery img {
    padding: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.fancybox-caption {
    border: none;
}

.no-padding {
    padding: 0;
}


/* Quick Links CSS Start Here */

.quick_links {
    position: fixed;
    right: -40px;
    top: 40%;
    DISPLAY: NONE;
}

ul.quick_list li a {
    display: block;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 85px;
    transform: rotate(-90deg);
}


/*================== Board of Directors Page CSS Start Here ==================*/

.feature_img {
    background-image: url(../images/feature_img.gif);
    background-size: cover;
}

.feature_section {
    color: #fff;
    font-style: normal;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
    z-index: 1;
}

section.feature_section:before {
    content: "";
    background: #00000040;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.feature_img h1 {
    font-weight: 500;
    color: #fff;
    font-size: 30px;
}

.css-serial .thead-dark tr th {
    font-weight: 400;
}

.css-serial {
    counter-reset: serial-number;
}

    .css-serial td:first-child:before {
        counter-increment: serial-number;
        content: counter(serial-number);
        font-weight: 600;
    }

.bod_section {
    padding: 50px 0px;
}


/*================== Board of Directors Page CSS End Here ==================*/

.email_link,
.download_link {
    color: #FF5722;
}

.certificate_box {
    text-align: center;
    margin-bottom: 25px;
}

    .certificate_box img {
        width: 40%;
        border: 10px solid #6378bf;
        margin: 0 auto;
        border-radius: 5px;
    }

.tree ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree svg {
    width: 30px;
}


/*We will use ::before and ::after to draw the connectors*/

.tree li::before,
.tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #ccc;
    width: 50%;
    height: 20px;
}

.tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
}


/*We need to remove left-right connectors from elements without 
any siblings*/

.tree li:only-child::after,
.tree li:only-child::before {
    display: none;
}


/*Remove space from the top of single children*/

.tree li:only-child {
    padding-top: 0;
}


/*Remove left connector from first child and 
right connector from last child*/

.tree li:first-child::before,
.tree li:last-child::after {
    border: 0 none;
}


/*Adding back the vertical connector to the last nodes*/

.tree li:last-child::before {
    border-right: 1px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}


/*Time to add downward connectors from parents*/

.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 20px;
}

.tree li a {
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}


    /*Time for some hover effects*/


    /*We will apply the hover effect the the lineage of the element also*/

    .tree li a:hover,
    .tree li a:hover + ul li a {
        background: #c8e4f8;
        color: #000;
        border: 1px solid #94a0b4;
    }

.tree {
    margin: 0 auto;
}

    .tree li a span {
        font-size: 20px;
        font-weight: 600;
    }

.mt-20 {
    margin-top: 20px;
}

.mt-05 {
    margin-top: 5px;
}

.mt-90 {
    margin-top: 90px;
}

.chairman-massage .subtitle {
    color: #f49806;
}

.chairman-massage p {
    text-align: justify;
}

.md-pic img {
    margin-top: 88px;
    background: #f49806;
    border: 10px solid;
    padding: 5px;
}

.chairman-pic img {
    background: #f49806;
    border: 10px solid;
    padding: 5px;
    width: 80%;
}

.ongoing-project .pic-project {
    margin: 0;
    padding: 0;
}

.ongoing-project .pic {
    text-align: center;
    display: inline-block;
    list-style: none;
    position: relative;
    border: solid 12px #fff;
    background: #ecebeba1;
    box-shadow: 0 0 10px 0px #55555552;
    transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    top: 50px;
    height: 290px;
    margin-bottom: 30px;
}

    .ongoing-project .pic:hover {
        top: 0px;
        opacity: 0.5;
    }

.ongoing-project p {
    margin: 10px 0 0 0;
    color: #000;
    padding: 5px;
    font-size: 14px;
}


/* .content-project {
    margin: 10px 0 0 0;
    background: #f49806;
    color: #000;
    height: 70px;
} */

.ongoing-project .light {
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    height: 700px;
    background: #fff;
    filter: blur(100px);
    opacity: 0.3;
    pointer-events: none;
}

.img-3 {
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #6378bfab;
    transform: rotate(-2deg);
}

.img-1 {
    position: relative;
    border: 2px solid #6378bfab;
    transform: rotate(5deg);
}

.img-2 {
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #6378bfab;
    transform: rotate(2deg);
}

.ongoing-project .title h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
    position: relative;
    font-weight: bold;
    color: #2e2751;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
}

.jhansi img {
    border: 2px solid #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 20px;
}

.back img {
    width: 50px;
    margin-top: 50px;
    background: #ffc107;
    padding: 10px;
}

.address-1 .footer-address-number span {
    line-height: 25px;
    color: #fff;
}

.address-1 .footer-mobile-number a,
.address-1 .footer-address-number a {
    display: flex;
    color: #fff;
}

.address-1 .address-widget-list .footer-address-number i {
    width: 57px;
}

.address-1 {
    background: #6378bf;
    margin-bottom: 8px;
}

    .address-1 h3 {
        margin-top: 30px;
        color: #f3a712;
    }

    .address-1 .address-widget-list i {
        margin-right: 15px;
        border: 1px solid #2e2751;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 100%;
        color: #F3A712;
        background: #2e2751;
    }

        .address-1 .address-widget-list i:hover {
            background: #f3a717;
            color: #2e2751;
            border: 1px solid #f3a717;
        }

.login-form .text-info {
    color: #f3a712 !important;
}

.login-form .input-group-text {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    color: #666;
    padding: 8px 10px;
    width: 35px;
}

.input-group-prepend {
    background: #2e2751;
    border-radius: 3px 0 0;
    border: 1px solid #2e2751;
}

.feedback input[type="text"] {
    padding: .375rem .75rem;
}

#accordion .title h4 {
    text-align: center;
}

#accordion .title h5 {
    text-align: center;
    margin-bottom: 10px;
}

#accordion h6 {
    margin: 0;
}

.filter-box input[type="text"] {
    border: 1px solid #b3b3b3;
    padding: 5px;
    width: 100%;
}

.filter-box select {
    border: 1px solid #abaaaa;
    padding: 5px;
    width: 100%;
    border-radius: 3px;
    height: 36px;
}

.filter-box td {
    padding: 4px;
}

.filter-box input[type="submit"] {
    background: #6378bf none repeat scroll 0 0;
    color: white;
    padding: 5px;
    width: 100%;
    height: 36px;
    border: none;
}

.filter-box {
    background: #ededed none repeat scroll 0 0;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 100%;
}

    .filter-box input[type="submit"]:hover {
        background: #F3A712;
    }

.pull-right .btn-info {
    background: #6378bf;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 100%;
}

    .pull-right .btn-info:hover {
        background: #F3A712;
    }

.certificate_box video {
    border: 10px solid #6378bf;
    margin: 0 auto;
    border-radius: 5px;
    height: 320px;
}

.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;
    }

.filter-button {
    font-size: 18px;
    border: 1px solid #6378bf;
    border-radius: 5px;
    text-align: center;
    color: #6378bf;
    margin-bottom: 30px;
}

    .filter-button:hover {
        font-size: 18px;
        border: 1px solid #6378bf;
        border-radius: 5px;
        text-align: center;
        color: #ffffff;
        background-color: #6378bf;
    }

.btn-default:active .filter-button:active {
    background-color: #6378bf;
    color: white;
}

.filter-button:active {
    background: #6378bf !important;
    color: #fff !important;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}

    .gallery_product img {
        width: 100%;
        height: 365px;
        object-fit: cover;
        background: #fff;
        padding: 5px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
        margin: 5px;
        border-radius: 5px;
        border: 1px solid #e5e6e8;
    }

/*Login Box Design CSS start Here*/
.login-block {
    background: #fff;
    /* fallback for old browsers */
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    float: left;
    width: 100%;
    padding: 50px 0;
}

.banner-sec {
    background: url(../../../static.pexels.com/photos/33972/pexels-photo.jpg) no-repeat left bottom;
    background-size: cover;
    min-height: 500px;
    border-radius: 0 10px 10px 0;
    padding: 0;
}

.login_box {
    background: #6378bf;
    border-radius: 10px;
    box-shadow: 15px 20px 0px rgba(0, 0, 0, 0.1);
    width: 50%;
    margin: 0 auto;
}

.carousel-inner {
    border-radius: 0 10px 10px 0;
}

.login-sec {
    padding: 50px 80px;
    position: relative;
}

    .login-sec .form-check-label {
        padding-left: 1.25rem;
        margin-bottom: 0;
        color: #fff;
    }

    .login-sec .copy-text {
        position: absolute;
        width: 80%;
        bottom: 20px;
        font-size: 13px;
        text-align: center;
    }

        .login-sec .copy-text i {
            color: #FEB58A;
        }

        .login-sec .copy-text a {
            color: #E36262;
        }

    .login-sec label.text-uppercase {
        color: #fff;
    }

    .login-sec h2 {
        margin-bottom: 30px;
        font-weight: 800;
        font-size: 30px;
        color: #fff;
    }

        .login-sec h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #2e2751;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
            margin-left: auto;
            margin-right: auto;
        }

.btn-login {
    background: #DE6262;
    color: #fff;
    font-weight: 600;
}
/* Contactor Registration Page CSS Start Here */
.title {
    margin-bottom: 20px;
}

.term_box {
    padding: 30px;
    background: #f9f9f9;
}

.bod_section fieldset {
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #cccccc;
}

    .bod_section fieldset .form-group {
        margin-bottom: 1.5rem;
    }

    .bod_section fieldset label {
        font-weight: 600;
        display: block;
    }

a.download_annexure {
    color: #b61a1e;
    border: 1px solid #b61a1e;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 600;
    display: inline-block;
}

.bod_section legend {
    padding: 0px 10px;
    width: auto;
    font-weight: 500;
}

.terms_list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

    .terms_list li:before {
        position: absolute;
        content: "";
        left: 0;
        top: 10px;
        height: 10px;
        width: 10px;
        border-radius: 100%;
        margin-top: -5px;
        background: #2e2751;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

.check_button {
    justify-content: flex-end;
    display: flex;
    height: 100%;
}

.services_box a:after {
    content: "";
    background: #ffc107;
    height: 35px;
    width: 35px;
    position: absolute;
    top: -115px;
    right: 2px;
    transition: all 0.5s ease-in-out;
}


.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
    vertical-align: middle;
    /* text-align: center; */
}

.mpr_table tr th, .mpr_table tr td {
    text-align: center;
    vertical-align: middle;
}

.mpr_table tr td {
    font-size: 18px;
}


thead.thead-dark th {
    background-color: #465dad !important;
    border-color: #697fcc !important;
}

.bg-choco {
    background-color: #5a1609 !important;
}

.zone_box a {
    background: #fff;
    display: block;
    padding: 30px;
    position: relative;
    height: 250px;
    overflow: hidden;
    margin-bottom: 20px;
    color: #4D1E00;
}
/* .zone_box a:hover {
    background: #4D1E00;
    color: #fff;
    
} */




.zone_box span.our_services_text {
    font-size: 30px;
    display: block;
    font-weight: 600;
}

.zone_box a img.zone_icon {
    width: 250px;
    position: absolute;
    bottom: 0;
    right: 0px;
}

.zone_box a span.zone_arrow_link {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    border: none;
    width: 40px;
    background: #f3a712;
    height: 40px;
    /* border-radius: 50%; */
    padding: 8px 10px;
    transition: all 0.5s ease-in-out;
    /* transform: translateX(-30px); */
}
/* .zone_box a:hover span.zone_arrow_link {
    transition: all 0.5s ease-in-out;
    opacity: 1;
    transform: translateX(0px);
} */
/*Project title Month Year CSS Start Here*/
.project_month_year {
    font-size: 16px;
    font-weight: 300;
    text-align: right;
}

    .project_month_year hr {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .project_month_year span {
        font-weight: 600;
        font-size: 19px;
    }

/* Vision Mission CSS Start Here */
.abt_img {
    position: relative;
    box-shadow: 10px 0px 20px rgba(0,0,0,0.1);
    border-radius: 5px;
}

    .abt_img:before {
        content: "";
        background: #f3a712;
        height: 50%;
        width: 90%;
        position: absolute;
        left: -25px;
        top: -25px;
        z-index: -1;
        border-radius: 5px;
    }

ul.visison_list li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

    ul.visison_list li:before {
        content: "";
        border: 4px solid;
        padding: 3px;
        height: 10px;
        width: 10px;
        position: absolute;
        left: 0;
        top: 5px;
    }

/* Site Map CSS Start Here */
ul.site_map_list {
    margin: 20px 0px;
}

    ul.site_map_list li {
        position: relative;
        padding-left: 10px;
    }

        ul.site_map_list li:before {
            content: "";
            background: #998be0;
            height: 28px;
            width: 2px;
            position: absolute;
            left: 0;
            top: 5px;
        }

        ul.site_map_list li a {
            display: block;
            padding: 5px 0px;
        }
/* Policies CSS Start Here */
.policies p {
    margin-bottom: 10px;
    color: #2e2751;
    font-size: 16px;
}

.policies a {
    color: #FF5722;
}

.policies h5 {
    margin-top: 25px;
}

/* Top Projects STats */
.project_stats {
    padding: 30px;
    background-image: linear-gradient(112.1deg, rgb(46 39 81) 11.4%, rgba(63, 76, 119, 1) 70.2%);
    background: url(../../assets1/images/cubes.png) 0% 0% / 50px, linear-gradient(to top, rgb(183 34 27), rgb(211 103 0));
}

.feat_section .feature_box {
    width: calc(100% / 4);
    position: relative;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    /* border: 1px solid silver; */ border-radius: 24px; /* margin: 0 6px 0; */
}

.project_stats .single-counter .icon {
    position: relative;
    width: 118px;
    height: 118px;
    background: aliceblue;
    border-radius: 65%;
    line-height: 143px;
    padding: 16px 0 0;
    margin: 0 auto;
    box-shadow: 1px 6px 0 rgb(0 0 0 / 50%);
    border: 1px solid #00000014;
}

.project_stats .single-counter {
    margin-top: 0px;
    position: relative;
    padding-left: 0px;
    text-align: center;
    border: 1px solid #fca523;
    border-radius: 15px;
    padding: 9px 0;
    box-shadow: 1px 6px 0 rgb(0 0 0 / 28%);
}

.project_stats .icon img {
    width: 60px;
}

.project_stats .single-counter .conter-content {
    border: none;
    padding-left: 0;
    padding-top: 20px;
}

.project_stats .single-counter .icon:before {
    background: none;
}

.brr {
    border: 1px solid white;
    width: 38px;
    text-align: center;
}



.wrapper {
    display: flex;
}

    .wrapper .static-txt {
        color: #fff;
        font-size: 60px;
        font-weight: 400;
        line-height: 91px;
    }

    .wrapper .dynamic-txts {
        margin-left: 15px;
        height: 90px;
        line-height: 90px;
        overflow: hidden;
    }

.dynamic-txts li {
    list-style: none;
    color: #000000;
    font-size: 60px;
    font-weight: 500;
    position: relative;
    top: 0;
    animation: slide 12s steps(4) infinite;
}

@keyframes slide {
    100% {
        top: -360px;
    }
}

.dynamic-txts li span {
    position: relative;
    margin: 5px 0;
    line-height: 90px;
}

    .dynamic-txts li span::after {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 100%;
        background: #f0f0f0;
        border-left: 2px solid #060606;
        animation: typing 3s steps(10) infinite;
    }

@keyframes typing {
    40%, 60% {
        left: calc(100% + 30px);
    }

    100% {
        left: 0;
    }
}


ul#nav > li > a:hover {
    background: #ededef;
}


.static-txt1 {
    font-size: 35px;
    color: white;
    padding: 0 0 0 35px;
    LINE-HEIGHT: 46PX;
}

.static-txt {
    font-size: 35px;
    color: black;
    padding: 0 0 0 35px;
    LINE-HEIGHT: 46PX;
}


.leader {
}

    .leader ul {
        margin: 0px;
        padding: 0;
        list-style: none;
    }

        .leader ul li a.ldrtext {
            color: #ce6c04;
            padding: 0 10px 6px 10px;
            background: #ddd;
            margin-top: 8px;
            cursor: pointer;
        }

        .leader ul li {
            background-color: #fff;
            padding: 10px;
            height: auto;
            box-sizing: border-box;
            overflow: hidden;
            border: 1px solid #ddd;
            margin-bottom: 18px;
            min-height: 188px;
            background: linear-gradient(to bottom right,#ffffff,#e5e6eb);
            -webkit-box-shadow: 3px 3px 6px #bfc3cf, -3px -3px 6px #fff;
            box-shadow: 3px 3px 6px #bfc3cf, -3px -3px 6px #e5e5e5;
            border-radius: 10px;
            border: none !important;
        }

            .leader ul li:last-child {
                margin-bottom: 0px;
            }

            .leader ul li img {
                /* border-radius: 50%; */
                max-height: 100px;
                margin: 0px auto;
                display: block;
                border-radius: 50%;
                border: 4px solid #ed6606;
                padding: 4px;
            }

            .leader ul li h4 {
                color: #cb5000;
                font-size: 1.2em;
                margin-top: 0px;
                margin-bottom: 0px;
                text-align: center;
                text-transform: uppercase;
                font-weight: bold;
                font-family: 'Open Sans';
                border-bottom: none;
            }

            .leader ul li p {
                color: #000;
                margin-bottom: 0px;
                font-size: 14px;
                text-align: center;
                line-height: 17px;
            }

.overlay1::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #2e2751;
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}


.side.overlay1:before {
    width: 100%;
    /* background: #ec7d2d; */
    /* background: #FBA416; */
    background: url(../images/cubes.png), rgb(247, 248, 255);
    /* background: #f7e8dc; */
    /* transform: rotate(74deg); */
    left: 0;
    z-index: -1;
    opacity: 1;
    top: -51px;
    height: 134%;
}

:root {
    --scroll-bar-size: 10px;
    --scroll-bar-thumb-background-color: rgba(0, 0, 0, 0.2);
    --scroll-bar-thumb-background-color-active: rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar {
    width: var(--scroll-bar-size);
    height: var(--scroll-bar-size);
    background: transparent;
    cursor: pointer;
}

::-webkit-scrollbar-thumb {
    background-color: var(--scroll-bar-thumb-background-color);
    border-radius: var(--scroll-bar-size);
    border-color: transparent;
    border-style: solid;
    border-width: calc(var(--scroll-bar-size)/3);
    background-clip: padding-box;
}

    ::-webkit-scrollbar-thumb:active {
        background-color: var(--scroll-bar-thumb-background-color-active);
    }

    ::-webkit-scrollbar-thumb:hover,
    ::-webkit-scrollbar-thumb:active {
        border-width: 1px;
        background-color: var(--scroll-bar-thumb-background-color-active);
        cursor: pointer;
    }


.feature_box .cls-1 {
    fill: none;
    stroke: #040404;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 4px;
    /* box-shadow: 0 3px 0 rgb(0 0 0 / 50%); */
    /* border: 1px solid #00000014; */
}

.single-counter .icon {
    color: white;
}
















/********************************
=================================
top-4-sectio 
=================================
*********************************/

.top-4-section {
    background: rgb(247 248 255) url(../assets_img/cubes.png);
    position: relative;
    padding-top: 25px;
}

    .top-4-section:before {
    }

    .top-4-section .widget {
        margin: 0 0 30px;
        position: relative;
        background: #fff;
        -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
        -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.18);
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.18);
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid rgb(241, 241, 241);
        box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.62);
        border-bottom-color: #5449a7;
        border: 1px solid #4068de36;
    }

.secondry-heading span.mdi {
    height: 36px;
    width: 36px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.129);
    margin-right: 6px;
    vertical-align: middle;
    color: #fff;
    border-radius: 50%;
}

.secondry-heading {
    background: rgb(244 245 255);
    font-size: 17px;
    margin: 0;
    padding: 6px 18px;
    text-transform: uppercase;
    border-radius: 15px 15px 0 0;
}

    .secondry-heading:before {
        content: "";
        top: 0;
        height: 100%;
        width: 0;
        background: #5b4fb3;
        left: 0;
        position: absolute;
    }

    .secondry-heading:hover:before {
        background: #ffeb3b;
        left: 0;
    }

.horizontal-tabs-widget {
    height: 300px;
    overflow: hidden;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.061);
    transition: all .5s ease;
    background: #fff;
    padding: 5px 15px 3px;
}

li.news-media-list-item {
    display: block;
    padding: 9px 5px 9px;
    /* text-align: justify; */
    /* border-bottom: 1px solid #ddd; */
    clear: both;
    overflow: hidden;
    border-bottom: 1px dashed #b1b1b1;
}

.field-content::before {
    content: "\f133";
    color: #da0d0d;
    display: inline-block;
    font: 0.8em/1 FontAwesome;
    height: 100%;
    margin-right: 5px;
    padding-top: 6px;
    vertical-align: top;
}

.top-4-section .widget ul > li.news-media-list-item:nth-child(odd) {
    /*background: #e0e4f04f;*/
}

.top-4-section .widget ul > li a:before {
    left: 0;
    position: absolute;
    content: "\f135";
    font-family: "Material Design Icons";
    text-align: center;
    line-height: 18px;
    top: 4px;
    color: #473e8f;
    font-size: 16px;
}

.top-4-section .widget ul > li a {
    display: block;
    font-weight: 500;
    padding: 0 6px 0px 24px;
    color: #333333;
    position: relative;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    margin-left: 10px;
}

span.field-content {
    position: relative;
    font-size: 0.8em;
    color: #da0d0d;
    padding: 0px 9px;
    float: right;
}

.panel-footer {
    padding: 8px 7px 8px;
    text-align: right;
}

.panel1 .secondry-heading .mdi {
    background: #556cff;
}

.panel2 .secondry-heading .mdi {
    background: #ff9737;
}

.panel3 .secondry-heading .mdi {
    background: #ed426b;
}

.panel4 .secondry-heading .mdi {
    background: #00a2d0;
}

.panel1 {
    border-top-color: #6877ff;
}

.panel2 {
    border-top-color: #ef8f1d;
}

.panel3 {
    border-top-color: #e53972;
}

.panel4 {
    border-top-color: #009cd0;
}

.panel1 .panel-footer {
    background: linear-gradient(45deg, rgb(85 98 255), rgb(85 169 255));
}

.panel2 .panel-footer {
    background: linear-gradient(45deg, rgb(226 91 25), rgb(255 139 57));
}

.panel4 .panel-footer {
    background: linear-gradient(45deg, rgb(0 180 208), rgb(0 141 208));
}

.panel3 .panel-footer {
    background: linear-gradient(45deg, rgb(255 86 89), rgb(217 43 126));
    ;
}

.panel-footer .text-dark {
    color: #000000 !important;
    font-weight: 600;
}

.scroll-y-new {
    max-height: 267px;
    overflow-y: scroll;
}

.listheading {
    padding: 10px 10px 10px 60px;
    color: #fff;
    margin-bottom: 8px;
    display: table;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    background-size: 54px !important;
}

    .listheading .float-left .mdi {
        height: 45px;
        width: 45px;
        display: inline-block;
        text-align: center;
        line-height: 42px;
        position: absolute;
        top: -5px;
        border-radius: 50%;
        left: 8px;
        font-size: 22px;
    }

    .listheading.bg-dpurple .float-left .mdi {
        background: #ede0ff;
        color: #4c356b;
        border: 2px solid #4c356b;
    }

    .listheading .float-right {
        color: #fff;
        padding: 10px 13px;
        font-size: .9rem;
        background: rgba(255, 255, 255, 0.149);
        position: relative;
        left: 18px;
        transform: skew(-18deg);
        -webkit-transform: skew(-18deg);
        -moz-transform: skew(-18deg);
        -ms-transform: skew(-18deg);
        -o-transform: skew(-18deg);
    }

.bg-dpurple {
    color: #fff;
    background: #4c356b url(../assets_img/arabesque.png) repeat;
}

.bg-theme {
    background: #990014 url(../assets_img/arabesque.png) repeat;
}

.bg-green {
    background: #7db336 url(../assets_img/arabesque.png) repeat;
}

.bg-indigo {
    background: #3f51b5 url(../assets_img/arabesque.png) repeat;
}

.listheading.bg-theme .float-left .mdi {
    background: #ffeaef;
    color: #962e48;
    border: 2px solid #962e48;
}

.listheading.bg-green .float-left .mdi {
    background: #dbeac7;
    color: #77aa33;
    border: 2px solid #7db336;
}

.listheading.bg-indigo .float-left .mdi {
    background: #d1d8ff;
    color: #3f51b5;
    border: 2px solid #3f51b5;
}

.panel-footer.bg-dpurple {
    background: #4c356b73 url(../assets_img/colorbox_bg.png) repeat;
}

.panel-footer.bg-theme {
    background: #99001470 url(../assets_img/colorbox_bg.png) repeat;
}

.panel-footer.bg-green {
    background: #7db33675 url(../assets_img/colorbox_bg.png) repeat;
}

em.pulse.icon-apply.fa.fa-paper-plane {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    border-radius: 50%;
    color: #e91e63;
    /* float: left; */
    padding-top: 10px;
    font-size: 16px;
    background: #fff;
    display: inline-block;
    margin-right: 8px;
}

a.btn.btn-outline-primary.login-pro {
    border: 2px solid #ffffff;
    color: #ffffff;
    background: #E91E63;
    padding: 0 15px 0 0;
    font-size: 18px;
    box-shadow: 0 0 8px #000080;
    text-shadow: 0px 1px 7px rgba(72, 72, 72, 0.38);
}

.login-pro img {
    width: 75px;
}

.heading {
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    font-weight: 500;
    color: rgb(38 98 174);
    padding-bottom: 20px;
}

    .heading:after {
        content: '\f013';
        position: absolute;
        left: calc(50% - 10px);
        width: 20px;
        font-family: FontAwesome;
        animation: fa-spin 2s infinite linear;
        color: rgb(254 153 89);
        bottom: 0;
        margin-bottom: -6px;
        height: 20px;
        line-height: 20px;
        background: #fff;
        border-radius: 50%;
    }

    .heading:before {
        content: '';
        width: 200px;
        height: 2px;
        position: absolute;
        background: rgb(254 153 89);
        bottom: 0;
        margin-bottom: 3px;
        left: calc(50% - 100px);
    }

.about {
    text-align: justify;
}

.feature-item img {
    max-height: 90px;
    max-width: 90px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.feature-item:hover .feature-block img {
    transform: scale(.7);
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
}

.feature-block p {
    font-size: 13px;
}

.feature {
    background: url(../assets_img/cubes.png), linear-gradient(to top, rgb(49 77 171), rgb(0 167 184));
    background-size: 50px;
    padding: 20px 0;
}

.feature-block {
    text-align: center;
    display: block;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    color: rgb(73 73 91);
    /*height: 100%;*/
    padding: 10px;
    position: relative;
    z-index: 10;
}

.feature-item {
    margin: 0 5px;
    /* width: calc(20% - 10px); */
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

    .feature-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url(../assets_img/card.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0;
        z-index: 1;
        transition: opacity .5s;
        -webkit-transition: opacity .5s;
        -moz-transition: opacity .5s;
        -ms-transition: opacity .5s;
        -o-transition: opacity .5s;
    }

    .feature-item:hover:before {
        opacity: 1;
    }

    .feature-item:hover:after {
        opacity: .8;
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

    .feature-item::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(10 83 121);
        opacity: 0;
        z-index: 1;
        transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transform: scale(.8);
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
    }

    .feature-item.item0:after {
        background: rgb(0 140 148);
    }

    .feature-item.item1:after {
        background: rgb(0 122 173);
    }

    .feature-item.item2:after {
        background: rgb(0 160 100);
    }

    .feature-item.item3:after {
        background: rgb(179 74 0);
    }

    .feature-item.item4:after {
        background: rgb(51 63 144);
    }

    .feature-item:hover .feature-block,
    .feature-item:hover .feature-title {
        color: rgb(255 255 255) !important;
        text-shadow: 0 2px 4px #00000075;
    }

.feature-img {
    height: 92px;
    width: 92px;
    margin: 0 auto;
    border-radius: 50%;
    background: rgb(255 255 255 / 22%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-block i {
    box-shadow: 0px 0px 15px -4px #fff;
    margin: 20px 0;
    color: #fff;
    font-size: 30px;
    background: #9167be;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
}

.feature-block .feature-title {
    color: rgb(0 143 196);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    padding-bottom: 15px;
    min-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .feature-block .feature-title:after {
        content: '';
        width: 50px;
        border-top: 3px solid rgb(195 197 206);
        position: absolute;
        background: rgb(195 197 206);
        bottom: 0;
        margin-bottom: 3px;
        left: calc(50% - 25px);
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
    }

    .feature-block .feature-title:before {
        content: '';
        width: 12px;
        height: 12px;
        position: absolute;
        background: rgb(255 255 255);
        bottom: 0;
        margin-bottom: -2px;
        left: calc(50% - 6px);
        border: 3px solid rgb(195 197 206);
        border-radius: 50%;
        z-index: 1;
    }

.feature-block:hover .feature-title:before,
.feature-block:hover .feature-title:after {
    border-color: #ddd !important;
}

.feature-block:hover .feature-title:after {
    transform: scaleX(2);
    -webkit-transform: scaleX(2);
    -moz-transform: scaleX(2);
    -ms-transform: scaleX(2);
    -o-transform: scaleX(2);
}

.feature-item.item0 .feature-title {
    color: rgb(8 67 99);
}

.feature-item.item1 .feature-title {
    color: rgb(0 156 163);
}

.feature-item.item2 .feature-title {
    color: rgb(0 143 196);
}

.feature-item.item3 .feature-title {
    color: rgb(37 155 110);
}

.feature-item.item4 .feature-title {
    color: rgb(102 62 34);
}

.feature-item.item5 .feature-title {
    color: rgb(51 63 144);
}

.gr-pad {
    padding: 0px;
    margin: 20px 0 30px;
}

    .gr-pad .panel-body {
        background: #fff;
        height: 250px;
        overflow: hidden;
    }

.mpTicker {
    padding: 0px;
}

    .mpTicker li {
        border-bottom: 1px solid #ddd;
        padding: 10px;
        width: 100%;
    }

        .mpTicker li a:hover {
            text-decoration: none;
        }

        .mpTicker li:hover {
            background: #fdfafa;
        }

        .mpTicker li span {
            display: block;
            font-size: 12px;
            color: #464646;
            font-weight: 700;
        }

.news-pattern {
    overflow: hidden;
    color: #fff !important;
}

.gr-pad .panel {
    border-radius: 13px;
    box-shadow: 0 4px 24px 0 rgba(103, 151, 255, .12), 0 12px 64px 0 rgba(103, 151, 255, .12);
    border-width: 3px 0 0 0;
    border-style: solid;
}

.mpTicker {
    padding: 0px;
}

    .mpTicker li {
        display: inherit;
        border-bottom: 1px solid #ddd;
        padding: 10px 15px;
        width: 100%;
    }

ul.mpTicker a {
    color: #525159;
    display: block;
    margin-bottom: 2px;
    cursor: pointer;
}

    ul.mpTicker a label {
        cursor: pointer;
    }

.mpTicker li a:hover {
    text-decoration: none;
}

.mpTicker li:hover {
    background: #fdfafa;
}

.mpTicker li span {
    display: inline-block;
    font-size: 12px;
    color: #464646;
    font-weight: 700;
}

.news-pattern {
    font-size: 16px;
    border-radius: 0 0 15px 15px;
}

    .news-pattern .more-news:hover {
        background: rgb(255 255 255 / 84%);
        color: #000;
    }

    .news-pattern .more-news {
        float: left;
        border-radius: 8px;
        padding: 5px 8px;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
        background: rgb(255 255 255 / 20%);
        box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.11);
        transition: .3s all;
    }

    .news-pattern .pagination li {
    }

        .news-pattern .pagination li a {
            color: #000;
            height: 24px;
            width: 24px;
            display: inline-block;
            background: rgb(255 255 255);
            border-radius: 50%;
            text-align: center;
            line-height: 24px;
            margin: 0 1px;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.149);
        }

#image-gallery img {
    max-width: 100%;
    max-height: 100%;
}


/* news ticker */


/*#newsTicker{
    background:#fff;
    color: #fff;
    display: table;
    width: 100%;
    height:38px;
    position: relative;
    z-index: 9;
    border-top: solid 1px #8155bb;
    border-bottom: solid 1px #8155bb; margin-top:-1px;
}*/

#newsTicker #ticker_container {
    padding-top: 0px;
    padding-left: 20px;
    position: relative;
    top: 7px;
}

#newsTicker #newscontent {
    width: 80%;
    overflow: hidden;
}

#newsTicker #controls {
    padding-top: 3px;
}

    #newsTicker #controls a {
        margin: 0 6px;
    }

#newsTicker #news a {
    color: #000;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#newsTicker .ticker-title {
    padding: 0 5px;
    background: #9167be;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    height: 37px;
    line-height: 37px;
    display: inline-block;
    width: 100px;
}

    #newsTicker .ticker-title::after {
        content: '';
        position: absolute;
        left: 100%;
        border-left: 11px solid #9167be;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
    }

#ticker_container {
    display: inline-block;
    width: calc(100% - 120px) !important;
}


section#read_content {
    background-color: #fff5d5;
    padding: 23px 0px;
    background-image: url(../../images/footbg.png);
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 350px;
}

ul.demo1 li {
    padding: 10px;
    border-bottom: 1px dashed #ccc;
}

.red {
    color: #f00;
}


.goog-logo-link {
    display: none !important;
}

#google_translate_element img {
    display: none !important;
}



@media only screen and (max-width:768px) {

    .static-txt {
        font-size: 12px;
        color: white;
        padding: 0 0 0 35px;
        LINE-HEIGHT: 32PX;
        /* margin: 169px 0 0; */ position: absolute;
        top: 28px;
    }

    .dynamic-txts li {
        list-style: none;
        color: #f3a712;
        font-size: 16px;
        font-weight: 500;
        position: relative;
        top: 0px;
        animation: slide 12s steps(4) infinite;
    }

    .wrapper .dynamic-txts {
        margin-left: 15px;
        height: 63px;
        line-height: 20px;
        margin: 0px 0 0;
        overflow: hidden;
    }

    .hero-slider .hero-text p {
        color: #fff;
        font-size: 8px;
        width: 100%;
        line-height: 10px;
    }

    .dynamic-txts li span::after {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 100%;
        background: #270100;
        border-left: 2px solid #FC6D6D;
        animation: typing 3s steps(10) infinite;
        top: 0px;
    }
}



#whatweoffer {
    /*background-image: url(../images/whatweoffer.jpg);*/ background-color: #eaeaea;
    padding: 30px 0px;
}

    #whatweoffer .title {
        text-align: center;
        color: #174399;
        text-transform: uppercase;
    }

        #whatweoffer .title h2 {
            font-size: 2.8em;
            font-weight: 800;
            margin: 0px;
            display: inline-block;
            border-bottom: 1px solid #174399;
            padding-bottom: 15px;
        }

    #whatweoffer p {
        text-align: center;
        padding: 2% 6%;
        font-size: 1.1em;
    }

    #whatweoffer .nav {
        display: table;
        width: 100%;
        margin-top: 25px;
    }

    #whatweoffer .nav-pills > li {
        display: table-cell;
        width: 35%;
        text-align: center;
    }

        #whatweoffer .nav-pills > li a {
            background-color: transparent;
            border-radius: 0px;
            border-bottom: 3px solid #fff;
            font-size: 1.6em;
            text-transform: uppercase;
            color: #000;
            display: block;
            padding: 18px 0;
        }

        #whatweoffer .nav-pills > li.active > a, #whatweoffer .nav-pills > li.active > a:focus, #whatweoffer .nav-pills > li.active > a:hover {
            /* border-color: #ff591f; */
        }

    #whatweoffer .grid-container {
        display: grid;
        grid-template-columns: 33.3% 33.3% 33.3%;
        background-color: #ccc;
        padding: 0px;
        grid-gap: 1px;
        box-shadow: 0px 0px 20px rgba(0,0,0,.2);
    }

    #whatweoffer .grid-container2 {
        grid-template-columns: 33% 33% 34%;
    }

    #whatweoffer .grid-item {
        background-color: white;
        border: 0px solid rgba(0, 0, 0, 0.8);
        padding: 40px 25px;
        text-align: center;
        box-sizing: border-box;
        font-size: 1.3em;
        text-transform: uppercase;
        color: #000000;
        transition-duration: .3s;
    }

        #whatweoffer .grid-item .icon {
            background-repeat: no-repeat;
            background-position: center;
            background-size: 70% auto;
            width: 80px;
            height: 80px;
            margin: 0px auto 10px auto;
            -webkit-animation-duration: .8s;
            animation-duration: .8s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
        }

    #whatweoffer .knowmore {
        color: #000;
        margin-top: 52px;
    }

    #whatweoffer .grid-item:hover .icon {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        /* -webkit-animation-name: swing2; */
        /* animation-name: swing2; */
    }

@-webkit-keyframes swing2 {
    20%, 40%, 60%, 80%, 100% {
        -webkit-transform-origin: top center;
    }

    20% {
        -webkit-transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes swing2 {
    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

#whatweoffer .grid-item:hover {
    background-color: antiquewhite;
    color: #000;
    text-decoration: none;
}

#whatweoffer .grid-item .icon1 {
    background-image: url(../../images/icon1.png);
}

#whatweoffer .grid-item:hover .icon1 {
    background-image: url(../../images/icon1.png);
    background-size: 100% auto;
}

#whatweoffer .grid-item .icon2 {
    background-image: url(../../images/icon2.png);
}

#whatweoffer .grid-item:hover .icon2 {
    background-image: url(../../images/icon2.png);
    background-size: 100% auto;
}

#whatweoffer .grid-item .icon3 {
    background-image: url(../../images/icon3.png);
}

#whatweoffer .grid-item:hover .icon3 {
    background-image: url(../../images/icon3.png);
    background-size: 100% auto;
}

#whatweoffer .grid-item .icon4 {
    background-image: url(../../images/icon4.png);
}

#whatweoffer .grid-item:hover .icon4 {
    background-image: url(../../images/icon4.png);
    background-size: 100% auto;
}

#whatweoffer .grid-item .icon5 {
    background-image: url(../../images/icon5.png);
}

#whatweoffer .grid-item:hover .icon5 {
    background-image: url(../../images/icon5.png);
    background-size: 100% auto;
}

#whatweoffer .grid-item .icon6 {
    background-image: url(../../images/icon6.png);
}

#whatweoffer .grid-item:hover .icon6 {
    background-image: url(../../images/icon6.png);
    background-size: 100% auto;
}

#whatweoffer .grid-item .icon7 {
    background-image: url(../../images/icon7.png);
}

#whatweoffer .grid-item:hover .icon7 {
    background-image: url(../../images/icon7.png);
    background-size: 100% auto;
}

#whatweoffer .grid-item .icon8 {
    background-image: url(../../images/icon8.png);
}

#whatweoffer .grid-item:hover .icon8 {
    background-image: url(../../images/icon8.png);
    background-size: 100% auto;
}

#whatweoffer .grid-item .icon9 {
    background-image: url(../../images/icon9.png);
}

#whatweoffer .grid-item:hover .icon9 {
    background-image: url(../../images/icon9.png);
    background-size: 100% auto;
}

#whatweoffer .grid-item .icon10 {
    background-image: url(../../images/icon10.png);
}

#whatweoffer .grid-item:hover .icon10 {
    background-image: url(../../images/icon10.png);
    background-size: 100% auto;
}

#whatweoffer .grid-item .icon11 {
    background-image: url(../../images/icon11.png);
}

#whatweoffer .grid-item .icon12 {
    background-image: url(../../images/icon12.png);
}

#whatweoffer .grid-item .icon13 {
    background-image: url(../../images/icon13.png);
}

#whatweoffer .grid-item .icon14 {
    background-image: url(../../images/icon14.png);
}

#whatweoffer .grid-item .icon15 {
    background-image: url(../../images/icon15.png);
}

#whatweoffer .grid-item .icon16 {
    background-image: url(../../images/icon16.png);
}

#whatweoffer .grid-item .icon17 {
    background-image: url(../../images/icon17.png);
}

#whatweoffer .grid-item .icon18 {
    background-image: url(../../images/icon18.png);
}








.tab-content > .active {
    display: block;
    opacity: 1;
}


#whoweare .btndiv {
    position: relative;
    margin: 0px auto;
}

.knowmore {
    position: relative;
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    display: inline-block;
    text-transform: uppercase;
    padding: 0.5em 2em;
    border: 2px solid #ed6606;
    transition: 0.02s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
    margin-top: 20px;
}

    .knowmore::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        right: 100%;
        bottom: 0;
        background: #ec6606;
        transition: 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s cubic-bezier(0.1, 0, 0.1, 1);
        z-index: -1;
    }

    .knowmore::after {
        content: "";
        display: inline-block;
        background-image: url("../../images/109617.png");
        position: absolute;
        top: 0;
        left: calc(100% - 3em);
        right: 3em;
        bottom: 0;
        background-size: 1.5em;
        background-repeat: no-repeat;
        background-position: center;
        transition: right 0.3s cubic-bezier(0.1, 0, 0.1, 1);
    }

    .knowmore:hover {
        padding: 0.5em 3.5em 0.5em 0.5em;
        color: #fff;
        text-decoration: none;
    }

        .knowmore:hover::before {
            left: calc(100% - 3em);
            right: 0;
            transition: 0.3s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
        }

        .knowmore:hover::after {
            right: 0;
            transition: right 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
        }

#whoweare .knowmore {
    border: 2px solid #25edfa;
}

    #whoweare .knowmore::before {
        background: #25edfa;
    }

#whoweare .btndiv a.knowmore {
    color: #fff;
}


#whatweoffer .nav-pills > li a.active {
    border-color: #ff591f;
}

.side .overlay:before {
    width: 25%;
    /* background: #ec7d2d; */
    background: #ffe1b0;
    background: url(../images/cubes.png), #ffe1b0;
    /* background: #f3f4fa; */
    /* transform: rotate(74deg); */
    left: 0;
    z-index: 0;
    opacity: 1;
}

.overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    /* background: #2e2751; */
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.board {
    background-color: #fff;
    padding: 10px;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #ddd;
    margin-bottom: 18px;
    /* min-height: 230px; */
    background: linear-gradient(to bottom right,#ffffff,#e5e6eb);
    -webkit-box-shadow: 3px 3px 6px #bfc3cf, -3px -3px 6px #fff;
    box-shadow: 3px 3px 6px #bfc3cf, -3px -3px 6px #e5e5e5;
    border-radius: 10px;
    border: none !important;
    margin: 5px;
}

    .board img {
        /* border-radius: 50%; */
        max-height: 100px;
        margin: 10px auto;
        display: block;
        border-radius: 50%;
        border: 4px solid #010a4d;
        padding: 4px;
    }

    .board h4 {
        color: #ec1322;
        font-size: 1.4em;
        margin-top: 10px;
        margin-bottom: 3px;
        text-align: center;
        /* text-transform: uppercase; */
        font-weight: bold;
        font-family: 'Open Sans';
        border-bottom: none;
    }

.amrit-box {
    padding: 15px;
    margin: 20px;
    display: block;
    border: 1px solid #9f8761;
    border-radius: 10px;
    /*box-shadow: 0px 0px 8px rgb(64 61 61 / 36%);*/
}

.har-tirangaimg {
    display: block;
    margin: 0 auto;
}

.har-tirangaimg-text, .har-tirangaimg-text:hover {
    margin: 20px auto 13px auto;
    display: block;
    text-align: center;
    color: #a18963;
    font-size: 19px;
    border-style: double;
    border-right: 0;
    border-left: 0;
    text-decoration: none;
    width: 90%;
}





@media only screen and (max-width:768px) {

    .hidden-xs {
        display: none !important;
    }

    #whoweare ul li {
        width: 100%;
        display: block;
    }

    #whatweoffer .nav-pills > li {
        display: block;
        width: 100%;
    }

    #whatweoffer .grid-container {
        grid-template-columns: 50% 50%;
    }

    #whatweoffer .grid-item {
        padding: 15px;
        font-size: 1em;
    }
}
