@charset "utf-8";
/* CSS Document */


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1920px) {


}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1536px) {
    .scroll-pin-wrapper h1 {
        font-size: 60px;
    }

    .custom_accordion .accordion-button h4 {
        font-size: 18px !important;
    }

    .dynamic-image-wrapper {
        width: 250px;
        height: 500px;
    }

    .custom_accordion .accordion-button {
        padding: 20px 0;
    }

    .scroll-accordion .accordion-body p {
        padding: 15px;
        margin: 10px 0;
        font-size: 18px;
    }

    .gradient.feature_grad{
        left: 62px;
    }

}


@media only screen and (max-width : 1399px) {

    h3{
        font-size: 22px;
    }

    .bg_text{
    font-size:75px;
    }

    h1{
        font-size: 70px;
    }

    .gradient.footer_gradient{
    top:62%;
    }

    .footer_brand_logo.project_logo{
    max-height: 68px;
    }

    .footer_brand_logo.resources_logo{
    max-height: 125px;
    }

    .company_cards {
    padding: 25px 15px; 
    }
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {

    .testimonial_content {
    min-height: 290px;
    }
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {

    /* .nav_bar .nav-item .nav-link{
    font-size: 18px;
    } */

    h2{
        font-size: 46px;
    }

    h1{
        font-size: 65px;
    }

    /* p{
        font-size: 17px;
    } */

    .bg_text{
    font-size:70px;
    }

    h6{
        font-size: 30px;
    }

    h4{
        font-size: 20px;
    }

    /* .footer_brand_logo{
    max-height: 68px;
    } */

    .footer_brand_logo.resources_logo{
    max-height: 105px;
    }

    .team_card{
        height: 290px;
    }

    .trust_logo{
    max-width: 250px;
    }

    .map_heading{
    font-size: 42px;
    }

    .project_logo {
    max-height: 69px;
    }
  
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {

    .header_wrapper .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    }

    .header_wrapper .container-fluid.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    }
    
   .navbar-collapse {
        position: fixed;        
        top: 0;
        left: 0;
        width: 100%;           
        height: 100vh;         
        background-color: #1a2b4b; 
        z-index: 1050;         
        display: flex;          
        flex-direction: column; 
        justify-content: start;
        padding-top: 100px;
        align-items: center;    
        text-align: center;
        transform: translateY(-100%); 
        visibility: hidden;
        transition: none; 
    }

     .navbar-collapse.collapsing {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #1a2b4b;
        z-index: 1050;
        display: flex;
        flex-direction: column;
        justify-content: start;
        padding-top: 100px;
        transform: translateY(-100%); 
        visibility: visible;
        height: 100vh !important; 
        transition: none; 
    }

    .navbar-collapse.show {
        transform: translateY(0);
        visibility: visible;
    }

    .navbar-nav {
        width: 100%; 
        padding-left: 0; 
        margin-bottom: 0;
    }

    .nav-link {  
        color: #ffffff !important; 
        font-size: 24px !important;
        font-weight: 500;
        display: block; 
    }
    
    .navbar-toggler {
        z-index: 1060; 
        position: relative;
        border: 1px solid #ffffff; 
        border-radius: 50%;        
        width: 50px;                
        height: 50px;               
        padding: 0;               
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: none !important;
        transition: all 0.3s ease;
        background: transparent;
        margin-right: 0 !important;
        margin-top: 0 !important;
    }

    .navbar-toggler.navbar-toggler_dark{
        border: 1px solid #1a2b4b;
    }

    .navbar-toggler-icon.navbar-toggler-icon_dark{
         background-color:#1a2b4b;
    }

    .navbar-toggler-icon.navbar-toggler-icon_dark::before,
    .navbar-toggler-icon.navbar-toggler-icon_dark::after{
        background-color:#1a2b4b;
    }

    .navbar-toggler.navbar-toggler_dark[aria-expanded="true"] {
        border-color: #ffffff;
    }

    .navbar-toggler.navbar-toggler_dark[aria-expanded="true"] .navbar-toggler-icon.navbar-toggler-icon_dark {
        background-color: transparent;
    }

    .navbar-toggler.navbar-toggler_dark[aria-expanded="true"] .navbar-toggler-icon.navbar-toggler-icon_dark::before,
    .navbar-toggler.navbar-toggler_dark[aria-expanded="true"] .navbar-toggler-icon.navbar-toggler-icon_dark::after {
        background-color: #ffffff;
    }

    .navbar-toggler-icon {
        background-image: none !important; 
        width: 24px;
        height: 2px;          
        background-color: #ffffff;
        border-radius: 5px;    
        position: relative;
        transition: all 0.3s ease-in-out;
        filter: none;          
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        content: "";
        position: absolute;
        width: 24px;     
        height: 2px;       
        background-color: #ffffff;
        border-radius: 5px;
        left: 0;
        transition: all 0.3s ease-in-out;
    }

    .navbar-toggler-icon::before { top: -8px; }
    .navbar-toggler-icon::after { top: 8px; }


    .navbar-toggler[aria-expanded="true"] {
        border-color: #ffffff; 
        transform: rotate(180deg); 
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-color: transparent; 
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
        top: 0;
        transform: rotate(45deg); 
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
        top: 0;
        transform: rotate(-45deg); 
    }

    .nav_bar .nav-item .nav-link.active{
        color: #fd97c5 !important;
        border-bottom: none;
    }

    h1{
    font-size: 59px;
    }

    h2 {
    font-size: 44px;
    }

    h5{
    font-size: 12px;
    }

    /* .footer_brand_logo{
    max-height: 85px;
    } */

    .safety_section{
     padding-left: 50px;
     padding-right: 50px;
    }

    .faq-section .team_s.contact_section{
    padding-left: 50px;
    padding-right: 50px;
    }

    .faq-section.mission_s{
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
    }

    .dynamic-image-wrapper {
      position: relative;
      width: 200px;
      /* Fixed width */
      height: 380px;
    }

    .logo_div {
    margin-left: 0 !important;
    }

    .top_row{
    margin-bottom: 0;
    }

    .gradient.footer_gradient{
        top: 88%;
        left: 28%;
    }

    .hero_sticky { 
    height: 800px; 
    }

    .footer_brand_logo.project_logo{
    max-height: 120px;
    }

    .footer_brand_logo.resources_logo{
    max-height: 130px;
    }

    .section {
    padding-top: 50px;
    padding-bottom: 50px;
    }

    .gradient.feature_grad{
    left: 235px;
    }

     .trust_card {
    padding: 0px 105px;
    min-height: 230px;
    }

    .trust_logo {
        max-width: 200px;
    }

    .testimonial_content {
    min-height: 295px;
    }

    .dark_button{
    padding: 12px 30px;
    } 

    .faq-section.team_s.features {
        min-height: auto;
    }

    .project_logo {
    max-height: 120px;
    }


}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 768px) {

    iframe {
    height: 300px;
    }

    .custom-accordion .accordion-button {
    font-size: 14px;
    padding-right: 30px; /* Space for icon */
    }

    .team_card{
    height: 265px;
    }

    /* .footer_brand_logo{
    max-height: 40px;
    } */

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 767px) {

    .gradient.footer_gradient{
    top:90%;
    left:20%;
    }

    .team_card{
    height: 347px;
    }

    .trust_card {
    padding: 30px 120px;
    min-height: 160px;
    border-radius: 20px;
    margin: 0px;
    }

    .custom_accordion .accordion-button {
    padding: 0px 50px 0px 0; 
    }
    
    .custom_accordion .accordion-button h4 {
    font-size: 20px !important;
    padding: 30px 0;
    word-break: break-word;
    margin: 0;
    }
    
    .custom_accordion .accordion-button::before {
    font-size: 30px;
    right: 10px;
    }
    
    .custom_accordion .accordion-body p {
    font-size: 18px;
    line-height: 24px;
    }

    .logo_div { margin-left: 0 !important; }
    .navbar-toggler { margin-right: 0 !important; margin-top: 0 !important; }


    /* .footer_brand_logo.project_logo{
    height: 80px;
    } */

    .footer_brand_logo.resources_logo {
    max-height: 100px; 
    }

    /* .footer_brand_logo{
    max-height: 50px;
    } */

    .gradient.feature_grad{
    left: 89px;
    }

    .map_heading {
    font-size: 32px;
    }


}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 575px) {

    .gradient.footer_gradient{
    left: 13%;
    }

    iframe {
    height: 250px;
    }

    .trust_logo {
    max-height: 110px;
    }

    .custom_accordion .accordion-body p {
    font-size: 20px;
    }

    .newsletter_btn{
    padding: 15px 15px;
    }

    .faq-section.mission_s{
    padding-left: 20px;
    padding-right: 20px;
    }

    .trust_card {
        padding: 30px 95px;
    }

    .hero_sticky { 
    height: 600px;
    }

    .footer_brand_logo.resources_logo {
    max-height: 150px; 
    }

    .features_accordion{
    padding-left: 30px;
    padding-right: 30px;
    }

    .bg_text {
    font-size: 60px;
    }

    .hero_content{
    margin-top: 55px;
    }

    .dark_button_border{
    font-size: 15px;
    }


}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    h1{
        font-size: 45px;
    }

    h2{
        font-size: 43px;
    }

    h6{
        font-size: 25px;
    }

    .gradient.footer_gradient{
    top:93%;
    }

    .trust_card{
    padding: 30px 90px;
    }

    .trust_logo {
    max-height: 100px;
    }

    .custom_accordion .accordion-button h4 {
    font-size: 18px !important;
    }

    /* .footer_brand_logo.resources_logo {
    max-height: 79px; 
    } */

    /* .footer_brand_logo{
    max-height: 45px; 
    } */

    .header_wrapper .container-fluid.navbar {
    padding-left: 20px;
    padding-right: 20px;
    }

    .gradient.feature_grad{
    left: -17px;
    }

    .map_heading {
    font-size: 28px;
    }

    .safety_section.accordion_section {
        padding: 15px 13px 0px 13px;
    }

}

