@font-face {
    font-family: 'KlavikaMedium-TF';
    font-style: normal;
    font-weight: normal;
    src: local('KlavikaMedium-TF'), url('../fonts/klavika-medium-cufonfonts-webfont/KlavikaMedium-TF.woff') format('woff');
}

@font-face {
    font-family: 'KlavikaRegular-TF';
    font-style: normal;
    font-weight: normal;
    src: local('KlavikaRegular-TF'), url('../fonts/klavika-medium-cufonfonts-webfont/KlavikaRegular-TF.woff') format('woff');
}

@font-face {
    font-family: 'KlavikaLight-Plain';
    font-style: normal;
    font-weight: normal;
    src: local('KlavikaLight-Plain'), url('../fonts/klavika-medium-cufonfonts-webfont/KlavikaLight-Plain.woff') format('woff');
}

@font-face {
    font-family: 'Klavika Bold Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Klavika Bold Bold'), url('../fonts/klavika-medium-cufonfonts-webfont/KlavikaBoldBold.woff') format('woff');
}

body {
    font-family: 'KlavikaLight-Plain';
}
.marinaSlot .container{
    max-width: 95%;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul li {
    list-style-type: none !important;
}

a {
    text-decoration: none !important;
}

input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}


/** Header **/

li.nav-item {
    font-size: 17px;
}

.header_overlay {
    position: fixed;
    z-index: 1200;
    top: 0;
    width: 100%;
    opacity: 1;
}

.active_header {
    position: fixed;
    background-color: #fff !important;
    transition: 0.8s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    width: 100%;
    z-index: 9999;
}

a {
    display: inline-block;
}

.nav {
    width: 100%;
    position: relative;
    justify-content: space-between;
    padding: 5px 1.5rem 0;
}

img.Logo {
    width: 163px;
}

.navbar-brand {
    padding: 0;
}

.nav>.nav-header {
    display: inline;
}

.nav>.nav-header>.nav-title {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    padding: 10px 10px 0 10px;
}

.nav>.nav-btn {
    display: none;
}

.nav-links ul {
    margin-bottom: 0;
    display: block;
}

.nav-links ul li {
    display: inline-block;
}

.nav>.nav-links {
    display: inline;
    float: right;
    font-size: 17px;
    width: 73%;
    text-align: right;
    padding-top: 34px;
}

.nav>.nav-links>a {
    display: inline-block;
    padding: 13px 10px 13px 10px;
    text-decoration: none;
    color: #efefef;
}

.nav>#nav-check {
    display: none;
}

.nav-links ul li.par-submenu {
    position: relative;
    padding: 10px 10px 10px 10px;
}
.active_header .submenuSlot_one{
    color: #13294b !important;
}
/* li.par-submenu a::after {
    content: "";
    background: #00a3e0;
    height: 1px;
    position: absolute;
    bottom: 0;
    transition: .16s all 0.025s;
} */

li.par-submenu a::after {
    left: 100%;
    right: 0;
}

li.par-submenu a:hover~a::after {
    left: 0;
    right: 100%;
}

li.par-submenu a:hover::after {
    left: 0;
    right: 0;
}

/* .par-submenu .submenu {
    position: absolute;
    --bg-opacity: 1;
    background-color: #fff;
    visibility: hidden;
    margin-top: 15px;
    border-radius: 3px;
    transform: translateY(150px);
    transition: all .4s ease .8s;
    z-index: 999;
    text-align: left;
    border-top: 2px solid #13294b;
    width: 200px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.par-submenu:hover .submenu {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateY(25px);
} */

.par-submenu .submenu {
    position: absolute;
    --bg-opacity: 1;
    background-color: #fff;
    visibility: hidden;
    margin-top: 15px;
    border-radius: 3px;
    z-index: 999;
    text-align: left;
    border-top: 2px solid #13294b;
    width: 200px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    top: calc(100% - -10px);
    transition: 0.6s;
    opacity: 0;
}

.par-submenu:hover .submenu {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    top: 30px;
}

.submenu li.submenu-list {
    padding: 10px 8px;
    display: block;
    cursor: pointer;
}

.submenu li.submenu-list:hover {
    background-color: #e8e8e8;
}


.menuRight-slot {
    display: inline;
    position: relative;
    padding-top: 34px;
}

.languagebutton {
    vertical-align: middle;
    margin-top: -8px;
    width: 20px;
    /* display:none; */
}

.slotIcon {
    display: inline-block !important;
}

.searchingSlot {
    width: 0px;
    background-color: #ffffff;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-radius: 5px;
    top: 23px;
    bottom: auto;
    right: 4px;
    left: auto;
    position: absolute;
    z-index: 999;
    overflow: hidden;
    transition: all 0.6s;
}

.searching_effect {
    transition: all 0.6s;
    width: 780px;
}

.searchingSlot_popup_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.searching_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.searching_label {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
}

.searchingSlot__field {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0.1px;
    background-color: #f2f3f6;
    color: #13294b !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    padding: 12px 18px 12px 18px;
    margin: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 4px 4px 4px 4px;
    width: 100%;
    outline: none;
}

