@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Poppins', sans-serif !important;
    padding: 0 !important;
    /*color: #292A2B;*/
}
.logo-link {
    width: 18%;
}

nav {
    position: fixed !important;
    width: 100%;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    z-index: 99;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
}
.navbar-nav li {
    padding: 0 25px;
}
.navbar-nav li.contact-us {
    border: 1px solid #fff;
}
.navbar-collapse {
    justify-content: space-between;
}
.gray-bg {
    background-color: #EFEDED;
}
.cust-py {
    padding: 75px 0;
}
.about-scan-group p {
    font-weight: 500;
    color: #3D4145;
    font-size: 20px;
    line-height: 34px;
    position: relative;
}
.about-scan-group p:first-child {
    padding-top: 20px;
}
.about-scan-group p:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background-color: #000;
    width: 29%;
}
h2 {
    font-weight: bold !important;
    color: #2D2D2D !important;
    font-size: 38px !important;
    /*padding-bottom: 30px;*/
}
.our-companies .heading {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #06214D;
}
.our-companies p {
    font-weight: 500;
    font-size: 17px;
}
p {
    font-size: 18px;
   font-weight: 400;
    line-height: 32px;
    color: #292A2B;
}
.on-popup:hover {
    text-decoration: underline;
    cursor: pointer;
}
.learn-more-cta {
    border: 1px solid #06214D !important;
    border-radius: 0 !important;
    font-weight: 600 !important;
    padding: 8px 30px !important;
    filter: drop-shadow(0px 3px 6px #00000029) !important;
    color: #06214D !important;
    font-size: 17px !important;
    margin-top: 50px;
}
.learn-more-cta:hover, .learn-more-cta.hover {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.col-cust-mlr {
    margin-left: 4% !important;
    margin-right: 4% !important;
}
.border-bottom {
    border-bottom: 2px solid #E8E8E8 !important;
    position: relative;
}
.border-bottom-after:after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 40%;
    height: 2px;
    background-color: #06214D;
    z-index: 999;
}
.border-top-before:before {
    /*content: '';*/
    /*position: absolute;*/
    /*bottom: -1px;*/
    /*left: 0;*/
    /*width: 40%;*/
    /*height: 2px;*/
    /*background-color: #06214D;*/
    /*z-index: 999;*/
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: 96%;
    height: 2px;
    background-color: #06214D;
    z-index: 999;
}
/*.border-bottom-before {*/
/*    position: relative;*/
/*}*/
.sat-transport .border-top-before:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 2px;
    background-color: #06214D;
    z-index: 999;
}
.sat-transport .sat-transport-text {
    padding-top: 60px;
}
/*.simon-golf-club .border-top-before:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 72%;*/
/*    height: 2px;*/
/*    background-color: #06214D;*/
/*    z-index: 999;*/
/*}*/
.ict .ict-text {
    padding-top: 60px;
    /*padding-right: 50px;*/
}
.ict-text p {padding-right:11%;}

.ict .learn-more-cta {
    margin-top: 90px;
}

