/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


@font-face {
    font-family: 'Dubai-Font';
    font-style: normal;
    font-weight: normal;
    src:url('font/Dubai-Regular.eot?#iefix') format('embedded-opentype'),  
        url('font/Dubai-Regular.woff') format('woff'), 
        url('font/Dubai-Regular.ttf')  format('truetype'), 
        url('font/Dubai-Regular.svg#Dubai-Regular') format('svg');
}

@font-face {
    font-family: 'Dubai-Font';
    font-style: normal;
    font-weight: bold;
    src:url('font/Dubai-Bold.eot?#iefix') format('embedded-opentype'),  
        url('font/Dubai-Bold.woff') format('woff'), 
        url('font/Dubai-Bold.ttf')  format('truetype'), 
        url('font/Dubai-Bold.svg#Dubai-Bold') format('svg');
}

@font-face {
    font-family: 'Dubai-Font';
    font-style: normal;
    font-weight: lighter;
    src:url('font/Dubai-Light.eot?#iefix') format('embedded-opentype'),  
        url('font/Dubai-Light.woff') format('woff'), 
        url('font/Dubai-Light.ttf')  format('truetype'), 
        url('font/Dubai-Light.svg#Dubai-Light') format('svg');
}

@font-face {
    font-family: 'DubaiW23';
    font-style: normal;
    font-weight: bold;
    src: local('Dubai W23 Bold Regular'), url('dubaiw23/DubaiW23-Bold.woff') format('woff');
}

@font-face {
    font-family: 'DubaiW23';
    font-style: normal;
    font-weight: bolder;
    src: local('Dubai W23 Regular Regular'), url('dubaiw23/DubaiW23-Regular.woff') format('woff');
}


body {
    min-width: 1280px !important;
    overflow: scroll !important;
}


body {
    font-family: Tahoma,Verdana,Segoe,sans-serif;
    letter-spacing: 1px;
    padding-top: 76px;
    font-size: 16px;
}

body.lang-ar {
    direction: rtl;
    text-align: right;
}

body.uae-gateway {
    padding-top: 120px;
}

body.no-header {
    padding-top: 120px;
}

body *:focus {
    outline: none;
}

a {
    color: #1b55ae;
    cursor: pointer;
    transition: all 0.11s linear;
}

a:hover {
    color: #c88700;
    text-decoration: none;
}

table.valign-mid td {
    vertical-align: middle !important;
}

img.svg {
    display: none;
}

.header-bar-main {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
}

.header-bar-main .logo-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    background: url('../img/background-header-bar.png') no-repeat center right / auto 100% #ffffff;
    text-align:left;
    direction:ltr;
}

.header-bar-main .logo-bar img {
    max-width: 230px;
}

.header-bar-main .header-tool-bar {
    background: #1b55ae;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-tool-bar .main-menu-link {
    display: inline-block;
}

.header-tool-bar .main-menu-link a {
    display: flex;
    align-items: center;
    font-size: 0.8em;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    margin-right: 15px;
    width: auto;
    line-height: 1;
    text-transform: capitalize;
    padding: 2px 1px;
}

.header-tool-bar .main-menu-link svg {
    width: 20px;
    height: 20px;
    margin-top: -1px;
    margin-right: 8px;
}

.header-tool-bar .main-menu-link * {
    fill: #fff;
}

.header-tool-bar .font-control svg {
    width: 20px;
    height: 20px;
    transform: scale(1.1);
    margin-top: -1px;
    margin-right: 10px;
}

.header-fonts-bar {
    background: #fff;
}

.header-fonts-bar .fonts-11px {
    font-size: 12px;
}

.header-fonts-bar .fonts-16px {
    font-size: 16px;
}

.header-fonts-bar .fonts-20px {
    font-size: 21px;
}

.header-search-bar {
    background: #1e3f72;
    padding: 10px 0px;  
    letter-spacing: 1px;
}

.header-search-bar input {
    background: transparent;
    color: #fff;
    border: 0px;
    outline: none;
    padding: 6px 0px;
    font-size: 0.8em;
    letter-spacing: 1px;
}