.searchinBtn {
    background-color: rgba(0, 0, 0, 0);
    color: #0c1325;
    padding: 10px 5px 10px 5px;
    margin: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

.searchingSlot_closeBtn {
    background-color: rgba(0, 0, 0, 0);
    color: #0c1325;
    padding: 10px 0px 10px 8px;
    margin: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

button.popup_close_trigger:focus {
    box-shadow: none;
}

.nav-link {
    padding: 0 !important;
}

a.nav-link {
    color: #fff;
}
.submenu-list a.nav-link {
    color: #13294b !important;
}
.nav-linkScroll {
    color: #13294b !important;
}

i.fa.fa-search {
    color: #fff;
    font-size: 25px;
    padding: 0 0.5rem;
    cursor: pointer;
    transform: scaleX(-1);
}

.fa-search:before {
    content: "\2315" !important;
}

.fa-search_scroll {
    color: #13294b !important;
}

.fa-search_scroll:hover {
    color: #00a3e0 !important;
}

.searchSlot_close-icon:hover {
    color: #00a3e0 !important;
}

a.langIcon {
    padding: 0 0.5rem;
}


/** Header end**/

/* layout-section */

ul {
    position: relative;
    list-style: none;
    padding: 0;
    display: inline-block;
}
ul.sitemap{
    display: unset;
}
ul.sitemap ul{
    display: unset;
}
ul.sitemap li a,ul.PagesUL li a{
    color: #13294b;
}
ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.demo-1 a {
    color: #fff !important;
    text-transform: uppercase;
}

.hover-slider {
    position: absolute;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.demo-1 .hover-slider {
    border-bottom: 1px solid #00a3e0;
}

/* layout-section end */

/** hero-section **/

section.hero-section {
    overflow-x: hidden;
    position: relative;
    background-color: #13294b;
}

video.video-fluid {
    width: 100%;
    opacity: 0.8;
}

img.bgImg {
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}

section.hero-section .carousel-item img {
    opacity: 0.8;
}

.para-content {
    position: absolute;
    z-index: 999;
    color: #ffffff;
    width: 100%;
    text-align: center;
    bottom: 40px;
}

.para-content a {
    color: #00a3e0;
}

.hero-section .carousel-inner .carousel-item {
    /* height: 100vh !important; */
}

.carousel-indicators button {
    position: relative;
    width: 8px;
    height: 8px;
    background: #fff !important;
    margin: 0 3px;
    border: 0;
    bottom: 20px;
}

.carousel-indicators button:focus {
    outline: none !important;
}

.carousel-indicators button.active {
    background: #00a3e0 !important;
}


/** hero-section end **/


/** about-section **/

section.about {
    text-align: center;
    padding: 40px 80px;
    display: grid;
}

h2.headingDiv {
    font-weight: 600;
    text-transform: uppercase;
    color: #13294b !important;
    border-bottom: 2px solid #13294b;
    border-top: 5px solid #13294b;
    padding: 5px 0;
    margin: auto;
    margin-bottom: 30px;
}

.about p {
    color: #13294b;
}

a.btnMore {
    text-transform: uppercase;
    color: #13294b !important;
    font-weight: bold;
}

.about a.btnMore:hover {
    padding-left: 15px;
}

.btnPlay {
    color: #00a3e0;
    margin-left: 6px;
    font-size: 13px;
}

i.fa.fa-play.btnPlay {
    display: none;
}

.fa-play.btnPlay:before {
    content: "\25B7" !important;
    font-weight: bold;
    font-size: 16px;
    padding-top: 1px;
}


/** about-section end **/


/** Counter-section  **/

section.counter-area {
    background: #e8e8e8;
    margin-bottom: 70px;
}

.counter-box.text-center {
    padding: 50px 10px;
}

.counterSlot:hover img {
    transform: scale(1.2);
}

.count-up h3 {
    margin: 0;
    text-align: left;
    font-weight: bold;
    display: inline-block;
    font-size: 30px;
}

span.count-up {
    text-align: left;
}

.count-up span {
    text-align: left;
    font-weight: bold;
    font-size: 30px;
    display: inline-block;
}

p.counter-p {
    margin: 0;
    text-align: left;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.8;
}

p.counter-smSlot {
    margin: 0;
    font-size: 0.8rem;
    line-height: 0.7;
    text-align: left;
    font-weight: bold;
}

.mt-counter {
    vertical-align: super;
    margin-right: 10px;
    width: 65px;
}


/** Counter-section end **/


/** propertie-section **/

section.property_section {
    padding: 130px 30px 0 !important;
}

.ourProp_inner {
    position: absolute;
    top: 26px;
    padding: 0 20px;
}

.propertieImg .ourProp_inner h2 {
    color: #fff;
    text-transform: uppercase;
    border-top: 5px solid #ffffff;
    border-bottom: 2px solid #ffff;
    padding: 5px 0px;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    width: 160px;
}

.ourProp_inner p.our_para {
    color: #fff;
    top: 100px;
    z-index: 999;
    padding-right: 15px;
}

.ourProp_inner p.readMore {
    position: initial;
}

.propertieImg {
    margin-bottom: 30px;
    position: relative;
    background: #000000b3;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    width: 100%;
    display: block;
}

.ourImg_opacity {
    opacity: 1 !important;
}

.propertie-secInner {
    padding: 0 75px;
}

.propertieImg img {
    opacity: .7;
    transition: 0.3s ease-in-out;
    width: 100%;
}

.propertieImg img:hover {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

a.prop_underline:after {
    content: "";
    display: block;
    width: 85px;
    height: 1px;
    background-color: #fff;
    margin-top: 1px;
}

p.projectDIV {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    z-index: 999;
}

.read_pro {
    bottom: 13px !important;
}

p.readMore {
    position: absolute;
    bottom: 0px;
    left: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    z-index: 999;
}

.readMore a {
    color: #fff !important;
}

em.fa.fa-play.playIcon {
    position: absolute;
    bottom: 0;
    right: 20px;
    margin-bottom: 1rem;
    color: #fff;
    cursor: pointer;
    z-index: 999;
}

.fa-play.playIcon:before {
    content: "\25B7" !important;
    font-weight: bold;
}

.property_listing {
    text-align: center;
}

.property_listing img {
    height: 297px !important;
    /* width: 369px; */
}

.property_listing a.hover_effect{
    margin-bottom: 20px;
    max-width: 100%;
}

.property_section .carousel-inner .carousel-item {
    height: auto !important;
}

/** propertie-section end **/


/** news-section **/

section.news {
    text-align: center;
    padding: 20px 40px;
    display: grid;
}

.news .carousel-inner .carousel-item {
    height: 400px !important;
}

section.news_default {
    display: block !important;
    margin-bottom: 25px;
}

.news_default h2.headingDiv {
    width: 200px;
}

.news_slider .slick-slide div {
    padding-left: 15px;
    padding-right: 15px;
}

.newsSlot {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 10px;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

.newsSlot:hover {
    transform: translateY(-15px);
}

.newsSlot a:hover {
    transform: translateX(10px);
}

.Homenews {
    height: 210px;
    width: 100%;
}

.newsDate {
    text-align: left;
    position: absolute;
    left: 25px;
    top: 30px;
    background: #13294b;
    color: #fff;
    padding: 2px 10px;
}

.newsSlot img {
    width: 100%;
}

.newsSlot .Newscontent {
    text-align: left;
    padding: 5px 10px;
    margin: 20px 15px 15px;
    height: 90px;
    overflow: hidden;
}

.Newscontent p {
    border-left: 7px solid #E8E8E9;
    padding-left: 10px;
    font-size: 18px;
    color: #132943 !important;
}

button.btnMore {
    background: none;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    color: #13294b !important;
    padding-right: 20px;
    padding-bottom: 10px;
    outline: none;
}

a.btnMore {
    background: none;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    color: #13294b !important;
    padding-right: 20px;
    padding-bottom: 10px;
    outline: none;
    cursor: pointer;
}

.newsSlot p.btnMore {
    text-align: right;
    width: 100%;
    padding-right: 10px;
    color: #13294b;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    cursor: pointer;
}

.newsSlot p.btnMore:after {
    content: "\25B7" !important;
    font-weight: bold;
    color: #00a3e0;
    margin-left: 5px;
}

.newsSlot p.read-news {
    text-align: right;
    width: 100%;
    padding-right: 10px;
    color: #13294b;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    cursor: pointer;
}

.newsSlot p.read-news:after {
    content: "\25B7" !important;
    font-weight: bold;
    color: #00a3e0;
    margin-left: 5px;
}

.news .carousel-control-prev {
    left: 0px;
    width: 0;
    display: none;
}

.news .carousel-control-next {
    right: 50px;
    width: 0;
    display: none;
}

.carousel-control-next-icon {
    background-color: #000;
    color: #000 !important;
    background-image: none;
    width: 0;
    height: 100px;
}

.carousel-control-next-icon::before {
    font-family: fontawesome;
    content: "🡢";
    background: #000;
    color: rgb(255, 255, 255);
    padding: 5px;
    border-radius: 25px;
    font-size: 25px !important;
    margin-left: 10px;
    font-weight: bolder;
}

.carousel-control-prev-icon {
    background-color: #000;
    color: #000 !important;
    background-image: none;
    width: 0;
    height: 100px;
}

.carousel-control-prev-icon::before {
    font-family: fontawesome;
    content: "🡠";
    background: #000;
    color: rgb(255, 255, 255);
    padding: 5px;
    border-radius: 25px;
    font-size: 25px !important;
    margin-left: 10px;
    font-weight: bolder;
}

.news .carousel-item{
    transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out !important;
}


/** news-section end **/

/* news-details-section */

section.news_Details {
    padding-top: 125px;
}

.newsDetails_title {
    justify-content: space-between;
    margin-bottom: 15px;
}

h1.deatils_head {
    font-weight: 600;
    margin-bottom: 0;
    color: #13294b !important;
}

a.detail_link {
    background: #13294b;
    border: 1px solid #13294b !important;
    padding: 7px 20px;
    color: #fff;
    transition: 0.5s ease-in-out;
    margin-bottom: 18px;
}

a.detail_link:hover {
    background: #fff;
    color: #13294b;
}

.news_detailDate {
    margin-top: 10px;
    margin-bottom: 0;
}


/* news-details-section end */



/** presence-section **/

section.presence {
    text-align: center;
    padding: 20px 95px;
    margin-bottom: 20px;
    margin-top: 20px;
    display: grid;
}

.Presence.our_proPara {
    padding: 0 100px 20px;
}

.preSlot {
    position: relative;
    background: #000;
}

.preSlot img {
    opacity: 0.7;
    transition: .2s;
    width: 100%;
}

.preSlot img:hover {
    opacity: 1;
}

.our_rgtImg{
    height: calc(100% - 35px);
}

.preSlot p {
    position: absolute;
    left: 15px;
    top: 20px;
    color: #ffffff;
    z-index: 9;
}

.prePadl {
    padding-left: 0;
    padding-right: 16px;
}

.prePad {
    padding-left: 1px;
}

.prePadr {
    padding-right: 0;
    padding-left: 0;
}


/** presence-section end **/


/** team-section **/

section.team {
    background: url(../images/teamImg.jpg);
    background-position: center;
    background-size: cover;
    padding: 130px 0px;
    text-align: center;
    margin: 15px 0 55px;
    height: 405px;
}

.team h2 {
    color: #ffffff;
}

.team p {
    color: #ffffff;
    width: 53%;
    margin: 20px auto 0;
}

.applyBtn {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    background: transparent;
    border: none;
    cursor: context-menu !important;
}

.applyBtn a {
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    padding: 8px 15px;
    letter-spacing: 1px;
    transition: 0.5s ease;
}

.applyBtn a:hover {
    background-color: #13294b;
    font-weight: bold;
}


/** team-section end **/

/** SubCategories-section **/

section.SubCategories {
    padding: 60px 30px 0;
}

li.width30 {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 10px;
}

.PhotoGallery {
    display: inline-block;
    padding: 0 10px;
    transition: 0.3s;
    margin-bottom: 10px;
}

.PhotoGallery:hover {
    transform: scale(1.1);
    cursor: zoom-in;
    margin-bottom: 20px;
    margin-top: 10px;
}

.PhotoGallery img {
    max-width: 270px;
}

.ico {
    display: none;
}

.ico .fa-search-plus:before {
    cursor: pointer;
}

/** about-page -section **/

section.aboutSlot {
    padding-top: 155px;
}

.leftSlot {
    position: relative;
    margin-bottom: -70px;
}

.mv_slot{
    margin-top: 65px;
}

.aboutTitle {
    position: relative;
    transform: rotate(270deg);
    top: -70px;
    right: 265px;
}

.aboutTitle h4 {
    font-size: 2rem;
    font-weight: 600;
    color: #13294b;
}

.aboutSlot-Img {
    height: auto;
    padding-left: 80px;
    position: relative;
    top: -110px;
    max-width: 100%;
}

img.aboutSlotright-Img {
    width: 82%;
    height: auto;
}

.aboutTitleRight {
    position: relative;
    transform: rotate(90deg);
    top: 0%;
    left: 280px;
}

.aboutTitleRight h4 {
    font-size: 2rem;
    font-weight: 600;
    color: #13294b;
}

.headingAbout {
    font-weight: 600;
    text-transform: uppercase;
    color: #13294b !important;
    border-bottom: 2px solid #13294b;
    border-top: 5px solid #13294b;
    padding: 5px 0;
    margin-bottom: 30px;
    font-size: 28px;
    width: fit-content;
}

button.corpBtn {
    border: none;
    margin-left: 10px;
}

.corpBtn a {
    color: #ffffff;
    background: #00a3e0;
    padding: 8px 10px;
    text-transform: uppercase;
}

.corpBtn a:hover {
    color: #00a3e0;
    background: #ffffff;
    border: 1px solid #00a3e0;
    font-weight: bold;
}

section.coreValue {
    background: url(../images/coreImg.jpg);
    background-position: center;
    background-size: cover;
    padding: 20px 70px;
    text-align: center;
    display: grid;
    margin-bottom: 50px;
    height: 390px;
    margin-top: 40px;
}

.coreValue .corevalue_slot{
    padding: 0 80px;
}

.valueSlot img {
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 20px;
}

.valueSlot h6 {
    color: #ffffff;
    margin-top: 15px;
}

.valueSlot p {
    color: #ffffff;
    margin-top: 15px;
}


/** about-page section end**/


/** milestones section **/

section.milestones {
    text-align: center;
    padding: 20px 40px 10px;
    margin-bottom: 0;
    display: grid;
}

.milestones_default {
    display: block !important;
}

.milestones_default h2.headingDiv {
    width: 180px;
}

.milestones_year {
    max-width: 100%;
}

.milestones .carousel-item {
    max-width: 100%;
    height: auto !important;
}

.milestones .carousel-control-prev {
    left: -10px;
}

.milestones .carousel-control-next {
    right: 10px;
}

.yearSlot1 {
    padding-left: 15px;
    border-left: 1px solid #c2c2c2;
    padding-bottom: 5rem;
    margin-bottom: 5px;
}

.yearSlot1 h5 {
    font-weight: bold;
    color: #13294b;
    font-size: 25px;
}

.yearSlot-bottom {
    display: flex;
}

.slotrightBottom {
    margin-left: 10px;
}

.bottomSlotDiv {
    border-left: 1px solid #c2c2c2;
    padding-left: 15px;
    margin-top: 5px;
    padding-top: 13.4rem;
    width: 160px;
}

.bottomSlotDiv h5 {
    font-weight: bold;
    color: #13294b;
    font-size: 25px;
}

.respPara {
    color: #595959;
    width: 220px;
    max-width: 100%;
}

.container.carousel-item {
    transition: transform .6s ease-in-out !important;
}

/* .mileston_chevronleft {
    top: 100%;
    left: 20px;
}

.mileston_chevronright {
    top: 100%;
    right: 20px;
} */

.milestones_slider button.slick-arrow {
    top: 35%;
}

.milestones_slider .slick-prev:before, .slick-next:before {
    color: #13294b !important;
    font-family: 'FontAwesome';
    font-size: 28px;
}

.milestones_slider .slick-prev:before {
    content: "\f104";
}

.milestones_slider .slick-next:before {
    content: "\f105";
}

.milestones_slider .slick-arrow.slick-disabled {
    cursor: default !important;
}

/** milestones section end **/


/** Presence-section **/

section.Presence {
    text-align: center;
    padding: 20px 40px;
    margin-bottom: 20px;
    display: grid;
    overflow: hidden;
}

.ourMap {
    width: 80%;
    margin: auto;
    position: relative;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.outermap {
    position: relative;
}

.locationOuter_map .fa-map-marker {
    font-size: 30px;
    color: #13294b !important;
}

.locationOuter_one {
    position: absolute;
    top: 90px;
    left: 120px;
}

.locationOuter_two {
    position: absolute;
    top: 60px;
    left: 530px;
}

.locationOuter_three {
    position: absolute;
    top: 105px;
    left: 540px;
}

.locationOuter_four {
    position: absolute;
    top: 160px;
    left: 480px;
}

.locationOuter_five {
    position: absolute;
    top: 115px;
    left: 650px;
}

.locationOuter_six {
    position: absolute;
    left: 750px;
    top: 210px;
}

.location_inner1:hover .maphover_one {
    visibility: visible;
    top: -100px;
    left: -85px;
    min-width: 200px;
}

.location_inner2:hover .maphover_two {
    visibility: visible;
    top: -100px;
    left: -80px;
    min-width: 200px;
}

.location_inner3:hover .maphover_three {
    visibility: visible;
    top: -100px;
    left: -80px;
    min-width: 200px;
}

.location_inner4:hover .maphover_four {
    visibility: visible;
    top: -100px;
    left: -80px;
    min-width: 200px;
}

.location_inner5:hover .maphover_five {
    visibility: visible;
    top: -100px;
    left: -150px;
    min-width: 200px;
}

.location_inner6:hover .maphover_six {
    visibility: visible;
    top: -100px;
    left: -80px;
    min-width: 200px;
}

.map_imgSlot {
    display: flex;
    justify-content: center;
    align-items: center;
}

img.location1 {
    position: absolute;
    left: 106px;
    top: 93px;
}

img.location2 {
    position: absolute;
    top: 170px;
    left: 480px;
}

img.location3 {
    position: absolute;
    top: 60px;
    left: 56%;
}

img.location4 {
    top: 100px;
    position: absolute;
    left: 57%;
}

img.location5 {
    top: 120px;
    position: absolute;
    left: 70%;
}

img.location6 {
    position: absolute;
    top: 205px;
    right: 18%;
}

.maphover {
    position: absolute;
    visibility: hidden;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    z-index: 999;
    padding: 1px 10px;
}

.locationOuter:hover .maphover_one {
    visibility: visible !important;
    top: 0px;
    left: 20px;
}

.locationOuter:hover .maphover_two {
    visibility: visible !important;
    top: 70px;
    left: 365px;
}

.locationOuter:hover .maphover_three {
    visibility: visible !important;
    top: -40px;
    left: 44%;
}

.locationOuter:hover .maphover_four {
    visibility: visible !important;
    top: 0px;
    left: 45%;
}

.locationOuter:hover .maphover_five {
    visibility: visible !important;
    top: 15px;
    left: 58%;
}

span.hoverCaret {
    position: absolute;
    bottom: -15px;
    right: 50%;
    color: #fff;
}


/** Presence section end **/


/** marina-section **/

section.marinaSlot_outer {
    padding: 150px 0 0;
}

section.marinaSlot {
    padding: 0 23px;
}

.marinaSlot .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: right;
    padding-left: 15%;
    margin-right: 10%;
    margin-left: 0;
    list-style: none;
}
.marainaAlign {
    text-align: right;
}

.marainaAlign .footerBtn {
    margin-bottom: 15px;
}

.propertie_location {
    display: flex;
    line-height: 4.7;
    justify-content: space-between;
    max-width: 100%;
    padding: 0 30px;
    position: relative;
    text-align: left !important;
}

.devlopSlot .pro_Img img {
    height: 80px;
    margin-bottom: 5px;
}

a.pro_Loc {
    color: #004488 !important;
    font-weight: bold;
    position: relative;
    left: 0px;
    width: calc(100% - 110px);
    text-align: left !important;
}

a.pro_Loc:before {
    position: absolute;
    content: "\f041 ";
    font-family: 'FontAwesome';
    left: -12px;
    font-size: 13px;
    top: 7px;
    color: #00a3e0;
}

.devlopSlot  hr {
    width: 110px;
    margin: 0 auto;
}

.devlopSlot {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
    padding: 20px;
    height: 100%;
}

.marinaSlot_contact {
    margin-top: 110px;
    margin: 110px 0 3rem;
}

.contactBox {
    background: #13294b;
    color: #ffffff;
    text-align: center;
    width: 320px;
    padding: 30px 20px;
    position: absolute;
    left: 77px;
    top: -80px;
}


/** marina section end **/


/** investor section **/

.investorImg {
    margin: 25px auto;
}

h4.reportsLabel {
    font-size: 25px;
    font-weight: 600;
    color: #13294b;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.lined .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    color: #c3c3c3;
    padding: 10px 0 !important;
    font-size: 14px;
    margin: 0 !important;
}

.investor-tab-outer{
    padding: 0 35px !important;
}

.investor-tab-outer ul{
    width: 100% !important;
}

.investorCount_tab{
    border: 10px solid #13294b;
    height: 360px;
}

.investor-tab-vh{
    height: 100%;
}

.investor-tab-vh img{
    height: 100%;
}

.Presence .nav-tabs {
    border-bottom: 1px solid #00a3e0;
    width: 97%;
}

.presence_slotone{
    padding: 0 18px;
}

.lined .nav-link:hover {
    border: none;
    border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
    background: none;
    color: #555;
    border-color: #13294b;
}

.panelBox {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 25px 20px;
    border-radius: 5px;
}

span.annualRange {
    font-size: 24px;
    font-weight: bold;
    padding: 10px 18px;
}

.lined .investor-nav-link {
    text-transform: capitalize !important;
    color: #13294b;
    padding-top: 10px !important;
}

.lined .investor-nav-link.active {
    background: #13294b;
    color: #ffffff !important;
    padding-top: 10px !important;
}

.investor-tab-content>.active {
    display: block !important;
}

.investor-tab-content>.investor-tab-pane {
    display: none;
}

.investor-tab-pad{
    padding: 3rem 1.5rem;
}

/** investor section end **/


/** corporate-section **/

section.disclosures {
    text-align: center;
    padding: 150px 100px 20px;
    margin-bottom: 20px;
    display: grid;
}

.btn-secondary {
    color: #fff;
    background-color: #ff407b;
    border-color: #ff407b
}

.btn {
    font-size: 14px;
    padding: 9px 17px;
    border-radius: 2px
}

.nav-disclosures {
    color: #13294b !important;
}

.tab-vertical .nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 0px;
    border-bottom: 0;
    width: 30%;
}

.tab-vertical .nav.nav-tabs .nav-item {
    margin-bottom: 0px;
    border-bottom: 1px solid #13294b;
    text-align: left;
    position: relative;
}

.tab-vertical .nav-tabs .nav-link {
    padding: 17px 20px !important;
    background-color: #ffffff;
}

.tab-vertical .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #13294b !important;
    border-color: transparent !important;
}

.tab-vertical .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 0;
}

.disclosures .tab-vertical .tab-content {
    overflow-y: auto;
    background: #fff;
    padding: 0px;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
    height: 565px;
    max-height: 565px;
}

.nav-item .fa-angle-right {
    position: absolute;
    top: 15px;
    color: #ffffff;
    right: 20px;
    font-size: 30px;
}

#myTabContent3 .tab-pane {
    border: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
}

.disclosures #myTabContent3 .tab-pane {
    padding: 0 !important;
}