.scan-shipping .scan-shipping-text {
    padding-top: 90px;
}
.scan-shipping .scan-shipping-text .learn-more-cta {
    margin-top: 90px;
}
.shipco-transport img {
    width: 93%;
}
.shipco-transport .shipco-transport-text {
    padding-top: 60px;
}
.shipco-transport .shipco-transport-text .learn-more-cta {
    margin-top: 65px;
}
/*.sat-transport {*/
/*    padding-top: 30px;*/
/*    padding-bottom: 30px;*/
/*}*/
.simon-golf-club .simon-golf-text {
    padding-top: 60px;
}
.simon-golf-club .simon-golf-text .learn-more-cta {
    margin-top: 20px;
}
.simon-golf-club img {
    width: 80%;
        padding-top: 50px;
    padding-bottom: 50px;
    /*margin-left: 19%;*/
    margin:0 auto;
}
.scan-it img {
     width: 93%;
}
.scan-it .scan-it-text {
    padding-top: 60px;
}
.scan-it .scan-it-text .learn-more-cta {
    margin-top: 75px;
}
.our-presence {
    position: relative;
}
.our-presence .blue-box {
    background-color: #06214D;
    color: #fff;
    padding: 70px 50px;
    position: absolute;
    right: 8%;
    width: 37%;
    bottom: -70px;
}
.our-presence h4 {
    font-size: 35px;
    margin-bottom: 20px;
}
.our-presence p {
    font-size: 17px;
    line-height: 30px;
}
.our-leadership .title {
    margin-bottom: 40px;
}
.our-leadership .single-text {
    font-size: 20px;
}
.our-leadership .box {
    background-color: #F6F9FE;
    border: 1px solid #DEE7F5;
    border-radius: 8px;
    padding: 30px 25px 25px;
    margin-top: 20px;
}
.our-leadership h6 {
    color: #06214D;
    font-size: 19px;
}
.leaderhip-cards {
    border-top: 1px solid #06214D;
}
.our-leadership .profile {
    font-size: 16px;
    line-height: 25px;
}
.our-leadership .since-year {
    color: #8D8D8D;
    font-size: 14px;
}
/*.blurb-row .col-md-6 {*/
/*    flex: 0 0 46%;*/
/*    max-width: 46%;*/
/*}*/
.blurb .img-container {
    min-width: 145px;
    height: 145px;
}
.blurb .blurb-content h5 {
    font-weight: bold;
    color: #06214D;
    font-size: 22px;
        margin-bottom: 10px;
}
.blurb .blurb-content {
    /*padding-top: 15px;*/
    margin-left: 30px;
}
.blurb .img-container img {
    min-width: 121px;
    height: 135px;
}
.blurb .blurb-content p {
    font-size: 17px;
    line-height: 26px;
    color: #2D2D2D;
}
.blurb .blurb-content .learn-more-cta {
    margin-top: 20px;
}
.blurb-row .col-md-6 {
    position: relative;
}
.blurb-row .col-md-6:first-child:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #ccc;
    top: 0;
    right: 0px;
}
.annual-accounts {
    background-image: url(../../assets/images/annual-accounts-bg-image.png);
    background-size: cover;
    padding: 210px 0;
}
.annual-accounts h3 {
    font-size: 35px;
}
.annual-accounts p {
    font-size: 21px;
    line-height: 38px;
}
.annual-accounts ul {
    padding-top: 30px;
    border-top: 1px solid #fff;
    margin-top: 30px;
}
.annual-accounts ul li {
    font-weight: 500;
    padding-bottom: 20px;
    font-size: 21px;
}
.annual-accounts ul li:last-child {
    padding-bottom: 0;
}
.annual-accounts ul li img {
    width: 13px;
    margin-right: 10px;
}
.annual-accounts .hor-blurb {
    background-color: rgb(255 255 255 / 70%);
    border-radius: 12px;
    padding: 30px 53px 30px 42px;
}

footer {
    background-color: #06214D;
    padding: 25px 0;
}
footer p {
    color: #fff;
}
footer ul {
    border-top: 1px solid rgb(255 255 255 / 80%);
    padding-top: 18px;
    margin-bottom: 0;
}
footer ul li {
    padding: 0 30px;
    color: #fff;
    font-size: 17px;
    position: relative;
}
/*footer ul li:first-child:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 1px;*/
/*    height: 83%;*/
/*    background-color: rgb(255 255 255 / 80%);*/
/*    top: 3px;*/
/*    right: 0;*/
/*}*/

