body {
    font-size: 14px;
}


/* --- Login page CSS ------------------ */

section.login-page {
    background: url(../images/home-slide1.jpg);
    padding: 100px 0;
}

section.login-page .login-box .login-form {
    background: #fff;
    width: 100%;
    box-shadow: 0 0 30px rgb(30 40 86 / .4);
}

.login-box .logo {
    margin: 15px 0;
}

.login-box .logo img {
    max-width: 200px;
}

.leftbg {
    background: url(../images/img-3.jpg);
    background-size: cover;
    text-align: center;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #28356e
}

.leftbg p {
    color: #d6ddfb;
}

.login-form {
    padding: 30px 30px;
}

.login-form h3 {
    text-transform: uppercase;
    color: #28356e;
}

.login-form .form-control {
    height: 38px;
    border-radius: 0;
    font-size: 14px;
}

.section-padding-50 {
    padding: 50px 0;
}

.form-group label {
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 500;
}

.input-daterange input {
    text-align: left;
}

.form-group {
    margin-bottom: 10px;
    width: 100%;
   /*  display: inline-block; */
}

.wizard .table .form-control.monthAndYear{ width: 183px; }


/* --- About Page ------------------------------ */

ul.listing li {
    margin: 0 0 15px;
    padding-left: 30px;
    position: relative;
    color: #28356e;
}
/* 
ul.listing li:before {
    content: "\f046";
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
    color: #00BCD4;
} */
ul.listing li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background: #009db4;
    border-radius: 50%;
    top: 8px;
}

/* --- User Registration -------------------- */

.nice-select {
    width: 100%;
    line-height: 28px;
}

ul.list-inline {
    width: 100%;
    margin-top: 15px;
    border-top: 1px dotted #a6aabf;
    padding-top: 15px;
    display: inline-block;
}

ul.list-inline li {
    float: left;
}

ul.list-inline li:last-child {
    float: right;
}


/* -- Step Wizard --------------------------- */

.nav-tabs {
    justify-content: center;
}

.nav-tabs li {
    width: 20%;
    position: relative;
    border-radius: 0 20px 0 0;
    overflow: hidden;
}

.nav-tabs li.active a {
    background: #009db4;
}

.nav-tabs li a {
    padding: 8px 20px;
    float: left;
    background: #515b89;
    width: 100%;
    text-align: center;
    color: #fff;
    border-right: 1px solid #929abf;
    padding-left: 40px;
}

.nav-tabs li a i {
    font-style: normal;
    font-size: 18px;
}

.nav-tabs li a .round-tab {
    position: absolute;
    left: 0;
    width: 40px;
    background: rgba(0, 0, 0, .25);
    top: 0;
    height: 100%;
    line-height: 45px;
    font-size: 20px;
    border-radius: 0 25px 0px 0px;
}

.tab-content>.active {
    display: inline-block;
    padding: 10px 20px;
    width: 100%;
}
.tab-content>.tab-pane{
    border: 1px solid #009db4;
    padding: 10px 20px;
}
.table thead th {
    font-weight: 600;
}

.table td,
.table th {
    font-size: 14px;
}

.table td .btn.btn-sm.btn-primary {
    padding: 4px 10px;
    font-size: 12px;
}

.wizard .tab-content h4 {
    color: #009db4;
    margin-top: 10px;
}


/* -- Media Gallery ------------------ */

.events-section .news-img {
    margin: 0 0 30px;
    height: 230px;
    overflow: hidden;
    position: relative;
}

.events-section .news-img img {
    width: 100%;
}

.events-section .news-img .plusIcon {
position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    background-color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    font-size: 19px;
    /* opacity: 0; */
}
.events-section .news-img .plusIcon:hover {
    background-color: #009db4;
    color: #fff;
}


.events-section .news-img:hover .plusIcon {
    opacity: 1;
}

.events-section .news-img:hover:after {
    opacity: 1;
}

.events-section .news-img:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 2%);
    top: 0;
    left: 0;
    opacity: .4;
}

.video-gallery .box-shadow-ripples {
    position: absolute;
    z-index: 9;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background: transparent;
    border-radius: 50%;
    border: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: none;
    top: 35%;
    left: 42%;
}

.video-gallery .box-shadow-ripples i {
    color: #fff;
    line-height: 60px;
    font-size: 24px;
}

