@import url("./assets/web-fonts/SegoeUI.css");

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/

html,
body {
    height: 100%;
}

body {
    /* font-family: 'Segoe UI'; */
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #0D0909;
    line-height: 1.5;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select>.dropdown-toggle,
input:hover,
.bootstrap-select>.dropdown-toggle:hover,
input:focus,
.bootstrap-select>.dropdown-toggle:focus,
input:active,
.bootstrap-select>.dropdown-toggle:active,
select {
    text-decoration: none;
    outline: none;
}

button:focus {
    outline: 0px;
}

img {
    max-width: 100%;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    /* font-family: 'Segoe UI'; */
    font-family: 'Roboto', sans-serif;
    margin: 0 0 15px;
}


/*
 *****************************************
 >>> | 03. navigation css Start
 *****************************************
*/
.container {
    max-width: 1600px;
}


.heroWrapArea {
    position: relative;
}

.singleHeroSlide {
    position: relative;
    height: 1000px;
    display: grid;
    justify-content: center;
    align-items: end;
    padding-bottom: 200px;
}

.heroSlideActive .owl-dots div {
    height: 25px;
    width: 25px;
    background: #fff;
    display: inline-block;
    border-radius: 100px;
    margin: 0px 10px;
}

.heroSlideActive .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 100px;
}

.heroSlideActive .owl-dots div.active {
    background: #FDBE3D;
}

.heroImg {
    position: absolute;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.headerTop {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 3;
    top: 40px;
}

.heroTxt h1 {
    color: #fff;
    font-size: 80px;
    font-weight: 400;
    text-shadow: 0px 0px 10px #000;
}

.heroTxt h2 {
    color: #fff;
    font-size: 70px;
    font-style: italic;
    font-weight: 500;
    text-shadow: 0px 0px 10px #000;
}

.heroTxt h2 em{
    font-weight: 900;
}

.headerRight {
    display: flex;
    justify-content: space-between;
}

.searchForm {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.searchForm button {
    border: none;
    background: none;
    height: 35px;
}

.searchForm input {
    border: none;
    background: #fff;
    width: 100%;
    padding: 0px 10px;
    height: 36px;
}

.headerSearchForm {
    margin-top: 0;
}

.headerSocial {
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerTxt {
    display: flex;
    gap: 40px;
    align-items: center;
}
.heroTxt {
    position: relative;
    z-index: 2;
}
.headerTxt p, .headerTxt p a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.headerTxt p img {
    height: 22px;
    margin-right: 8px;
}

.headerSocial img {
    height: 50px;
}

.heroShadowTop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 190px;
}

.heroShadowBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 190px;
}
.heroImg .mainHeoImage {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Nav css */
.navigationLeft {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 390px;
    height: 1000px;
    overflow: hidden;
}

.navigationLeft:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 1200px;
    width: 100%;
    content: "";
    background: url(assets/img/nav-bg.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    z-index: -1;
}

.slicknav_nav .subMenu a {
    font-size: 15px;
    margin: 0;
    padding-top: 3px;
    padding-bottom: 3px;
}

.slicknav_nav .subMenu {
    margin-left: 0;
    height: 150px;
    overflow-y: scroll;
}

.slicknav_nav .subMenu::-webkit-scrollbar {
    -webkit-appearance: none;
}

.slicknav_nav .subMenu::-webkit-scrollbar:vertical {
    width: 5px;
}

.slicknav_nav .subMenu::-webkit-scrollbar:horizontal {
    height: 11px;
}

.slicknav_nav .subMenu::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .5);
}


.navLogo {
    position: absolute;
    top: -40px;
    left: 0;
    max-width: 220px;
    z-index: 5;
}

.slicknav_menu {
    position: absolute;
    top: 200px;
    left: 0;
    width: 61%;
    height: 100%;
    background: none;
}

.navMenu {
    display: none;
}

.navigationLeft .slicknav_nav {
    display: block !important;
}

.slicknav_btn {
    display: none;
}

.slicknav_nav a {
    font-size: 18px;
}

.slicknav_nav a:hover {
    background: none;
    color: #FDBE3D;
}

.slicknav_nav .slicknav_row:hover {
    background: none;
}

.slicknav_nav li > a {
    border-radius: 0px !important;
}

.slicknav_nav > li {
    padding: 10px 0px;
    border-bottom: 2px solid rgb(255 255 255 / 30%);
    margin-left: 10px;
    position: relative;
    padding-left: 28px;
}