.lead {
    border: 0;
    background-color: #e8e8e8;
}

.disclosures .tab-pane p {
    text-align: left;
    padding: 19px 10px;
    margin-bottom: 0;
    font-size: 15px;
    color: #595959;
}

/* .tab-content>.tab-pane {
    visibility: hidden;
    display: block;
} */

/* .tab-content>.active {
    visibility: visible;
} */

.corpDIv {
    position: relative;
    margin-bottom: 20px;
}

.corp-Para {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 179px;
    font-size: 18px;
}

.corp-Para hr {
    border: 2px solid #fff;
    width: 50px;
    margin: 5px auto;
}


/** corporate-section end **/


/** news-section **/

section.newsDiv {
    padding-top: 150px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 35px;
}

.newsDiv_outer{
    padding: 0;
    display: inline-block;
    width: 100%;
}

.newsDiv_outer h2.headingDiv {
    float: left;
    margin: 0 0 30px;
    width: 90px;
}

.newsDiv_inner{
    float: right;
}

.newsDiv label.selectOptionDB {
    margin: 0 10px 5px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 7px;
}

.newsDiv .selectOptionDB:before {
    background: #fff;
    color: #00a3e0;
}

.selectOptionDB {
    position: relative;
}

.selectOptionDB:before {
    -moz-appearance: none;
    color: #00a3e0;
    content: "\f107";
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    height: 23px;
    line-height: 23px;
    width: 25px;
    pointer-events: none;
    position: absolute;
    right: 0 !important;
    top: 10px !important;
    text-align: center;
}