.video-gallery .box-shadow-ripples::after {
    position: absolute;
    content: "";
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    border-radius: 50%;
    box-shadow: 0 0 rgba(255, 255, 255, 0.2), 0 0 0 16px rgba(255, 255, 255, 0.2), 0 0 0 32px rgba(255, 255, 255, 0.2), 0 0 0 48px rgba(255, 255, 255, 0.2);
    animation: ripples 1s linear infinite;
    animation-play-state: running;
    opacity: 1;
    visibility: visible;
    transform: scale(0.6);
    z-index: 0;
}

@keyframes ripples {
    to {
        box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.2), 0 0 0 32px rgba(255, 255, 255, 0.2), 0 0 0 48px rgba(255, 255, 255, 0.2), 0 0 0 64px rgba(255, 255, 255, 0);
    }
}


/* -- Career page CSS ---------------------- */

.search-box {
    position: relative;
    box-shadow: 0 0 10px 0 #c9e2f7;
    margin: 0 0 40px;
}

.search-box .form-control {
    height: 48px;
}

.search-box .btn {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 4px 4px 0;
    height: 47px;
}

.career .jobTxt {
    font-weight: 600;
    font-size: 18px;
}

.career .card {
    font-size: 16px;
    box-shadow: 0 0 20px #c9e2f7;
    margin: 0 0 20px;
}

.career .card label {
    font-weight: 600;
}

.career .card .btn-light {
    font-size: 14px;
    border: 1px solid #d6ddfb;
}

.career .card .btn-light:hover {
    color: #fff;
    background-color: #009db4;
    border-color: #009db4;
}


/* -- Annual Reports ----------------------- */

.wrapper.inner-body.annual-reports {
    padding: 50px 0 0;
    min-height: auto;
}

.annual-reports .report-box {
    width: 100%;
    float: left;
    border: 1px solid #cacadc;
    padding: 20px;
    position: relative;
    border-radius: 4px;
    margin: 0px 0 25px;
    padding-right: 10px;
}

.annual-reports .report-box .file-icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -50px;
    left: 15px;
    text-align: center;
}

.annual-reports .report-box:hover .file-icon:before {
    background-color: #009db4;
    background-position: -48px 10px;
}

.annual-reports .report-box .file-icon:before {
    content: '';
    width: 55px;
    height: 70px;
    background: #fff url(../images/pdf1.png) no-repeat 13px;
    display: table;
    margin: 0;
    box-shadow: 0px 4px 15px 0 rgba(141, 166, 203, 0.26);
    border-radius: 4px;
    transition: all 0.3s;
    background-size: 90px;
}

.report-box:after {
    content: "";
    position: absolute;
    right: -1px;
    top: -1px;
    background-image: url(../images/round-corner.png);
    z-index: 9;
    background-size: 20px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    background-repeat: no-repeat;
}

.file-doc a {
    font-size: 16px;
    font-weight: 600;
    color: #28356e;
    padding: 20px 0;
    padding-left: 70px;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #009db4;
    border-color: #009db4;
}

.list-group-item.active a {
    color: #fff;
}

.leftsidebar {
    margin: 30px 0 0 20px;
}


/* -- Sitemap page CSS ------------ */

.sitemap-links li {
    padding: 0;
    width: 20%;
    float: left;
    background: #f7f9ff;
    border-left: 1px solid #dde2ee;
}

.sitemap-links li.single-menu {
    width: 33.33%;
    margin-bottom: 20px;
}

.sitemap-links li a {
    padding: 10px;
    color: #ffffff;
    padding-left: 35px;
    position: relative;
    background: #28356e;
    width: 100%;
    display: inline-block;
    border: 2px solid #fff;
}

.sitemap-links li a:hover {
    color: #FF9800;
}

.sitemap-links li a:before {
    content: "\f24d";
    font-family: 'FontAwesome';
    color: #ffffff;
    position: absolute;
    left: 10px;
}

.sitemap-links li a:hover:before {
    color: #FF9800;
}

.sitemap-links li ul.dropdown {
    padding-left: 15px;
    margin-top: 0px;
}

.sitemap-links li ul.dropdown li {
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 0
}

.sitemap-links li ul.dropdown li a:before {
    content: "\f2da";
    color: #2f45a6;
    position: absolute;
    left: 0;
}

.sitemap-links li ul.dropdown li a {
    color: #2f45a6;
    position: relative;
    background: transparent;
    border: 0;
    padding-left: 20px
}

.sitemap-links li ul.dropdown li a:hover {
    color: #FF9800;
}

.sitemap-links li ul.dropdown li a:hover:before {
    color: #FF9800;
}

.sitemap-links li ul.dropdown li ul.dropdown li a {
    color: #009db4;
    position: relative;
}

