@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');



body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    overflow-x: hidden;

}

.margin-50B {
    margin-bottom: 50px !important
}

/* #selectable-content{min-height: 115vh} */
.container {
    padding-top: 20px
}

/* header styles */
.headerFixed {
    position: fixed;
    z-index: 5;
    background-color: white;
    width: 100%;
}

.nav-link-mobile {
    display: none;
}

.logo-wrap {
    background: linear-gradient(90deg,rgba(217, 234, 242, 1) 0%, rgba(255, 255, 255, 1) 50%);
    padding: 0 20px;
       box-shadow: 1px 1px 5px #00000075;

}

.navbar {
    margin-bottom: 25px;
    padding: 0;

}

#header {
    padding: 0;
    background: url(../images/header-img-big.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: 5;
    position: relative;
}

#header .container-fluid .col-lg-6 .pl-lg-2 .row p {
    font-family: Arial, sans-serif;
    /*font-weight: bold;*/
    color: #263878;
    margin-bottom: -5px;
}

#header .container-fluid .col-lg-6 .pl-lg-2 .row h3 {
    font-weight: 300;
    color: #263878;
}

#header .container-fluid .col-lg-6 .pl-lg-2 .row h3 span {
    font-weight: bold;
    color: #263878;
}

#header .container-fluid .row .col-lg-6 .col-md-2 img {
    height: 95px;
    width: auto;
    margin-top: 5px;
}

#header .container-fluid .row .col-lg-6 .col-md-10 h3 {
    font-family: justLovelySlantedWide, sans-serif;
    color: #00000099;
    font-size: 45px;
    line-height: 0.8;
    margin-right: 25px;
}

#header .container-fluid .row .col-lg-6 .col-md-10 h3 span {
    color: #6cadde;
}

.downld-btn-text span {
    font-weight: 600;
}

#header nav ul li.nav-item {
   
    margin-left: 5px;
    width: 100%;  
    margin-top: 0px;
    font-weight: bold;
    transition: 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
   
    transition: 0.6s ease-in-out;

}

#header nav ul li.nav-item.active-tab a.nav-link{
    color: #fff;
}

#header nav ul li.nav-item  a{
    position: relative;
   
    
    }

    .caption {font-size: 12px;}
.margin-50T {
    margin-top: 50px;
}

 #header nav ul li.nav-item a.nav-link {

    display: table-cell;
text-align: center;
    padding: 13px 10px;
    padding-top: 35px;
    width: 100%;
    line-height: 1.2; 
 display: block ;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}

.nav-bar-mobile {
    float: right;
    text-align: right;
    margin: 10px;
    margin-left: 80%;
    margin-left: -moz-calc(100% - 55px);
    margin-left: -webkit-calc(100% - 55px);
    margin-left: calc(100% - 55px);
    background: #E9EFF3;
    padding: 10px;

}

#header nav ul li .dropdown-item {
    text-align: left;
    color: #1B3443;
    font-weight: 400;
    font-size: 18px;
  padding: 15px;
    padding-left: 60px;
  position: relative;
    border-bottom: 1px solid #7ACED6;
    white-space: normal;

}
#header nav ul li .dropdown-item::before{
    content: url(../images/nav-arrow.svg);
    position: absolute;
    left: 0;

} 

#header nav ul li .dropdown-item:hover {
    color: #00A9CD;
}


.inner-banner {
    max-height: 530px;
    overflow: hidden
}

.inner-banner .our-puropose-block {
    margin-top: 80px;
    margin-bottom: -400px;
    position: relative;
    z-index: 2;
    color: #FFF;
}

 #header nav ul li.nav-item a.nav-link::before {
    height: 25px;
    top: 0px;
    left:0;
    width: 100%;
    position: absolute;
    content: '';
    z-index: -1;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    transition: 0.6s ease all;
    background: #88919E;
}




#header nav ul li.nav-item:first-child a::before {
    background: rgba(136, 145, 158, 0.3);
}

#header nav ul li.nav-item:nth-child(2) a::before {
    background: #DFE1E3
}

#header nav ul li.nav-item:nth-child(3) a::before {
    background: #E7EAEC
}

#header nav ul li.nav-item:nth-child(4) a::before {
    background: rgba(150, 204, 213, 0.3)
}

#header nav ul li.nav-item:nth-child(5) a::before {
    background: #EAF1F5
}

