@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900&display=swap');

html {
    scroll-behavior: smooth;
}

.js-weather-text {
    color: #fff !important;
    font-weight: 500 !important;
}


body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #5a5a5a;
    font-weight: 400;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #24408f;
}

.page-header {
    text-align: center;
    width: 100%;
    display: block;
    color: #24408f;
    margin-bottom: 30px;
}

    .page-header h1 {
        color: #24408f;
        font-size: 35px !important;
    }

.container {
    padding: 0;
}

a {
    color: #4d90ce;
    cursor: pointer;
}


.form-control:hover, .form-control:active, .form-control:focus {
    border: 1px solid #4d90ce !important;
}


p {
    margin-bottom: 15px;
}

b, strong {
    font-weight: 700;
}


table {
    border: 1px solid #ddd;
}

    table tr th {
        color: #fff;
        background-color: #24408f;
        border-color: #24408f;
        padding: 15px;
        text-align: left
    }

    table tr td, table tr th {
        border: 1px solid #ddd;
        padding: 15px;
        text-align: left;
    }


        table tr td img {
            padding: 0;
            margin: 0 0 10px 0;
            width: 80%;
        }

        table tr td h3 {
            font-size: 17px !important;
            color: #4d90ce;
            padding: 0 !important;
            margin: 0 !important;
        }

        table tr td a {
            color: #4d90ce;
        }



/* ===================================
    Top Links  
====================================== */

.top-link {
    background: #4d90cd;
    float: left;
    width: 100%;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
}

    .top-link .col-sm-6, .top-link .col-6 {
        padding: 0;
    }

    .top-link .navbar {
        float: left;
        display: inline-block;
    }

    .top-link .link-accessibility {
        float: left;
        display: inline-block;
        margin-right: 0;
        padding: 9px 10px;
        border-left: 1px solid #8ab7e1;
        border-right: 1px solid #8ab7e1;
    }

    .top-link .navbar-lang {
        float: left;
        padding: 15px 10px 0 10px;
        font-size: 15px;
    }

    .top-link .dropdown-menu {
        float: left;
        transform: none !important;
        top: 13px !important;
        left: auto !important;
        right: -15px !important;
        border-top: 3px solid #24408f;
        padding: 0px;
        width: 280px;
    }

        .top-link .dropdown-menu .form-group {
            margin: 0;
            padding: 0;
            border: 0px solid #24408f !important;
        }

        .top-link .dropdown-menu .form-control {
            float: left;
            width: 80%;
            padding: 10px 5px;
            height: 46px;
            border: 1px solid #ddd;
        }

        .top-link .dropdown-menu .search-btn {
            float: left;
            padding: 14px 15px;
            width: 20%;
            border: 1px solid #ddd;
        }

        .top-link .dropdown-menu li {
            border-bottom: 1px solid #ddd;
        }


    .top-link img {
        margin: 0;
    }


.navbar-lang .dropdown-toggle {
    color: #fff;
}

.link-accessibility a {
    color: #fff;
}

.zoomout, .label-accessibility-zoomout {
    font-size: 15px;
}

.zoomin, .label-accessibility-zoomin {
    font-size: 20px;
}



.social_icons {
    color: #fff;
    float: left;
    margin-right: 20px;
}

    .social_icons ul {
        padding: 0;
        margin: 0;
    }

    .social_icons li {
        display: inline-block;
        text-align: center;
        padding: 0 0 0 15px;
    }

        .social_icons li a {
            color: #fff;
            background: transparent;
            display: block;
            padding: 5px 0 0 0;
        }

/* ===================================
    Header & Navigation
====================================== */


.header {
    float: left;
    width: 100%;
    height: 115px;
    position: relative;
}

header .logo .logo-dark, header .logo .logo-light {
    visibility: hidden;
    opacity: 0;
    width: 0;
}

    header .logo .logo-dark.default, header .logo .logo-light.default {
        visibility: visible;
        opacity: 1;
        width: auto;
        height: 60px;
    }

header.header-appear nav .logo .logo-light, header.header-appear nav.header-dark .logo .logo-light {
    visibility: visible;
    opacity: 1;
    width: auto;
}

header.header-appear nav .logo .logo-dark, header.header-appear nav.header-dark .logo .logo-dark {
    visibility: hidden;
    height: 35px;
    opacity: 0;
    width: 0;
}

header.header-appear nav .logo .logo-dark, header.header-appear nav.header-light .logo .logo-dark {
    margin-top: 60px;
    visibility: visible;
    opacity: 1;
    width: auto;
    height: 60px;
    display: block;
}

header.header-appear nav .logo .logo-light, header.header-appear nav.header-light .logo .logo-light {
    visibility: hidden;
    opacity: 0;
    width: 0;
}

header a.logo {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    text-decoration: none !important;
}

    header a.logo img {
    }


/* logo top center navigation */