.sitemap-links li ul.dropdown li ul.dropdown li a:hover {
    color: #FF9800;
}

.sitemap-links li ul.dropdown li ul.dropdown li a:before {
    content: "\f0a4";
    color: #009db4;
    position: absolute;
    left: 0;
}

.sitemap-links li ul.dropdown li ul.dropdown li a:hover:before {
    color: #FF9800;
}


/* --- Sidebar page CSS ---------------------- */

.header-area {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.emp-cornerpg {
    background: #f7f9fd;
}

.emp-cornerpg .form-control {
    font-size: 14px;
}

.empright-sidebar {
    padding: 30px 0 50px;
    position: relative;
}

.empleft-sidebar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
    height: 100%;
    box-shadow: 0px 0 10px rgb(40 53 110 / .1);
}

.empleft-sidebar .list-group {
    margin-top: 25px;
}

.emp-head {
    width: 100%;
    height: 80px;
    background: #009db4;
    display: flex;
    align-items: center;
}

.emp-head h2 {
    color: #fff;
    margin: 0;
    font-size: 28px;
}

.classy-nav-container .classy-navbar {
    padding: 0 15px;
}

.emp-user {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.emp-user .user {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
    border: 2px solid #76d6e4;
    display: inline-block;
}

.emp-user span {
    margin-left: 15px;
    color: #fff;
}

.empbox-head {
    width: 100%;
    float: left;
    margin: 0 0 10px;
}

.text-danger p {
    color: #dc3545;
    font-size: 14px;
}

.events-section .left-sidebar .nav {
    border: 1px solid #dde2ee;
}

.events-section .left-sidebar .nav-pills .nav-link {
    background: #f7f9fd;
    border-bottom: 1px solid #dde2ee;
    border-radius: 0;
    padding: 12px 15px;
}

.events-section .left-sidebar .nav-pills .nav-link.active,
.events-section .left-sidebar .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #28356e;
}

.events-section .tab-content>.active {
    display: inline-block;
    width: 100%;
    padding: 0;
    border: 0
}

.top-header-area .top-header-content>a.sitemap {
    margin: 0;
    border-right: 0;
    margin-right: 10px;
}
.form-control.lang {
    font-size: 14px;
    width: auto;
    padding: 6px 10px;
    margin-right: 10px;
    border-radius: 0;
}

.view-attach{
    position: absolute;
    right: 16px;
    top: 20%;
    height: 36px;
    background: #f2f2f2;
    width: 20px;
    text-align: center;
    line-height: 35px;
}
.wizard .tab-pane td .btn.btn_remove_language, .wizard .tab-pane td .btn.btn_remove, .wizard .tab-pane td .btn.btn_remove_experience {
    line-height: 16px;
    font-size: 22px;
    padding: 4px 8px;
}

.wizard .tab-pane small{
    font-size: 78%;
}
.wizard input[type="file"]{
    font-size: 13px; line-height: 18px;
}
.login-form .dorelieving {
    width: 118px;
}
.login-form .dojoining {
    width: 110px;
}
.wizard .table .form-control{
    font-size: 13px;
    padding: 6px 10px;
    height: auto;
}
.wizard .tab-pane .btn.btn-success{
    font-size: 14px;
    padding: 4px 8px;
}
.wizard .tab-pane .table .acctionwidth, .wizard .tab-pane .table td:last-child{
    width: 65px;
    text-align: center;
}

.wizard .table .form-control.uploadDoc{
    overflow: hidden;
    font-size: 13px;
    line-height: 13px;
    padding: 4px;
    width: 198px;
}
.wizard .table .form-control{
    width: 185px;
}
span#total_sum_value_in_days {
    font-weight: 600;
}
.signup-step-container .wizard .tab-pane h4{
    margin-top: 10px;
}

.latest-updates .timeline-Body{
    height: 350px; overflow: auto;
}

.modal .team-details .team-img {
    display: inline-block;
    text-align: center;
    width: 100%;
    background: #fff;
}
.modal .team-details .team-img img {
    max-width: 250px;
}
.modal .ts-team-info h3.team-name{
    text-align: center;
}
.modal .ts-team-info p.team-designation {
    text-align: center;
    font-weight: 600;
    color: #333;
    min-height: auto;
    margin-bottom: 15px;
}
.teams-modal button.close {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 9;
    font-size: 28px;
}
.top-header-area .top-header-content ul.xfontsize-list li {
    margin-right: 15px;
    line-height: 40px;
}
ul.xfontsize-list {
    display: flex;
}
.top-header-area .top-header-content ul.xfontsize-list li a {
    color: #fff;
}