#header nav ul li.nav-item:nth-child(6) a::before {
    background: rgba(136, 145, 158, 0.3)
}

#header nav ul li.nav-item:nth-child(7) a::before {
    background: rgba(54, 169, 210, 0.3)
}

#header nav ul li.nav-item.active-tab a:before {
    height: calc(100% + 5px);
 
}

#header nav ul li.nav-item:hover a:before {
    height: calc(100% + 5px);
   
}
#header nav ul li.nav-item:hover a{

}



#header nav ul li.active-tab .dropdown-menu a:before {
    background: none!important;
    border-bottom-right-radius: none!important;
    border-top-right-radius: none!important;
}

#header nav ul li.nav-item:hover .dropdown-menu a:before {
    background: none!important;
    border-radius: none!important;
}



#header nav ul li.active-tab a,
 #header nav ul li.nav-item a.nav-link:hover {
    transition: 0.6s ease-in-out;
}


.header-wrap {
    position: relative;
}
.header-wrap:hover{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;   
}

.header-wrap::before {
    border: 1px solid #1B3443;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top: none;
    background: #fff;
    position: absolute;
    content: ;
}


.margin-30B {
    margin-bottom: 30px
}

.teal-block {
    background-color: #045064;
    background-image: url("../images/home-banner.png");
    background-repeat: no-repeat;
    height: 528px;
    background-position: top left;
    background-size: cover;
}

/* .our-puropose-block{margin-bottom: -250px; margin-top: 120px; margin-left: -40px; z-index: 1; position: relative} */
/* .our-puropose-block p{font-size:20px; color: #103443;} */
.our-puropose-block p span.small-txt {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}

.netcare-btn {
    background: #fff;
    border-radius: 12px;
    padding: 20px 65px 20px 20px;
    color: #00A9CD;
    position: relative;
    display: inline-block;
    transition: 0.6s ease-in-out;
    font-size: 15px;
    width: 100%;
    max-width: 390px;
    margin: 0px auto 20px;
    display: block;
    font-weight: 700;
    box-shadow: -1px 3px 8px 1px #d0d3d5;
}

.netcare-btn:hover {
    background: #5EB5C1;
    color: #fff
}

.brand {
    margin-top: 10px;
    margin-bottom: 10px;
}

.netcare-btn:before {
    content: "";
    position: absolute;
    top: 9px;
    right: 10px;
    font-size: 40px;
    width: 45px;
    height: 44px;
    font-weight: 400;
    background-image: url("../images/Icons/pdf-icon.svg");
    background-repeat: no-repeat;
    /* z-index: 999; */
    background-size: contain;
}




.netcare-btn i {
    font-weight: 400;
    right: 13px;
    font-style: italic;
    top: 50%;
    transform: translateY(-50%)
}

.page-pad {
    padding: 40px 0px
}

/*		h1:after{content:""; height:6px; width: 63px; background: #38AFDD; position: absolute; bottom:-10px; left:0px}*/
.context-block {
    padding: 26px;
    border: 2px solid #E2E2E2;
    position: relative;
    height: calc(100% - 20px);
    margin-bottom: 20px;
}

.context-block p {
    font-weight: bold;
    font-size: 20px;
    color: #00A9CD;
    margin-bottom: 40px;
}

.context-block:before {
    content: "";
    background: url("../images/Icons/border-top-img.png") no-repeat;
    width: 100%;
    height: 30px;
    top: -14px;
    left: 0px;
    position: absolute;
}

.context-block:after {
    content: "";
    background: #84C4DD;
    width: 4px;
    height: 30px;
    top: -7px;
    right: -3px;
    position: absolute;
}

.context-block .netcare-btn {
    border: none;
    padding: 0;
    width: 100%;
    padding-left: 60px;
    margin-bottom: 0px;
    padding-right: 40px;
    max-width: 100%
}

.context-block .netcare-btn:hover {
    background: #fff;
    color: #103443;
    text-decoration: underline
}

.context-block .netcare-btn:before {
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.context-block .netcare-btn i {
    right: 0px;
    top: 0px;
    transform: none
}


.material-block {
    padding: 25px 10px 10px 10px;
    height: 100%
}

/*		.material-block img{max-width:60px; margin-bottom:20px}*/


.material-block-img {
    position: relative;
    margin-bottom: 30px;
}

.material-block img {
    max-width: 188px;
    margin-bottom: unset;
}

.material-block-img::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 25px;
    bottom: -25px;
    left: 50%;
    border-left: 2px dashed #707070;
}

