.page-link {    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #158081 !important;
    background-color: #fff !important;
    border: 1px solid #fff !important;
}

    .page-link:hover {
        z-index: 2;
        color: #fff !important;
        text-decoration: none;
        background-color: #e5bf24 !important;
        border-color: #e5bf24;
    }

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #e5bf24 !important;
    border-color: #e5bf24;
}

div::-webkit-scrollbar {
    width: 0.7rem;
}

div::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

div::-webkit-scrollbar-thumb {
    background: #158081;
    border-radius: 1rem;
}

    div::-webkit-scrollbar-thumb:hover {
        background: #e5bf24;
    }

th {
    color: #646464;
    font-size: 20px !important;
    color: white;
    font-family: Calibri;
    background: #158081;
}

td {
    text-align:justify ;
    color: #646464;
    font-size: 16px !important;
    color: black;
    font-family: Calibri;
}

.control-label {
    font-size: 20px !important;
    font-family: Calibri !important;
}

.bg-new-richblack {
    background-color: #01303C;
}

.bg-new-midnightgreen {
    background-color: #054450;
}

.bg-new-metallicseaweed {
    background-color: #158081;
}

.bg-new-orangeyellow {
    background-color: #e5bf24;
}

.bg-new-antiflashwhite {
    background-color: #f4f2f2;
}

.bg-new-waterspout {
    background-color: #92fbfc;
}

.navbar .navbar-menu-wrapper {
    background: #158081;
}

.btn-primary {
    background: #158081;
}

    .btn-primary:hover {
        background-color: #e5bf24;
    }
.btn-activity-theme {
    background-color: #e5bf24 !important;
}

.bg-primary {
    background: #158081 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #e5bf24 !important;
}

.accordion.accordion-solid-header .card .card-header a[aria-expanded="true"] {
    background: #158081;
    color: #ffffff;
}

* {
    margin: 0;
    padding: 0;
}

/*For Chat boat Backround*/
/*.card-headerChatBoat {
    background: #158081 !important;
}*/


/*========================================================================
01. Typography
=========================================================================*/
@font-face {
    font-family: "Gobold Bold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/gobold-bold.otf");
}

html {
    overflow: inherit;
}

body {
    font-family: "calibri";
    font-size: 14px;
    line-height: 30px;
    color: #646464;
    font-weight: 400;
    /*height: 100%;*/
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background-color: #ffffff;
    overflow: inherit;
    overflow-x: hidden;
}

p {
    margin: 0 0 20px 0;
    color: #646464;
    font-size: 17px;
    color: black;
    font-family: Calibri;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Calibri !important;
    margin: 0 0 20px 0;
    font-weight: bold !important;
    color: #111111;
    text-transform :uppercase !important;
}

h1 {
    font-size: 46px;
    line-height: 56px;
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    h1 {
        font-size: 32px;
    }
}

h2 {
    font-size: 36px;
    line-height: 50px;
}

@media only screen and (max-width: 1199px) {
    h2 {
        font-size: 32px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 991px) {
    h2 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 28px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 575px) {
    h2 {
        font-size: 26px;
        line-height: 38px;
    }
}

h3 {
    font-size: 22px;
    line-height: 36px;
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 18px;
    }
}

h5 {
    font-size: 18px;
    line-height: 30px;
}

@media only screen and (max-width: 767px) {
    h5 {
        font-size: 17px;
    }
}

h6 {
    font-size: 16px;
    line-height: 30px;
}


/*=====================================
    02.header css
  ====================================*/
.topheader {
    background-color: #01303c;
    width: 100%;
}