.slicknav_nav > li::before {
    content: " ";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(assets/img/icon-bullseye.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 17px;
    left: 0;
    /* transform: translateY(-50%); */
}

.slicknav_nav > li > a {
    padding-left: 0 !important;
}


.heroBottomMap {
    position: absolute;
    left: -50%;
    top: -100px;
    z-index: 3;
    width: 350px;
}

.sectionAbout {
    position: relative;
    padding-bottom: 130px;
}

.sectionAbout .sectionContent {
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
}

.homeCicle {
    text-align: center;
}

.circleTxt h5 {
    color: #242867;
    font-size: 22px;
    font-weight: 400;
}

.circleTxt p {
    color: #242867;
}

.circleTxt h4 {
    color: #242867;
    font-size: 32px;
    margin-bottom: 0;
}

.homeCicle {
    margin: 10px 0px;
}

.homeCicle img {
    max-width: 280px;
}

.circleTxt h6 {
    color: #242867;
}

.homeCicle.middle {
    margin: 100px 0px;
}

.homeCicle.leftMiddle {
    margin-left: -10% !important;
    margin-top: 110px;
    margin-bottom: 45px;
}

.homeCicle.left {
    margin-left: 42%;
}

.homeCicle.right {
    margin-right: 42%;
}

.homeCicle.right.rightMiddle {
    margin-right: -10%;
}

.homeCicle.center.first {
    margin-top: -50px;
}

.imageAndContentGrid {
    display: grid;
    grid-template-columns: 5fr 3fr 5fr;
    gap: 50px;
    margin: 25px 0px;
}

.singleImg img {
    width: 100%;
}

.singleContent {
    position: relative;
}

.link {
    color: #0F75BC;
    font-weight: 700;
}

.sectionImageContent {
    margin-top: 50px;
}

.imageAndContentGrid h2 {
    color: #0F75BC;
    font-weight: 400;
    font-size: 50px;
    margin-top: 50px;
}

.leftBdrFull {
    position: absolute;
    height: 30px;
    left: -1200px;
    width: 1500px;
    background: #0799A3;
}

.targetIndustriesTitle {
    border-top: 1px solid #000000;
    padding-top: 30px;
    margin-top: 20px;
}

.targetIndustriesTitle h1 {
    color: #000000;
    font-weight: 400;
    font-size: 48px;
    margin-bottom: 30px;
}

.industriesImgBox {
    text-align: center;
}

.industriesImgBox h4 {
    color: #242867;
    font-size: 22px;
    margin-top: 10px;
}

.sectionHomeBottom {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 620px;
}

.sectionContentWhite h4 {
    color: #FFFFFF;
}

.sectionHomeBottom .sectionContentWhite {
    margin-top: 400px;
}

.footerMenu li {
    display: inline-block;
}

.footerMenu li a {
    color: #FFFFFF;
    font-weight: 700;
    display: block;
    margin: 0px 20px;
}

.footerMenu {
    text-align: center;
    margin-top: 30px;
}

.footerArea {
    background: #0799A3;
    padding: 20px 0px;
}

.footerSocial a {
    display: block;
    color: #fff;
}

.footerTxt {
    text-align: center;
    color: #fff;
}

.footerTxt h5 {
    font-size: 20px;
    font-weight: 400;
}

.footerTxt p {
    font-weight: 400;
    margin: 0;
}

.footer365Logo {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
}

.navButton {
    display: none;
}

.sectionBorder img {
    height: 40px;
    width: 100%;
    margin-top: 30px;
}

.link2 {
    color: #BE7517;
    font-weight: 700;
    text-decoration: underline;
}

.link2:hover {
    color: #BE7517;
}

.sectionHomeBottom.style2 .footerMenu li a {
    color: #0F75BC;
}

.sectionHomeBottom.style2 .footerMenu {
    margin-top: 0;
    margin-bottom: 30px;
}

.noBdr .sectionContent {
    border: none;
}

.txtHighLight {
    background: rgb(248 148 17 / 17%);
    padding: 30px;
}

.txtHighLight p {
    margin: 0;
    color: #0D0909;
}

.countryLocation h2 {
    color: #0F75BC;
    font-weight: 400;
}

.locationList ul li {
    list-style: number;
    padding: 1px 0px;
}

.locationList ul {
    margin-left: 40px;
    font-weight: 700;
}

.locationList ul li span {
    font-weight: 400;
    display: block;
    padding: 1px 0px;
}

.locationList {
    margin-bottom: 20px;
}

.countryList a {
    color: #BE7517;
    display: inline-block;
    list-style: disc;
    margin-right: 15px;
   font-weight: 700;
}

.countryList li {
    display: inline-block;
    position: relative;
    padding-left: 12px;
}

.countryList li span {
    height: 5px;
    width: 5px;
    background: #000;
    border-radius: 100px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 11px;
}

.mapRight {
    margin-right: -10%;
}
.sectionAbout .link {
    color: #242867;
}

.sectionPageTitle h2 {
    color: #242867;
    font-weight: 400;
    font-size: 40px;
}

.memberHeading h2 {
    color: #fff;
    margin: 0;
    text-align: center;
    font-style: italic;
    font-size: 28px;
}

.memberImg img {
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px;
}

.memberHeading {
    background: #242867;
    padding: 5px 10px;
}

.singleMember {
    border: 1px solid #707070;
    margin: 20px 0px;
}

.memberImg a {
    color: #BE7517;
    font-weight: 700;
    text-decoration: underline;
}

.memberImg h5 {
    font-size: 24px;
    color: #242867;
    font-weight: 400;
}

.memberImg h4 {
    margin-bottom: 5px;
}

.memberContent {
    padding: 20px;
}

.memberContent h3 {
    font-size: 30px;
    color: #242867;
    margin-bottom: 10px;
}

.memberContent p {
    color: #0D0909;
    font-size: 24px;
    line-height: 1.4;
}

.link3 {
    font-size: 24px;
    color: #BE7517;
    font-weight: 700;
    text-decoration: underline;
}

.link3:hover {
    color: #BE7517;
}

.businessTxtGrid {
    display: grid;
    grid-template-columns: 2fr 10fr;
    margin-bottom: 25px;
    gap: 10px;
}

.businessBox h4 {
    color: #0F75BC;
    font-weight: 400;
    font-size: 30px;
}

.leftShapeNumber {
    position: relative;
}

.leftShapeNumber img {
    height: 180px;
}

.leftShapeNumber span {
    position: absolute;
    left: 18px;
    font-size: 50px;
    font-weight: 400;
    top: 100px;
    transform: translateY(-50%);
}

.rightContentBusiness p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
}