/* --- Media CSS ------------------- */

@media (max-width: 1200px){
    .nav-tabs li{ width: 25%; }
    .nav-tabs li a i{ font-size: 16px; }
}

@media (max-width: 800px){
    .nav-tabs li a{ padding: 8px 10px; padding-left: 35px; }
    .nav-tabs li a i{ font-size: 13px; }
    .nav-tabs li a .round-tab{ width: 35px; line-height: 40px; }
}

@media only screen and (max-width: 767px) {
    .nav-tabs li {
        width: 50%;
        border-radius: 0;
        border-bottom: 1px solid #3d4467;
    }
    .nav-tabs li a {
        padding: 6px 12px;
    }
    .nav-tabs li a .round-tab {
        width: 35px;
        line-height: 40px;
        font-size: 16px;
    }
    .nav-tabs li a i {
        font-style: normal;
        font-size: 16px;
        margin-left: 20px;
    }
    .login-form {
        padding: 20px;
    }
    .top-header-area .col-md-5 {
        display: none;
    }
    .lang .nice-select {
        padding-left: 5px;
        padding-right: 20px;
    }
    .lang .nice-select:after {
        right: 8px;
    }
    .book-now-btn a {
        font-size: 13px;
    }
    .leftbg {
        padding: 0 0 10px;
    }
    .login-box .logo img {
        max-width: 125px;
    }
    .roberto-btn {
        height: 40px;
        line-height: 40px;
        max-width: auto;
        padding: 0 20px;
    }
    .login-box .logo {
        margin: 15px 0 0;
    }
    .login-form h3 {
        font-size: 24px;
    }
    section.login-page {
        padding: 55px 0 50px;
    }
    div#captImg {
        margin-bottom: 15px;
    }
    .sitemap-links li.single-menu {
        width: 50%;
    }
    .sitemap-links li {
        width: 100%;
    }
}

@media (max-width: 640px){
     .nav-tabs li {
        width: 100%;
    }
    .lang .form-control{ padding: .375rem .30rem; font-size: 14px }
    #floatingSocialShare a{ font-size: 16px !important; width: 40px !important; height: 40px !important; line-height: 30px !important; }
}



.ac-services-list ul li ul {
    padding-left: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 15px;
    margin-left: -15px;
}

.ac-services-list ul li ul li {
    padding: 15px;
    margin: 10px;
    background-color: #28356e;
    width: 31%;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
    margin-top: 70px;
    color: #fff;
    padding-bottom: 15px;
    font-size: 18px;
    text-transform: capitalize;
}


.ac-services-list ul li ul li:before {
display: none;
}

.ac-services-list ul li ul li span {
    width: 110px;
    height: 110px;
    background-color: #fff;
    border-radius: 30px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -60px;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 15%);
}

.ac-services-list ul li.services-list-inner:before {
    display: none;
}

.ac-services-list ul li.services-list-inner {
    padding-left: 90px;
    line-height: normal;
    height: 100px;
    display: flex;
    align-items: center;
    border-top: 1px solid #e8e4e4;
}

.ac-services-list ul li.services-list-inner span {
    position: absolute;
    height: 70px;
    width: 70px;
    top: 16px;
    left: 0;
    background-color: #28356e14;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}


.ac-con-wrap {
    display: flex;
    justify-content: space-between;
    background-color: #e8f6f8;
    padding: 30px;
    margin-bottom: 25px;
    border-radius: 4px;
    position: relative;
    margin-top: 20px;
}

/* .ac-con-wrap:before {
    content: "";
    border-bottom: 15px solid #e8f6f8;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: -10px;
    left: 10px;
} */

.contactinfo p {
    margin: 0 0 8px;
    font-size: 14px;
    color: #003f48;
}

.ac-contact-info h4 {
    color: #009db4;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}


.contactinfo p:last-child {
    margin-bottom: 0;
}

.ac-accordion .link {
    cursor: pointer;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: 0;
    padding: 13px 15px;
    background-color: transparent;
    border-left: 4px solid transparent;
    line-height: normal;
}

.ac-accordion li:last-child .link { border-bottom: 0; }


.ac-accordion .link i.fa.fa-file-pdf-o {
    font-size: 18px;
    color: #ffffff;
    background-color: transparent;
    padding: 5px;
    top: 1px;
    left: -3px;
    width: 29px;
    height: auto;
    text-align: center;
    border-radius: 4px;
    position: relative;
}

.ac-accordion li i.fa-chevron-down {
    right: 20px;
    left: auto;
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translate(-0%, -50%);
}

.ac-accordion li.open .link {
    color: #fff;
    background-color: #009db4;
    border-left: 4px solid #009db4;
}

.ac-accordion li.open i {
    color: #fff;
}

.ac-accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 40%;
}

/**
 * Submenu
 -----------------------------*/

.ac-submenu {
    display: none;
    background: transparent;
    font-size: 14px;
    padding: 15px 15px;
    border-left: none;
    position: relative;
    padding-left: 50px;
}

.ac-submenu li {
    border-bottom: none;
}

.ac-submenu li:last-child {
    border-bottom: none;
}

.ac-submenu a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0;
    padding-left: 0;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    padding: 15px 5px;
    font-size: 14px;
    font-weight: 400;
    border-left: 1px solid #fff;
    padding-left: 25px;
    position: relative;
}