.topmenu {
    height: 100%;
    padding: 5px 0px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

    .topmenu .leftmenu {
        display: flex;
        color: #fff;
        justify-content: space-between;
    }

.main-content a {
    text-decoration: none;
    color: #fff;
    margin-right: 10px;
}

.sitemap a {
    text-decoration: none;
    color: #fff;
    margin-right: 15px;
}

.rightmenu ul {
    margin-bottom: 0px;
}

    .rightmenu ul li {
        display: inline-block;
    }

        .rightmenu ul li a {
            color: #fff;
            margin-left: 15px;
            text-decoration: none;
        }

        .rightmenu ul li .dropdown-menu {
            background-color: #158081;
            background-clip: padding-box;
            border: 1px solid #054450;
        }

            .rightmenu ul li .dropdown-menu a {
                margin-left: 0px;
            }

                .rightmenu ul li .dropdown-menu a:hover {
                    background-color: #158081;
                    background-clip: padding-box;
                    margin-left: 0px;
                    border: none;
                }



.middle-header {
    width: 100%;
    background: #054450;
}

.brand-box {
    height: 100%;
    padding: 5px 0px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-img img {
    width: 290px;
}

.logo-text {
    margin-left: 20px;
}

    .logo-text h2 {
        font-size: 25px;
        letter-spacing: 4px;
        color: #fff;
        margin-bottom: 0px;
    }

        .logo-text h2 span {
            color: #e5bf24;
        }

    .logo-text p {
        font-size: 16px;
        color: #2ec3c4;
    }

.btn-rounded:hover {
    background-color:#158081;
}

.search-box input {
    /*border-radius: 50px 0px 0px 50px !important;*/
   /* height: 35px !important;*/
    width: 220px !important;
}

.search-btn .btn-search {
    border-radius: 0px;
    height: 45px;
    width: 100px;
    width: 70px;
    margin-left: -76px;
    background: #158081;
}

    .search-btn .btn-search i {
        color: #fff;
    }


.btn-search:before {
    position: absolute;
    content: '';
    margin-left: -28px;
    margin-top: -11.5px;
    border: none;
    border-left: solid 20px white;
    border-bottom: solid 45px transparent;
    z-index: 1;
}

.btn-search:after {
    position: absolute;
    content: '';
    margin-left: 15px;
    margin-top: -12.5px;
    border: none;
    border-left: solid 20px #158081;
    border-bottom: solid 46px #054450;
    z-index: 1;
}


.main-menu {
    width: 100%;
    background-color: #158081;
}

    .main-menu .navbar ul li a {
        color: #ffffff;
        margin-right: 6px;
        padding: 10px 0px;
        font-size: 16px;
    }

.navbar {
    padding: 0px;
}

.main-menu .navbar ul li a.active {
    background: #e5bf24;
}

.main-menu .navbar ul li a:hover {
    background: #e5bf24;
}

.hero {
    width: 100%;
    /*max-height:420px;*/
    margin: 10px 0px;
}

.hero-left {
    margin-top: 30px;
}

    .hero-left p {
        text-align: center;
        color: #000;
        font-weight: 500;
        padding-top: 10px;
    }

.minis-details {
    background-color: #c5feff;
    padding: 5px;
    border-radius: 10px;
}

    .minis-details img {
        border-radius: 100px;
        border: 5px solid #e5bf24;
    }

    .minis-details p {
        background-color: #fff;
        text-align: center;
        font-size: 14px;
        color: #000;
        line-height: 22px;
        padding-top: 10px;
    }

.not {
    width: 100%;
    display: flex;
    background-color: #158081;
    align-items: center;
    justify-content: space-between;
}

    .not .titel {
        width: 17%;
        padding: 18px 8px;
    }

    .not h3 {
        font-family: calibri;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0px;
        color: #fff;
    }

    .not .headline {
        width: 83%;
        padding: 18px 8px;
    }

.services {
    width: 100%;
    background-color: #f4f2f2;
    /*padding: 20px 0px;*/
    padding: 10px 0px;
}

.services-titel {
    text-align: center;
    width: 100%;
}

    .services-titel h2 {
        font-size: 20px;
        font-weight: 800;
        font-family: "calibri";
        line-height: 25px !important;
        margin: 0 0 5px 0 !important;
    }

.sevices-list {
    /* margin-top: 20px;*/
    margin-top: 10px;
}

.services-details {
    text-align: center;
    align-items: center;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-family: "calibri";
    font-size: 20px;
}

    .services-details h5 {
        margin-bottom: 0px;
        font-family: "calibri";
        font-weight: 600;
        font-size: 16px;
        color: #555555;
        padding-top: 10px;
    }

        .services-details h5 a {
            text-decoration: none;
            color: #555555;
        }

.service-img {
    border: 7px solid #158081;
    padding: 28px;
    margin: 0 auto;
    border-radius: 100px;
    width: 160px;
    height: 160px;
}

.services-details img {
}

.btn-services {
    background-color: #e5bf24 !important;
    color: #f6f6f6;
    padding: 5px 25px !important;
    font-size: 14px;
    font-weight: bold;
    border-radius: 20px;
   /* margin-top: 10px;
    height: 20px !important;*/
    width: auto;
    vertical-align: central !important;
}

    .btn-services a {
        text-decoration: none;
        color: #555555;
    }

    .btn-services:hover {
        color: #fff !important;
        background-color: #158081;
    }

    .btn-services a:hover {
        color: #fff !important;
    }

.sevices-list hr {
    border-top: 2px solid rgba(0,0,0,.1);
    border-radius: 10px;
   /* margin-bottom: 35px;*/
}

.sevices-list {
    width: 100%;
    text-align: center;
    align-items: center;
}

.btn-services2 {
    background-color: #e5bf24;
    color: #555555;
    padding: 5px 25px;
    font-size: 14px;
    border-radius: 20px;
    margin-top: 30px;
}

    .btn-services2 a {
        text-decoration: none;
        color: #000;
        font-weight: 600;
    }

.activities_links {
    width: 100%;
}

.activities-titel {
    width: 100%;
    margin-top: 30px;
}

    .activities-titel h2 {
        text-align: center;
        font-weight: 800;
        font-family: "calibri";
        font-size: 20px;
    }

.activities {
    width: 100%;
    margin-top: 20px;
}

.activities img {
        width: 110px;
}



.activitiesD {
    background-color: #158081;
  /*  padding: 10px;*/
    align-items: center;
    text-align: center;
    border-radius: 10px;
}

.activities p {
    text-align: center;
    font-size: 16px;
   /* margin-top: 10px;*/
    margin-bottom: 0px !important;
    color: #000;
}

.links-titel {
    width: 100%;
    margin-top: 40px;
}


    .links-titel h2 {
        text-align: center;
        font-weight: 800;
        font-family: "calibri";
        font-size: 20px;
    }

.links-tabs {
    margin-top: 20px;
}

.activities_links {
    margin-bottom: 10px;
}

.links-tabs .nav-tabs {
    border-bottom: none;
}

    .links-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        background-color: #054450;
        color: #fff;
        padding: 0px 30px;
        border-radius: 28px 0px !important;
    }

    .links-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
        background-color: #054450;
        color: #fff;
        padding: 0px 30px;
        border-radius: 28px 0px;
    }


    .links-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
        background-color: #92fbfc;
        color: #0071bc;
        padding: 0px 30px;
        font-size: 16px;
        border-radius: 28px 0px !important;
        margin-right: 21px;
    }