.archive_DB:before{
    display: none !important;
}

.form-select-contact:before {
    background-color: #f9f8f7;
}

.newsDiv .form-select {
    height: 45px;
    border: 0;
    padding: 0 20px;
    border-radius: 7px;
    /* width: 240px; */
    text-transform: uppercase;
    color: #13294b !important;
    font-weight: bold;
    line-height: 45px;
    background-color: #ffffff !important;
    background: #ffffff !important;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

select.form-select option {
    color: #13294b !important;
    font-weight: bold;
}


/** news-section end **/


/** team-section **/

section.teamSec {
    text-align: center;
    padding: 150px 40px 20px;
    margin-bottom: 20px;
    display: grid;
}

h2.headingDiv {
    font-weight: 600;
    text-transform: uppercase;
    color: #13294b !important;
    border-bottom: 2px solid #13294b;
    border-top: 5px solid #13294b;
    padding: 5px 0;
    margin: auto;
    margin-bottom: 30px;
}

.teamSec h4 {
    color: #13294b;
    font-weight: 600;
    text-align: left;
}

.team-outerSlot {
    position: relative;
}

.learnSlot h5 {
    font-weight: 600;
    color: #13294b;
}

.learnSlot {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    text-align: left;
    padding: 10px 10px;
    left: 0;
    top: 0;
    transform: translate(40%, -50%);
    z-index: 999;
    opacity: 1;
    width: 280px;
    border-bottom: 4px solid #00a3e0;
    background: #ffffff;
}

#show_slot2 {
    right: 450px;
}