.header-search-bar ::placeholder {
    color: #aaa;
}

.header-menu-main {
    background: rgba(256,256,256,1);
    padding: 30px 0px;  
    letter-spacing: 1px;
}

.main-menu-list {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
}

.main-menu-list *, .main-menu-list ul {
    list-style-type: none;
    padding: 0px;
}

.main-menu-list .sub-menu {
    display: none;
}

.main-menu-list li {
    display: block;
    margin: 10px 0px;
}

.main-menu-list li a {
    color: #1b55ae;
    font-size: 0.85em;
    padding: 12px 0px;
    width: 100%;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    display: block;
    position: relative;
    transition: all 0.5s linear;
}

.main-menu-list li:hover a {
    color: #c88700;
}

.main-menu-list a svg {
    display: none;
}

.main-menu-list .has-child a svg {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    fill: #c88700;
}

.main-menu-list .has-child:hover a svg {
    -webkit-animation: 0.6s linear 0s normal forwards infinite shaking-icon-h;
    animation: 0.6s linear 0s normal forwards infinite shaking-icon-h;
}

.main-menu-list li a::after {
    content: "";
    width: 0%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 1px;
    background: #c88700;
    transition: all 0.5s linear;
}

.main-menu-list li:hover a::after {
    width: 100%;
}

.main-menu-list li:last-child {
    margin-bottom: 0px;
}

.main-menu-list li:first-child {
    margin-top: 0px;
}

.menu-main-wrap {
    border-right: 1px solid #eee;
    padding: 0px;
}

.sub-menu-view * {
    list-style-type: none;
}

.sub-menu-view {
    padding: 10px 18px; 
}

.sub-menu-view li {
    display: inline-block;
    margin: 0px 15px 45px;
}

.sub-menu-view a {
    padding: 10px 35px;
    color: #aaa;
}

/********** Homepage ***********/

.home-header {
    min-height: 640px;
    padding: 140px 15px 45px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    box-shadow: inset 1920px 1920px 1px rgba(0,0,0,0.7);
    display: flex;
    background-attachment: scroll;
}

.home-weather-wrap {
    display: flex;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
}

.home-weather-wrap .temp {
    text-align: center;
    font-size: 0.8em;
}

.home-weather-wrap .ico-weather {
    fill: #fff;
}

.home-weather-wrap .ico-weather svg {
    width: 40px;
    height: 40px;
    transform: rotateY(180deg);
}

.home-weather-wrap .time {
    line-height: 24px;
    margin-left: 10px;
}

.home-weather-wrap .time .dt-wrap {
    font-size: 0.8em;
    display: block;
    width: 100%;
}

.home-weather-wrap .time .tm-wrap {
    font-size: 2em;
    font-weight: bold;
}


.home-header .caption-section {
    color: #fff;
    padding: 10px 0px;
}

.home-header .caption-section h1 {
    font-size: 2.8em;
    text-transform: capitalize;
    font-weight: bolder;
    font-family: Tahoma,Verdana,Segoe,sans-serif;
}

.home-header .caption-section p {
    font-size: 1.2em;
    line-height: 26px;
    font-weight: lighter;
    letter-spacing: 2px;
}

.button-ghost-white {
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 50px;
    font-size: 1em;
    text-transform: capitalize;
    border-radius: 80px;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.button-ghost-white svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    margin-left: 20px;
}

.button-ghost-white:hover svg {
    -webkit-animation: 0.6s linear 0s normal forwards infinite shaking-icon-h;
    animation: 0.6s linear 0s normal forwards infinite shaking-icon-h;
}

.home-header .mouse-button-wrap {
    position: absolute;
    left: 0;
    bottom: 25px;
    text-align: center;
    width: 100%;
}

.mouse-button-wrap .mouse-icon {
    padding: 20px 5px 1px 5px;
    border: 1.5px solid #fff;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    -webkit-animation: 0.6s linear 0s normal forwards infinite bouncing-icon-v;
    animation: 0.6s linear 0s normal forwards infinite bouncing-icon-v;
}