@media screen and (min-device-width: 1440px) {
    .logo-link {
        width: 21%;
    }
    .about-scan-group p {
        font-size: 21px;
        line-height: 36px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
    }
    .navbar-nav li {
        padding: 0 20px;
    }
    h2 {
        font-size: 42px !important;
    }
    .our-companies .heading {
        font-size: 30px;
    }
    .our-companies p {
        font-size: 18px;
    }
    .scan-shipping .scan-shipping-text .learn-more-cta {
        margin-top: 60px;
    }
    .sat-transport .border-top-before:before {
        top: 0;
        width: 85%;
    }
    .sat-transport .sat-transport-text {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .class-1 {
        transform: translateY(47.2%);
    }
}
@media screen and (device-width: 1920px) {
    .class-1 {
        transform: translateY(47.2%);
    }
    .annual-accounts {
        padding: 380px 0;
    }
    
}
@media screen and (device-width: 1680px) {
    
    .annual-accounts {
        padding: 300px 0;
    }
}
@media screen and (min-device-width: 1680px) {
    .our-presence p {
        font-size: 18px;
        line-height: 37px;
    }
    
}

@media screen and (min-device-width: 1920px) {
    .our-presence .blue-box {
        right: 16%;
    }
    .our-presence {
        text-align: center;
    }
    .our-presence .blue-box {
        text-align: left;
    }
}
@media screen and (min-device-width: 981px) {
    .ict .border-top-before:before {
        left: 0;
    }
}
@media screen and (max-device-width: 767px) {
    
    nav {
        /*position: relative !important;*/
        /*padding-top: 15px !important;*/
        /*padding-bottom: 15px !important;*/
        /*background-color: #fff!important;*/
        /*top: 0px;*/
        /*z-index: 999;*/
        background: #fff !important;
        /*position: fixed !important;*/
        box-shadow: 0px 3px 6px rgb(232 232 232 / 50%);
        padding-top: 18px !important;
        padding-bottom: 18px !important;
        /*margin-top: -1px;*/
    }
    .ict-text p {padding-right:0%;}
    .border-top-before:before {
        z-index: 1 !important;
    }
    .navbar-nav li {
        padding: 0 0;
    }
    .mob-logo {
        width: 40%;
    }
    .navbar-toggler {
        padding: 0.25rem 10px !important;
        font-size: 15px !important;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #000 !important;
    }
    /*.navbar-collapse.show {*/
    /*    position: absolute !important;*/
    /*    top: 62px;*/
    /*    background-color: rgb(255, 255, 255);*/
    /*    width: 100%;*/
    /*    left: 0px;*/
    /*}*/
    .banner {
        padding-top: 70px;
    }
    .about-scan-group p {
        font-size: 17px;
        line-height: 32px;
    }
    h2 {
        font-size: 28px !important;
    }
    .our-companies .heading {
        font-size: 22px;
        text-align: center;
    }
    .our-companies p {
        font-size: 15px;
        text-align: center;
    }
    .learn-more-cta {
        margin-top: 20px !important;
        margin-bottom: 60px;
    }
    .border-bottom-after:after, .border-bottom-before:before {
        left: 0; right: 0;
        margin: 0 auto;
    }
    
    .scan-shipping .scan-shipping-text {
        padding-top: 30px;
    }

    .our-companies h2 {
        margin-bottom: 30px;
    }
    .sat-transport {
        padding-top: 0px;
    }
    .ict .ict-text {
        padding-top: 60px;
            padding-right: 0px;
    }
    .simon-golf-club .simon-golf-text {
        padding-top: 60px;
    }
    .scan-it .scan-it-text {
        padding-top: 60px;
    }
    .simon-golf-club img {
        width: 84%;
        padding-top: 30px;
        padding-bottom: 40px;
        margin-left: 8%;
    }
    
    
    .our-presence .blue-box {
       width: 88%;
       right: 6%;
       padding: 30px 30px;
       bottom: -210px;
    }
    .our-presence h4 {
        font-size: 24px;
    }
    .our-presence p {
        font-size: 15px;
        line-height: 28px;
    }
    .our-leadership {
        padding-top: 280px;
    }
    /*.annual-accounts {*/
    /*    padding: 80px 15px;*/
    /*}*/
    .annual-accounts {
        background-image: url(../../assets/images/accounts-mobile-banner.png);
        background-size: cover;
        padding: 100px 0;
    }
    .annual-accounts h3 {
        font-size: 24px;
    }
    .about-scan-group {
        padding-left: 15px;
        padding-right: 15px;
    }
    p {
        font-size: 16px;
        line-height: 30px;
    }
    .blurb .img-container {
        min-width: 56%;
        width: 56%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        height: auto;
    }
    .blurb .img-container img {
        height: auto;
    }
    .blurb .blurb-content {
        padding-left: 0;
        margin-left: 0px;
    }
    .blurb {
        margin-bottom: 50px;
    }
    .blurb .blurb-content h5 {
        font-size: 20px;
    }
    .blurb .blurb-content p {
        font-size: 16px;
    }
    footer ul li {
        padding: 0 15px;
        font-size: 14px;
    }
    footer p, footer p a {
        display: grid;
        color: #fff;
    }
    .border-top-before:before {
        top: -2px;
        left: 20%;
        width: 60%;
    }
    .sat-transport .border-top-before:before {
        left: 20%;
        width: 60%;
    }
    .simon-golf-club .border-top-before:before {
        left: 20%;
        width: 60%;
    }
    /*.simon-golf-club img {*/
    /*    margin-left: 10%;*/
    /*}*/

    .our-companies {
        padding-bottom: 0;
    }
    .our-leadership .box {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    .annual-accounts p {
        font-size: 17px;
        line-height: 34px;
    }
    .annual-accounts ul li {
        font-size: 17px;
    }
    .scan-shipping {
        border-top: 1px solid #dee2e6 !important;
    }
    .scan-shipping:before {
        content: '';
        position: absolute;
        top: -2px;
        left: 20%;
        width: 60%;
        height: 2px;
        background-color: #06214D;
        z-index: 1;
    }
    .blurb-row .col-md-6:first-child:after {
        content: none;
    }
    .sidebar .contact-us h4 {
       font-size: 24px !important;
    }
    .sidebar .address h6 {
        font-size: 18px !important;
    }
    .sidebar .address p {
        font-size: 16px !important;
    }
    .consulates {
        padding-bottom: 0;
    }
    .consulates .learn-more-cta {
        margin-bottom: 0;
    }
    footer .contact-us h4 {
        margin-bottom: 30px;
    }
    
   
}


.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0px;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 25px;
}


.sidebar .closebtn {
    position: absolute;
    top: 20px;
    right: 25px;
    margin-left: 50px;
    color: #06214D;
    background-color: #fff;
    border-radius: 100%;
    font-size: 25px;
    /* padding: 0px 7px; */
    text-decoration: none;
    border: 1px solid #06214D;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.openbtn {
    cursor: pointer;
    color: white;
    border: none;
}
#main {
   transition: margin-left .5s;
}