.link-box {
    width: 100%;
    height: 280px;
    background-color: #eeeeee;
    border: 1px solid #158081;
    border-radius: 15px;
    padding: 10px;
    margin-top: 30px;
    overflow: hidden;
}

    .link-box ul li {
        list-style: none;
    }

        .link-box ul li a {
            text-decoration: none;
            color: #000;
        }

    .link-box a {
        color: #158081;
        text-decoration: none;
    }


.statistic {
    width: 100%;
    background-color: #158081;
}

.statistic-titel {
    width: 100%;
}

    .statistic-titel h2 {
        text-align: center;
        font-size: 20px;
        font-weight: 800;
        font-family: "calibri";
        margin-top: 20px;
        color: #fff;
        line-height:10px;
    }

.saticstic-list {
    padding: 10px 0px 10px 0px;
}

.statistic-box {
    background-color: #09a6a7;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    /*margin-bottom: 40px;*/
    color: #fff;
}

    .statistic-box h5 {
        padding: 10px;
        font-size: 18px;
        color: #fff;
        margin-bottom: 0px;
    }

    .statistic-box p {
        color: #001737 !important;
        margin-top: 0px;
        margin-bottom: 0px;
    }

.counter {
    border: 2px dashed #fff;
    width: 140px;
    padding: 8px 10px;
    margin: 0 auto;
    align-items: center;
    border-radius: 90px;
}

    .counter .inner-round {
        border: 5px solid #92fbfc;
        width: 119px;
        height: 119px;
        padding-top: 25px;
        margin: 0 auto;
        align-items: center;
        border-radius: 90px;
    }