.mouse-button-wrap .mouse-icon svg {
    width: 14px;
    height: 14px;
    fill: #ffffff;
}


.home-services-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-serv-wrap {
    padding: 30px 10px;
    text-align: center;
}

.home-serv-wrap .home-serv-icon svg,
.home-serv-wrap .home-serv-icon img {
    width: 120px;
    height: 120px;
    fill: #1b55ae;
}

.home-serv-wrap .home-serv-heading {
    margin: 0px;
    padding: 20px 0px 12px;
    font-size: 1.4em;
    color: #1b55ae;
    text-transform: capitalize;
    font-weight: normal;
}

.home-serv-wrap .home-serv-desc {
    color: #111111;
    font-weight: lighter;
    font-size: 0.9em;
    line-height: 20px;
    letter-spacing: 1px;
    word-break: break-all;
}

.button-gold {
    color: #fff;
    background: #c88700;
    padding: 8px 40px;
    font-size: 0.9em;
    text-transform: capitalize;
    border-radius: 80px;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
}

.button-gold svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    margin-left: 10px;
}

.button-gold:hover svg {
    -webkit-animation: 0.6s linear 0s normal forwards infinite shaking-icon-h;
    animation: 0.6s linear 0s normal forwards infinite shaking-icon-h;
}

.button-gold:hover {
    color: #fff;
}

.button-blue {
    color: #fff;
    background: #1b55ae;
    padding: 8px 40px;
    font-size: 0.9em;
    text-transform: capitalize;
    border-radius: 80px;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
}

.button-blue svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    margin-left: 10px;
}

.button-blue:hover svg {
    -webkit-animation: 0.6s linear 0s normal forwards infinite shaking-icon-h;
    animation: 0.6s linear 0s normal forwards infinite shaking-icon-h;
}

.button-blue:hover {
    color: #fff;
}

.site-heading-blue {
    font-size: 2.2em;
    font-weight: bold;
    text-transform: uppercase;
    color: #1b55ae;
    margin-bottom: 15px;
}

.site-heading-gold {
    font-size: 2.2em;
    font-weight: bold;
    text-transform: uppercase;
    color: #c88700;
    margin-bottom: 15px;
}