#show_slot5 {
    right: 450px;
}

#show_slot7 {
    right: 450px;
}

#show_slot9 {
    right: 450px;
}

#show_slot12 {
    right: 450px;
}

#show_slot15 {
    right: 450px;
}

#show_slot17 {
    right: 450px;
}

p.readText {
    margin-bottom: 0;
}

.descriptionDiv {
    display: none;
    position: absolute;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #ffffff;
    padding: 25px 20px;
    width: 420px;
    height: 545px;
    top: 0;
    right: 70px;
    transform: translate(95%, -5%);
    z-index: 999;
    text-align: left;
    overflow: auto;
}

.btnClose {
    text-align: right;
    padding: 0;
    outline: none;
    color: #00a3e0;
}

.moreTxt {
    margin-top: 20px;
    color: #595959;
}

.fullDescription {
    border-left: 10px solid #e8e8e8;
    padding-left: 15px;
}


/** team-section end **/


/** contact-section **/

section.contactSec {
    text-align: center;
    padding: 150px 100px 20px;
    margin-bottom: 20px;
    display: grid;
}

.contactSec .contactOuter {
    background-color: #f9f8f7;
}

.contactBg {
    background-image: url(../images/contactBg.png);
    background-size: contain;
    background-blend-mode: multiply;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 65px 25px 150px;
    color: #ffffff;
}

.contactBg-Outer {
    background-color: #13294b;
}

.contact-effect {
    background-color: rgba(0, 0, 0, 0.5)!important;
}

.contactDetail {
    justify-content: center;
    margin-top: -100px;
    z-index: 999;
    background-color: #f9f8f7;
    margin-left: 0;
    margin-right: 0;
    padding-top: 35px;
    padding-bottom: 35px;
}

.contactSlot {
    background-color: #ffffff;
    text-align: left;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px 50px;
    margin-bottom: 20px;
    color: #13294b;
    display: flex;
}

.contactSlot span i {
    color: #13294b;
    border: 3px solid #13294b;
    border-radius: 50%;
    padding: 15px 18px;
    font-size: 15px;
    font-weight: bold;
}

.contactDetail iframe {
    max-width: 100%;
}

.captcha {
    margin: 0 20px;
}

.captcha img {
    max-width: 100%;
}

.form-label {
    color: #737373 !important;
    font-size: 13px;
}

.uesinput-form {
    height: 35px;
    padding: 0 15px;
    font-weight: 400;
    color: #2d2d2d !important;
    background-color: #f9f8f7;
    background-clip: padding-box;
    border: 1px solid #e4e5e6;
    border-radius: 4px;
    border-bottom: 2px solid #d1d1d1;
    transition: all 0.4s;
}

.uesinput-form:focus {
    background: #fff;
    border-color: #e4e5e6;
    border-bottom: 2px solid #13294b;
    outline: none !important;
    box-shadow: none;
    transition: all 0.4s;
}

.form-group .whistleblower-input {
    width: calc(100% - 60%) !important;
}

.form-textarea {
    padding: 10px 15px;
    color: #2d2d2d !important;
    background-color: #f9f8f7;
    background-clip: padding-box;
    border: 1px solid #e4e5e6;
    border-bottom: 2px solid #d1d1d1;
    border-radius: 4px;
    width: 100%;
    height: 120px;
}

.form-textarea:focus {
    background: #fff;
    border-color: #e4e5e6;
    border-bottom: 2px solid #13294b;
    outline: none !important;
    box-shadow: none;
    transition: all 0.4s;
}