.ac-submenu a:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 30px;
    left: -3px;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 30px;
    background: transparent;
}

.ac-submenu li:hover a:after,.ac-submenu li.active a:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 30px;
    left: -3px;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 30px;
    background: #fbdc00;
}

.ac-pdf-wrap iframe {
    width: 100%;
    height: 700px;
    border: 2px solid #28356e;
    margin-top: 25px;
}

.roberto-about-us-area .section-heading h2 {
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
}

.roberto-about-us-area .section-heading h2:after {
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 6px;
    width: 100px;
    background-color: #009db4;
    content: '';
}

section.roberto-about-us-area p.text-justify {
    color: #000;
    font-size: 15px;
}


.ac-report-page {
    padding: 0;
    position: relative;
}

.ac-report-page ul#accordion {
    position: relative;
    left: 0;
    top: 0;
    margin-left: -15px;
    background-color: #16204c;
    padding: 15px 0;
    height: 750px;
}

.ac-report-page .container {
    max-width: 100%;
}


.services-list ul li ul.ac-city-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -30px;
}


.services-list ul li ul.ac-city-img li {
    width: 25%;
    padding: 15px;
}

.services-list ul li ul.ac-city-img li a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 0;
    border-radius: 10px;
    padding-left: 0;
    padding: 15px;
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.1);
    transition: all 0.2s;
}

.services-list ul li ul.ac-city-img li a:hover {
    box-shadow: 10px 10px 30px 0 rgba(0,0,0,0.1);
    transition: all 0.2s;
    background-color: #009db412;

}

.services-list ul li ul.ac-city-img li:before {
    display: none;
}


.latest-updates ul li {
    margin: 0;
    line-height: normal;
    padding: 15px;
    background: linear-gradient(90deg, rgba(229,245,247,1) 0%, rgba(255,255,255,1) 100%);
    margin-bottom: 10px;
    border-radius: 5px;
    border-left: 5px solid #009db4;
    font-size: 13px;
}

.ac-submenu .link-inner {
    color: #FFF;
    padding: 15px 5px;
    font-size: 14px;
    font-weight: 400;
    border-left: 1px solid #fff;
    padding-left: 25px;
    position: relative;
    cursor: pointer;
}

.ac-submenu .link-inner:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 30px;
    left: -3px;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 30px;
    background: transparent;
}

.ac-submenu li:hover .link-inner:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 30px;
    left: -3px;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 30px;
    background: transparent;
}

ul.ac-submenu-inner {
    background-color: #009db442;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 10px;
    display: none;
    max-height: 320px;
}

li.ac-submenu-2 i.fa.fa-chevron-down {
    transform: rotate(00deg);
}

li.ac-submenu-2.open i.fa.fa-chevron-down {
    transform: rotate(180deg);
    top: 40%;
}



li.ac-submenu-2:hover a:after {
    display: none;
}


.ac-submenu li ul.ac-submenu-inner li a:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 30px;
    left: -3px;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 30px;
    background: transparent;
}

.ac-submenu li ul.ac-submenu-inner li:hover a:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 30px;
    left: -3px;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 30px;
        background: #fbdc00 !important;
}

.services-list ul li ul.ac-city-img li a span {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    height: 170px;
    display: flex;
    justify-content: center;
}

.services-list ul li ul.ac-city-img li a:hover {
    margin-top: 0;
}

.ac-submenu li ul.ac-submenu-inner li.ac-active a:after {
    background-color: #fbdc00;
}

.ground_handling table{
    width: 100% !important;
}