.sidebar .add1 {
    border-top: 1px solid #ccc;
}
.sidebar .address {
    padding-top: 25px;
    margin-top: 7px;
}
.sidebar .contact-us h4 {
    border-bottom: 3px solid #06214D;
    display: inline;
    padding-bottom: 5px;
    font-size: 28px;
    color: #06214D;
}
.sidebar .contact-us {
    padding-left: 50px;
    padding-right: 50px;
}
.sidebar .address h6 {
    font-size: 20px;
}
.sidebar .address p {
    font-size: 17px;
    line-height: 26px;
    color: #2D2D2D;
}
.sidebar img {
    padding-top: 25px;
}
.modal-body {
    padding: 0 !important;
}
.modal-header .close {
    opacity: 0.8 !important;
    padding: 0 !important;
}
.modal-header .close img {
    width: 35px;
}
.modal-header {
    position: absolute;
    z-index: 9;
    right: 20px;
    top: 10px;
    border-bottom: none !important;
}
.modal-open .modal {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 900px !important;
    }
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

@media screen and (min-width: 981px) {
    .scrolled-down {
      transform:translateY(-100%); 
      transition: all 0.3s ease-in-out;
      /*position: absolute !important;*/
    }
    .scrolled-up{
      transform:translateY(0); transition: all 0.3s ease-in-out;
    }
    
    .scrolled-down-1 {
      transform:translateY(-100%) !important; 
      transition: all 0.3s ease-in-out !important;
      
    }
}




@media screen and (min-width: 900px) {
    .bg_c {
        position: absolute;
        top: -220px;
        right: 40px;
        width: 576px;
        height: 635px;
        max-width: calc(100% - 40px);
        background-image: url(../../assets/images/scan-group-icon.png);
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        z-index: 999;
    }
    .class-1{
        transform: translateY(45.2%);
        transition: all 3s ease-in-out;
    }
    .class-2{
        transform: translateY(0);
        transition: all 3s ease-in-out;
    }
}

/*@media (-webkit-device-pixel-ratio: 1.1) {
    * {
    zoom: 0.95;
    }
    }*/