.radioBtn {
    display: inline-block;
    position: relative;
    margin-left: 45px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radioBtn input {
    margin-right: 10px !important;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

.radioBtn:hover input~.checkmark {
    background-color: #ccc;
}

.radioBtn input:checked~.checkmark {
    background-color: #13294b;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radioBtn input:checked~.checkmark:after {
    display: block;
}

.radioBtn .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.btn-form {
    text-align: center;
}

.btn-form .btn-submit {
    text-transform: uppercase;
    border: 1px solid #13294b;
    padding: 0 25px;
    font-size: 16px !important;
    text-decoration: none;
    color: #13294b;
    transition: all 0.6s;
    background: transparent;
    height: 42px;
}

.btn-form .btn-submit:hover {
    background: #13294b;
    color: #fff;
    transition: all 0.6s;
}


.office_filter .form-select {
    width: 100%;
}

.contactSlot .uesinput-form {
    font-size: 14px;
}


/** contact-section end **/

/** site-section **/

h1.Cat_heading.section_heading {
    padding: 50px 15px 0;
}

/** site-section end **/

/* ----- Error -----*/

section.error {
    position: relative;
}

.error_slot {
    position: relative;
}

.text-large-error {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 35%);
}

.text-large-error h5 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 25px;
}

.border_error {
    font-size: 272px;
    padding: .07em 0.12em;
    line-height: .8;
    border: .075em solid;
}

.btn_error {
    max-width: 100%;
    font-size: 14px;
    font-weight: 700;
    background-color: #000;
    border-radius: 5px;
    text-transform: uppercase;
    transition: .3s ease-out;
    padding: 15px 35px;
    color: #fff;
    cursor: pointer;
}

.btn_error:hover {
    border: 2px #000 solid;
    background-color: transparent;
    color: #000;
}


/* ----- Error end -----*/


/** footer-section **/

footer#footer {
    padding: 30px 60px 10px;
}

.footer-top {
    border: 1px solid #c2c2c2;
}

.footer-links {
    padding: 45px 25px 10px;
}

.footer-links img {
    margin-bottom: 25px;
}

.footer-links h6 {
    font-weight: bold;
    color: #13294b !important;
    text-transform: uppercase;
}

.footer-links p {
    color: #13294b !important;
    font-size: 14px;
    font-weight: bold;
    width: calc(100% - 15px);
}

.footer-links ul li a {
    color: #13294b !important;
    font-size: 14px;
    font-weight: 600;
}

.footer-links ul li a:hover {
    padding-left: 10px;
    transition: all .3s ease;
    font-weight: bold;
}

.rg-footer {
    border-left: 1px solid #c2c2c2;
    padding: 45px 10px 10px 70px;
}

button.footerBtn {
    display: block;
    width: 250px;
    border: 1px solid #13294b !important;
    padding: 5px 0;
}

.rg-footer .mt-5 {
    margin-top: 20px !important;
}

.footer-links .social-links {
    margin-top: 3px !important;
}

#footer .social-links a {
    font-size: 14px;
    display: inline-block;
    background: #13294b;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
    cursor: pointer;
}

#footer .social-links a:hover {
    background: #ffffff;
    color: #13294b;
    border: 1px solid #13294b;
}

input#txtsubscribeEmail {
    width: calc(100% - 20px);
    border: 1px solid #13294b !important;
    padding: 5px 0;
    text-align: center;
    color: #13294b;
    border-radius: 0 !important;
}

input#btnsubscibe {
    width: calc(100% - 20px);
    background: #13294b;
    border: 1px solid #13294b !important;
    padding: 5px 0;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0 !important;
}

.upper-icon {
    position: fixed;
    right: 80px;
    bottom: 20px;
    font-size: 21px;
    background-color: #00a3e0;
    color: #ffffff;
    border: 1px solid #00a3e0;
    border-radius: 50%;
    padding: 5px 13px;
    transition: all 0.6s;
    cursor: pointer;
    display: none;
    z-index: 999;
}

.upper-icon:hover {
    background-color: #ffffff;
    color: #00a3e0;
    transition: all 0.6s;
}


/** footer-section end**/


/** slick **/

.slick-dots {
    bottom: 20px;
}

.slick-dots li button:before {
    color: #ffffff;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: #00a3e0;
}
.project_gallery {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0, 0, 0,0.7);
    /* padding-top: 20px; */
    display: flex;
    align-items: center;
}
.close_gallery {
    position: absolute;
    cursor: pointer;
    color: #ffffff;
    padding: 0px 20px 11px;
    display: inline-block;
    z-index: 1111;
    font-size: 25px;
    font-weight: 900;
    right: 0;
    top: 20px;
    /* background: rgba(0, 0, 0, 0.71); */
}
.project_gallery .carousel {
    min-width: 100%;
    text-align: center;
}
.project_gallery .carousel-indicators {
    position: absolute;
    right: 15px;
    bottom: 0;
    left: 15px;
    /* top: 0; */
    z-index: 1180;
    /* display: inline-block; */
    /* -ms-flex-pack: center; */
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    background: #0d0a0a;
    height: 120px;
    margin: 0;
    text-align: center;
    overflow: hidden;
    overflow-x: auto;
    /* width: 100%; */
    padding: 0 15px;
    display: none;
}
.project_gallery ul.carousel-indicators li {
    display: inline-block;
    height: 100px;
    width: 100px;
    background: unset;
}
.carousel .carousel-item {
    transition-duration: 0.2s !important;
    transition-property: auto;
}

.hero-section .carousel-item {
    transform: scale(1.2, 1.2);
    visibility: hidden;
    opacity: 0;
}

.hero-section .carousel-item.active {
    transition: transform 8000ms ease-out 0s, opacity 800ms ease 0s !important;
    opacity: 1;
    transform: scale(1, 1);
    z-index: 2;
    visibility: visible;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.project_gallery .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.project_gallery .carousel-item.active {
    opacity: 1;
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
    transition-duration: .6s;
    transition-property: opacity;
}
.carousel-control, .carousel-control {
    position: absolute;
    top: 45%;
    bottom: unset;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    /*opacity: 0.5;*/
    transition: opacity 0.15s ease;
    border: 1px solid #ffffff;
    margin: 0 15px;
}
.project_gallery .carousel-item img {
    margin: auto;
    height: 100vh !important;
    padding: 15px;
    width: auto !important
}

.project_gallery .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

/** slick **/

/* ----- Career_Listing -----*/
.banner-sec {
    display: none;
}

section.careerList {
    text-align: center;
    padding: 150px 20px 20px !important;
    margin-bottom: 20px;
    display: grid;
    overflow: hidden;
}

.careerList .careerList_inner {
    padding: 0;
}

h1.listin_heading {
    color: #13294b;
    margin-bottom: 35px !important;
    font-weight: 700;
    border-top: 5px solid #13294b !important;
    border-bottom: 2px solid #13294b !important;
    width: 190px;
    margin: auto;
    padding: 5px 0;
}

h4.application_title {
    color: #13294b;
    margin-bottom: 35px !important;
    font-weight: 700;
    border-top: 5px solid #13294b !important;
    border-bottom: 2px solid #13294b !important;
    width: fit-content;
    margin: auto;
    padding: 5px 0;
}

h4.generalapplication {
    text-align: right;
    margin-bottom: 25px;
    color: #13294b;
    font-weight: 600;
}

.careerList_inner .section-wrap {
    background: #EEEFF5;
    border-radius: 0 !important;
}

.icon-box {
    border-bottom: 1px solid #fff !important;
    padding: 25px 10px 10px 10px !important;
    margin: 0px 0px 7px 0px !important;
    height: 130px;
}

.listing_overlay_inner .icon-box {
    border-bottom: 1px solid #fff !important;
    padding: 25px 10px 10px 10px !important;
    margin: 0px 0px 7px 0px !important;
    height: auto !important;
}

h4.listing_title {
    margin-bottom: 10px !important;
}

.icon-box h6 {
    /* white-space: nowrap;
    text-overflow: ellipsis; */
    width: 100%;
    /* overflow: hidden; */
    color: #13294b;
    font-weight: 600;
}

.icon-box .icon .fa {
    color: #818a91;
    font-size: 27px;
}

.listing_title a {
    font-size: 18px;
    font-weight: 700;
    color: #00a3e0 !important;
    text-transform: uppercase;
}

.icon-box-sec {
    padding: 0 10px 10px 10px !important;
    margin-top: 30px !important;
    display: flex !important;
    justify-content: space-between;
}

.icon-box-wrapper {
    display: flex;
}

.icon-box-icon {
    margin-right: 15px;
}

.icon-box-icon i.fa {
    color: #6D838E;
}

.icon-box-icon i.fa.fa-id-badge:before {
    content: "\f041" !important;
}

.icon-box-content p.icon-box-title {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
    color: #13294b;
}

.icon-para {
    padding-left: 10px;
}

.icon-para p {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    padding-right: 0px;
    text-align: left;
    margin-bottom: 5px;
}

.icon-para ol {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    padding-right: 0px;
    text-align: left;
    padding-left: 10px;
}

.section-wrap {
    position: relative;
}

.section-wrap-inner {
    display: block;
    width: 100%;
    height: 235px !important;
    overflow: hidden;
    padding-bottom: 12px;
}

.listing_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #13294b;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .8s ease;
    border-radius: 0 !important;
}