hr.dashed-border {
    border-bottom: 1px dashed #707070;
}

.material-bg {
    background: #F9F5F2
}

.material-block p {
    width: 85%;
    margin: 0 auto;
}

.pillars-bg {
    background: #EFF6F6
}


.material-h4 {
    color: #5EB5C1;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
}

.pillars-section .material-block p {
    width: 95%;
    margin: 0 auto;
}

.margin-30T {
    margin-top: 30px;
}

.margin-20T {
    margin-top: 20px;
}


.strat-block {
    padding: 30px 0px 10px 0px;
    border: solid 1.5px #7DC3E8;
    height: 100%;
    position: relative
}

.strat-block-circle {
    position: absolute;
    bottom: 40%;
    height: 62px;
    width: 62px;
    border-radius: 50%;
    background: #4783B2;
    z-index: 9
}

.strat-block-circle-left {
    left: -50px
}

.strat-block-circle-left:after {
    content: "+";
    font-weight: bold;
    color: #fff;
    font-size: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.strat-block-circle:last-child {
    right: -50px
}

.strat-block-circle:last-child:after {
    content: "=";
    font-weight: bold;
    color: #fff;
    font-size: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.strat-block-heading {
    color: #103443;
    text-align: center;
    font-weight: 600;
    min-height: 100px;
    border-bottom: 1px dashed #8DC2E4;
    margin-bottom: 0px
}

.strat-block-inner {
    height: calc(100% - 100px);
    position: relative
}

.strat-block-inner-third-txt {
    font-weight: 600;
    font-size: 28px;
    color: #38AFDD;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.1
}

.switch-lblue {
    color: #00A9CD !important
}

.start-num-block {
    padding: 0 20px;
    margin-top: 40px
}

.start-num-block-txt {
    line-height: 1.1;
    font-size: 24px;
    font-weight: 100;
    color: #38AFDD;
    margin-bottom: 0px
}

@media screen and (max-width:991px) {
    .inner-banner {
        max-height: 100%
    }

    .strat-block-circle-left {
        bottom: calc(100% - 25px);
        left: 50%;
        transform: translateX(-50%)
    }

    .strat-block-circle:last-child {
        bottom: -50px;
        right: 50%;
        transform: translate(50%);
    }

    .strat-block {
        height: auto;
        margin-bottom: 20px
    }

    .our-puropose-block {
        margin-bottom: 0px !important;
        margin-top: 20px !important;
        margin-left: 0px !important
    }

    .context-block {
        height: auto
    }

    .strat-block-inner-third-txt {
        position: relative;
        transform: none;
        left: 0px;
        top: 0px;
        margin: 20px auto 0px auto
    }
}


@media screen and (max-width:767px) {
    .material-block {
        border-right: none
    }

}



.dropdown-divider {
    margin: 0;
}

#header nav div ul {
    width: 100%;

    position: relative;
}

.netcare-heading {
    color: #37AEDC;
    font-size: 16px;
    font-weight: 600;

}

.name-report-smaller {
    font-size: 14px;
    display: inline-block;
    color: #1B3443;
    border: 1px solid #7ACED6;
    border-radius: 30px;
    padding: 5px 15px 5px 15px;
    float: right;
}

.name-report-page {
     font-size: 14px; 
    position: relative;
    color: #1B3443;
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: center;
    font-weight: 400;

}
.name-report-page  span{
    display: block;    
    font-size: 25px;
    line-height: 1.4;
    font-weight: 500;
}


a:hover {
    text-decoration: none;
    color: #fff;

}

a.downloads-wrapper:hover::before {
    color: #fff;
}

.nav-menu-bar-bg {
    width: 100%; 

    webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.activeNav {
    max-width: 56px;
    background: #4783B1 !important;
}

.activeNav img {
    max-width: 26px;
}

footer {
   background: linear-gradient(90deg, rgba(217, 234, 242, 1) 0%, rgba(255, 255, 255, 1) 50%);  
    box-shadow: 1px 1px 5px #00000075;
    float: left;
    width: 100%;
    padding-bottom: 0;
}

.footer-copyright {

    padding: 10px;
}
.footer-copyright p{
    font-weight: 600;

}
.footer-copyright p span{
    text-transform: uppercase;
    display: block;
    font-size: 10px;
}
.footer-copyright p i{
    display: inline-block;
    font-size: 10px;
    border: 1px solid #7ACED6;
    border-radius: 30px;
    padding: 5px;
    font-style: normal;
}

section {
    float: left;
    width: 100%;
}

h3 {
    font-size: 45px;
    color: #C5DAE5;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 600;
}

.enviro-wraper-block .covid-wrapper2 {
    margin-left: 0;
}

.enviro-wraper-block p {
    color: #27404F;
}

.download-wraper-block {
    margin-top: 30px;
}

.download-wraper-block .covid-wrapper2 {
    margin-left: 0;
}

.nav-menu-bar-bg-fixed {
    position: fixed;
    top: 0px;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.27);
    
}

.nav-menu-bar-bg-fixed .logo-wrap{
    display: none;
}

.nav-menu-bar-bg-fixed .container {
    padding-top: 0
}

.nav-menu-bar-bg-fixed .brand img {
    height: 44px
}

.nav-menu-bar-bg-fixed .brand {
    margin-top: 5px
}

.nav-menu-bar-bg-fixed .name-report-page {
    margin-top: 7px;
    font-size: 14px;
}
.nav-menu-bar-bg-fixed .name-report-page::before {    
    bottom: -6px;}

.nav-menu-bar-bg-fixed .name-report-smaller {
    font-size: 14px;
}

 .dropdown-menu {
    top: 35px;
  
}

.nav-menu-bar-bg-fixed .dropdown-menu {
    top: 40px;
  
}

#header .nav-menu-bar-bg-fixed nav ul li.nav-item a.nav-link {
     padding: 5px 10px;
    padding-top: 20px;
font-size: 13px;
}



 #header .nav-menu-bar-bg-fixed nav ul li.nav-item a.nav-link::before {
    height: 10px;

}