@media only screen and (max-width : 460px) {

    .gradient.footer_gradient{
    top:92%;
    }

    h3{
        font-size: 22px;
    }

    h2{
        font-size: 40px;
    }

    h4{
        font-size: 23px;
    }

    .footer a{
        font-size: 17px;
    }

    .icon_logo{
        width: 30px;
    }	

    .safety_section{
     padding-left: 30px;
     padding-right: 30px;
    }

    .safety_section.footer {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    }

    .safety_section.principle_box{
    padding-left: 10px;
    padding-right: 10px;
    }

    #canada {
    height: 388px;      
    }

    #usa{
    height: 380px;     
    }

    .map_content{
    padding-left: 30px;
    }

    .dropdown_btn{
    padding: 12px 12px;
    font-size: 15px;
    }

    .trust_card{
    padding: 20px 70px;
    min-height: 100px !important;
    }

    .trust_logo{
        max-height: 80px;
    }

    /* .footer_brand_logo.resources_logo {
    max-height: 90px; 
    } */

    /* .footer_brand_logo {
    max-height: 37px; 
    } */

    .text_wrapper{
        padding: 18px 20px;
    }

    .dark_button{
        padding: 17px 35px;
    }

    .button{
    padding: 17px 35px;
    }

    .dropdown_btn{
    padding: 12px 35px;  
    }

    .map_heading {
    font-size: 25px;
    }

    .dark_button_border{
    padding: 10px 10px;
    font-size: 16px;
    }

    h4.footer_sub{
    font-size: 23px;
    }

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 375px) {

    .gradient.footer_gradient{
    left: -25%;
    }

    .gradient.feature_grad {
    left: 26px;
    top: 71px;
    width: 320px;
    height: 320px;
    filter: blur(calc(320px / 5));
    }

    /* .footer_brand_logo{
    max-height: 28px;
    } */

    #container {
    height: 270px;      
    }

    #container-usa{
    height: 290px;     
    }

    .icon_logo{
    width: 25px;
    }	

    h1{
        font-size: 36px;
    }

    h4{
        font-size: 20px;
    }

    h2{
        font-size: 35px;
    }

    h6{
        font-size: 29px;
    }

    .scroll_top{
        bottom: 120px;
    }

    .newsletter_input{
        font-size: 12px;
    }

    .footer_brand_logo.resources_logo {
    max-height: 100px; 
    }

    .trust_logo{
    max-height: 80px;
    }

    .custom_accordion .accordion-button h4 {
    padding: 25px 0;
    font-size: 15px !important;
    }

    .custom_accordion .accordion-body p {
    font-size: 18px;
    }

    .custom_accordion .accordion-button::before{
        font-size: 25px;
    }

    .hero_sticky { 
    height: 500px; 
    }

    .map_heading {
    font-size: 24px;
    }

    .dark_button_border{
    font-size: 12px;
    }

}