.rating_feedback {
    width: 100%;
    background-color: #158081;
    /*padding: 20px 0px;*/
    padding: 10px 0px;
    height: 100% !important;
}

.rating {
    width: 98%;
    background-color: #fff;
    padding-bottom: 50px;
    height:150px !important;
}

    .rating .rating-titel {
        background-color: #e5bf24;
        padding: 5px;
        text-align: center;
    }

        .rating .rating-titel h2 {
            font-size: 20px;
            font-family: "calibri";
            font-weight: 800;
            margin-bottom: 0px;
            line-height:35px !important;
        }

.rating-discrip {
    text-align: center;
    color: #158081;
    font-size: 16px;
    padding: 20px 0px;
}

fieldset, label {
    margin: 0;
    padding: 0;
}


/****** Style Star Rating Widget *****/

.ratingnew {
    border: none;
    width: 200px;
    margin: 0 auto;
}

    .ratingnew > input {
        display: none;
    }

    .ratingnew > label:before {
        margin: 5px;
        font-size: 30px;
        font-family: FontAwesome;
        display: inline-block;
        content: "\f005";
    }

    .ratingnew > .half:before {
        content: "\f089";
        position: absolute;
    }

    .ratingnew > label {
        color: #ddd;
        float: right;
    }

.icons {
    width: 100%;
    text-align: center;
    height:100% !important;
}

    .icons .rating-btn {
        width: 100px;
        background: #e5bf24;
        border-radius: 20px;
        font-size: 14px;
        border: none;
        margin: 20px 0px;
    }

    .icons p {
        font-size: 14px;
        color: #555555;
    }

/***** CSS Magic to Highlight Stars on Hover *****/

.ratingnew > input:checked ~ label, /* show gold star when clicked */
.ratingnew:not(:checked) > label:hover, /* hover current star */
.ratingnew:not(:checked) > label:hover ~ label {
    color: #0071bc;
}
    /* hover previous stars in list */

    .ratingnew > input:checked + label:hover, /* hover current star when changing rating */
    .ratingnew > input:checked ~ label:hover,
    .ratingnew > label:hover ~ input:checked ~ label, /* lighten current selection */
    .ratingnew > input:checked ~ label:hover ~ label {
        color: #3aacf834;
    }


.feedback {
    width: 100%;
    background-color: #fff;
    padding-bottom: 55px;
}

    .feedback .feedback-titel {
        background-color: #e5bf24;
        padding: 5px;
        text-align: center;
    }

        .feedback .feedback-titel h2 {
            font-size: 20px;
            font-family: "calibri";
            font-weight: 800;
            margin-bottom: 0px;
            line-height: 35px !important;
        }

.feedback-discrip {
    text-align: center;
    color: #158081;
    font-size: 16px;
    padding: 20px 0px 0px 0px;
}

.feedback-form form .form-group label {
    font-size: 14px;
}

.feedback-form form .form-group .form-control {
    border: 2px solid #158081;
    border-radius: 0px;
}

.feedback-form {
    padding: 20px;
}

.btn-feedback {
    width: 100px;
    background: #e5bf24;
    border-radius: 20px;
    font-size: 14px;
    border: none;
}

.footer-top {
    background-color: #3e3d3d;
    width: 100%;
    padding: 20px 5px;
}

.qlinks .qlinks-titel h5 {
    font-family: Arial;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px;
    color: #cbc8c8;
}

.qlinks ul {
    padding-left: 1px;
}

    .qlinks ul li {
        list-style: none;
        padding-left: 1px;
    }

        .qlinks ul li a {
            text-decoration: none;
            color: #8e8f8f;
            font-size: 14px;
        }