.section-wrap:hover .listing_overlay {
    height: 100%;
}

.listing_overlay_inner .icon-box {
    border: 0 !important;
    margin: 0;
}

.listing_overlay_inner .icon-box .icon .fa {
    color: #fff;
}

.listing_overlay_inner .listing_title a {
    color: #ffffff;
}

.overlay_para p {
    color: #ffffff;
    font-weight: 100;
    font-size: 15px;
    margin-bottom: 30px;
}

.jet-button-state-normal {
    background: #f5f5f5;
    color: #13294b;
    padding: 5px 30px;
    border-radius: 17px;
    font-weight: 700;
}

.jet-button-state-hover {
    background: #00a3e0;
    color: #f5f5f5;
    padding: 5px 0;
    border-radius: 17px;
    font-weight: 700;
}

.listing_btn_inner {
    position: relative;
}

.jet-button-state-normal {
    display: block;
    width: 140px !important;
    height: auto;
    transition: .5s ease;
    margin: 0 auto !important;
    cursor: pointer;
}

.jet-button-state-normal a {
    color: #13294b;
}

.jet-button-state-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #008CBA;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}

.listing_btn_inner:hover .jet-button-state-hover {
    width: 100%;
}


/* ----- Career_Listing end -----*/


/* ----- Career_Detail -----*/

section.careerDetail {
    padding: 150px 40px 20px 40px !important;
    margin-bottom: 20px;
    display: grid;
    overflow: hidden;
}

.breadcrumsec {
    padding-top: 140px;
}

.breadcrumsec ul.breadcrum {
    display: block !important;
}

ul.breadcrum li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
}

ul.breadcrum li:after{
    content: "\f101";
    font-family: 'FontAwesome';
    color: #666;
}

ul.breadcrum li:last-child:after{
    display: none;
}

ul.breadcrum li a {
    color: #666!important;
    padding-right: 15px;
    text-transform: uppercase;
}

ul.breadcrum li.active a {
    color: #13294b !important;
}

.careerDetail h4 {
    color: #13294b;
    margin-bottom: 35px !important;
    font-weight: 700;
    border-top: 5px solid #13294b !important;
    border-bottom: 2px solid #13294b !important;
    width: 205px;
    margin: auto;
    padding: 5px 0;
    font-size: 2.5rem;
}

.detail-wrapper {
    width: 100%;
    display: block;
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #eaeff5;
    -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
    box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
}

.blog-info.details {
    background: #fff;
    margin-bottom: 30px;
    background: #fff;
}

.detail-wrapper-body {
    padding: 30px;
}

.detail-title-bar h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: capitalize !important;
    color: #13294b;
}

.detail_loc {
    margin-top: 15px;
}

a.detail-address {
    text-decoration: none;
    color: #666;
}

.detail-address i.fa {
    color: #13294b;
}

.accordion_section {
    margin-bottom: 30px;
    border: 1px solid #eaeff5;
    -webkit-box-shadow: 0 0 10px 1px rgb(71 85 95 / 8%);
    box-shadow: 0 0 10px 1px rgb(71 85 95 / 8%);
}

.accordion {
    background-color: #fff;
    color: #13294b;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none !important;
    font-size: 16px;
    transition: 0.4s;
    position: relative;
    z-index: 9;
    font-family: 'Didact Gothic', sans-serif;
}

.accordion {
    overflow-anchor: none;
}

.accordion_section a{
    color: #13294b;
    position: relative;
}

a.accordion:after{
    content: "+";
    position: absolute;
    font-size: 25px;
    right: 20px;
    top: 13px;
}

a.accordion.active:after{
    content: "-";
    font-size: 30px;
    color: #13294b;
    top: 10px;
}

.accordion_section .accordion.active {
    color: #00a3e0  !important;
}

.panel {
    padding: 0px 25px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    box-shadow: -1px 0 5px 0 rgba(65, 65, 65, 0.12);
    border-radius: 0 0 6px 6px;
    margin-top: 1px;
}

.panel p {
    color: #666;
    margin-top: 15px;
    margin-bottom: 15px;
}

.accordion_section .panel ul li {
    list-style-type: disc !important;
}

.widget-boxed {
    border-radius: 6px;
    background: #fff;
    padding: 30px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 90;
    margin-bottom: 0px;
    position: relative;
    border: 1px solid #eaeff5;
    -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
    box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
}

.widget-boxed-header {
    padding-bottom: 0px;
    padding-top: 0px;
    border-bottom: 1px solid #eaeff5;
}

.widget-boxed .widget-boxed-header h3 {
    font-size: 20px;
    color: #13294b;
    font-weight: 600;
    margin-bottom: 15px !important;
    margin-bottom: 30px !important;
}

.widget-boxed-header h3 i.fa {
    color: #00a3e0;
}

.widget-boxed-body {
    padding: 30px 0 0;
}

.side-list ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.side-list ul li {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    list-style: none;
    padding: 16.5px 0px !important;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #eaeff5;
}

.side-list .fa {
    color: #13294b;
    font-size: 1.2rem;
    width: 30px;
    padding: 0 !important;
}

.side-list ul li span {
    float: right;
    color: #13294b;
    font-size: 14px;
    font-weight: 700;
    width: 100px;
}

a.reservation-btn {
    width: 100%;
    padding: 10px 30px;
    text-transform: capitalize;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    color: #fff;
    background: #13294b;
    border: 1px solid #13294b;
    text-align: center;
    border-radius: 50px;
    margin-top: 35px;
}


/* ----- Career_Detail -----*/

section.whistleblower-form {
    text-align: center;
    padding: 150px 70px 10px !important;
    margin-bottom: 15px;
}

section.whistleblower-form.Application_form {
    padding-top: 0 !important;
}