/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {

    .footer a{
        font-size: 16px;
    }

    /* .footer_brand_logo{
    max-height: 25px;
    } */

    .team_card{
    height: 315px;
    }

    
    .trust_card{
    padding: 20px 65px;
    }

    h2{
        font-size: 32px;
    }

    #canada {
    height: 300px;
    }

    #usa {
    height: 290px;
    }

    .bg_text {
    font-size: 50px;
    }

    .dark_button {
    padding: 13px 20px;
    }

    .map_heading {
    font-size: 22px;
    }
}


@media only screen and (max-width : 320px) {

    h3{
        font-size: 20px;
    }

    h2{
        font-size: 29px;
    }

    p{
        font-size: 19px;
    }

    h1{
        font-size: 30px;
    }

    h6{
        font-size: 26px;
    }

    .footer a{
        font-size: 16px;
    }
/*  
    .footer_brand_logo.project_logo {
    max-height: 70px;
    } */

    /* .footer_brand_logo.footer_brand_logo.resources_logo {
    max-height: 70px;
    } */

    /* .footer_brand_logo{
    max-height: 18px;
    } */

    .team_card{
    height: 265px;
    }

    .trust_logo {
    max-height: 58px;
    }

    .trust_card{
    padding: 20px 58px;
    }

    .newsletter_input{
    font-size: 11px;
    }

   
    .custom_accordion .accordion-button h4 {
    padding: 20px 0;
    }

    .dark_button_border {
    padding: 10px 10px;
    }
}