@media (min-width: 1500px){
    .ac-report-page .container {
    max-width: 80%;
}
}

@media (max-width: 1140px){
    .ac-accordion .link {
    font-size: 12px;
}
.ac-con-wrap {
   
    flex-wrap: wrap;
}
.ac-con-wrap .contactinfo {
    padding: 20px;
}
}

@media (min-width: 768px) and (max-width: 991px){
    .ac-accordion .link i.fa.fa-file-pdf-o {
        display: none;
    }
    .ac-accordion .link {

    font-size: 9px;

    padding-top: 15px;
}
.ac-submenu a {
   
    font-size: 10px;
}
.services-list ul li ul li {
   
    width: 45%;
   
}
}


@media (max-width: 767px){
    .ac-report-page ul#accordion {
    height: auto;
}
.services-list ul li ul li {
   
    width: 100%;
    margin-left: 0;
    margin-right: 0;
   
}
.services-list ul li.services-list-inner {
    padding-left: 90px;
    line-height: normal;
    height: auto;
    display: flex;
    align-items: center;
    border-top: 1px solid #e8e4e4;
    padding-top: 20px;
    padding-bottom: 20px;
}
.ac-con-wrap {
  
    flex-wrap: wrap;
}
}

section.roberto-about-us-area.section-padding-50-0.ac-report-page .tab-content>.tab-pane {
    border: none;
    padding-top: 40px;
}

section.roberto-about-us-area.section-padding-50-0.ac-report-page .tab-content>.tab-pane .news-img {
    position: relative;
    height: 220px;
    overflow: hidden;
    margin-bottom: 30px;
}

section.roberto-about-us-area.section-padding-50-0.ac-report-page .tab-content>.tab-pane .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.roberto-about-us-area.section-padding-50-0.ac-report-page .tab-content>.tab-pane .news-img a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    background-color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    font-size: 19px;
}

section.roberto-about-us-area.section-padding-50-0.ac-report-page .tab-content>.tab-pane .news-img a:hover {
    background-color: #009db4;
    color: #fff;
}

.single-welcome-slide video {
height: 100%;
width: 100%;
z-index: -1;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
object-fit: cover;
object-position: bottom;
}

a:hover {
 cursor:pointer;
}

.welcome-text h2 span {
    position: absolute;
    top: 270px;
    left: -60px;
    font-size: 12px;
}
/*.welcome-text h2 span*/

@media (max-width: 767px){
    .welcome-text h2 span {
    position: absolute;
    top: 210px;
    left: 50%;
    font-size: 14px;
    transform: translate(-50%, 0);
}
.single-welcome-slide video {
    height: 100%;
    width: auto;
}
}


.ac-services-list button.btn.btn-link {
    width: 100%;
    text-align: left;
    padding-left: 0;
    color: #354798;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.ac-services-list button.btn.btn-link span {
    margin-right: 10px;
    width: 70px;
    height: 70px;
    background-color: #eeeff4;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    padding: 10px;
}

.ac-services-list ul li::before {
    display: none;
}

.ac-services-list button.btn.btn-link:before {
    background: #009db4;
    left: auto;
    right: 0;
}

.ac-services-list .card {
    margin-bottom: 15px;
    border: 1px solid #d5d5d5;
}

.ac-services-list .card .card-header {
    background-color: #fff;
    box-shadow: none;
    border: none;
    border-radius: 10px;
}

div#accordion {
    width: 100%;
}

.ac-services-list ul li.services-list-inner {
    padding-left: 105px;
    line-height: normal;
    height: 100px;
    display: flex;
    align-items: center;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    margin-bottom: 15px;
    font-weight: 600;
}

.ac-services-list ul li.services-list-inner span {
    left: 20px;
}

p {
    color: #000;
    text-align: justify;
}




/* --- COUNTER CSS -------------------------- */


.statistic-section {
    padding-top: 70px;
    padding-bottom: 45px;
    background-color: #eff7ff;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.count-title {
    font-size: 28px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    color: #333;
}

.stats-text {
    font-size: 15px;
    font-weight: normal;
    margin-top: 8px;
    margin-bottom: 0;
    text-align: center;
    color: #444;
    text-transform: uppercase;
    font-weight: normal;
}