.whistleblower-form h3 {
    font-family: 'KlavikaLight-Plain' !important;
    font-size: 38px;
    color: rgba(7, 79, 124, 255);
}

.whistleblower-form p {
    font-family: 'KlavikaLight-Plain' !important;
    font-size: 16px;
    color: rgba(112, 112, 112, 255);
}

.report-form {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px 25px;
    margin-top: 1.5rem;
    margin-bottom: 50px !important;
}

.report-section {
    margin-top: 1.5rem;
}

.report-section label {
    color: #13294b;
    text-align: left;
    width: 100%;
}

.report-section h4 {
    font-family: 'KlavikaLight-Plain' !important;
    font-size: 28px;
    color: #000000;
}

.report-section h4 span {
    font-family: 'KlavikaLight-Plain' !important;
    font-size: 20px;
    color: rgba(112, 112, 112, 255);
    margin-left: 10px;
}

.report-section p {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 20px;
    color: rgba(112, 112, 112, 255);
}

input.report-text {
    font-family: 'KlavikaLight-Plain' !important;
    width: 100%;
    text-indent: 10px;
    padding: 10px 7px;
    border-radius: 3px;
    background: #ececec;
    border: #ececec;
    color: #626262;
    font-size: 16px !important;
}

.report-section input[type="date"] {
    /* display: block; */
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}

.report-section input[type="date"]::before {
    content: attr(placeholder);
    /* width: 100%; */
}

input.report-text:focus {
    color: #3b3b3b;
    background-color: #ececec !important;
}


::-webkit-file-upload-button {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    color: rgba(112, 112, 112, 255);
    border: #cbcbcb;
    cursor: pointer;
    padding: 5px 25px;
    border-radius: 5px;
}

.file-type {
    font-size: 12px !important;
    color: rgba(227, 39, 38, 255) !important;
    font-weight: bold;
}

.btn-form {
    text-align: center;
    margin: 15px 0px;
}

.btn-form button {
    background: #274584;
    padding: 10px 35px;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 255);
    border: #074f7c;
    border-radius: 25px;
}

.selectOptionDB {
    position: relative;
}

.selectOptionDB:before {
    -moz-appearance: none;
    background: #ececec;
    color: #13294b;
    content: "\f107";
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    height: 23px;
    line-height: 23px;
    width: 25px;
    pointer-events: none;
    position: absolute;
    right: 0 !important;
    top: 10px !important;
    text-align: center;
    z-index: 9;
}

.form-select {
    height: 45px;
    border: 1px solid #ececec;
    padding: 0 10px;
    border-radius: 3px;
    width: 100%;
    background: #ececec;
    color: #626262;
    font-size: 16px;
    font-family: 'KlavikaLight-Plain' !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.form-select option {
    color: #13294b;
}

textarea.report-text {
    width: 100%;
    text-indent: 10px;
    padding: 10px 7px;
    border-radius: 3px;
    background: #ececec;
    border: #ececec;
    color: #13294b;
    font-size: 16px !important;
}

.capchacontrol {
    width: 180px;
    margin: 0 auto;
}

.job_capcha {
    width: 180px;
    margin: 15px auto 10px;
}

.job_capcha:focus {
    box-shadow: none;
}

.contactDetail input#ContentPlaceHolder1_txtcaptchaAnswer {
    width: calc(100% - 30px) !important;
    margin: 5px auto;
}

.form_check {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 530px !important;
    margin: 0 auto;
}

.form_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

.form_check:hover input ~ .checkmark {
    background-color: #ccc;
}

.form_check input:checked ~ .checkmark {
    background-color: #274584;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.form_check input:checked ~ .checkmark:after {
    display: block;
}

.form_check .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.Checkgroup {
    display: none;
}

.btn-form input {
    font-family: 'KlavikaLight-Plain' !important;
}

/*----- Whistleblower End -----*/


.thank_u{
    min-height: initial !important;
    width: 100%;
    display: block !important;
    padding-top: 100px !important;
}

.ThanksMSG {
    width: 100% !important;
    float: none !important;
    text-align: center;
    padding: 45px 0 20px !important;
    line-height: 40px;
    font-size: 28px;
}

.subscribe_btn {
    border: 1px solid #333;
    background-color: #fff;
    width: initial !important;
    height: initial !important;
    color: #13294b !important;
    padding: 5px 8px;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
    margin: 0 auto;
    transition: all 0.3s ease-in !important;
    line-height: initial !important; 
}

.subscribe_btn:hover {
    background: #13294b !important;
    transition: all 0.3s ease-in !important;
    color: #ffffff !important;
    border-color: #13294b !important;
}

section.carrers_atUrc {
    padding: 0 90px;
}

/*----- Site Map -----*/

.sitemapdiv .add_head {
    text-transform: uppercase;
    font-size: 18px;
    width: 100%;
    position: relative;
    padding: 15px 0;
    margin-bottom: 20px;
}

.sitemapdiv .add_head::after {
    content: '';
    height: 2px;
    background: #13294b;
    width: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sitemapdiv .sitemap {
    width: 100%;
    padding: 0;
    float: left;
    margin: 0;
    display: block;
}

.sitemapdiv .sitemap li {
    display: block;
    width: 100%;
    float: left;
}

.sitemapdiv .MainCat a {
    width: 100%;
    padding: 10px 0;
    float: left;
    border-bottom: 1px solid #ccc;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 20px;
    transition: all 0.5s;
    color: rgba(109, 109, 109, 255);
    text-transform: uppercase;
}

.sitemapdiv .MainCat ul {
    padding: 0;
    float: left;
}

.sitemapdiv .MainCat ul li {
    display: table;
    width: 100%;
    padding-left: 30px;
}

.sitemapdiv .MainCat ul li a {
    width: 100%;
    padding: 10px 0;
    float: left;
    border-bottom: 0px solid #ccc;
    font-size: 16px;
    margin-bottom: 0px;
    transition: all 0.5s;
}

/*----- Site Map End -----*/

select#ContentPlaceHolder1_ddlContentDEPTList {
    -webkit-appearance: none;
    -moz-appearance: none;
}

select#ContentPlaceHolder1_txtWorkLoc {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.afili_slot {
    max-height: 510px;
    height: 510px;
}

section.search_section {
    padding: 90px 100px 20px;
}

.typeofdata {
    width: 100%;
    text-align: center;
}

.typeofdata h4 {
    font-weight: 600;
    text-transform: uppercase;
    color: #13294b !important;
    border-bottom: 2px solid #13294b;
    border-top: 5px solid #13294b;
    padding: 5px 0;
    margin: auto;
    margin-bottom: 30px;
    width: fit-content;
    font-size: 2rem;
}

.search_Page p {
    padding: 20px 0;
    font-size: 22px;
    color: #13294b !important;
}

.search_result_list ul {
    padding: 35px 0 35px 40px;
}

.search_result_list ul li {
    list-style-type: disc !important;
}

.search_result_list ul li a {
    font-size: 18px;
}

.hide_logobtn {
    width: 25px;
    height: 30px;
    background-color: #fff;
    position: fixed;
    right: 21px;
    top: 37px;
    z-index: 9999;
}






input#txtcaptchaAnswer {
    width: calc(100% - 20px);
    border: 1px solid #13294b !important;
    padding: 5px 0;
    text-align: center;
    color: #13294b;
    border-radius: 0 !important;
}