.nav-menu-bar-bg-fixed .dropdown-menu{ padding-top: 0;}

.nav-menu-bar-bg-fixed .navbarDropdownholder { margin-top: 16px;}
.nav-menu-bar-bg-fixed .left-radius,
.nav-menu-bar-bg-fixed .right-radius {
    border-radius: 0px;
}



#header .nav-menu-bar-bg-fixed nav ul li.active-tab a::before{
   
    height: calc(100% + 0px)!important;
}



#header nav ul li:nth-child(1).active-tab a:before {
background: #8D97A4;

}
#header nav ul li:nth-child(2).active-tab a:before {
background: #253544;

}
#header nav ul li:nth-child(3).active-tab a:before {
background: #36626E;

}
#header nav ul li:nth-child(4).active-tab a:before {
background: #8ACED8;

}
#header nav ul li:nth-child(5).active-tab a:before {
background: #3CA7D3;

}
#header nav ul li:nth-child(6).active-tab a:before {
background: #4A4A49;

}
#header nav ul li:nth-child(7).active-tab a:before {
background: #36A9D2;

}
#header .nav-menu-bar-bg-fixed nav ul li:hover a::before{
   
    height: calc(100% + 0px)!important;
}
.nav-menu-bar-bg-fixed .navbar {
    margin-bottom: 5px;

}


.dropdown-menu {
    margin-top: 0px;   
    padding: 0;
    position: absolute !important;
    width: 100%;
    top: 80px;
    background: none !important;
    border: none;
    box-shadow: none;
    padding-top: 10px;
   

}
.dropdown-toggle::after{
border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
   
    border-left: 0.4em solid transparent;
    position: absolute;
    right: 10px;
    top: 20px;

}
.navbarDropdownholder {
    background-color: #fff;
    background-clip: padding-box;
   box-shadow: 0px 1px 0px 0px #D7D7D7;
    border-radius: 0px 0px 10px 10px;
    border-top: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #27404F;
  
}

.remove-shade {
    box-shadow: none;
    font-size: 13px;
}

.dashed-brushhome {
    position: relative;
    font-size: 32px;
    font-weight: 600;
}

.dashed-brushhome img {
    position: absolute;
    bottom: -7px;
    width: 60px;
    left: 0;
}

.small-txt {
    display: block;
    color: #00A9CD;
    font-size: 20px;
}

.intro {
 font-size: 17px;
    font-weight: 500;

}

.dotted-border {
    border-bottom: 1px dashed #707070;
}

.footer-btn {
    background: #fff;
    transition: 0.3s ease-in;
    width: 42px;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #7ACED6;
    font-weight: 600;
}