.stats-line-black {
    margin: 12px auto 0;
    width: 55px;
    height: 2px;
    background-color: #ddd;
}
.stats-icon {
      font-size: 35px;
      margin: 0 auto;
    float: none;
    display: table;
    color: #333;
}
.counter1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 1em 0.5em;
    margin-bottom: 2em;
    border-radius: 10px;
    min-height: 142px;box-shadow: 0 4px 10px 3px #00000014;
}
.counter1:hover {
    
    cursor: pointer;
    background-color: #009db4;
}
.counter1:hover h2, .counter1:hover .stats-text {
    color: #fff;
}
/* .statistic-section .col-xs-12.col-md-3 {
    max-width: 20%;
} */

@media (max-width: 992px) {
    .counter {
        margin-bottom: 40px;
    }
}

/* --- hexagone CSS -------------------------- */

.hexagon {
   position: relative;
   /* width: 124px;
   height: 55.7px; */
   /*  background-color: #64C7CC; */
   margin: 0 0 5px;
}
/* .hexagon:before,
.hexagon:after {
   content: "";
   position: absolute;
   z-index: 1;
   width: 88.35px;
   height: 88.35px;
   -webkit-transform: scaleY(0.5774) rotate(-45deg);
   -ms-transform: scaleY(0.5774) rotate(-45deg);
   transform: scaleY(0.5774) rotate(-45deg);
   background-color: inherit;
   left: 12.8249px;
}
.hexagon:before {
   top: -44.1751px;
   border-top: solid 14.1421px #ff2828;
   border-right: solid 14.1421px #ff2828;
}
.hexagon:after {
   bottom: -44.1751px;
   border-bottom: solid 14.1421px #ff2828;
   border-left: solid 14.1421px #ff2828;
} */
*,*:before,*:after {
   box-sizing:border-box;
}
.hexagon_inner {
    /* position: absolute; */
    z-index: 2010;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;height: 100%;
}
/* .hexcolor_1{border-left: solid 5px #02336e;border-right: solid 5px #02336e;}
.hexcolor_1:before {border-top: solid 7.1421px #02336e;border-right: solid 7.1421px #02336e;}
.hexcolor_1:after {border-bottom: solid 7.1421px #02336e;border-left: solid 7px #02336e;}

.hexcolor_2{border-left: solid 5px #f41c2b;border-right: solid 5px #f41c2b;}
.hexcolor_2:before {border-top: solid 7.1421px #f41c2b;border-right: solid 7.1421px #f41c2b;}
.hexcolor_2:after {border-bottom: solid 7.1421px #f41c2b;border-left: solid 7.1421px #f41c2b;}

.hexcolor_3{border-left: solid 5px #fba315;border-right: solid 5px #fba315;}
.hexcolor_3:before {border-top: solid 7.1421px #fba315;border-right: solid 7.1421px #fba315;}
.hexcolor_3:after {border-bottom: solid 7.1421px #fba315;border-left: solid 7.1421px #fba315;}

.hexcolor_4{border-left: solid 5px #266bbc; border-right: solid 5px #266bbc;}
.hexcolor_4:before {border-top: solid 7.1421px #266bbc;border-right: solid 7.1421px #266bbc;}
.hexcolor_4:after {border-bottom: solid 7.1421px #266bbc;border-left: solid 7.1421px #266bbc;}
 */
ul.listing li {
    color: #000;
    font-size: 15px;
}