.site-heading-black {
    font-size: 2.2em;
    font-weight: bold;
    text-transform: uppercase;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.site-tagline-black {
    font-size: 1.25em;
    font-weight: lighter;
    color: #1a1a1a;
    margin: 0px;
}

.home-sec-3 {
    min-height: calc(90vh);
    padding: 60px 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: inset 100vh 100vh 1px rgba(0,0,0,0.25);
    display: flex;
    background-attachment: fixed;
}

.home-sec-3 .caption-section {
    color: #fff;
    padding: 10px 0px;
}

.home-sec-3 .caption-section h1 {
    font-size: 43px;
    text-transform: capitalize;
    font-weight: bolder;
}

.home-sec-3 .caption-section p {
    font-size: 0.9em;
    line-height: 26px;
    font-weight: lighter;
    letter-spacing: 2px;
    word-break: break-all;
}

.bg-grey {
    background: #f1f1f1;
}

.home-news-wrap {
    background: #fff;
    padding-bottom: 30px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
    transition: all 0.1s linear;
    height: 100%;
}

.home-news-wrap:hover {
    background: #fcfcfc;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}

.home-news-wrap img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transform: scale(1);
    transition: all 0.1s linear;
}

.home-news-wrap:hover img {
    transform: scale(1.1);
}

.home-news-wrap .home-news-content {
    padding: 2px 20px;
    margin-top: 20px;
}

.home-news-wrap .home-news-title {
    font-size: 1.05em;
    line-height: 21px;
    color: #080808;
    margin-bottom: 0px;
    word-break: break-all;
    display: block;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.home-news-wrap .home-news-date {
    font-size: 0.8em;
    color: #aaaaaa;
    margin-top: 3px;
}

.home-news-wrap .home-news-desc {
    color: #333;
    font-weight: lighter;
    font-size: 0.9em;
    margin-top: 12px;
    line-height: 20px;
    word-break: break-all;
}

.arrow-left {
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: -30px;
    cursor: pointer;
}

.arrow-left svg {
    width: 30px;
    height: 30px;
    fill: #888;
    stroke: #aaa;
}

.arrow-right {
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: -30px;
    cursor: pointer;
}

.arrow-right svg {
    width: 30px;
    height: 30px;
    transform: rotateY(180deg);
    fill: #888;
    stroke: #aaa;
}

.slick-arrow.slick-disabled {
    opacity: 0.15;
}



.footer-toolbar {
    color: #ffffff;
    background: url(../img/bg-footer-toolbar.svg) no-repeat center center / cover;
    background: #1b55ae;
    border-bottom: 9px solid #c88700;
}

.footer-toolbar img {
    width: 38px;
    margin-right: 15px;
}

.footer-toolbar svg {
    width: 24px;
    height: 25px;
    padding-right: 4px;
    border-right: 1px solid #fff;
    margin-right: 4px;
    fill: #fff;
}

.footer-toolbar .col1 {
    width: 34%;
    background: #1b55ae; 
    border-right: 1px solid #fff;
    padding: 12px 20px;
    display: flex;
    align-items: center;
}

.footer-toolbar .col2 {
    width: 22%;
    background: #1b55ae;
    border-right: 1px solid #fff;
    padding: 12px 20px;
    display: flex;
    align-items: center;
}

.footer-toolbar .col2:last-child {
    border-right: 0px;
}


@media all and (max-width: 600px) {
    .footer-toolbar .container.d-flex {
        display: block !important;
    }    

    .footer-toolbar .col1, .footer-toolbar .col2 {
        width: 100% !important;
        border: 0px !important;
    }
}

.footer-icons-bar {
    padding: 15px 0px;
}

.footer-timings {
    line-height: 1.2;
}

.footer-timings img {
    width: 110px;
    margin-right: 12px;
}

.footer-logo-sub img {
    max-width: 150px;
}


.footer-sitemap .siteMap {
    font-size: 0.688em;
    color: #6c6c6c !important;
    opacity: 0.5;
    transition: all 0.1s linear;
}

.footer-sitemap .siteMap:hover {
    opacity: 1;
}

.footer-sitemap .siteMap:not(:last-child):after {
    padding: 0px 10px;
    line-height: 1px;
    content: "|";
}

.footer-copyright {
    font-size: 0.688em;
    color: #aaa !important;
}

.footer-section hr {
    margin-top: 4px;
    margin-bottom: 4px;
}

/************* Login Page *************/


.login-page-wrap {
    min-height: calc(100vh - 76px); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*box-shadow: inset 100vh 100vh 1px rgba(0,0,0,0.4);*/
    position: relative;
}


.login-box-wrap {
    width: 100%;
    max-width: 400px;
    min-height: 100px;
    background: #fff;
    border-bottom: 6px solid #c88700;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    padding: 60px 40px;
    left: 50%; top: 50%; /*margin-top: -250px; margin-left: -200px; position: absolute;*/
}


.login-box-wrap .field-icon-user {
    background: url('../img/user-ico.png') no-repeat center right / auto 18px;
}

.login-box-wrap .field-icon-pass {
    background: url('../img/pass-ico.png') no-repeat center right / auto 18px;
}

.login-page-links {
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%;
    text-align: center;
}

.login-page-links a {
    color: #fff;
    font-size: 0.8em;
    text-transform: capitalize;
    margin: 0px 5px;
    letter-spacing: 1px;
}

.dashboard-page-wrap {
    min-height: calc(100vh - 76px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-attachment: fixed;
    padding: 20px;
    margin-top: 50px;
}

.profile-card-minimal {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.profile-card-minimal .profile-card-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 15px;
}

.profile-card-details span {
    display: block;
}

.profile-card-title {
    color: #1b55ae;
    text-transform: capitalize;
    font-size: 1.4em;
    line-height: 22px;
}

.profile-card-link a {
    color: #444;
    font-size: 0.8em;
    text-transform: capitalize;
    text-decoration: none;
    fill: #444;
    line-height: 15px;
}

.profile-card-link svg {
    width: 13px;
    height: 13px;
    margin-left: 5px;
}

.profile-card-link a:hover {
    color: #c88700;
    fill: #c88700;
}

.dashboard-signout a {
    color: #1b55ae;
    fill: #1b55ae;
    font-size: 1em;
    text-decoration: none;
    transition: all 0.15s linear;
}

.dashboard-signout svg {
    width: 17px;
    height: 17px;
    margin-left: 6px;
    margin-top: -2px;
}

.dashboard-signout a:hover {
    color: #c88700;
    fill: #c88700;
}

.dashboard-quick-link {
    background: #fff;
    padding: 25px 30px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.12);
    margin-bottom: 30px;
    cursor: pointer;
}

.dashboard-quick-link .dashboard-quick-icon svg {
    width: 55px;
    height: 55px;
    margin-right: 25px;
    fill: #1b55ae;
    transition: all 0.15s linear;
}

.dashboard-quick-link .dashboard-quick-heading {
    font-size: 1.45em;
    color: #1b55ae;
    margin: 0px;
    transition: all 0.15s linear;
}

.dashboard-quick-link .dashboard-quick-desc {
    padding-top: 10px;
    font-size: 0.95em;
    line-height: 21px;
    font-weight: lighter;
    color: #888;
    margin: 0px;
}

.dashboard-quick-link:hover .dashboard-quick-heading, .dashboard-quick-link:hover .dashboard-quick-icon svg {
    fill: #c88700;
    color: #c88700;
}

.page-main-header {
    min-height: 500px;
    padding: 60px 15px 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    box-shadow: inset 100vh 100vh 1px rgba(0,0,0,0.1);
    display: flex;
    background-attachment: fixed;
}
.page-main-header .caption-section {
    color: #fff;
    padding: 10px 0px;
}

.page-main-header .caption-section h1 {
    font-size: 2.7em;
    text-transform: capitalize;
    font-weight: bolder;
    font-family: Tahoma,Verdana,Segoe,sans-serif;
}

.page-main-header .caption-section p {
    font-size: 1.1em;
    line-height: 26px;
    font-weight: lighter;
    letter-spacing: 2px;
}

.page-main-header .breadcrumbs svg {
    width: 10px;
    height: 10px;
    margin: 0px 3px;
    fill: #fff;
}

.page-main-header .breadcrumbs a, .page-main-header .breadcrumbs span {
    text-decoration: none;
    color: #fff;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page-main-header .breadcrumbs span {
    color: #aaa;
}

.page-sidebar-list ul {
    list-style-type: none;
    padding: 0px;
}

.page-sidebar-list li {
    border-bottom: 1px solid #e1e1e1;
}

.page-sidebar-list li:last-child {
    border-bottom: 0px solid #e1e1e1;
}

.page-sidebar-list .parent-item {
    margin-bottom: 10px;
}

.page-sidebar-list li a {
    font-size: 0.75em;
    text-transform: uppercase;
    padding: 14px 12px 10px;
    display: block;
    text-decoration: none;
    color: #333;
}

.page-sidebar-list li:hover a {
    background: #f7f7f7;
}


.page-sidebar-list li.heading a {
    background: #ccc !important;
    color: #fff !important;
}

.page-sidebar-list li.active a {
    color: #c88700;
}

.page-sidebar-list li.active a::after {
    content: '';
    display: block;
    background: #c88700;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    float: right;
}


.pagination-archive input,
.pagination-archive select {
    width: 45px;
    text-align: center;
}


@-webkit-keyframes shaking-icon-h {
    0% {
        transform: translateX(0px);
    }

    25% {
        transform: translateX(3px);
    }

    75% {
        transform: translateX(-3px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes shaking-icon-h {
    0% {
        transform: translateX(0px);
    }

    25% {
        transform: translateX(3px);
    }

    75% {
        transform: translateX(-3px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes bouncing-icon-v {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(8px);
    }

    75% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes bouncing-icon-v {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(8px);
    }

    75% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0px);
    }
}


/******** UAE Customs Pages **********/

.fade:not(.show) {
    opacity: 1;
}

.page-sidebar-list a {
    transition: all 0.15s linear;
    opacity: 1; 
}

.page-sidebar-list a:hover {
    opacity: 0.75;
}

.page-sidebar-list .parent-item {
    cursor: pointer;
}

.page-sidebar-list li.parent-item a {
    background: #c88700 !important;
}

.page-sidebar-list .parent-item li a {
    background: #f1f1f1 !important;
    color: #c88700 !important;
}

.page-sidebar-list .parent-item ul,
.page-sidebar-list .level-2-parent ul {
    display: none;
}

.page-sidebar-list .level3 li a {
    background: #e1e1e1 !important;
    color: #c88700 !important;
    text-indent: 15px;
}





@media only screen and (max-width: 768px) {
    .footer-icons-bar {
        flex-wrap: wrap;
    }
    .footer-icons-bar > div {
        display: block;
        justify-content: center;
        padding: 15px;
        /*width: 100%;*/
        text-align: center;
    }
    .home-sec-3 .caption-section {
        width: 100% !important;
    }
    .arrow-left {
        position: static !important;
        float: left;
        margin: 0px !important;
        margin-bottom: 10px !important;
        clear: left;
    }
    .arrow-right {
        position: static !important;
        float: right;
        margin: 0px !important;
        margin-bottom: 10px !important;
        clear: right;
    }
    .slick-slider {
        clear: both;
    }
}

.page-link {
    color: #1b55ae;
}

.page-item.active .page-link {
    background-color: #1b55ae;
    border-color: #1b55ae;
}

.page-link:focus {
    box-shadow: none;
}

.page-item.disabled {
    opacity: 0.7;
}



.page-sidebar-list ul li.current > a {
    background: #1b55ae !important;
    color: #fff !important;
}

.main-menu-link.current a {
    position: relative;
    background: #0d3674;
    margin-top: -27px;
    margin-bottom: -11px;
    padding-top: 17px;
    padding-bottom: 14px;
    padding-left: 10px;
    border-radius: 5px;
    padding-right: 10px;
}

.article-main-image {
    max-width: 100%;
    max-height: 390px;
    object-fit: contain;
}


.uae-gateway .button-gold {
    color: #fff;
    background: #c88700;
    padding: 8px 21px;
    font-size: 0.9em;
    text-transform: capitalize;
    border-radius: 80px;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
    border-radius: 8px !important;
}

.uae-gateway .button-blue {
    padding: 8px 21px;
    font-size: 0.9em;
    border-radius: 8px !important;
}


/******* Non-Responsive Config ***/
.container-fluid, .row {
    min-width: 1280px !important;
}

.container-fluid .row, .row .container-fluid {
    min-width: 100% !important;
}

.container {
    max-width: 1170px !important;
    width: 1170px !important;
}

.footer-toolbar {
    width: 100% !important;
    overflow: hidden !important;
}

.home-header {
    min-height: 640px;
}

.footer-toolbar .col1, .footer-toolbar .col2 {
    width: 33% !important;
}
/*input[type="submit"] {
    color: #fff;
    padding: 8px 40px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    background-color: #17a2b8 !important;
}

    input[type="submit"]:hover {
        background-color: #117a8b !important;
        color: #fff;
    }*/
/*
input[type="submit"] {
    color: #fff;
    color: #fff;
    padding: 10px 40px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    background-color: rgba(200, 135, 0, 0.7215686274509804) !important;
    border-radius: 8px;
}
*/
input[type="submit"] {
    color: #fff;
    background: #c88700 !important;
    padding: 8px 21px;
    font-size: 0.9em;
    text-transform: capitalize;
    border-radius: 80px;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
    border-radius: 8px !important;
}
input [type="submit"]:hover {
    background-color: #c88700 !important;
    color: #fff;
}

.table tr td {
    border: 0px !important;
}


.View-Data {
    width: 100%;
}

.radio-control table tr td, .radio-control table tr th {
    border-top: 0px solid #dee2e6;
}

.material-input.radio-control {
    padding: 10px 0px 0px 0;
    border-bottom: 1px solid #d5d5d5;
}

    .material-input.radio-control .bar {
        padding-top: 10px;
    }

    .material-input.radio-control > label {
        top: -10px;
        font-size: 12px;
        font-weight: bold;
    }


.material-input.ddl > label {
    top: -10px;
    font-size: 12px;
    font-weight: bold;
}

.d-none {
    display: none !important;
}

.material-input.selectList > label {
    top: -10px;
    font-size: 12px;
    font-weight: bold;
}

.material-input.ddl select {
    width: 100%;
}
/****************************************** Table style *************************************************/
.csspager td table {
    float: right;
}

tbody {
    display: inline-table;
    width: 100%;
}

tr.csspager {
    background-color: white !important;
}

.csspager td table tbody tr td {
    padding: 0px;
}

    .csspager td table tbody tr td span, .csspager td table tbody tr td a {
        position: relative;
        display: block;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #007bff;
        background-color: #fff;
    }

    .csspager td table tbody tr td span {
        background-color: #1b55ae;
        border-color: #1b55ae;
        z-index: 1;
        color: #fff;
    }

    .csspager td table tbody tr td a {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
    }

.csspager a {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
/**
 .head th {
    background: #c88700 !important;
    color: white;
    border-color: #9e7623 !important;
}**/


.head th {
    background: #1b55ae;
    color: white;
    border-color: #123d7d !important;
    text-align: center;
}

.table.table-striped tr.odd td, .table.table-striped tr.even td {
    border: 1px solid #dee2e6;
}

.gridAction i {
    font-size: 1.4em;
    margin: auto;
}


.gridpanel {
    overflow: auto;
    background: white;
}


.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}

.rounded-pill {
    border-radius: 50rem !important;
}


.gridAction > a > i {
    color: #c88700 !important;
}


.slick-slide img, .home-news-wrap > .overflow-hidden > img.img-fluid {
    display: block;
    width: 100%;
    height: 215px;
    margin: auto;
}

.mouse-button-wrap .mouse-icon div {
    padding: 0px 10px 0px 10px;
    color: white;
    font-weight: 800;
}

.pill {
    border: 0px;
    border-radius: 20px !important;
}

input[type="submit"]:disabled {
    cursor: auto;
    pointer-events: none;
}

.pageTitle {
    font-size: 1.2em !important;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(200, 135, 0, 0.7215686274509804);
    margin-bottom: 15px;
    text-align: left;
    top: 0px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
}


.table .thead-dark th[scope="col"] a {
    color: white !important;
}

.iconimg {
    width: 32px;
    height: 32px;
}


.footer-section .img-fluid {
    height: auto !important;
}

.fullheight {
    height: 100%;
    padding-bottom: 30px !important;
}
.hidden {
    display: none !important;
}
.text-gray {
    color: #808080 !important;
}

.summernoteNewsContent img {
    padding: 10px;
}
.home-services-section.container-fluid {
    margin-top: 50px;
}

.ddlMenu {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background-color: transparent;
    background: url(./svg/common/arrow-down-new.svg) right transparent;
    color: #333;
    font-size: 16px;
    padding: 10px 10px 10px 0;
    position: relative;
    display: block;
    width: 300px;
    border: none;
    border-bottom: 1px solid #d5d5d5;
    border-radius: 0;
}

.head th[scope='col'] a {
    color: white;
    text-align: center;
}

.table.table-striped .gridAction {
    text-align: center;
}
.news-events-img {
    min-width: 200px;
    max-width: 500px;
    min-height: 200px;
    max-height: 500px;
    object-fit: contain;
}