.footer-btn:hover {
    background: #00A6CF;
    transition: 0.3s ease-in;
}

.footer-btn:before {
    color: #7ACED6;
    transition: 0.3s ease-in;
}

.footer-btn:hover:before {
    color: #7ACED6;
    transition: 0.3s ease-in;
}



.scrollable {
    position: relative;
    clear: both;
}








@media screen and (max-width:1200px) {
    .brand img {
        width: 155px
    }

    #header nav ul li.nav-item a.nav-link {
        font-size: 10px;
    }

    .our-people-wrap1 {
        background: rgba(255, 255, 255, 0.8);
        margin-bottom: 70px;
    }

    .downld-btn-text img {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 1200px)
{
.scrollable { overflow: auto; }
.scrollable:before {content: '';position: absolute;bottom: 10px;right: 10px;height: 50px;width: 50px;background-size: contain;z-index: 2;}
.scrollable.scrolledR:before { display: none; }

}

@media screen and (max-width: 991px) {
    .nav-menu-bar-bg-fixed .navbar {
    padding: 7px;
}
    .name-report-page {text-align: left; margin-left: 20px;}
        .name-report-smaller{float: none; margin-left: 20px}
    .name-report-smaller {
    font-size: 13px;
       padding: 5px;
    margin-bottom: 15px;
    }
    .name-report-page{font-weight: 600;margin-bottom: 5px;font-size: 18px;}
    .name-report-page span{ display: none;}
    .brand img{max-width: 100%;}
    #header nav ul li.nav-item {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
     #header nav ul li.nav-item a.nav-link::before{
        height: 100%!important;
        bottom: 0;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;   
    }
    #header nav ul li.active-tab a::before{
        height: 100%!important;
        bottom: 0;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    #header nav ul li.nav-item .dropdown-item {
        font-size: 15px;
    }

    .brand img {
        width: auto
    }

    .inner-banner .our-puropose-block {
        color: #103443
    }

    .our-strategy-section {
        margin-top: 30px;
    }

    .navbar {
        background: none;
        padding: 0;
    }

     #header nav ul li.nav-item a.nav-link {
        font-size: 15px;
        text-align: left;
         padding-top: 13px;
    }

    .our-people-heading {
        font-size: 4em;
    }

    .management-wrapper {
        margin-top: 30px;
    }

    .management-cont {
        margin-top: -30px;
    }

    .enviro-wraper-block {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .navbar-nav .dropdown-menu {
        position: relative;
        float: left;
        top: auto;
        width: 100%;
        padding: 0;
    }

    .our-people-cont {
        margin-bottom: 30px;
    }

    .download-wraper-block .covid-wrapper2 {
        margin-top: 0;
    }

    .activeNav {
        max-width: 100%;
    }

    .board-image-nt img,
    .virus-net1 img {
        width: 100%;
        margin-top: 30px;
    }

    .virus-wraper-block {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .navbar-collapse {
        background: none;
        padding: 0;
        height: auto;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .teal-block {
        height: 360px;
    }
}

@media all and (-ms-high-contrast:none) {
     #header nav ul li.nav-item a.nav-link {
        font-size: 9px
    }
}

@media screen and (max-width: 767px) {
    
    .brand {
        margin-top: 0
    }

    .nav-menu-bar-bg-fixed .name-report-page {
        font-size: 16px
    }

    .nav-menu-bar-bg-fixed .nav-bar-mobile {
        padding: 9px
    }

    .nav-menu-bar-bg {
        /* box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.27);
        -webkit-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.27); */
    }

    .brand img {
        display: block;
        margin: 0 auto;
        height: 58px;
    }

    .name-report-page {
       float: none;
    }

    .our-people-cont {
        min-height: 813px;
    }

    .name-report-page {
        margin-top: 5px;
      
    }
}

@media screen and (max-width: 427px) {
    .nav-menu-bar-bg-fixed .name-report-page {
        font-size: 15px; margin-left: 0;
    }
    .nav-menu-bar-bg-fixed .name-report-smaller {
        font-size: 13px;
    }
    .brand {       
        margin-bottom: 5px;
    }
    .nav-menu-bar-bg-fixed .navbar-light .navbar-toggler {
        top: -65px;
       
    }
    }
@media screen and (max-width: 374px) {

    .our-puropose-block {
        font-size: 20px;
    }

    .intro {
        font-size: 30px
    }
}