.navbar.top-center-logo {
    position: absolute;
    width: 100%;
    z-index: 99;
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .navbar.top-center-logo .navbar-nav {
        position: relative;
        top: 94px;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

.header-appear .navbar.top-center-logo .navbar-nav {
    top: 0;
}

.header-appear .navbar.top-center-logo {
    position: fixed;
    top: 0;
    height: 69px;
    background: #FFFFFF;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

header .top-center-logo a.logo {
    position: absolute;
    top: 38px;
    left: 49%;
    transform: translateX(-50%);
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

header.header-appear .top-center-logo a.logo {
    top: 9px;
}

.top-center-logo .navbar-nav .nav-link {
    position: relative;
    overflow: hidden;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.text-black {
    color: #000000;
}


.header-appear .top-center-logo .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    font-size: 13px;
}

/* logo top left navigation */

.navbar.top-left-logo {
    position: absolute;
    width: 100%;
    z-index: 99;
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .navbar.top-left-logo .navbar-nav {
        position: relative;
        top: 150px;
        -webkit-transition: all .1s ease;
        -moz-transition: all .1s ease;
        -ms-transition: all .1s ease;
        -o-transition: all .1s ease;
        transition: all .1s ease;
    }

.header-appear .navbar.top-left-logo .navbar-nav {
    top: 0;
}

.navbar.top-left-logo .container {
    position: relative;
}

.header-appear .navbar.top-left-logo {
    position: fixed;
    background: #FFFFFF;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.header-appear .whitecolor .navbar-nav .nav-link {
    color: #000000 !important;
}

.header-appear .bg-transparent {
    background-color: #FFFFFF !important;
}

.header-appear .whitecolor .nav-link.scroll.active {
    color: #FFFFFF !important;
}

header .top-left-logo a.logo {
    position: absolute;
    top: 85px;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

header .top-left-logo .header-social {
    position: absolute;
    top: 90px;
    right: 0;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

header.header-appear .top-left-logo .header-social {
    top: -30px;
}

header .top-left-logo .header-social a {
    color: #FFFFFF;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    margin: 0 5px;
}


header.header-appear .top-left-logo a.logo {
    position: relative;
    top: 0;
}

.top-left-logo .navbar-nav .nav-link {
    position: relative;
    overflow: hidden;
    padding-right: 2.6rem;
    padding-left: 2.6rem;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}


.header-appear .top-left-logo .navbar-nav .nav-link {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    color: #1b1e21;
}

.nav-line-left .navbar-nav .nav-link.active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
}

.nav-line-left .navbar-nav .nav-link:before {
    position: relative;
    content: '';
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
    display: table;
    height: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    bottom: -33px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #4d90cd;
    visibility: hidden;
    opacity: 0;
}

.nav-link {
    border: 1px solid transparent;
    border-radius: 30px
}

.side-nav-btn {
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 18px;
    color: #fff;
    transition: all 0.3s ease;
    width: 28px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all linear 300ms;
}

    .side-nav-btn span {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        position: relative;
        top: 50%;
        margin-top: 6px;
        right: 0;
        -webkit-transition: all linear 300ms;
    }

    .side-nav-btn:hover span:nth-child(1), .side-nav-btn:hover span:nth-child(3) {
        width: 60%;
        -webkit-transition: all linear 300ms;
    }

    .side-nav-btn.active {
        display: none;
    }

.header-appear .side-nav-btn {
    left: 40px;
    top: 19px;
}

/* Side Menu */

.side-menu {
    width: 100%;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    background: #4d90cd;
    z-index: 0;
    height: 100%;
    /*-webkit-transform: translate3d(-100%, 0, 0);*/
    /*transform: translate3d(-100%, 0, 0);*/
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -o-transition: all .5s ease;
    /*overflow: hidden;*/
    visibility: hidden;
}

.whitecolor {
    color: #FFFFFF;
}

.side-menu.left {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
    /*-webkit-transform: translate3d(0, 0, 0);*/
    /*transform: translate3d(0, 0, 0);*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 999;
    opacity: 0.9;
    visibility: visible;
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 38px;
    left: 47px;
    cursor: pointer;
}

.side-menu.before-side .btn-close {
    display: none;
}

.just-sidemenu #sidemenu_toggle {
    position: fixed;
    z-index: 999;
    /*background: #fff;*/
    right: 0;
    top: 16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.side-menu.right-btn .btn-close {
    right: 47px;
    left: auto;
}

/*side open btn*/
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    position: absolute;
    right: 15px;
}

    .sidemenu_btn.left {
        left: 15px;
        right: auto;
    }

    .sidemenu_btn > span {
        height: 2px;
        width: 100%;
        background: #FFFFFF;
        display: block;
    }

.dark-navbar .sidemenu_btn > span {
    background: #666666;
}

.header-appear .sidemenu_btn > span {
    background: #666666;
}

.sidemenu_btn > span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 3.5rem 2.5rem;
}

.inner-wrapper .navbar-nav {
    -ms-flex-direction: inherit;
    flex-direction: inherit;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
    width: 100%
}

.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 0 auto;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

    .side-nav .navbar-nav .nav-item:first-child {
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(2) {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(3) {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(4) {
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(5) {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(6) {
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(7) {
        -webkit-transition-delay: .7s;
        -o-transition-delay: .7s;
        transition-delay: .7s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(8) {
        -webkit-transition-delay: .8s;
        -o-transition-delay: .8s;
        transition-delay: .8s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(9) {
        -webkit-transition-delay: .9s;
        -o-transition-delay: .9s;
        transition-delay: .9s;
    }

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.nav-item a {
    transition: all .3s ease;
}


.side-menu .nav-item a {
    color: #fff;
}


/*.navbar-collapse .nav-item:hover a.nav-link.scroll, .header-appear .navbar-collapse .nav-item:hover a.nav-link.scroll{*/
/*color: #f5218a !important;*/
/*transition: all .3s ease;*/
/*}*/
.top-center-logo .navbar-nav .text-black:hover, .top-fixed-nav .navbar-nav .whitecolor:hover,
.top-center-logo .navbar-nav .whitecolor:hover {
    color: #f5218a !important;
}

.side-nav .navbar-nav a {
    display: inline-table;
    color: #fff;
    padding: 2px 0 3px 0 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.side-logo-nav .navbar-nav a {
    position: relative;
}

    .side-logo-nav .navbar-nav a:hover, .side-logo-nav .navbar-nav a:focus {
        color: #FFFFFF;
        text-decoration: none !important;
    }

.side-nav .navbar-nav a::after {
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    text-decoration: none !important;
    height: 3px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav a:hover::after,
.side-nav .navbar-nav a.active::after {
    width: 100%;
    text-decoration: none !important;
}


.side-nav .navbar-nav a:hover,
.side-nav .navbar-nav a.active {
    text-decoration: none !important;
}

.side-nav .navbar-nav a.active {
    background: transparent;
}

.side-menu p {
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 0;
}









.popwindow .modal-content {
    border-radius: 0
}

    .popwindow .modal-content .form-control {
        height: 50px
    }



.header-appear .top-center-logo .ml-auto {
    margin-left: 30px !important;
}

.header-appear .top-center-logo .mr-auto {
    margin-right: 30px !important;
    margin-left: auto;
}

.header-appear .top-center-logo .whitecolor, .header-appear .top-fixed-nav .whitecolor {
    color: #fff;
}

.header-appear .side-nav-btn .bg-white {
    background: #fff !important;
}

.header-appear .top-center-logo .social_icons {
    display: none;
}

.navbar-nav .text-black.active {
    border: 1px solid #000000;
    background: #000000;
    color: #FFFFFF;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .navbar-nav .text-black.active:hover, .top-center-logo .navbar-nav .whitecolor.active:hover {
        color: #FFFFFF !important;
    }

.header-appear .top-center-logo .navbar-nav .whitecolor.active:hover {
    color: #000000 !important;
}

.top-center-logo .navbar-nav .whitecolor.active {
    border: 1px solid #FFFFFF;
    background: transparent;
    color: #FFFFFF;
}

.header-appear .top-center-logo .navbar-nav .whitecolor.active {
    border: 1px solid #000000;
    background: transparent;
    color: #000000;
}

.top-fixed-nav .navbar-nav .whitecolor.active {
    background: linear-gradient(to right, #FC2548 -50%, #f11fad 93%);
    color: #ffffff !important;
}

.whitecolor .navbar-nav .nav-link {
    color: #FFFFFF !important;
}

.blog-nav .top-center-logo .navbar-nav .nav-link {
    color: #FFFFFF;
}

.top-fixed-nav {
    position: absolute;
    top: 15px;
    height: 69px;
    width: 100%;
    z-index: 99;
    padding: 0;
    -webkit-transition: al 1s ease-in-out;
    -moz-transition: al 1s ease-in-out;
    -ms-transition: al 1s ease-in-out;
    -o-transition: al 1s ease-in-out;
    transition: al 1s ease-in-out;
}

.header-appear .top-fixed-nav {
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
}

.top-fixed-nav a.logo {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.top-fixed-nav .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    text-transform: uppercase;
    font-size: 14px;
}

.top-fixed-nav .navbar-nav .nav-item:hover a {
    color: #f5218a;
}

.top-fixed-nav .side-nav-btn {
    top: 20px;
    left: 40px;
}

.header-appear .top-fixed-nav {
    position: fixed;
    top: 0;
    background: #FFFFFF;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .header-appear .top-fixed-nav .logo .logo-dark {
        margin-top: 0px;
    }

/*side logo nav*/
.side-logo-nav {
    height: 115px;
    width: 100%;
    z-index: 99;
    padding: 0;
    -webkit-transition: al 1s ease-in-out;
    -moz-transition: al 1s ease-in-out;
    -ms-transition: al 1s ease-in-out;
    -o-transition: al 1s ease-in-out;
    transition: al 1s ease-in-out;
}

    .side-logo-nav.bg-gradient {
        background: transparent;
    }

.header-appear .side-logo-nav {
    position: fixed;
    background: #fff;
    top: 0;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
}



    .header-appear .side-logo-nav.bg-transparent .social_icons li a {
        color: #000000;
    }

    .header-appear .side-logo-nav.bg-transparent .side-nav-btn .bg-white {
        background: #000000 !important;
    }

    .header-appear .side-logo-nav.bg-transparent .nav-link.whitecolor {
        color: #000000;
    }

    .header-appear .side-logo-nav.bg-transparent .nav-link::after {
        background: #000000;
    }

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li {
    white-space: normal;
}

    .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li::last-child {
        border: 0px solid #eee;
    }

.wsmenu > .wsmenu-list > li > .wsmegamenu li .fa {
    margin-right: 0;
}

.wsmenu > .wsmenu-list > li {
    padding: 0 15px;
}

.wsmenu > .wsmenu-list {
    margin: 10px auto 0 auto;
}

.side-logo-nav .side-nav-btn {
    position: absolute;
    top: 20px;
    right: 32px;
    left: auto;
    /* font-size: 18px; */
    /* color: #000000; */
    transition: all 0.3s ease;
    /* width: 28px; */
    /* -webkit-border-radius: 4px; */
    -moz-border-radius: 4px;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all linear 300ms;
    /* margin-bottom: 5px; */
    /* margin-left: 10px; */
}

.header-appear .side-logo-nav .side-nav-btn .bg-white {
    background: #FFFFFF !important;
}

.side-logo-nav .social_icons {
    position: relative;
    top: 0;
    right: 0px;
    color: #FFFFFF;
}

    .side-logo-nav .social_icons ul {
        padding: 0;
        margin: 0;
    }

    .side-logo-nav .social_icons li a {
        color: #FFFFFF;
    }

.side-logo-nav .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    font-weight: 500;
    font-size: 14px;
}

.side-logo-nav .navbar-nav .nav-item {
    padding: 0px;
    text-transform: uppercase;
}

.side-logo-nav .navbar-nav .whitecolor.active {
    background: #FFFFFF;
    color: #000;
}

.header-appear .side-logo-nav.bg-transparent .navbar-nav .whitecolor.active {
    background: #000000;
    color: #ffffff;
}


.link-header {
    padding: 0;
    margin: 0;
    float: left;
}

    .link-header li {
        display: inline-block;
        padding: 17px 10px 17px 10px;
        border-left: 1px solid #8ab7e1;
        margin: 0;
        color: #fff;
        text-align: center;
        list-style: none;
        font-size: 16px;
        line-height: 16px;
    }

        .link-header li a {
            padding: 0;
            margin: 0;
            color: #fff;
        }

.header .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header .search-panel .form-group {
    position: relative;
    margin: 0px;
}


.header .search-panel input[type="search"] {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    height: 40px;
    color: #000000;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header .search-panel .form-container {
    padding: 25px 20px;
}

.header .dropdown-menu {
    top: 8px;
    right: 0;
    left: auto;
    border-top: 3px solid #24408f;
    padding: 0px;
    width: 280px;
}

.header .link-header li ul li {
    display: inline-block;
    padding: 0;
    border-left: 1px solid #4d90ce;
    margin: 0;
}

.link-header li ul li.panel-outer {
    border: 0px solid #24408f;
}

.link-header .dropdown-toggle::after {
    border: 0px solid white;
}



.more {
    font-size: 15px;
    font-weight: 400;
}

    .more::after {
        content: "\f178";
        font-family: FontAwesome;
        padding: 0 5px;
        font-size: 15px;
        font-weight: 400;
    }



/*  Main Slider  */
.main-slider {
    float: left;
    width: 100%;
}

.tp-bannertimer {
    display: none !important;
}

.main-slider h1 {
    font-size: 35px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 20px;
}


.main-slider p {
    position: relative;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}


.main-slider .theme-btn {
    text-align: center;
}

.main-slider .theme-btn {
    z-index: 999999 !important;
}

.rev_slider {
    overflow: hidden !important;
}


.main-slider .tp-caption h1 {
    white-space: normal !important;
}

.rev_slider .caption h1, .rev_slider .tp-caption h1 {
    white-space: normal !important;
}

.rev_slider_wrapper {
    width: 100% !important;
}

.tp-caption {
    background: rgba(36,64,143,.8);
    padding: 30px 10px !important;
    width: 100% !important;
}

.tp-parallax-wrap {
    left: 0 !important;
    bottom: 0 !important;
}

.tp-mask-wrap {
    margin: auto;
    text-align: center;
}

.btn-style {
    position: relative;
    text-align: center;
    padding: 10px 30px;
    line-height: 20px;
    background: #4d90cd;
    color: #fff;
    border: 2px solid #4d90cd;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    display: inline-block;
}

/*  Investment Opportunities  */
.investment {
    padding: 70px 0;
    background: #f9f9f9;
    float: left;
    width: 100%;
    position: relative;
}

    .investment h3 {
        font-size: 26px;
        color: #24408f;
        text-transform: uppercase;
    }

    .investment h4 {
        font-size: 17px;
        color: #4d90cd;
    }

.box {
    position: relative;
}

    .box .imgBox img::after {
        background: -moz-linear-gradient(top,transparent 0%,rgba(0,0,0,.8) 100%);
        background: -webkit-linear-gradient(top,transparent 0%,rgba(0,0,0,.8) 100%);
        background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#00000000',GradientType=0);
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        border: 10px solid #ddd;
        background: red;
    }



.investment .text {
    background: #24408f;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    bottom: 0;
    height: 70px;
}

    .investment .text h2 {
        color: #fff;
        text-align: center;
        padding: 15px 25px;
        margin: 0;
        text-transform: uppercase;
        font-size: 17px !important;
    }

.investment .tab-content {
    padding: 0 15px !important;
}


.investment .nav-tabs .nav-link.active .text, .investment .nav-tabs .nav-item.show .nav-link .text {
    color: #24408f;
    background: url("../images/gray.png") left bottom repeat-x;
    padding: 200px 0 0 0;
}

    .investment .nav-tabs .nav-link.active .text h2, .investment .nav-tabs .nav-item.show .nav-link .text h2 {
        color: #24408f;
        margin: -55px 0 0 0;
        padding: 0 25px;
    }





.investment .nav-tabs .nav-link.active h2 span {
    padding: 0;
    margin: 40px 0 0 0;
    display: grid;
}


.investment .owl-nav {
    width: 100%;
}

    .investment .owl-nav .owl-prev {
        position: absolute;
        left: -70px;
        top: 170px;
    }

    .investment .owl-nav .owl-next {
        position: absolute;
        right: -70px;
        top: 170px;
    }




.nav-tabs img {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background: none;
    border: 0px solid;
}


.nav-tabs .nav-link {
    border: 0px solid transparent;
    border-radius: 0;
    padding: 0 10px;
    margin: 0;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.tab-content .float-left {
    float: left !important;
    width: 34%;
    margin-top: 30px;
    padding-right: 20px;
}

.tab-content .float-right {
    float: right !important;
    width: 100%;
    margin-top: 30px;
}


.carousel-control-next-icon {
    background: url("../images/arrow-right.png") right top no-repeat;
    width: 48px;
    height: 48px;
    z-index: 100;
}

.carousel-control-prev-icon {
    background: url("../images/arrow-left.png") right top no-repeat;
    width: 48px;
    height: 48px;
    z-index: 100;
}

.carousel-control-prev, .carousel-control-next {
    opacity: 1;
    width: 10%;
}

.carousel-control-prev {
    left: -85px;
}

.carousel-control-next {
    right: -85px;
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 150px;
    bottom: auto;
}




/*  Media Center  */
.media-center {
    padding: 70px 0;
    background: #fff;
    float: left;
    width: 100%;
}

    .media-center .img-fluid {
        width: 100%;
        webkit-box-shadow: 0 10px 20px 2px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 10px 20px 2px rgba(0,0,0,0.2);
        -ms-box-shadow: 0 10px 20px 2px rgba(0,0,0,0.2);
        -o-box-shadow: 0 10px 20px 2px rgba(0,0,0,0.2);
        box-shadow: 0 10px 20px 2px rgba(0,0,0,0.2);
    }

.box-sub {
    background: #24408f;
    -webkit-box-shadow: 0 10px 20px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 10px 20px 2px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 10px 20px 2px rgba(0,0,0,0.2);
    -o-box-shadow: 0 10px 20px 2px rgba(0,0,0,0.2);
    box-shadow: 0 10px 20px 2px rgba(0,0,0,0.2);
    margin: -75px 20px 20px 20px;
    position: relative;
    z-index: 2;
    padding: 20px;
    text-align: center;
    color: #fff;
}

    .box-sub h2 {
        font-size: 22px !important;
        color: #fff;
    }

/* ======================================
 Social Media 
====================================== */

.social-media {
    background: #24408f;
    padding: 0;
    border-top: 5px solid #4d90cd;
    text-align: center;
    float: left;
    width: 100%;
}

    .social-media ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .social-media ul li {
            list-style: none;
            padding: 15px 55px !important;
            border-right: 1px solid #4d90cd;
            display: inline-block;
        }

            .social-media ul li a {
                color: #bec6de;
            }

                .social-media ul li a:hover, .social-media ul li a:focus {
                    opacity: 0.5;
                }

            .social-media ul li .fa {
                color: #bec6de;
                font-size: 25px;
            }

            .social-media ul li:last-child {
                border-right: 0px solid #4d90cd;
            }

/* ======================================
Main Banner 
====================================== */

.main-banner {
    padding: 70px 0;
    background: #f9f9f9;
    float: left;
    width: 100%;
    overflow: hidden;
}

.banner-text {
    position: absolute;
    left: 40px;
    bottom: 25px;
    color: #fff;
    z-index: 1;
}

.banner-center {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 50px;
    color: #fff;
    z-index: 1;
    text-align: center;
    padding: 0 30px;
}

.banner {
    position: relative;
    border-left: 7px solid #24408f;
    -webkit-box-shadow: 0 10px 20px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 10px 20px 2px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 10px 20px 2px rgba(0,0,0,0.2);
    -o-box-shadow: 0 10px 20px 2px rgba(0,0,0,0.2);
    box-shadow: 0 10px 20px 2px rgba(0,0,0,0.2);
}

.banner-text h2, .banner-center h2 {
    font-size: 22px !important;
    color: #fff;
}

.banner-text p {
    margin: 0;
    padding: 0 10px 0 0;
}

.banner-center p {
    margin: 0;
    padding: 0;
}

.mt-4 {
    margin-top: 30px !important;
}

.banner::after {
    background: -moz-linear-gradient(top,transparent 0%,rgba(0,0,0,.6) 100%);
    background: -webkit-linear-gradient(top,transparent 0%,rgba(0,0,0,.6) 100%);
    background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#00000000',GradientType=0);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
/* video banner */

.button-play {
    height: 80px;
    width: 80px;
    padding-left: 7px;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(250,250,250,.3);
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 4px solid #fff;
    -webkit-animation: pulse_effect 1s infinite;
    -o-animation: pulse_effect 1s infinite;
    animation: pulse_effect 1s infinite;
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
    line-height: 70px;
}

    .button-play i {
        color: #fff;
        -webkit-transition: all .1s ease;
        -moz-transition: all .1s ease;
        -ms-transition: all .1s ease;
        -o-transition: all .1s ease;
        transition: all .1s ease;
        line-height: 70px;
    }

    .button-play:hover, .button-play:focus {
        color: #4d90cd;
        border-color: #4d90cd;
        background-color: rgba(250,250,250,.3);
    }

        .button-play:hover i, .button-play:focus i {
            color: #4d90cd;
            border-color: #4d90cd;
        }

.story-image img {
    width: 100%;
}

@-webkit-keyframes pulse_effect {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
}

@-o-keyframes pulse_effect {
    0% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }

    25% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(100, 48, 148, 0.1);
    }
}

@keyframes pulse_effect {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
}

.btn-primary {
    display: inline-block;
    background: #4d90cd;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 30px !important;
    padding: 8px 20px;
    border: none;
    color: #fff;
    margin-top: 10px;
}

    .btn-primary a:hover, .btn-primary:hover, .btn-primary:focus {
        background: #4d90ce;
        color: #fff;
    }



.back-top {
    color: #fff;
    right: 30px;
    font-size: 26px;
    position: fixed;
    z-index: 88;
    opacity: 0;
    visibility: hidden;
    bottom: 30px;
    background: #0f2562;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .back-top::before {
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        z-index: -1;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        opacity: 0;
        visibility: hidden;
        background: #0f2562;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

.back-top-visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.back-top:hover::before, .back-top:focus::before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.back-top:hover, .back-top:focus {
    color: #fff;
}

.slider-mobile .owl-nav {
    text-align: center;
    margin: 20px 0;
}

.popwindow .modal-dialog {
    width: 35% !important;
    position: fixed;
    bottom: 20px !important;
    right: 20px !important;
    border: 0px solid #fff;
    margin: 0;
    -webkit-box-shadow: 0 10px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 10px 20px 0px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 10px 20px 0px rgba(0,0,0,0.2);
    -o-box-shadow: 0 10px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0 10px 20px 0px rgba(0,0,0,0.2);
}

.popwindow .modal {
    z-index: 100;
    right: 0 !important;
    bottom: 0 !important;
    top: auto;
    left: auto;
}

.popwindow .modal-backdrop.show {
    opacity: 0 !important;
    z-index: 0 !important;
}

.popwindow .modal-content {
    padding: 30px;
    border: 1px solid #dfdfdf;
}

    .popwindow .modal-content .form-wrap {
        padding: 5px 0;
    }

.popwindow .modal-header {
    border: 0px solid;
}

.popwindow .modal-content h4 {
    color: #24408f;
    font-weight: 600;
    font-size: 22px;
    border-bottom: 0;
    padding-bottom: 20px;
    line-height: 24px;
}

.popwindow .modal-content p {
    font-size: 15px;
}


.popwindow .modal-content .btn-blue {
    display: inline-block;
    background: #4d90cd;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0 !important;
    padding: 12px 20px;
    border: none;
    font-weight: 600;
    color: #fff;
}

.popwindow .modal-content .form-check-label {
    margin-bottom: 0;
    display: inline;
    font-size: 15px;
}

.popwindow .modal-content .close {
    float: right;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #4d90cd;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    padding: 0;
    margin: 0;
    vertical-align: inherit;
    align-items: flex-start;
    position: absolute;
    right: 10px;
    top: 10px
}

.popwindow .modal-body, .modal-header {
    padding: 0;
}

    .popwindow .modal-body .form-control {
        background-color: #fff;
        border: 1px solid #ddd;
    }

.form-control {
    border-radius: 0;
}

.owl-prev {
    background: url("../images/arrow-left.png") left top no-repeat !important;
    width: 48px;
    height: 48px;
    z-index: 100;
    margin: 0 5px;
}

.owl-next {
    background: url("../images/arrow-right.png") right top no-repeat !important;
    width: 48px;
    height: 48px;
    z-index: 100;
    margin: 0 5px;
}

    .owl-prev span, .owl-next span {
        font-size: 0px
    }



/* ======================================
header-inner
====================================== */

.header-inner1 {
    background: #f9f9f9;
    float: left;
    width: 100%;
    clear: both;
}

    .header-inner1 .page-header {
        text-align: left;
        padding: 0;
        margin: 30px 0 0 0;
    }

        .header-inner1 .page-header h1 {
            color: #24408f;
            margin-left: 0;
            font-size: 35px;
            padding: 0;
            margin: 0;
        }


.header-inner {
    position: relative;
    border-top: 0px solid #24408f;
    float: left;
    width: 100%;
    background: #24408f;
}

    .header-inner .page-header {
        position: absolute;
        bottom: 80px;
        text-align: left;
        color: #fff;
        z-index: 10;
    }

        .header-inner .page-header h1 {
            color: #fff;
            margin-left: 0;
            font-size: 35px;
            font-weight: 700;
        }

    .header-inner:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.3);
    }

    .header-inner::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: rgba(36,64,143,0.1);
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }


.page-header-m {
    clear: both;
    background: #f9f9f9;
    padding: 0;
    margin: 0;
}

    .page-header-m h1 {
        padding: 20px 0 0 0;
        margin: 0;
        font-size: 35px;
        font-weight: 700;
    }

.project {
    padding: 0;
}

.project-slider {
    background: #fff;
    -webkit-box-shadow: 0 7px 20px -10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 7px 20px -10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 7px 20px -10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 7px 20px -10px rgba(0,0,0,0.2);
    box-shadow: 0 7px 20px -10px rgba(0,0,0,0.2);
    margin-bottom: 30px;
}


.project-box {
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 7px 20px -10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 7px 20px -10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 7px 20px -10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 7px 20px -10px rgba(0,0,0,0.2);
    box-shadow: 0 7px 20px -10px rgba(0,0,0,0.2);
    margin-bottom: 30px;
    float:left;
	width:100%;
}

.news.project-box {
    background: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.project- {
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 7px 20px -10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 7px 20px -10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 7px 20px -10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 7px 20px -10px rgba(0,0,0,0.2);
    box-shadow: 0 7px 20px -10px rgba(0,0,0,0.2);
    margin-bottom: 30px;
}



.project-box .owl-nav {
    display: none;
}


.faq {
    background: #fff;
    padding: 0;
    -webkit-box-shadow: 0 7px 20px -10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 7px 20px -10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 7px 20px -10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 7px 20px -10px rgba(0,0,0,0.2);
    box-shadow: 0 7px 20px -10px rgba(0,0,0,0.2);
    margin-bottom: 30px;
}

.project-desc {
    float: left;
    width: 100%;
}

.inner-content .project-desc h2 {
    color: #24408f;
    font-size: 22px;
    margin-bottom: 5px;
}

.inner-content .project-desc h3 {
    color: #4d90cd;
    font-size: 20px;
    margin-bottom: 15px;
}

.inner-content .project-address h3 {
    color: #4d90cd;
    font-size: 20px;
    margin-bottom: 10px;
}

.project-address img {
    margin-bottom: 20px;
}

.project-list ul {
    padding: 0;
    margin: 0;
}

.inner-content .project-list ul {
    padding: 0;
    margin: 0;
}

.project-list ul li {
    display: block;
    list-style: none;
    padding: 20px 0 !important;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

    .project-list ul li:last-child {
        border-bottom: 0px solid #dfdfdf;
    }

    .project-list ul li p {
        margin: 0;
    }

    .project-list ul li::before {
        display: none;
    }


.project-thumb {
    vertical-align: top;
    display: table-cell;
    padding-right: 20px;
    width: 40%;
}

    .project-thumb img {
        width: 100%;
    }

.project-content {
    vertical-align: top;
    display: table-cell;
    width: 60%;
}

.inner-content .project-content h3 {
    font-size: 16px;
    display: block;
    font-weight: 500;
}

.inner-content ul {
    padding: 0 0 15px 0;
    margin: 0;
}

    .inner-content ul li {
        padding: 5px 0;
        margin: 0;
        list-style: none;
        position: relative;
    }

.inner-content ol {
    padding: 0 0 15px 15px;
    margin: 0;
}

    .inner-content ol li {
        padding: 5px 0;
        margin: 0;
        position: relative;
    }




.inner-content ul li::before {
    content: "\f04d";
    font-family: FontAwesome;
    font-size: 9px;
    font-weight: normal;
    color: #24408f;
    vertical-align: top;
    line-height: 25px;
    padding: 0 10px 0 0;
}

.inner-content ul li h5 {
    display: inline-block;
    padding: 0;
    margin: 0;
}


.inner-content ul li h1, .inner-content ul li h2, .inner-content ul li h3, .inner-content ul li h4, .inner-content ul li h5, .inner-content ul li h6 {
    display: inline;
}




.project-video {
    float: left;
    position: relative;
    width: 100%;
}

.project-slider .carousel-control-prev {
    left: 0;
}

.project-slider .carousel-control-next {
    right: 0;
}

.project-slider .carousel-control-prev, .project-slider .carousel-control-next {
    position: absolute;
    top: 160px;
    bottom: auto;
    padding: 15px;
    background: #fff;
    width: auto;
}

.project-slider .carousel-control-prev-icon {
    width: 20px;
    height: 20px;
    z-index: 100;
    color: #ccc;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ccc' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.project-slider .carousel-control-next-icon {
    width: 20px;
    height: 20px;
    z-index: 100;
    color: #ccc;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ccc' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}





.project .project-video .video-play {
    position: absolute;
    top: 40%;
    left: 0;
    right: auto;
    text-align: center;
    width: 100%;
}

.project-video .video-play .fa {
    font-size: 80px;
    color: #fff;
}


.box-pro {
    background: #fff;
    border: 1px solid #dfdfdf;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 7px 20px -10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 7px 20px -10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 7px 20px -10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 7px 20px -10px rgba(0,0,0,0.2);
    box-shadow: 0 7px 20px -10px rgba(0,0,0,0.2);
}

.box-grid {
    padding: 20px;
}

    .box-grid h5 {
        font-size: 18px;
    }

.box-pro {
    max-width: 100%;
    -moz-transition: all 0.4s, filter 1.4s ease-in-out;
    -webkit-transition: all 0.4s, filter 1.4s ease-in-out;
    transition: all 0.4s, filter 1.4s ease-in-out;
}

    .box-pro:hover {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .box-pro img {
        height: 200px;
        width: 100%;
    }


.demo-container table {
    display: table !important;
    overflow: auto !important;
}



.project-group .box-pro:hover {
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
}

.project-group .tab-content {
    padding: 60px 0 0 0;
}

.project-group h2 {
    font-size: 18px;
}




.owl-carousel .owl-dots {
    text-align: center;
    display: none;
}

.project-photo .owl-carousel .owl-dots {
    text-align: center;
    display: block;
    margin-top: 20px;
}

.owl-carousel .owl-dot, .owl-carousel button.owl-dot {
    border: 0px solid #ddd;
    background: #7b8087;
    text-align: center;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    margin: 5px;
}

.owl-carousel button.active {
    background: #4d90ce;
    width: 14px;
    height: 14px;
}




.news {
    background: #fff;
    float: left;
    width: 100%;
}

.news-sub {
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
    margin-bottom: 30px;
}

    .news-sub date {
        margin-bottom: 10px;
        display: block;
        font-size: 15px;
    }

    .news-sub .fa {
        font-size: 15px;
        padding: 0 5px 0 0;
    }


.inner-content .news-sub h3 {
    color: #24408f;
    margin-bottom: 10px;
    font-size: 22px;
}

    .inner-content .news-sub h3 a {
        color: #24408f;
    }

.news-img {
    display: table-cell;
    width: 35%;
    padding: 0 0 0 30px;
    vertical-align: top;
}

    .news-img img {
        margin-bottom: 0;
    }

.news-text {
    display: table-cell;
    vertical-align: top;
}

.news-sub img {
    margin-bottom: 30px;
}


.main-search {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
}

    .main-search .form-group {
        margin: 0;
    }

        .main-search .form-group input, .main-search .form-group textarea, .main-search .form-group select {
            position: relative;
            display: block;
            width: 100%;
            color: #666666;
            height: 55px;
            line-height: 25px;
            padding: 13px 20px 13px 35px;
            border: 1px solid #ddd;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
            border-radius: 0;
        }

.tender {
    float: left;
    width: 100%;
    padding: 0;
}

.tender-video {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
}

.tender .tender-video .video-play {
    position: absolute;
    top: 40%;
    left: 0;
    right: auto;
    text-align: center;
    width: 100%;
}

.tender-video .video-play .fa {
    font-size: 80px;
    color: #fff;
}

.tender-desc {
    float: left;
    width: 100%;
}

.inner-content .tender h3 {
    font-size: 20px;
}


.tender ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .tender ul li {
        list-style: none;
        padding: 20px 0;
        margin: 0;
        border-bottom: 1px solid #dfdfdf;
    }

        .tender ul li:last-child {
            border-bottom: 0px solid #dfdfdf;
        }

.tender .btn {
    padding: 5px 15px;
    font-size: 11px;
}

.tender table tr td {
    vertical-align: top;
    color: #24408f;
}

    .tender table tr td .fa {
        padding: 0 10px 0 0;
        display: table-cell;
    }

    .tender table tr td p {
        margin: 0;
        padding: 0 0;
        display: table-cell;
    }

.tender-list ul {
    padding: 0;
    margin: 0;
}

    .tender-list ul li {
        display: block;
        list-style: none;
        padding: 20px 0;
        margin: 0;
        border-bottom: 1px solid #dfdfdf;
    }

        .tender-list ul li h3 {
            font-size: 17px !important;
            display: block;
        }

            .tender-list ul li h3 a {
            }

        .tender-list ul li:last-child {
            border-bottom: 0px solid #dfdfdf;
        }

        .tender-list ul li::before {
            display: none;
        }


.tender-search .form-control {
    border-radius: 0;
    width: 80%;
    display: inline-block;
    float: left;
}

.tender-search .btn {
    border-radius: 0;
    width: 20%;
    display: inline-block;
    float: left;
    padding: 10px;
    height: 55px;
}

.tender-search .btn-primary {
    border-radius: 0 !important;
}


.tender-search h6 {
    color: #666;
}

.tender-search .fa {
    font-size: 18px !important;
}

.tender-search a {
    text-decoration: underline;
}

.tender-search .form-group {
    margin: 5px 0 15px;
    clear: both;
    float: left;
    width: 100%;
    border: 0 !important
}

.table-bordered th, .table-bordered td {
    border: 1px solid #dfdfdf;
}

.table-responsive tr {
    width: 100%;
}

.table {
    color: #666;
}

.table-bordered tbody tr:nth-of-type(2n+2) {
    background-color: #eee;
}

.table-bordered {
    border: 1px solid #dfdfdf;
}


date {
    color: #4d90ce;
}



.project-group .nav-tabs .nav-link {
    width: 19%;
    text-align: center;
    background: #ddd;
    margin: 0 1px 0 0;
    color: #000;
    padding: 20px;
    -webkit-box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
}

    .project-group .nav-tabs .nav-link h2 {
        font-size: 15px;
        padding: 0;
        margin: 0;
    }

    .project-group .nav-tabs .nav-link.active, .project-group .nav-tabs .nav-item.show .nav-link {
        background: #4d90cd;
        color: #fff !important;
        border-top: 0px solid #ddd;
        border-left: 0px solid #ddd;
        border-right: 0px solid #ddd;
        position: relative;
    }

        .project-group .nav-tabs .nav-link.active h2, .project-group .nav-tabs .nav-item.show .nav-link h2 {
            color: #fff !important;
        }

        .project-group .nav-tabs .nav-link.active:before {
            content: '';
            width: 100%;
            background-color: #4d90cd;
            display: block;
            position: absolute;
            left: 0;
            opacity: 1;
        }

        .project-group .nav-tabs .nav-link.active::after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #4d90cd;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: -10px;
        }

.nav-tabs .nav-link.active h2, .nav-tabs .nav-item.show .nav-link h2 {
}


.sitemap {
    width: 100%;
    float: left;
}

.sitemap {
    width: 100%;
    float: left;
}

    .sitemap ul {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
    }

        .sitemap ul li {
            list-style: none;
            color: #ac141c;
            padding: 0;
            margin: 0 3% 0 0;
            width: 30%;
            float: left;
        }

            .sitemap ul li h2 {
                color: #24408f;
                margin: 15px 0 0 0;
                font-size: 20px;
                padding: 10px 10px;
                border-bottom: 3px solid #ddd;
            }

                .sitemap ul li h2 a {
                    color: #24408f;
                }

            .sitemap ul li ul {
                padding: 20px 0 20px 10px;
                margin: 0 0 0 0;
                float: left;
                display: block;
                min-height: 250px;
            }

                .sitemap ul li ul li {
                    list-style: none;
                    color: #000;
                    padding: 3px 0;
                    font-size: 16px;
                    width: 100%;
                    float: left;
                }

                    .sitemap ul li ul li ul {
                        padding: 10px 0 0 0;
                        margin: 0 0 0 0;
                        float: left;
                        display: block;
                    }


                        .sitemap ul li ul li ul li {
                            list-style: circle;
                            color: #515151;
                            padding: 3px 0;
                            font-size: 14px;
                            width: 100%;
                            float: left;
                        }

.inner-content .sitemap ul li::before {
    display: none;
}

.inner-content .sitemap ul li ul li::before {
    display: inline-block;
}




/* ======================================
    inner - content
====================================== */

.inner-content {
    float: left;
    width: 100%;
    padding: 60px 0;
    background: #f9f9f9;
}

    .inner-content p {
        margin-bottom: 15px;
        text-align: justify;
    }

        .inner-content p img {
            max-width: 100%;
            padding: 20px 0 20px 20px;
        }

    .inner-content h3 {
        color: #24408f;
        font-size: 20px;
    }

.title {
    position: relative;
}

    .title h1 {
        color: #24408f;
        font-size: 25px !important;
        margin: 0 0 20px 0;
        display: block;
        padding: 0 0 10px 0;
    }

        .title h1 a {
            color: #24408f;
        }


        .title h1::after {
            content: "";
            width: 70px;
            height: 2px;
            /*background-color:#24408f;*/
            position: absolute;
            left: 0;
            bottom: 0px;
        }

.objective .title h1::after {
    height: 0;
}



.title-top h1 {
    color: #24408f;
    font-size: 30px;
    margin: 0 0 20px 0;
}

.fancybox-navigation button::before {
    background: #000 !important;
}

.box-top {
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
}

.img-box {
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

.box-top .img-box::before {
    width: 250px;
    content: "";
    height: 100%;
    background-color: #4d90cd;
    position: absolute;
    right: 10px;
    top: -30px;
    z-index: -1;
}

.box-top .project-box {
    background: none !important;
    padding: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 !important;
}

.box-top p {
    text-align: justify;
}

.inner-content .box-top.box-pro {
    padding: 0 !important;
}

.box-middle {
    padding: 50px 0;
    position: relative;
    float: left;
    width: 100%;
}

.box-middle-sub {
    background: #fff;
    -webkit-box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
    margin: -75px 30px 18px 30px;
    position: relative;
    z-index: 2;
    padding: 30px;
    text-align: left;
    border-top: 5px solid #24408f;
}


.box-middle .img-fluid {
    width: 100%;
}

.box-middle p {
    text-align: justify;
}



.objective {
    border-top: 1px solid #dfdfdf;
    padding: 50px 0;
    float: left;
    width: 100%;
}

    .objective .box-obj {
        width: 18%;
        float: left;
        background: #fff;
        margin: 30px 1% 20px;
        padding: 20px 10px;
        text-align: center;
        border-top: 5px solid #24408f;
        -webkit-box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
        -ms-box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
        -o-box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
        box-shadow: 0 5px 15px -10px rgba(0,0,0,0.2);
    }



        .objective .box-obj img {
            margin: 30px 0;
        }

        .objective .box-obj h2 {
            color: #4d90cd;
            font-size: 16px !important;
            margin: 0 0 10px 0;
            font-weight: 600;
            line-height: 20px;
        }

    .objective p {
        padding: 0 100px;
    }

    .objective .box-obj p {
        padding: 0;
        text-align: center !important;
    }

    .objective .title h1 {
        padding: 0 !important;
    }


.box-obj {
    max-width: 100%;
    -moz-transition: all 0.4s, filter 1.4s ease-in-out;
    -webkit-transition: all 0.4s, filter 1.4s ease-in-out;
    transition: all 0.4s, filter 1.4s ease-in-out;
}

    .box-obj:hover {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.inner-content .section2 {
    width: 20%;
    float: left;
    padding: 0 15px;
    min-height: 150px;
}

.inner-content .box-icon {
    width: 100%;
    float: left;
    background: #fff;
    margin: 10px 0;
    padding: 5px;
    text-align: center;
    border: 1px solid #ddd;
    border-top: 3px solid #24408f;
}

    .inner-content .box-icon img {
        margin: 20px 0;
        text-align: center;
        max-width: 100% !important;
        width: auto;
    }

    .inner-content .box-icon h4 {
        color: #4d90cd;
        font-size: 15px !important;
        margin: 0 0 10px 0;
        padding: 0 5px;
        font-weight: 400;
        line-height: 18px;
    }

    .inner-content .box-icon p {
        padding: 0;
        text-align: center !important;
    }

.inner-content .box-icon {
    max-width: 100%;
    -moz-transition: all 0.4s, filter 1.4s ease-in-out;
    -webkit-transition: all 0.4s, filter 1.4s ease-in-out;
    transition: all 0.4s, filter 1.4s ease-in-out;
}

    .inner-content .box-icon:hover {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }


.inner-content .box-icon1 {
    width: 100%;
    float: left;
    background: #fff;
    margin: 10px 0;
    padding: 5px;
    text-align: center;
    border: 1px solid #ddd;
    border-top: 3px solid #24408f;
}

    .inner-content .box-icon1 img {
        margin: 20px 0;
        text-align: center;
        max-width: 100% !important;
        width: auto;
    }

    .inner-content .box-icon1 h4 {
        color: #4d90cd;
        font-size: 14px !important;
        margin: 0 0 10px 0;
        padding: 0 5px;
        font-weight: 400;
        line-height: 18px;
    }

    .inner-content .box-icon1 p {
        padding: 0;
        text-align: center !important;
    }

.inner-content .box-icon1 {
    max-width: 100%;
    -moz-transition: all 0.4s, filter 1.4s ease-in-out;
    -webkit-transition: all 0.4s, filter 1.4s ease-in-out;
    transition: all 0.4s, filter 1.4s ease-in-out;
}

    .inner-content .box-icon1:hover {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }













/* ===================================
    Portfolio
====================================== */

.port-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(to right, #FC2548 0%, #f11fad 93%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .port-box:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: grey;
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: opacity .3s ease-in-out;
        -o-transition: opacity .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .port-box p, .port-box h3 {
        position: relative;
    }

    .port-box p {
        max-width: 450px;
        margin: 0 auto;
        font-size: 15px;
    }

    .port-box .btn {
        border-radius: 30px;
        font-size: 15px;
        background: transparent !important;
        border: 1px #FFFFFF solid !important;
        color: #ffffff;
    }

.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    background: linear-gradient(to right, rgba(252,37,72,0.88), rgba(241,31,173,0.88) 90%);
}

.portfolio .hvr-shutter-out-horizontal:before {
    background: #FFFFFF;
}

.port-box .btn:hover, .port-box .btn:focus {
    color: #f5218a;
}

.port-box-hvr:hover .port-box:before {
    opacity: 1;
}

/* portfolio three */

.gallery {
    width: 100% !important;
    float: left;
    clear: both;
}

.portfolio-three .filtering .active {
    color: #4d90ce;
}

.portfolio-three .filtering span {
    background-color: #fff;
    border-right: 3px solid #ECECEC;
    line-height: 18px;
    color: #888888;
    cursor: pointer;
    overflow: visible;
    padding: 0 17px;
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out;
}

    .portfolio-three .filtering span:last-child {
        border-right: none;
    }

.portfolio-three .items {
    position: relative;
    padding: 0;
}

.portfolio-three .items {
    padding: 0;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,01);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.portfolio-three .items {
    margin-bottom: 40px;
}

.portfolio-three .item-img {
    position: relative;
    overflow: hidden;
}

    .portfolio-three .item-img img {
        width: 100%;
    }


    .portfolio-three .item-img img {
        max-width: 100%;
        height: 250px;
        padding: 0 !important;
        -moz-transition: all 0.4s, filter 1.4s ease-in-out;
        -webkit-transition: all 0.4s, filter 1.4s ease-in-out;
        transition: all 0.4s, filter 1.4s ease-in-out;
    }

    .portfolio-three .item-img:hover img {
        -moz-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }




.portfolio-three .item-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 2;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

    .portfolio-three .item-img-overlay:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #4d90ce;
        opacity: .7;
    }

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.overlay-info {
    position: relative;
    width: 100%;
}

    .overlay-info p {
        font-size: 13px;
    }

    .overlay-info h4, .overlay-info p {
        color: #FFFFFF;
    }
/*.plus:before{*/
/*font-family: FontAwesome;*/
/*content: "\f067";*/
/*color: #FFFFFF;*/
/*font-size: 40px;*/
/*}*/
.plus {
    display: inline-block;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
}

    .plus:before {
        height: 70px;
        width: 2px;
        content: " ";
        position: absolute;
        background: #ffffff;
    }

    .plus:after {
        height: 2px;
        width: 70px;
        content: " ";
        position: absolute;
        background: #ffffff;
        left: auto;
        right: 50%;
        top: 34px;
        right: 0px;
    }

.portfolio-three .item-img:hover .item-img-overlay {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.portfolio-three .item-img-overlay a {
    font-size: 30px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #FFF;
}

.fancybox-button--share {
    display: none;
}

.gallery h5 {
    text-align: center;
    color: #fff;
    padding: 15px 10px;
    font-size: 18px;
    font-weight: 500;
    min-height: 80px;
}

.gallery h5 {
    padding: 20px 20px;
    background: #24408f;
    color: #fff;
    border-radius: 0;
}


/*** 
====================================================================
				success Secti
====================================================================
***/
.success {
    padding: 0;
}

    .success h3 {
        color: #4d90ce;
        font-weight: 400;
        font-size: 25px;
    }

.success-slider {
    padding: 0;
    margin-bottom: 70px;
}

.success img {
    width: 100%;
}

.success-slider .owl-dots {
    display: none;
}

.success .btn {
    margin-bottom: 20px;
}

.success-video {
    position: relative;
    color: #fff;
    font-weight: 600;
}

    .success-video .video-play {
        position: absolute;
        right: 20px;
        bottom: 20px;
    }

.success .success-video .fa {
    color: #fff;
    font-size: 50px;
    margin: 0 10px;
    padding: 0;
    line-height: 40px;
    vertical-align: middle;
}

.success img {
    height: 200px;
}

.box-pro {
    min-height: 480px;
}


.success .success-slider .success-video .video-play {
    position: absolute;
    top: 35%;
    left: 0;
    right: auto;
    text-align: center;
    width: 100%;
}

.success .success-slider .fa {
    color: #fff;
    text-align: center;
    font-size: 50px;
}

.success .success-slider h2 {
    font-size: 20px;
    margin-top: 30px;
}

.success .success-slider h3 {
    color: #4d90ce;
    font-weight: 400;
    font-size: 17px;
}

.success .success-slider a {
    font-size: 14px;
    text-decoration: underline;
}

.success .success-slider .owl-theme .owl-nav {
    text-align: center;
}

.success .success-slider .owl-prev {
    position: absolute;
    left: -70px;
    top: 70px;
}

.success .success-slider .owl-next {
    position: absolute;
    right: -70px;
    top: 70px;
}




/*** 
====================================================================
				Contact Page Section
====================================================================
***/


.contact-page-section {
    position: relative;
}

    .contact-page-section h3 {
        position: relative;
        font-size: 25px;
        line-height: 1.3em;
        color: #4d90cd;
        margin-bottom: 30px;
    }

    .contact-page-section p {
        position: relative;
        line-height: 24px;
        margin-bottom: 35px;
    }

    .contact-page-section .info-column {
        position: relative;
    }

        .contact-page-section .info-column .inner-column {
            position: relative;
            padding-top: 100px;
            padding-bottom: 100px;
            padding-right: 50px;
        }

        .contact-page-section .info-column h3 {
            margin-bottom: 15px;
            color: #4d90cd;
        }

        .contact-page-section .info-column:before {
            position: absolute;
            right: 0;
            top: 0;
            content: "";
            height: 100%;
            width: 1000%;
            background-color: #f9f9f9;
        }

.contact-info-list {
    position: relative;
    display: block;
}

    .contact-info-list li {
        position: relative;
        padding-left: 60px;
        margin-bottom: 25px;
    }

        .contact-info-list li .icon-box {
            position: absolute;
            left: 0;
            top: 0;
            height: 45px;
            width: 45px;
            line-height: 45px;
        }

            .contact-info-list li .icon-box i {
                font-size: 38px;
                color: #4d90cd;
            }

        .contact-info-list li .info {
            position: relative;
        }

            .contact-info-list li .info p {
                font-size: 14px;
                line-height: 24px;
                color: #333333;
                margin: 0;
            }

                .contact-info-list li .info p a {
                    font-size: 14px;
                    line-height: 24px;
                    color: #333333;
                    -webkit-transition: all 300ms ease;
                    -ms-transition: all 300ms ease;
                    -o-transition: all 300ms ease;
                    -moz-transition: all 300ms ease;
                    transition: all 300ms ease;
                }

                    .contact-info-list li .info p a:hover {
                        color: #4d90cd;
                    }

.contact-page-section .form-column {
    position: relative;
    -webkit-box-shadow: -15px 0 15px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: -15px 0 15px 0 rgba(0,0,0,0.1);
    -ms-box-shadow: -15px 0 15px 0 rgba(0,0,0,0.1);
    -o-box-shadow: -15px 0 15px 0 rgba(0,0,0,0.1);
    box-shadow: -15px 0 15px 0 rgba(0,0,0,0.1);
}

    .contact-page-section .form-column .inner-column {
        position: relative;
        padding-left: 50px;
        padding-top: 100px;
        padding-bottom: 100px;
    }

.contact-form {
    position: relative;
}


    .contact-form .row {
        margin: 0 -11px;
    }

.form-group {
    position: relative;
    display: table;
    width: 100%;
    border: 1px solid #ddd;
}

    .form-group .btn {
        border: 0px solid;
    }

.input-group-addon {
    padding: 19px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border-right: 0px solid #ddd;
    border-radius: 0px;
    display: table-cell;
    vertical-align: top;
    margin: 0;
}

.input-group-addon, .input-group-btn {
    width: 1%;
}

.contact-form .form-group input,
.contact-form .form-group textarea,
.contact-form .form-group select {
    position: relative;
    display: table-cell;
    width: 100%;
    color: #666666;
    height: 55px;
    line-height: 25px;
    padding: 13px 10px 13px 0;
    border: 1px solid #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 0;
    background: #fff;
    vertical-align: top;
    float: left;
}

    .contact-form .form-group input:focus,
    .contact-form .form-group select:focus,
    .contact-form .form-group textarea:focus {
        border-color: #4d90cd;
    }

.contact-form .form-group textarea {
    height: 115px;
    resize: none;
}

.contact-form button {
    min-width: 180px;
    text-transform: uppercase;
    left: 1px;
    padding: 13px 25px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 11px;
    color: #ff0000;
    font-weight: 500;
}

.contact-form .btn-primary {
    border-radius: 0 !important;
}

.contact-form .form-group input.btn {
    color: #fff;
    padding: 13px 35px;
    width: auto;
}

.contact-form .fa {
    color: #ddd;
    z-index: 10;
}

.contact-form .form-group input.btn {
    display: inline-block;
    background: #4d90cd !important;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0 !important;
    padding: 10px 20px !important;
    border: none;
    font-weight: 600;
    color: #fff;
}

.map {
    position: relative;
    z-index: 10;
}

    .map .img-fluid {
        width: 100%;
    }

/*.img-fluid {
    height:200px !important;
}*/

.form-control {
    height: 55px;
}


.main-breadcrumb {
    position: absolute;
    bottom: 0;
    width: 100%;
    float: left;
    background-color: rgba(36,64,143,.8);
    padding: 10px 0;
    font-size: 14px;
    z-index: 10;
}

    .main-breadcrumb ol {
        padding: 0;
        margin: 0;
    }

.breadcrumb {
    background: none;
    color: #4d90cd;
}

    .breadcrumb li a {
        color: #fff;
    }

    .breadcrumb li.active {
        color: #fff;
    }

    .breadcrumb li a:last-child {
        color: #fff;
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: #4d90cd;
}


.main-breadcrumb1 {
    width: 100%;
    float: left;
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #dfdfdf;
    border-top: 5px solid #24408f;
    background: #fff;
    z-index: 105;
}

    .main-breadcrumb1 ol {
        padding: 0;
        margin: 0;
    }

    .main-breadcrumb1 .breadcrumb {
        background: none;
        color: #666666;
    }

        .main-breadcrumb1 .breadcrumb li a {
            color: #666666;
        }

        .main-breadcrumb1 .breadcrumb li.active {
            color: #4d90cd;
        }

    .main-breadcrumb1 .breadcrumb-item + .breadcrumb-item::before {
        color: #666666;
    }



.fa-play-circle-o {
    color: #fff;
    border: 5px solid #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 90px;
    background-color: rgba(255,255,255,0.3);
    font-size: 50px !important;
}


    .fa-play-circle-o::before {
        content: "\f04b" !important;
    }


.fa-play-circle {
    border-radius: 50%;
    text-align: center !important;
    border: 2px solid #fff;
    background: rgba(255,255,255,.5);
    width: 50px;
    height: 50px;
    line-height: 46px !important;
    font-size: 24px !important;
}

    .fa-play-circle::before {
        content: "\f04b";
    }


.pagination {
    margin: 20px auto;
    text-align: center;
}

    .pagination nav {
        margin: auto;
    }

.page-item.active .page-link, .pageCurrent {
    z-index: 1;
    color: #fff;
    background-color: #24408f;
    border: 1px solid #dee2e6;
    padding: 9px 15px;
}

.pagination ul li::before {
    display: none;
}

.btnPaging {
    background: #fff;
    border: 1px solid #dee2e6;
    padding: 8px 15px;
    color: #007bff;
}

.pagination-box .page-link .next-page:before {
    font-family: FontAwesome;
    content: "\f101";
    color: #24408f;
}

.pagination-box .page-link .back-page:before {
    font-family: FontAwesome;
    content: "\f100";
    color: #24408f;
}



.dropdown-menu {
    border-radius: 0;
}

.fa-angle-up {
    line-height: 50px;
}



/* ======================================
Video
====================================== */

.homepage_wrap {
    max-width: 100% !important
}

.business-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto
}

.lb-dataContainer.top-text .top-holder .lb-close {
    top: -50px;
    right: -20px
}

.business-video--center {
    max-width: 100%;
    margin: 0 auto;
    float: left;
    width: 100%;
}

.business-video__video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.business-video__container {
    position: relative;
    height: calc(90vh - 100px);
    background: #000;
    overflow: hidden
}

.business-video h1, .business-video h2 {
    color: #fff;
    position: absolute;
    left: 100px;
    z-index: 1;
    bottom: 50px;
    font-size: 40px;
    font-weight: 700;
}

.business-video .bottom-placement {
    bottom: 130px
}

.business-video h1 .business-btn, .business-video h2 .business-btn {
    float: left;
    clear: both
}

.business-heading {
    background: #0090d7;
    color: #fff;
    border-radius: 7px 30px 7px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    padding: 13px 35px;
    margin: 30px 0 30px
}

.business-events .business-video h1, .business-events .business-video h2 {
    -webkit-mix-blend-mode: initial;
    -moz-mix-blend-mode: initial;
    -o-mix-blend-mode: initial;
    -ms-mix-blend-mode: initial;
    mix-blend-mode: initial
}

.business-video__control, .business-video__control2 {
    width: 115px;
    height: 115px;
    background: rgba(255,255,255,.6);
    border: 3px solid #fff !important;
    border-radius: 100%;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 2;
    transition: opacity .3s 1s linear;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

    .business-video__control:after, .business-video__control2:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 22.5px 0 22.5px 29px;
        border-color: transparent transparent transparent #fff;
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

.business-video__control--pause {
    opacity: 0
}

    .business-video__control--pause:after {
        border: none;
        width: 6px;
        height: 29px;
        border-left: 10px solid #fff;
        border-right: 10px solid #fff;
        padding: 0 5px;
    }

    .business-video__control--pause:hover {
        opacity: 1;
        transition: none
    }

.business-events-cta {
    text-align: center;
    margin: 50px 0
}

.business-btn {
    display: inline-block;
    background: #00a9ac;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 7px 30px 7px 30px !important;
    padding: 13px 32px;
    border: none;
    font-weight: bold;
    color: #fff;
    min-width: 160px
}

    .business-btn:hover {
        color: #fff;
        background: #019598
    }

@media(max-width:1200px) {
    .business-container {
        width: 98%
    }

    .business-video h1, .business-video h2 {
        font-size: 27px
    }
}

@media(max-width:900px) {
    .business-video h1, .business-video h2 {
        font-size: 22px;
        left: 40px;
    }

    .business-video__control {
        transform: translate(-50%, -50%) scale(.7)
    }

    .business-heading {
        margin: 20px 0 30px
    }
}

@media(max-width:767px) {
    .business-events-slider__right, .business-events-items__item {
        margin-bottom: 0
    }

    .business-subscribe__left .color_8 {
        position: static
    }

    .business-container {
        width: 95%
    }

    .business-video__container {
        background-size: cover
    }

    .business-heading {
        padding: 10px 20px;
        margin: 10px 0 30px
    }

    .business-opportunities {
        margin-bottom: 40px
    }

    .business-video__container {
        height: calc(100vh - 87px)
    }
}

.business-video-content {
    display: block;
    position: absolute;
    width: 100%;
    height: 150px;
    right: 0;
    bottom: 130px;
    left: 0
}

.iframe-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%
}

.iframe-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.business-video__container .business-video__control2 {
    bottom: 120px;
    top: auto;
    left: auto;
    transform: none;
    right: 15px;
    width: 66px;
    height: 66px;
    z-index: 2;
    color: #fff
}

    .business-video__container .business-video__control2 em {
        font-size: 16px;
        text-transform: uppercase;
        position: absolute;
        left: -100px;
        font-weight: bold;
        font-style: normal;
        top: 21px
    }

    .business-video__container .business-video__control2:after {
        border-width: 13px 0 13px 18px;
        border-color: transparent transparent transparent #fff
    }


/* ======================================
FAQ
====================================== */

.faq-nav {
    flex-direction: column;
    margin: 0 0 32px;
    border-radius: 2px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}

    .faq-nav .nav-link {
        position: relative;
        display: block;
        margin: 0;
        padding: 13px 16px;
        background-color: #fff;
        border: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 0;
        color: #616161;
        transition: background-color .2s ease;
    }

        .faq-nav .nav-link:hover {
            background-color: #f9f9f9;
        }

        .faq-nav .nav-link.active {
            background-color: #f9f9f9;
            font-weight: 600;
            color: #24408f;
        }

        .faq-nav .nav-link:last-of-type {
            border-bottom-left-radius: 2px;
            border-bottom-right-radius: 2px;
            border-bottom: 0;
        }

        .faq-nav .nav-link i.mdi {
            margin-right: 5px;
            font-size: 18px;
            position: relative;
        }


.tab-content .card {
    border-radius: 0;
}

.tab-content .card-header {
    padding: 15px 16px;
    border-radius: 0;
    background-color: #f9f9f9;
}

    .tab-content .card-header h5 {
        margin: 0;
    }

        .tab-content .card-header h5 button {
            display: block;
            width: 100%;
            padding: 0;
            border: 0;
            font-weight: 600;
            color: #24408f;
            text-align: left;
            white-space: normal;
        }

            .tab-content .card-header h5 button:hover, .tab-content .card-header h5 button:focus, .tab-content .card-header h5 button:active, .tab-content .card-header h5 button:hover:active {
                text-decoration: none;
            }

.tab-content .card-body p {
    color: #616161;
}

    .tab-content .card-body p:last-of-type {
        margin: 0;
    }

.accordion > .card:not(:first-child) {
    border-top: 0;
}

.collapse.show .card-body {
    border-bottom: 1px solid #ddd;
}

.accordion > .card .card-header {
    margin-bottom: 0;
}

.accordion .card .card-header h5 {
    font-size: 22px;
}

    .accordion .card .card-header h5 a {
        padding: 0;
        margin: 0;
    }

.list-group {
    border: 0px solid;
    font-size: 17px;
}

    .list-group .list-group-item {
        border: 0px solid;
        border-bottom: 1px solid #ddd;
        padding: 10px 0;
    }

    .list-group li.active {
        color: #fff;
    }

        .list-group li.active a {
            color: #fff;
        }

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #24408f;
    border-color: #24408f;
}

.list-group .list-group-item .fa {
    padding: 0 10px 0 0;
}

.panel-footer {
    margin: 20px 0;
}

.panel-body .list-group .list-group-item {
    border: 0px solid;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

input[type="radio"], input[type="checkbox"] {
    padding: 0 0 0 0;
    margin: 0 10px 0 0;
}

.banner-inner {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}






/* ==========
setting color 
============================== */
.theme-cutomizer {
    position: fixed;
    top: 30%;
    right: -2px;
    z-index: 99;
}

.setting-icon {
    background-color: #4d90cd !important;
    color: #fff;
    font-size: 20px !important;
    line-height: inherit;
    -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .2);
    line-height: 50px;
    display: inline-block;
    height: 50px;
    padding: 0 1.5rem;
    vertical-align: middle;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .setting-icon .fa {
        font-size: 20px !important;
        line-height: 50px !important;
    }

.sidenav {
    height: 300px;
    width: 0;
    position: fixed;
    z-index: 100;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
    border-radius: 5px;
    top: 25%;
}

    .sidenav a {
        padding: 8px 8px 8px 8px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }


.menu-color-option, .menu-bg-color-option, .navbar-color-option, .menu-color-option, .menu-bg-color-option, .navbar-color-option {
    display: inline-block;
    width: 200px;
    height: 24px;
    margin-right: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 3px solid #fff;
    border-radius: 12px;
}

.menu-options {
    padding: 20px;
}

    .menu-options h6 {
        color: #333;
        font-weight: 300;
        text-transform: uppercase;
    }

.red {
    background-color: #24408f !important;
}

.green {
    background-color: #005f56 !important;
}

.orange {
    background-color: #ff8f00 !important;
}

.solid-color span {
    display: block;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}




.all-media {
    margin-bottom: 30px
}

    .all-media h5 {
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        margin: 0;
    }

.box-media {
    padding: 0;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,01);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    background: #fff;
}

.all-m {
    padding: 20px 20px;
    background: #24408f;
    color: #fff;
    border-radius: 0;
    min-height: 80px;
}

.all-media .success-video .video-play {
    position: absolute;
    top: 40%;
    left: 0;
    right: auto;
    text-align: center;
    width: 100%;
}



/* ======================================
Footer
====================================== */
.footer .col-md-7, .footer .col-md-3, .footer .col-md-2, .footer .col-md-12{
	padding-right: 0 ;
	padding-left: 0 ;
}
.footer  .vote{
	float: left;
	width: 100%;
}
.footer  .vote h2{
	font-size: 24px;
}

.footer .vote ul{
	margin: 0;
	padding: 0;        
	list-style: none;
}
 

.footer .radio ul li {
	padding: 0;
	margin: 0;
	list-style: none;
 }

 .footer  .radio ul li::before {
	display: none;
 }

.footer {
    float: left;
    width: 100%;
    padding: 50px 0 0 0;
    font-size: 14px;
    color: #767676;
    border-top: solid 7px rgb(36, 64, 143);
}

    .footer .section {
        width: 26.5%; 
        float: left;
        padding-right: 20px; 
    }

    .footer .section1 {
         width: 20%; 
        float: left;
        padding-right: 0;
    }

.footer-bottom {
    border-top: solid 2px #ddd;
    padding: 20px 0;
    margin-top: 50px;
}

.footer ul {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}

    .footer ul li {
        padding: 0 0 5px 0;
        margin: 0;
        list-style: none;
    }

.footer li a {
    color: #767676;
}

.footer li h3, .footer h3 {
    padding-bottom: 15px;
    font-size: 15px !important;
    padding: 0 !important;
    margin: 0 0 10px;
    color: #666666;
}

    .footer li h3 a, .footer h3 a {
        color: #666666;
    }



/* ======================================
 Animation img
====================================== */

.box {
    position: relative;
    width: 100%;
    background: #24408f;
    float: left;
    margin: 0;
    box-sizing: border-box;
    overflow: hidden;
}

    .box:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        box-sizing: border-box;
        transition: 0.5s;
        transform: scaleX(0);
        opacity: 0;
    }

    .box:hover:before {
        transform: scaleX(1);
        opacity: 1;
        z-index: 100;
    }

    .box:after {
        content: '';
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        box-sizing: border-box;
        transition: 0.5s;
        transform: scaleY(0);
        opacity: 0;
    }

    .box:hover:after {
        transform: scaleY(1);
        opacity: 1;
    }

    .box .imgBox {
        position: relative;
    }

        .box .imgBox img {
            width: 100%;
            transition: 0.5s;
        }

    .box:hover .imgBox img {
        opacity: .2;
        transform: scale(1.2);
        z-index: 100;
    }

    .box:hover .text {
        z-index: 0;
        opacity: 0;
    }

    .box .content {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 100;
        padding: 20px 25px;
        box-sizing: border-box;
        text-align: center;
    }

        .box .content h2 {
            text-transform: uppercase;
            font-size: 17px !important;
            margin: 0 0 10px;
            padding: 0;
            color: #fff;
            transition: 0.5s;
            transform: translateY(-50px);
            opacity: 0;
            visibility: hidden;
        }

        .box .content p, .box .content a {
            margin: 0;
            padding: 0;
            color: #fff;
            transform: translateY(50px);
            opacity: 0;
            visibility: hidden;
        }



    .box:hover .content h2,
    .box:hover .content P, .box:hover .content a {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }


    .box .content a {
        margin: 20px 0 0 0;
        padding: 0;
        color: #fff;
        display: block;
        text-transform: uppercase;
    }

        .box .content a:after {
            content: "\f101";
            font: normal normal normal 14px/1 FontAwesome;
            margin-left: 5px;
        }

        .box .content a:hover {
            text-decoration: none;
        }

.modal-dialog {
    max-width: 50%;
}

.modal {
    background: rgba(0, 0, 0, 0.7) !important;
}

.modal-title {
    text-align: center;
    margin: 10px auto;
    padding: 0;
    width: 100%;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: 0;
}

.test-m {
    padding: 0;
    margin: 0 0 130px 0;
    float: left;
    width: 100%;
}

.testimonials {
    margin: 0 0 120px 0;
    float: left;
    width: 100%;
}

    .testimonials img {
        margin: 0;
        padding: 0 !important;
    }

    .testimonials .button-play {
        height: 70px;
        width: 70px;
        padding-left: 7px;
        color: rgb(77, 144, 206);
        display: inline-block;
        text-align: center;
        font-size: 20px;
        top: 35%;
        left: 50%;
        z-index: 2;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: rgba(250,250,250,.3);
        position: absolute;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        border: 4px solid rgb(77, 144, 206);
        -webkit-animation: pulse_effect 1s infinite;
        -o-animation: pulse_effect 1s infinite;
        animation: pulse_effect 1s infinite;
        -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
        box-shadow: 0 0 0 0 rgb(255, 255, 255);
        line-height: 60px;
    }

        .testimonials .button-play i {
            color: rgb(77, 144, 206);
            -webkit-transition: all .1s ease;
            -moz-transition: all .1s ease;
            -ms-transition: all .1s ease;
            -o-transition: all .1s ease;
            transition: all .1s ease;
            line-height: 60px;
        }

        .testimonials .button-play:hover, .testimonials .button-play:focus {
            color: #4d90cd;
            border-color: #4d90cd;
            background-color: rgba(255,255,255,.5);
        }

            .testimonials .button-play:hover i, .testimonials .button-play:focus i {
                color: #4d90cd;
                border-color: #4d90cd;
            }

    .testimonials .story-image img {
        width: 100%;
    }





.disc-test {
    background: #fff;
    position: absolute;
    width: 300px;
    min-height: 140px;
    right: 15px;
    bottom: 40px;
    margin-bottom: 30px;
    z-index: 1;
    padding: 20px;
    text-align: center;
    -webkit-box-shadow: 7px 0 51px rgba(0,0,0,0.11);
    -moz-box-shadow: 7px 0 51px rgba(0,0,0,0.11);
    -ms-box-shadow: 7px 0 51px rgba(0,0,0,0.11);
    -o-box-shadow: 7px 0 51px rgba(0,0,0,0.11);
    box-shadow: 7px 0 51px rgba(0,0,0,0.11);
}

    .disc-test h3 {
        font-size: 20px;
    }

    .disc-test h6 {
        font-size: 14px;
    }


.pagination-box {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.inner-content .pagination {
}

    .inner-content .pagination li {
        list-style: none;
    }

        .inner-content .pagination li a {
            font-size: 16px;
            background: none;
            border-color: #ccc;
            padding: 0;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            margin: 0 5px;
            border-radius: 50% !important;
            color: #24408f;
        }

        .inner-content .pagination li::before {
            content: none !important;
        }

    .inner-content .pagination .active a {
        background: #24408f;
        border-color: #24408f;
        color: #fff;
    }

    .inner-content .pagination .disabled a {
        background: none;
    }


.main-success {
}

    .main-success .nav-tabs-vertical {
        border-bottom: none;
        border-right: 0px solid #ccc;
        display: flex;
        flex-flow: column nowrap;
    }

    .main-success .nav-tabs-left {
        margin: 0;
    }

        .main-success .nav-tabs-left .nav-item + .nav-item {
            margin-top: 0.25rem;
        }

        .main-success .nav-tabs-left .nav-link {
            transition: border-color 0.125s ease-in;
            white-space: normal;
        }

        .main-success .nav-tabs-left .nav-item a:hover {
            border: 1px solid #ccc;
            border-right: 0px solid !important;
            border-left: 5px solid #24408f;
            background-color: #f9f9f9;
            color: #24408f;
        }

        .main-success .nav-tabs-left .nav-item .active {
            border: 1px solid #ccc;
            border-left: 5px solid #24408f;
            background-color: #f9f9f9;
            color: #24408f;
            margin: 0 -15px 0 0;
        }


    .main-success .nav-tabs .nav-link {
        border-radius: 0;
        padding: 10px;
        margin: 0;
        background: #24408f;
        border: 1px solid #ccc;
        border-right: 0px solid !important;
        border-left: 5px solid #24408f;
        color: #fff;
        list-style: none !important;
    }


    .main-success .nav-tabs .nav-link {
        border-color: #24408f;
        border-radius: 0;
        padding: 20px 20px;
        margin: 0;
        font-weight: 700;
        font-size: 18px;
        background: #24408f;
        color: #fff;
        list-style: none !important;
    }

    .main-success .nav-tabs .nav-item {
        padding: 0;
        margin: 0 0 10px 0;
    }

        .main-success .nav-tabs .nav-item::before {
            display: none;
        }

    .main-success img {
        width: 100%;
        padding: 0 0 20px 0 !important;
        margin: 0 !important
    }

.disc-success {
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

    .disc-success h4 {
        color: #24408f;
    }

    .disc-success h5 {
        color: #4d90cd;
        font-size: 18px;
    }


.photo-gallery {
    width: 100%;
    float: left;
    border-top: 1px solid #ddd;
    padding: 50px 0;
    background: #f6f6f6;
}

    .photo-gallery img {
        width: 100%;
    }

    .photo-gallery .container-fluid {
        padding: 0 35px;
    }

.p-disc {
    border-bottom: 3px solid #4d90cd;
    padding: 15px 0;
}

    .p-disc h4 {
        font-size: 20px;
        padding: 0 0 5px 0;
        margin: 0;
        text-align: center;
    }

    .p-disc h5 {
        font-size: 14px;
        font-weight: normal;
        padding: 0;
        margin: 0;
    }

.photo-gallery a, .photo-gallery a:hover {
    text-decoration: none !important;
}

.partner-slider {
    margin: 20px 0;
}

.partner-sub {
    border: 1px solid #ddd;
}

    .partner-sub img {
        margin: 0 !important;
        padding: 0 !important;
    }

.partner-slider h3 {
    text-align: center;
    color: #fff;
    font-size: 15px;
    background: #25418f;
    padding: 15px 0;
    min-height: 66px;
}

    .partner-slider h3 a, .partner-slider h3 a:hover {
        color: #fff;
        text-decoration: none;
    }

.owl-nav {
    text-align: center;
    margin: 20px auto;
}



.port-map {
    background: #f9f9f9 url("../images/bg.jpg") left top repeat-x;
    padding: 50px 0;
    float: left;
    width: 100%;
    position: relative;
    height: 650px;
}

    .port-map h1 {
        padding: 30px 80px 0 0;
        font-size: 40px;
    }

    .port-map p {
        padding: 20px 100px 0 0;
        font-size: 18px;
    }



.RadMenu {
    display: none !important;
}

.rsToolbar li {
    padding: 0 0 15px 0;
}

.rsContentTable {
    width: 99.8% !important;
}

.rsContentWrapper {
    font-size: 14px;
}

#ctl00_ContentPlaceHolder1_ctrl_events_calendar_RadScheduler1_0_0, .rsApt {
    height: auto !important;
    font-size: 12px !important;
}

.RadToolTip.rtShadow {
    margin: 0 !important;
    left: 55% !important;
    z-index: 30 !important;
    width: 40% !important;
    top: 700px !important;
    height: auto !important;
}

.RadToolTip.rtVisibleCallout .rtCallout {
    display: none !important;
}

.rtContent h1 {
    font-size: 35px !important;
}

.video-sub .disc-test {
    bottom: -100px;
}

.testimonials .video-sub .button-play {
    top: 50%;
}



.footer-top {
	position: relative;
	
}

/* ======================================
 Media Queries  
====================================== */

@media (max-width: 575.98px) {
 
    .main-slider h1 {
        font-size: 25px;
    }

    .tp-caption {
        padding: 20px 0;
    }

    .banner-text {
        left: 20px;
    }

    .top-link, .top-link .navbar-lang, .link-header li {
        font-size: 14px;
    }

    .link-header li {
        padding: 17px 5px;
    }

    .top-link .navbar-lang {
        padding: 14px 15px 14px 5px;
    }

    .top-link .link-accessibility {
        padding: 9px 5px;
    }

    .testimonials .video-sub .button-play {
        top: 35%;
    }

    .test-m {
        margin: 0;
    }

    table {
        table-layout: fixed;
        overflow-x: scroll;
        display: block;
        width: 100%;
    }

    .demo-container {
        width: 100% !important;
    }

    .RadToolTip.rtShadow {
        margin: auto !important;
        z-index: 30 !important;
        width: 85% !important;
        left: 25px !important;
        height: auto !important;
    }

    .port-map {
        padding: 0;
        height: auto;
    }

    .disc-test {
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        bottom: 0;
    }

    .video-sub .disc-test {
        bottom: 0;
    }

    .container {
        padding: 0 15px;
    }



    .side-nav-btn {
        left: 0;
    }

    .social_icons ul {
        padding: 0px 0 0;
    }

    .social_icons li {
        padding: 0 2px;
    }

    .top-link .navbar {
        display: none;
    }





    .header-appear .side-logo-nav .logo .logo-dark {
        margin-top: 0;
    }

    .halfmenu ul {
        margin-top: 0;
    }

    .wsdownmenu-animated-arrow {
        height: 40px;
        width: 40px;
    }

    .business-video-container {
        margin-top: 40px;
    }

        .business-video-container h1 {
            left: 20px;
            bottom: 20px;
            right: 0;
            font-size: 26px;
        }

    .banner-text p, .banner-center p {
        display: none;
    }

    .main-banner .mt-4 {
        margin-top: 20px !important;
    }

    .main-banner .banner {
        margin-top: 20px !important;
    }

    .banner-center {
        bottom: 20px;
    }

    .button-play {
        height: 50px;
        width: 50px;
        color: #fff;
        font-size: 20px;
        top: 30%;
        line-height: 40px;
    }

        .button-play i {
            line-height: 40px;
        }

    .footer .section {
         width: 100%; 
        float: left;
        padding-right: 0; 
    }

    .footer .section1 {
         width: 100%; 
        float: left;
        padding-right: 0;
    }


    .footer ul li {
        padding-bottom: 5px;
    }

    .footer-bottom .col-6 {
        width: 100% !important;
        max-width: 100%;
        flex: 100%;
    }

    .footer-bottom img {
        float: left;
        margin-top: 20px;
    }

    .side-logo-nav {
        position: relative;
        height: auto;
        width: 100%;
        top: 0;
    }

    .header-appear .side-logo-nav {
        position: relative;
        top: 0;
        -webkit-animation-name: none;
        -o-animation-name: none;
        animation-name: none;
    }

        .header-appear .side-logo-nav .logo {
            margin-top: 0;
        }

    .dropdown-menu {
        right: 0 !important;
    }

    .social-media ul li .fa {
        font-size: 25px;
    }

    .social-media ul li {
        padding: 10px 15px;
    }

    .contact-page-section .form-column .inner-column {
        padding-left: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact-page-section .info-column .inner-column {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 0;
    }

    .success .success-slider .owl-theme .owl-nav {
        text-align: center;
        margin: 20px 0;
    }

    .success .success-slider .owl-prev {
        position: relative;
        left: auto;
        bottom: 0;
    }

    .success .success-slider .owl-next {
        position: relative;
        right: auto;
        bottom: 0;
    }

    .sitemap ul li {
        margin: 0;
        width: 100%;
    }

        .sitemap ul li ul {
            min-height: auto;
        }

    .sitemap ul::before {
        display: none !important;
        background: red;
    }

    .sitemap ul li::before {
        display: none !important;
        background: red;
    }

    .main-breadcrumb {
        font-size: 12px;
        padding: 3px 0;
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        width: 100%;
        padding: 0;
        margin: 0;
        max-width: 100%;
    }

    .wsmenu > .wsmenu-list > li {
        padding: 0;
    }

    .wsmenu img, object, embed, video {
        width: 100%;
    }

    .top-link .dropdown-menu {
        right: 0 !important;
    }

    .side-logo-nav {
        height: auto;
    }

    .header-appear .side-logo-nav {
        position: relative;
    }

    .header-inner .page-header {
        bottom: 10px;
        margin: 0;
        padding: 0;
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        max-width: 100%;
        padding: 0 15px;
    }

    .header {
        height: 100%;
        min-height: 130px;
    }

    header a.logo {
        margin: 15px 0 0 0;
    }

    .wsdownmenu-animated-arrow {
        top: -40px;
        left: 0
    }

    .wsmenu {
        background-color: #f9f9f9;
        margin: 52px 0 0 0;
        border: solid 0px #e0e0e0;
    }

    .project-box {
        padding: 20px;
    }

    header a.logo {
        display: block;
        margin: 10px auto;
    }




    .wsmenu > .wsmenu-list > li > a.active {
        border-top: 0px solid #4d90cd;
        color: #fff;
        background: #4d90cd;
    }

    .wsmenu > .wsmenu-list > li > a:hover {
        border-top: 0px solid #4d90cd;
        color: #fff;
        background: #4d90cd;
    }

    .wsmenu > .wsmenu-list > li > a {
        border-top: 0px solid #fff;
    }

    .header-inner .page-header h1 {
        font-size: 35px;
    }

    .title h1 {
        font-size: 25px;
    }

    .success .success-slider .owl-prev {
        top: 0;
    }

    .success .success-slider .owl-next {
        top: 0;
    }

    .investment {
        padding: 50px 0 0 0;
    }

        .investment .owl-nav {
            text-align: center;
            margin: 20px 0;
        }

            .investment .owl-nav .owl-prev {
                position: relative;
                left: auto;
                bottom: 0;
                top: 0;
            }

            .investment .owl-nav .owl-next {
                position: relative;
                right: auto;
                bottom: 0;
                top: 0;
            }



    .table {
        border: 0px solid;
    }

        .table tr, .table td, .table tbody {
            display: block;
            width: 100%
        }

        .table tr {
            margin-bottom: 20px;
        }

    .objective p {
        padding: 0;
    }

    .objective .box-obj {
        width: 90%;
        margin: 15px 5%;
    }

    .box-top .img-box::before {
        background: none;
    }

    .img-box {
        margin: 0;
    }

    .header-inner .page-header h1, .page-header-m h1, .page-header h1 {
        font-size: 25px !important;
    }

    .inner-content p img, .inner-content img {
        padding: 20px 0;
        max-width: 100%;
        width: 100%;
    }

    .section2 {
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }

    .inner-content .box-icon1 {
        min-height: 100%;
    }


    .inner-content .section2 {
        width: 100%;
    }


    .social-media ul li {
        padding: 15px 15px !important;
    }

    .main-success .nav-tabs .nav-link {
        font-size: 15px;
        padding: 10px;
    }

    .photo-gallery .container-fluid {
        padding: 0 15px;
    }

    .modal-dialog {
        max-width: 100%;
    }

    .box-pro img {
        padding: 0;
    }


    .modal-dialog {
        position: fixed !important;
        right: 0 !important;
        bottom: 0 !important;
        top: 160px !important;
    }

    .modal-content {
        width: 90%;
        margin: auto;
    }
.footer .col-md-7, .footer .col-md-3, .footer .col-md-2, .footer .col-md-12{
	padding-right: 15px;
	padding-left: 15px;
}
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .testimonials .video-sub .button-play {
        top: 35%;
    }

    .test-m {
        margin: 0;
    }

    table {
        table-layout: fixed;
        overflow-x: scroll;
        display: block;
        width: 100%;
    }

    .demo-container {
        width: 100% !important;
    }

    .RadToolTip.rtShadow {
        margin: auto !important;
        z-index: 30 !important;
        width: 85% !important;
        left: 25px !important;
        height: auto !important;
    }

    .port-map {
        padding: 0;
        height: auto;
    }


    .disc-test {
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        bottom: 0;
    }

    .video-sub .disc-test {
        bottom: 0;
    }

    .header-inner .page-header h1, .page-header-m h1, .page-header h1 {
        font-size: 25px !important;
    }

    .container {
        padding: 0 15px;
    }

    .side-nav-btn {
        left: 0;
    }

    .social_icons ul {
        padding: 0px 0 0;
    }

    .social_icons li {
        padding: 0 2px;
    }

    .top-link .navbar {
        display: none;
    }

    .header-appear .side-logo-nav .logo .logo-dark {
        margin-top: 0;
    }

    .halfmenu ul {
        margin-top: 0;
    }

    .wsdownmenu-animated-arrow {
        height: 48px;
        width: 48px;
    }

    .business-video-container {
        margin-top: 40px;
    }

        .business-video-container h1 {
            left: 20px;
            bottom: 20px;
            right: 0;
            font-size: 26px;
        }

    .banner-text p, .banner-center p {
        display: none;
    }

    .main-banner .mt-4 {
        margin-top: 20px !important;
    }

    .main-banner .banner {
        margin-top: 20px !important;
    }

    .banner-center {
        bottom: 20px;
    }

    .button-play {
        height: 50px;
        width: 50px;
        color: #fff;
        font-size: 20px;
        top: 30%;
        line-height: 40px;
    }

        .button-play i {
            line-height: 40px;
        }

    .footer .section {

    }

    .footer .section1 {

    }

    .footer ul li {
        padding-bottom: 5px;
    }

    .footer-bottom .col-6 {
        width: 100% !important;
        max-width: 100%;
        flex: 100%;
    }

    .footer-bottom img {
        float: left;
        margin-top: 20px;
    }

    .side-logo-nav {
        position: relative;
        height: auto;
        width: 100%;
        top: 0;
    }

    .header-appear .side-logo-nav {
        position: relative;
        top: 0;
        -webkit-animation-name: none;
        -o-animation-name: none;
        animation-name: none;
    }

    .dropdown-menu {
        right: 0 !important;
    }

    .social-media ul li .fa {
        font-size: 25px;
    }

    .social-media ul li {
        padding: 10px 15px;
    }

    .contact-page-section .form-column .inner-column {
        padding-left: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact-page-section .info-column .inner-column {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 0;
    }

    .success .success-slider .owl-theme .owl-nav {
        text-align: center;
        margin: 20px 0;
    }

    .success .success-slider .owl-prev {
        position: relative;
        left: auto;
        bottom: 0;
    }

    .success .success-slider .owl-next {
        position: relative;
        right: auto;
        bottom: 0;
    }

    .sitemap ul li {
        margin: 0;
        width: 100%;
    }

        .sitemap ul li ul {
            min-height: auto;
        }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        width: 100%;
        padding: 0;
        margin: 0;
        max-width: 100%;
    }

    .wsmenu > .wsmenu-list > li {
        padding: 0;
    }

    .wsmenu img, object, embed, video {
        width: 100%;
    }

    .top-link .dropdown-menu {
        right: 0 !important;
    }

    .header-inner .page-header {
        bottom: 20px;
        margin: 0;
    }

    .top-link .container {
        padding: 0 15px;
        max-width: 100%;
    }

    .project-content {
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    .project-thumb {
        display: block;
        padding-right: 0;
        width: 100%;
    }

    .header {
        height: auto;
    }

    .side-logo-nav {
        height: auto;
    }

    .header-appear .side-logo-nav {
        position: relative;
    }

    .header-inner .page-header {
        bottom: 50px;
        margin: 0;
        padding: 0;
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        max-width: 100%;
        padding: 0 15px;
    }

    .header {
        height: 100%;
        min-height: 90px;
    }

    header a.logo {
        margin: 15px 0 0 0;
    }

    .wsdownmenu-animated-arrow {
        top: -59px;
    }

    .wsmenu {
        background-color: #f9f9f9;
        margin: 13px 0 0 0;
        border: solid 0px #e0e0e0;
    }

    .project-box {
        padding: 20px;
    }

    .wsmenu > .wsmenu-list > li > a.active {
        border-top: 0px solid #4d90cd;
        color: #fff;
        background: #4d90cd;
    }

    .wsmenu > .wsmenu-list > li > a:hover {
        border-top: 0px solid #4d90cd;
        color: #fff;
        background: #4d90cd;
    }

    .wsmenu > .wsmenu-list > li > a {
        border-top: 0px solid #fff;
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important;
    }

    .header-inner .page-header h1 {
        font-size: 35px;
    }

    .title h1 {
        font-size: 25px;
    }

    .success .success-slider .owl-prev {
        top: 0;
    }

    .success .success-slider .owl-next {
        top: 0;
    }

    .project-group .nav-tabs .nav-link h2 {
        font-size: 14px;
    }

    .project-group .nav-tabs .nav-link.active h2, .project-group .nav-tabs .nav-item.show .nav-link h2 {
        font-size: 14px;
    }

    .project-group .nav-tabs .nav-link {
        padding: 20px 10px;
    }

    .investment {
        padding: 50px 0 0 0;
    }

        .investment .owl-nav {
            text-align: center;
            margin: 20px 0;
        }

            .investment .owl-nav .owl-prev {
                position: relative;
                left: auto;
                bottom: 0;
                top: 0;
            }

            .investment .owl-nav .owl-next {
                position: relative;
                right: auto;
                bottom: 0;
                top: 0;
            }


    .table {
        border: 0px solid;
    }

        .table tr, .table td, .table tbody {
            display: block;
            width: 100%
        }

        .table tr {
            margin-bottom: 20px;
        }

    .objective p {
        padding: 0;
    }

    .objective .box-obj {
        width: 42%;
        margin: 15px 4%;
    }

    .box-top .img-box::before {
        background: none;
    }

    .img-box {
        margin: 0;
    }

    .inner-content p img, .inner-content img {
        padding: 20px 0;
        max-width: 100%;
        width: 100%;
    }

    .section2 {
        width: 50%;
        float: left;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .inner-content .box-icon {
        min-height: 300px;
    }

    .inner-content .section2 {
        width: 50%;
    }

    .social-media ul li {
        padding: 15px 25px !important;
    }

    .box-pro img {
        padding: 0;
    }

    .modal-dialog {
        position: fixed !important;
        right: 0 !important;
        bottom: 0 !important;
        top: 70px !important;
    }

    .modal-content {
        width: 90%;
        margin: auto;
    }
	.footer .col-md-7, .footer .col-md-3, .footer .col-md-2, .footer .col-md-12{
	padding-right: 15px;
	padding-left: 15px;
}
    .footer .section {
         width: 100%; 
        float: left;
        padding-right: 0; 
    }

    .footer .section1 {
         width: 100%; 
        float: left;
        padding-right: 0;
    }
	
	 
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .testimonials .video-sub .button-play {
        top: 30%;
    }

    .test-m {
        margin: 0;
    }

    .disc-test h3 {
        font-size: 16px;
    }

    .testimonials .button-play {
        top: 30%;
    }

    table {
        table-layout: fixed;
        overflow-x: scroll;
        display: block;
        width: 100%;
    }

    .port-map {
        height: auto;
    }

        .port-map h1 {
            padding: 30px 0 0 0;
        }

        .port-map p {
            padding: 20px 0 0 0;
        }


    .disc-test {
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        bottom: 0;
    }

    .video-sub .disc-test {
        bottom: 0;
    }

    .header-inner .page-header h1, .page-header-m h1, .page-header h1 {
        font-size: 30px !important;
    }

    .footer .section {

    }

    .footer .section1 {

    }

    .container {
        padding: 0 15px;
    }

    .carousel-control-prev {
        left: -20px;
    }

    .carousel-control-next {
        right: -20px;
    }

    .header {
        height: auto;
    }

    .side-logo-nav {
        height: auto;
    }

    .header-appear .side-logo-nav {
        position: relative;
    }

    .header-inner .page-header {
        bottom: 50px;
        margin: 0;
        padding: 0;
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        max-width: 100%;
        padding: 0 15px;
    }

    .header {
        height: 100%;
        min-height: 90px;
    }

    header a.logo {
        margin: 15px 0 0 20px;
    }

    .wsdownmenu-animated-arrow {
        top: -59px;
    }

    .popwindow .modal-dialog {
        width: 45% !important;
    }

    .wsmenu {
        background-color: #f9f9f9;
        margin: 13px 0 0 0;
        border: solid 0px #e0e0e0;
    }

        .wsmenu > .wsmenu-list > li {
            padding: 0;
        }

    .top-link .dropdown-menu {
        right: 0 !important;
    }

    .project-box {
        padding: 20px;
    }

    .wsmenu > .wsmenu-list > li > a.active {
        border: 0px solid #4d90cd;
        color: #fff;
        background: #4d90cd;
    }

    .wsmenu > .wsmenu-list > li > a:hover {
        border: 0px solid #4d90cd;
        color: #fff;
        background: #4d90cd;
    }

    .wsmenu > .wsmenu-list > li > a {
        border-top: 0px solid #fff;
    }

    .button-play {
        top: 35%;
    }

    .banner-text p, .banner-center p {
        font-size: 13px;
        line-height: 17px;
    }

    .banner-center {
        bottom: 20px;
    }

    .header-inner .page-header h1 {
        font-size: 35px;
    }

    .title h1 {
        font-size: 25px;
    }


    .investment {
        padding: 50px 0 0 0;
    }

        .investment .owl-nav {
            text-align: center;
            margin: 20px 0;
        }

            .investment .owl-nav .owl-prev {
                position: relative;
                left: auto;
                bottom: 0;
                top: 0;
            }

            .investment .owl-nav .owl-next {
                position: relative;
                right: auto;
                bottom: 0;
                top: 0;
            }

    .banner-text {
        bottom: 5px;
    }



    .box-top .img-box::before {
        right: -30px;
    }

    .section2 {
        width: 25%;
        float: left;
        margin-bottom: 15px;
    }

    .inner-content .box-icon1 {
        min-height: 100%;
    }

    .inner-content .section2 {
        width: 50%;
    }

    .social-media ul li {
        padding: 15px 35px !important;
    }


    .modal-dialog {
        position: fixed !important;
        right: 0 !important;
        bottom: 0 !important;
        top: 70px !important;
    }

    .modal-content {
        width: 90%;
        margin: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .wsmenu {
        font-size: 14px;
        padding: 0 0 0 0;
    }

        .wsmenu > .wsmenu-list > li {
            padding: 0 10px;
        }

    .header-inner .page-header {
        bottom: 70px;
        margin: 0;
        padding: 0;
    }

    .header-inner .page-header {
        font-size: 40px;
    }

    .carousel-control-prev {
        left: 0;
    }

    .carousel-control-next {
        right: 0;
    }

    .img-box {
        width: 95%;
    }

    .box-top .img-box::before {
        right: -30px;
    }
}




@media (min-width: 1200px) {
}




@media print {

    .fooer, .social-media, .main-breadcrumb, .wsmenu, .link-header, .top-link, .back-top {
        display: none !important;
    }
}

.fa-link {
    font-size: 30px;
    margin: 0 0 30px 0;
}

.RadScheduler .rsHorizontalHeaderTable th {
    color: rgb(255, 255, 255) !important;
    padding: 10px 4px !important;
}

.inner-content .demo-container ul li::before {
    content: "";
    font-family: FontAwesome;
    font-size: 9px;
    font-weight: normal;
    color: rgb(36, 64, 143);
    vertical-align: top;
    line-height: 25px;
    padding: 0 0 0 0;
}

.RadScheduler .rsHeader {
    float: left !important;
    padding: 2% 2% 0 0 !important;
    width: 98% !important;
}

.RadButton_Default.rbButton, .RadButton_Default.rbButton.rbDisabled, .RadButton_Default .rbSplitPart {
    background: rgb(36, 64, 143) !important;
    border-color: rgb(36, 64, 143) !important;
    color: rgb(255, 255, 255) !important;
}


table {
    display: block;
    width: 100%;
}






.btnPaging {
    font-size: 16px !important;
    background: none;
    border-color: rgb(204, 204, 204) !important;
    padding: 0 !important;
    margin: 0 5px !important;
    border-radius: 50% !important;
    color: rgb(36, 64, 143) !important;
    width: 45px;
    height: 45px;
    line-height: 45px !important;
    display: inline-block;
}

#ctl00_ContentPlaceHolder1_DataPager1 {
    margin: 20px auto 0;
    clear: both;
    padding: 8px;
    float: right;
    text-align: center;
    width: 100%;
}

.pageCurrent {
    font-size: 16px !important;
    background: rgb(36, 64, 143);
    border-color: rgb(36, 64, 143) !important;
    padding: 0 !important;
    margin: 0 5px !important;
    border-radius: 50% !important;
    width: 45px;
    height: 45px;
    line-height: 45px !important;
    display: inline-block;
}

.Dots {
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 15px !important;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: 0;
    background: #0d2362;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: normal;
    padding: 0;
    margin: 0;
    font-weight: normal;
    border: 2px solid #8a8a8a;
    font-size: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    opacity: 1;
    z-index: 99999;
}

.modal-body {
    padding: 0;
}

    .modal-body .form-group {
        margin-bottom: 0;
    }

.modal-content {
    border-radius: 0;
}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .business-video__container {
        height: 100%;
        overflow: hidden;
    }
}

/*  investmentProject Opportunities  */
.investmentProject {
    padding: 70px 0;
    background: #f9f9f9;
    float: left;
    width: 100%;
    position: relative;
}

    .investmentProject h3 {
        font-size: 26px;
        color: #24408f;
        text-transform: uppercase;
    }

    .investmentProject h4 {
        font-size: 17px;
        color: #4d90cd;
    }

    .investmentProject .text {
        background: #24408f;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0;
        bottom: 0;
        height: 70px;
    }

        .investmentProject .text h2 {
            color: #fff;
            text-align: center;
            padding: 15px 25px;
            margin: 0;
            text-transform: uppercase;
            font-size: 17px !important;
        }

    .investmentProject .tab-content {
        padding: 0 15px !important;
    }

    .investmentProject .box:hover .content h2, .box:hover .content P, .box:hover .content a {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        text-align: center;
    }

    .investmentProject .item .box {
        margin: 0 0 25px 0;
    }

.tender-search .btn {
    margin-top: 0px !important;
}