.footer-bottom {
    background-color: #000000;
    width: 100%;
   /* padding: 50px 20px 20px 20px;*/
}

.social-media {
    display: flex;
    width: 20%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

.twitter a i {
    font-size: 40px;
    color: #868484;
}

.top-navbar {
    display: none;
}

.linkedin a i {
    font-size: 40px;
    color: #868484;
}

.facebook a i {
    font-size: 40px;
    color: #868484;
}

.youtub {
    padding: 2px 2px 5px 2px;
    width: 38px;
    height: 38px;
    text-align: center;
    border: 3px solid #868484;
    border-radius: 5px;
}

    .youtub a i {
        font-size: 30px;
        align-items: center;
        color: #868484;
    }

.copyright {
    width: 100%;
    font-size: 21px;
    color: #868484;
    /*margin-top: 20px;*/
    text-align: center;
}


    .span-copy {
        font-size:16px;
        padding:5px;
    }

    .copyright p {
        line-height: 30px;
    }

.footer-bottom .container .row {
    justify-content: flex-end;
    width: 100%;
}

.photo-gallery {
    width: 100%;
    background-color: #dfdfdf;
}

    .photo-gallery .card-title {
        font-size: 20px !important;
        text-align: center;
        font-family: "calibri";
        font-weight: 800;
        margin-top: 10px;
        margin-bottom: 10px;
    }

.video-gallery {
    width: 100%;
    background-color: #dfdfdf;
}

    .video-gallery .card-title {
        font-size: 20px !important;
        text-align: center;
        font-family: "calibri";
        font-weight: 800;
        margin-bottom: 10px;
    }


    .video-gallery .card-title {
        font-family: "calibri";
        font-weight: 800;
        text-align: center;
    }

.owl-carousel .owl-video-wrapper {
    border-radius: 5px;
}

.owl-carousel .item-video {
    border: 1px solid #158081;
    border-radius: 5px;
}

.owl-carousel .item-video {
    width: 250px;
    height: 150px;
}

.video-carousel {
    margin: 40px 0px;
}


#button {
    display: inline-block;
    background-color: #158081;
    border: 4px solid #e5bf24;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 38px;
    position: fixed;
    bottom: 20px;
    margin: 0 auto;
    left: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #button::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 42px;
        color: #fff;
    }

    #button:hover {
        cursor: pointer;
        background-color: #333;
    }

    #button:active {
        background-color: #555;
    }

    #button.show {
        opacity: 1;
        visibility: visible;
    }

/* Styles for the content section */


@media (min-width: 500px) {

    #button {
        margin: 30px;
    }
}


.sticky-bar {
    position: fixed;
    right: -5px;
    top: 220px; /*calc(100vh/2 - 100px);*/
    z-index: 100;
}

    .sticky-bar ul {
        list-style: none;
    }

        .sticky-bar ul li a {
            display: inline-block;
            width: 100px;
            color: #158081;
            border-radius: 10px 10px 10px 10px;
            text-decoration: none;
            transition: all 0.5s ease;
        }


        .sticky-bar ul li .sidemenu {
            background: #92fbfc;
            padding: 5px 5px;
            margin-bottom: 10px;
            border-radius: 10px 10px 10px 10px;
        }        

        .sticky-bar ul li a.active {
            background: #158081 !important;
            color:white !important;
        }

        .sticky-bar ul li a:hover {
            padding: 10px 10px;
        }

.submenu-item ul li a {
    border-top: 2px solid rgb(37, 181, 184);
    border-radius: 0px !important;
    padding-left: 0px !important;
}

.horizontal-menu .bottom-navbar .page-navigation > .nav-item.mega-menu .submenu li a::before {
    display: none;
}

.category-heading {
    font-size: 24px;
}


.btn-custom {
    /*padding: 0.75rem 0.75rem !important;*/
    background: #e5bf24 !important;
    color: #f6f6f6 !important;
}