.businessAdvan {
    margin-top: 30px;
    margin-bottom: 30px;
}
.exploreTxt p {
    color: #242867;
    font-size: 22px;
}

.linkYellow {
    color: #BE7517;
    text-decoration: underline;
    font-weight: 700;
}

.linkYellow:hover {
    color: #BE7517;
}

.mapsTab .nav.text-center {
    justify-content: center;
    gap: 50px;
}

.mapsTab .nav li a {
    color: rgb(15 117 188 / 50%);
    font-size: 20px;
    font-weight: 600;
}

.mapsTab .nav li a.active {color: #0F75BC;font-weight: 700;}

.mapsTab {
    margin-top: 30px;
}

.mapsTab .tab-content {
    margin-top: 30px;
}

.mapTabContent {
    display: grid;
    grid-template-columns: 4fr 8fr;
    max-width: 900px;
    margin: 0 auto;
}

.mapsTab .mapTabContent .nav li a {
    font-weight: 400;
    color: rgb(0 105 159 / 75%);
}

.checkBdr {
    height: 17px;
    width: 17px;
    border: 2px solid rgb(0 105 159 / 25%);
    display: inline-block;
    border-radius: 4px;
    margin-right: 5px;
}

.mapTabLeft .active .checkBdr {
    background: #88E3FF;
}

.mapBottomItem {
    margin-top: 40px;
}

.mapBottomItem h2 {
    margin: 0;
    background: #242867;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: 400;
    font-size: 35px;
}

.mapReport {
    background: #E2EFFB;
    display: inline-flex;
    align-items: center;
    border: 2px solid #00699F;
    width: 230px;
    padding: 8px 10px;
    gap: 20px;
    border-radius: 11px;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #00699F;
}

.mapReport img {
    height: 35px;
}

h4 {}

.commonSectionContent h4 {
    color: #0F75BC;
    font-weight: 400;
}

.commonSectionContent li {
    list-style: disc;
    margin-left: 30px;
}

.commonSectionContent p {
    margin: 0;
}

.commonSectionContent h5 {
    color: #0799A3;
    font-size: 16px;
    margin-bottom: 0;
}

.commonSectionContent {
    margin: 50px 0px;
}

.overTxt h2 {
    margin-top: -75px;
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    font-weight: 500;
    font-size: 40px;
}

.commonSectionContent.style2 p {
    margin-bottom: 35px;
}

.logoTxtGrid {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
    align-items: center;
    gap: 30px;
}

.logoTxtGrid p {
    text-align: center;
}

.logoTxtGridParent p {
    text-align: right;
    color: #0D0909;
    margin: 0;
}

.txtBlue li {
    color: #242867;
    font-weight: 500;
}

.logoTxtGridParent {
    max-width: 1000px;
    margin: 0 auto;
}

.logoTxtGrid img {
    height: 250px;
}

.tableSec h2 {
    color: #0F75BC;
    font-weight: 500;
    font-size: 24px;
}

.tableSec {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 60px;
}

.tableSec table {
    border: 1px solid #707070;
    width: 100%;
}

.tableSec tr {
    border-bottom: 1px solid #707070;
}

.tableSec th, .tableSec td {
    padding: 13px;
}

.tableSec tr th {
    background: #0F75BC;
    color: #fff;
    font-weight: 700;
}

.tableSec tr th.yellow {
    color: #FFD777;
}

.tableSec td {
    font-weight: 700;
    color: #000;
}

.tableSec td.bgBlue {
    background: rgb(15 117 188 / 12%);
}

.tableSec td.bgWhite {
    background: #fff;
    text-align: center;
}

.tableSec td.bgYellow {
    text-align: center;
    background: rgb(255 215 119 / 12%);
}

.tableSec p {
    font-style: italic;
    margin: 0;
}
.txtBlue h4 {
    color: #0F75BC;
    font-weight: 500;
}

.logoContent h3 {
    color: #242867;
    font-weight: 500;
    font-size: 30px;
    margin: 0;
}

.logoContent h2 {
    color: #242867;
}

.logoContent p {
    color: #242867;
}

.logoContent {
    margin-bottom: 40px;
}

.commonSectionContent h6 {
    color: #0799A3;
}

.commonSectionContent.style3 li {
    padding-bottom: 20px;
}

.singleImg.v2 {
    text-align: center;
}


.singleImg.v2 h3 {
    color: #242867;
    font-size: 40px;
    margin-bottom: 0;
}

.singleImg.v2 h4 {
    font-size: 25px;
    color: #0799A3;
}

.txtHighLight h2 {
    color: #0F75BC;
    font-weight: 400;
}
ul.listItem.item2 {
    column-count: 2;
}
ul.listItem.item3 {
    column-count: 3;
}

.blue {
    color: #0799A3;
}

.fontlarge p {
    margin-bottom: 30px;
}

.tableBottomContent {
    padding-left: 30%;
    margin-bottom: 50px;
    margin-top: 40px;
}

.stylePGap p {
    margin-bottom: 35px;
}

.stylePGap .singleImg {
    margin-bottom: 25px;
}

.linkList a {
    display: block;
}
button.moreButton {
    background: none;
    border: none;
    color: #242867;
    font-weight: 700;
}

.blogTitle {
    border-top: 1px solid #707070;
    margin-top: 40px;
    padding-top: 40px;
}

.blogTitle h2 {
    color: #0F75BC;
}

.singleBlog img {
    width: 100%;
}

.singleBlog {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.newsContent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0px 20px;
    z-index: 1;
}

.newsContent h3 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
}