.ac-con-wrap {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 0px;
    margin-bottom: 25px;
    border-radius: 4px;
    position: relative;
    margin-top: 20px;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.contactinfo {
    width: 32.33%;
    padding: 20px;
    border: 1px solid #cce0e3;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
}

.contactinfo p {
    margin: 0 0 10px;
    font-size: 14px;
    color: #003f48;
    text-align: left;
}



.top-header-area .social-info {
    width: auto;
    float: right;
    height: 40px;
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.top-header-area .social-info a {
    color: #fff;
    padding-right: 17px;
    font-size: 18px;
}

.top-header-area .social-info a:hover {
    color: #00c3e0;
    padding-right: 17px;
    font-size: 18px;
}

@media (max-width: 767px){
    .contactinfo {
        width: 100%;
    }
    .top-header-area .social-info{
        display: none;
    }
}

/*board of director css*/
.ts-team-info p.team-designation {
    min-height: auto;
}
h3.team-name a {font-size: 18px;}
.team-img-wrapper img {height: 100%;}
.career-form .btn-primary {
    background-color: #009db4;
    border-color: #009db4;
}
.btn-warning {
    color: #fff;
    background-color: #28356e;
    border-color: #28356e;
}
.btn-warning:hover  {
    color: #fff;
    background-color: #009db4;
    border-color: #009db4;
}
.btn-primary {
    color: #fff;
    background-color: #009db4;
    border-color: #009db4;
}
.btn-primary:hover {
    color: #fff;
    background-color: #28356e;
    border-color: #28356e;
}
.book-now-btn a.cust-login {
    background-color: #009db4;
}
.single-footer-widget.mb-4.text-center a img {
    background-color: #fff;
    padding: 10px;
}
#accordion h5.mb-0 button p:hover {
    color: #009db4;
}
.infographic-text.services-list ul li {
    font-size: 15px;
    font-weight: 400;
   /* color: #000;*/
}
.roberto-btn {min-width: auto;}
.classy-nav-container a, .classy-nav-container .classy-navbar, .classynav ul li.megamenu-item>a:after, .classynav ul li.has-down>a:after {
    -webkit-transition-duration: unset!important;
    transition-duration: unset!important;
}
.tender-list .tender-list-inner {
    background: #edf7ff;
    color: #528cba;
}


.video-gallery .box-shadow-ripples::after {
    display: none;
}

.events-section .news-img a {
    transform: scale(0) !important;
    background-color: transparent !important;
      left: 45% !important;
    top: 42% !important;
    color: #fff !important;
    font-size: 24px;
    color: #fff;
    text-shadow: 0 0 10px #00000050;

}

.events-section .news-img:hover a {
    transform: scale(1) !important ;
}

.roberto-contact-form button.btn.roberto-btn.submit {
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
}

.wrapper.inner-body.tenders-bg {
    background-color: #fff;
}

.tender-list .tender-list-inner {
    background: #fff;
    color: #28356e;
}

.tender-list .tender-list-inner:last-child {
    background: #fff;
    border-right: none;
    color: #28356e;
}

section.roberto-about-us-area.section-padding-50-0.ac-report-page .tab-content>.tab-pane .news-img a {
    position: absolute;
  left: 45% !important;
    top: 42% !important;
    transform: translate(-50%, -50%);
    z-index: 9;
    background-color: transparent !important;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    font-size: 24px;
    color: #fff;
    text-shadow: 0 0 10px #00000050;
    transform: scale(0) !important;
}

section.roberto-about-us-area.section-padding-50-0.ac-report-page .tab-content>.tab-pane .news-img:hover a {
     transform: scale(1) !important;
}

.ac-submenu .link-inner {
    border-left: none;
    padding-left: 0;
}

ul.ac-submenu-inner {
    background-color: transparent;
}

.ac-submenu li ul.ac-submenu-inner li a:after {
    display: none;
}

.ac-submenu a {
    padding: 15px 5px;
    border-left: none;
    padding-left: 15px;

}


.infographic-text.services-list ul li:before {
    font-size: 26px;
    content: "\f101";
}

.infographic-text.services-list ul li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.rti-page .annual-reports .report-box {
    padding: 10px 10px;
}

ul.ac-submenu-inner.content.mCustomScrollbar._mCS_2 {
    height: 320px;
}

.single-project-slide .hover-effects .text h5 a {
    color: #ffffff;
    margin-bottom: 10px;
}

.news.events-section.events-section.video-gallery a.box-shadow-ripples {
    left: 40% !important;
    top: 40% !important;
}

.events-section.video-gallery .news-img img.mCS_img_loaded {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.print_ico .fa{color: #009db4;}
.preview_modal .nav-brand img{max-width: 80px;}
.preview_modal .modal-header {
    padding: 10px 15px;
    align-items: center;justify-content: flex-start;
}
.preview_modal .modal-title {font-weight: 600;font-size: 17px;}
.preview_modal .modal-title span {font-weight: 300;}

@media print {
        body * {
            visibility: hidden;
        }
        #printarea  .modal-header ul{opacity:0}
        #printarea .modal-content * {
            visibility: visible;
            overflow: visible;
        }
        .main-page * {
            display: none;
        }
        #printarea .modal {
            position: absolute;
            left: 0;
            top: 0;
            margin: 0;
            padding: 0;
            min-height: 550px;
            visibility: visible;width:100%;
            overflow: visible !important; /* Remove scrollbar for printing. */
        }
        #printarea .modal-dialog {
            visibility: visible !important;
            overflow: visible !important; /* Remove scrollbar for printing. */
        }
        #printarea .modal-lg, #printarea .modal-xl {max-width: 100%;}
        
    }

.table .thead-dark th {
    color: #fff;
    background-color: #28356e;
    border-color: #28356e;
}
.banner-img-slider .img-box img {
    width: 100% !important;
    object-fit: cover !important;
}
select#lang {
    height: auto;
}