hr.style14 {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.customer-statistics > div:after {
    right: 0% !important;
}

/* custom table css */
.rtable {
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    border-collapse: collapse;
    border-spacing: 0;
}

.rtable,
.rtable--flip tbody {
    -webkit-overflow-scrolling: touch;
    background: -webkit-radial-gradient(left ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, -webkit-radial-gradient(right ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
    background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
    background-size: 10px 100%, 10px 100%;
    background-attachment: scroll, scroll;
    background-repeat: no-repeat;
}

    .rtable td:first-child,
    .rtable--flip tbody tr:first-child {
        background-image: -webkit-linear-gradient(left, white 50%, rgba(255, 255, 255, 0) 100%);
        background-image: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
        background-repeat: no-repeat;
        background-size: 20px 100%;
    }

    .rtable td:last-child,
    .rtable--flip tbody tr:last-child {
        background-image: -webkit-linear-gradient(right, white 50%, rgba(255, 255, 255, 0) 100%);
        background-image: linear-gradient(to left, white 50%, rgba(255, 255, 255, 0) 100%);
        background-repeat: no-repeat;
        background-position: 100% 0;
        background-size: 20px 100%;
    }

    .rtable th {
        font-size: 11px;
        text-align: left;
        text-transform: uppercase;
        background: #f2f0e6;
        color: #111111 !important;
        font-size: 13px !important;
    }

    .rtable th,
    .rtable td {
        padding: 0px 10px;
        border: 1px solid #d9d7ce;
        font-size: 12px !important;
    }

.rtable--flip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    background: none;
}

    .rtable--flip thead {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
    }

    .rtable--flip tbody {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .rtable--flip tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .rtable--flip td,
    .rtable--flip th {
        display: block;
    }

    .rtable--flip td {
        background-image: none !important;
        border-left: 0;
    }

        .rtable--flip th:not(:last-child),
        .rtable--flip td:not(:last-child) {
            border-bottom: 0;
        }
        /* end custom table */

        /* product List ul li */
.products-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .products-list > .item {
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        padding: 1px 10px;
        background: #fff;
    }

        .products-list > .item:before,
        .products-list > .item:after {
            content: " ";
            display: table;
        }

        .products-list > .item:after {
            clear: both;
        }

    .products-list .product-img {
        float: left;
        border: 1px solid #ccc;
    }

        .products-list .product-img img {
            width: 40px;
            height: 40px;
        }

    .products-list .product-info {
        margin-left: 60px;
    }

    .products-list .product-title {
        font-weight: 600;
        font-size: 13px !important;
        color: #158081;
    }

    .products-list .product-description-min {
        display: block;
        color: #666666;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 11px;
    }

.product-list-in-box > .item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #f4f4f4;
}

    .product-list-in-box > .item:last-of-type {
        border-bottom-width: 0;
    }
.product-list-in-box-fixed{
    min-height:155px !important;
    background-color:#fff;
}
.product-list-in-box-fixed-1 {
    min-height: 158px !important;
    background-color: #fff;
}
/*end product list*/
/*eodb chart border right*/
.eodb-bordered-right {
    border-right: 1px solid #99a2af;
}
.border-custom-gray {
    border-color: #e0e0e0 !important;
}
        /*end eodb chart border*/
.tooltip-inner {
    font-size: 1rem !important;
    max-width: 98vw !important;
}

/* top menu */
.topmenu {
    padding: 0px 0px !important;
}
.rightmenu .top-cart-icon {
   line-height:0.8 !important;
}
.input-group-text-sm {
    line-height: 0.5 !important;
    padding: 0.4rem 0.81rem !important;
}

.social-icons {
    text-align: center;
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 1.5em;
    color: #448aaf;
}

    .social-icons ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .social-icons ul li {
            display: inline-block;
            zoom: 1;
            *display: inline;
            vertical-align: middle;
        }

            .social-icons ul li a {
                display: block;
                font-size: 1.4em;
                margin: 0 5px;
                text-decoration: none;
            }

                .social-icons ul li a i {
                    color: #fff;
                    -webkit-transition: all 0.2s ease-in;
                    -moz-transition: all 0.2s ease-in;
                    -o-transition: all 0.2s ease-in;
                    -ms-transition: all 0.2s ease-in;
                    transition: all 0.2s ease-in;
                }

                .social-icons ul li a:hover i {
                    color: #448aaf;
                }

                .social-icons ul li a:focus i,
                .social-icons ul li a:active i {
                    transition: none;
                    color: #0b161c;
                }
/* end top menu*/
/* navbar*/
.nav-link-front {
    padding: 10px 4px !important;
}
    .nav-link-front .menu-title {
        font-size: 16px !important;
        font-weight: 400 !important;
    }

.horizontal-menu .bottom-navbar .page-navigation > .nav-item .submenu ul li {
    line-height: 8px !important;
    padding: 0px 4px !important;
}
/*end navbar*/

/*card title*/

.gedf-main {
    padding-left: 4rem;
    padding-right: 4rem;
}

.gedf-card {
    min-height: 191px;
    /*min-height: 211px;*/
}

.gedf-card-mr {
    /*min-height: 181px;*/
    min-height: 221px !important;
}

.gedf-card-en {
    /*min-height: 181px !important;*/
    /*min-height: 211px;*/
}

    .gedf-card .card-header {
        background-color: #e5bf24;
    }
.card .ct-key-persons {
    font-size: 0.9rem !important;
}
.card-header {
    padding: 0rem 0.75rem !important;
    background-color: #158081;
}
.ch-key-persons {
    height: 2.2rem !important;
}
@media (max-width: 576px) {
    .ch-key-persons {
        height: 3.2rem !important;
    }
}
.list-group-services > li {
    /*padding: 0.5rem 1.25rem !important;*/
    padding: 0.21rem .75rem !important;
}
.top-left-services-scrollbar {
    position: relative;
    height: 365px;
    min-height: 365px;
    overflow: auto;
}
.footer-tenders-scrollbar {
    position: relative;
    height: 142px;
    min-height: 142px;
    overflow: auto;
}
.top-right-news-scrollbar {
    position: relative;
    height: 164px;
    min-height: 160px;
    overflow: auto;
}
/* statistics section home page*/
.grid-margin-ct {
    margin-bottom: 0.562rem !important;
}
.saticstic-list-ct {
    padding: 10px 0px 0px 0px !important;
}
/* end statistics section home page */

/* home-photo gallery section*/
.header-bg-inherit{
    background-color:transparent !important;
}
.card-body-view-more {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    border-top: 0px none !important;
}
/* end home-photo gallery section */

.bradcrumb-policy {
    display: flex;
    flex-wrap: wrap;
    padding: 0.56rem 1.13rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0.25rem;
    
}

/* rating tender feedback grid */

.top_footer_container {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3% ;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
        "top_footer_tenders_section top_footer_ratings_section top_footer_feedback_section"
        "top_footer_tenders_section top_footer_grievance_section top_footer_other_section";


}

.top_footer_grievance_section {
    padding: 5px;
    grid-area: top_footer_grievance_section;
}

.top_footer_other_section {
    padding: 5px;
    grid-area: top_footer_other_section;
}

.top_footer_feedback_section {
    padding: 5px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas:
        "rating"
        "rating"
        "rating";
    justify-self: stretch;
    align-self: stretch;
    grid-area: top_footer_feedback_section;
}

.top_footer_ratings_section {
    padding: 5px;
    grid-area: top_footer_ratings_section;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas:
        "rating"
        "rating"
        "rating";
    justify-self: stretch;
    align-self: stretch;
}

.top_footer_tenders_section {
    padding: 5px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas:
        "tenders_list"
        "tenders_list"
        "tenders_list";
    justify-self: stretch;
    align-self: stretch;
    grid-area: top_footer_tenders_section;
}

.tenders_list {
    background-color:white;
    grid-area: tenders_list;
}
    .tenders_list .tenders-title {
        background-color: #e5bf24;
        text-align: center;
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 0px;
        line-height:35px;
    }
    .tenders_list .tenders-title h2 {
        
       
    }
/* end of rating tender feedback grid */

/* sticky side bar*/
/* entypo */
[class*="entypo-"]:before {
    font-family: "entypo", sans-serif;
}

#sticky-social a {
    text-decoration: none;
}

#sticky-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
    #sticky-social ul li {
        padding: 5px 0 5px 0;
    }