.newsContent .readNow {
    color: #FFD777;
    font-weight: 700;
    font-size: 22px;
}

.singleBlog:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgb(36 40 103 / 57%);
}

.tableSec.tableV2 td.bgWhite {
    border: 1px solid #707070;
}
.tableSec.tableV2 .listItem {
    text-align: left;
}
.tableSec.tableV2 td.bgWhite:nth-child(4) {
    width: 40%;
}
.tableSe h2 {
    color: #0F75BC;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 0;
}

.brn {
    width: 42%;
}

@media only screen and (max-width:1800px){

    .heroBottomMap {
        left: -10%;
    }

    .heroBottomMap img {
        max-width: 90%;
    }

}

@media only screen and (max-width:1600px){

    .heroBottomMap {
        left: 0;
    }

    .heroBottomMap img {
        max-width: 70%;
    }

}

@media only screen and (max-width:1300px){

    .heroBottomMap img {
        max-width: 65%;
    }

}

 
.map-layers img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.map-layers img.active {
    display: block;
}

.map-layers {
    position: relative;
    height: 650px;
}

.map-layers img {
    position: absolute;
    top: 0;
    right: 0;
}

.map-control li label {
    font-weight: 400;
    color: rgb(0 105 159 / 75%);
}



            
.layer-checkbox {
    display: none; 
    margin-right: 15px;
}


.layer-checkbox {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.layer-checkbox:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 17px;
    width: 17px;
    border: 2px solid rgb(0 105 159 / 25%);
    display: inline-block;
    border-radius: 4px;
    background: #fff;
}


.layer-checkbox:checked:before {
    background: #88E3FF;
}


.newslist li div div a{
    color: #BE7517;
    text-decoration: underline;
    font-weight: 700;
}