#sticky-social {
    /*left: 0;*/
    right: 0;
    position: fixed;
    top: 30%;
    z-index: 1;
}

    #sticky-social a {
        /*background: #333;*/
        background: #92fbfc;
        /*color: #fff;*/
        display: block;
        height: 35px;
        font: 16px "Open Sans", sans-serif;
        line-height: 35px;
        position: relative;
        text-align: center;
        width: 45px;
    }

        #sticky-social a span {
            line-height: 35px;
            /*left: -120px;*/
            right: -120px;
            position: absolute;
            text-align: center;
            width: 120px;
        }

        #sticky-social a:hover span {
            /*left: 100%;*/
            right: 100%;
        }

        #sticky-social a[class*="facebook"],
        #sticky-social a[class*="facebook"]:hover,
        #sticky-social a[class*="facebook"] span {
            background: #92fbfc;
        }

        #sticky-social a[class*="twitter"],
        #sticky-social a[class*="twitter"]:hover,
        #sticky-social a[class*="twitter"] span {
            background: #92fbfc;
        }

        #sticky-social a[class*="gplus"],
        #sticky-social a[class*="gplus"]:hover,
        #sticky-social a[class*="gplus"] span {
            background: #92fbfc;
        }

        #sticky-social a[class*="linkedin"],
        #sticky-social a[class*="linkedin"]:hover,
        #sticky-social a[class*="linkedin"] span {
            background: #92fbfc;
        }

        #sticky-social a[class*="instagrem"],
        #sticky-social a[class*="instagrem"]:hover,
        #sticky-social a[class*="instagrem"] span {
            background: #92fbfc;
        }

        #sticky-social a[class*="stumbleupon"],
        #sticky-social a[class*="stumbleupon"]:hover,
        #sticky-social a[class*="stumbleupon"] span {
            background: #eb4924;
        }

        #sticky-social a[class*="pinterest"],
        #sticky-social a[class*="pinterest"]:hover,
        #sticky-social a[class*="pinterest"] span {
            background: #cc2127;
        }

        #sticky-social a[class*="flickr"],
        #sticky-social a[class*="flickr"]:hover,
        #sticky-social a[class*="flickr"] span {
            background: #ff0084;
        }

        #sticky-social a[class*="tumblr"],
        #sticky-social a[class*="tumblr"]:hover,
        #sticky-social a[class*="tumblr"] span {
            background: #32506d;
        }

/* checkbox */
          @keyframes check {0% {height: 0;width: 0;}
    25% {height: 0;width: 10px;}
    50% {height: 20px;width: 10px;}
  }
  .checkbox-new{background-color:#fff;display:inline-block;height:28px;margin:0 .25em;width:28px;border-radius:4px;border:1px solid #ccc;float:right}
  .checkbox-new span{display:block;height:28px;position:relative;width:28px;padding:0}
  .checkbox-new span:after{-moz-transform:scaleX(-1) rotate(135deg);-ms-transform:scaleX(-1) rotate(135deg);-webkit-transform:scaleX(-1) rotate(135deg);transform:scaleX(-1) rotate(135deg);-moz-transform-origin:left top;-ms-transform-origin:left top;-webkit-transform-origin:left top;transform-origin:left top;border-right:4px solid #fff;border-top:4px solid #fff;content:'';display:block;height:20px;left:3px;position:absolute;top:15px;width:10px}
  .checkbox-new span:hover:after{border-color:#999}
  .checkbox-new input{display:none}
  .checkbox-new input:checked + span:after{-webkit-animation:check .8s;-moz-animation:check .8s;-o-animation:check .8s;animation:check .8s;border-color:#555}
.checkbox-new input:checked + .default:after{border-color:#444}
/* end checkbox */
.Gist_Typing_Popup_MainBX{
    width:250px !important;
}