@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Space+Grotesk:wght@300..700&display=swap');
body{
    /* font-family: "Inter", sans-serif;
    font-family: "Lato", serif; */
}
img{
    max-width: 100%;
    width: auto;
}
.top_section{
    background-color: #042a35;
    background-image: url(../images/Robert-f-Smith-pattern-quote.svg);
    --background-overlay: '';
    background-position: center center;
    background-repeat: no-repeat;
    padding:100px 0px;
}

.heading-title {
    color: #88ebfb;
    font-family: "Inter", sans-serif;
    font-size: 4em;
    font-weight: 700;
    line-height: 50px;
}
.text-des {
    max-width: 600px;
    margin: 0px auto;
}
.addpadding {
    padding-bottom: 60px;

}
.text-des p {
    margin-bottom: 30px;
    text-align: center;
    color: #dcf8ff;
    max-width: 600px;
}
.sep1 {
    height: 50px;
    width: 2px;
    margin: 30px auto 30px;
    background: #88ebfb;
}

.addbanner {
    width: 80%;
    border-radius: 5px 5px 5px 5px;
    margin: -100px auto 0px;
    padding-bottom: 60px;
}
.addbanner2 {
    width: 80%;
    border-radius: 5px 5px 5px 5px;
    margin: 0px  auto;
    padding-top: 40px;
}

.text2 p{
    color: #0A323C;
}
.inner_content_block a {
    color: #0a323c;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: #007BC2;
}
.heading2 {
    color: #0e5162;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.heading3 {
    color: #0e5162;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.inner_content_block {
    display: flex;
    margin: 80px 0px;
    color: #0a323c;
    padding: 0px 5%;
    background:url(../images/Robert_F_Smith_about_shape.svg) no-repeat right center;
}
.inner_content_left {
    flex: 1;
}
.inner_content_right {
    flex: 0 42%;
    margin-left: 10%;
}

.addblock {
    padding: 30px 0px;
}

.inner_content_left {
    text-align: left;
    color: #0a323c;
 
}

.inner_content_block2 {
    margin: 80px 0px;
    color: #0a323c;
    padding: 80px 5%;
    background-image: linear-gradient(180deg, #e1f4f8 0, #e1f4F800 100%);
}
.inner_content_des2 {
    margin: 0px auto;
    max-width: 700px;
}
.heading_opt3 p {
    color: #0a323c;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 1em;
    font-weight: 700;
    text-align: center;
}

.heading_opt2 {
    text-align: center;
    color: #183c48;
    font-family: "Instrument Serif", serif;
    font-size: 2.6em;
    font-weight: 400;
    line-height: 1.5em;
}
.inner_content_block2.bg2 {
    margin-bottom: 0px;
}
.def-button_weap {
    padding: 30px 0px;
}
.def-button {
        background-color: #007bc2;
        font-family: "Space Grotesk", Sans-serif;
        font-weight: 700;
        border-radius: 30px 30px 30px 30px;
        box-shadow: none;
        text-decoration: none;
        color: #fff !important;
        padding: 13px 27px;
        transition: all 0.3s ease;
    }
    .def-button:hover {
        opacity: 0.5;
    } 
    .inner_content_block.bg3 {
        margin: 0px !important;
        flex-direction: row-reverse;

    }
    .inner_content_block.bg3 {
        background: url(../images/Robert_F_Smith_about_shape2.svg) no-repeat 20% top;
    }
    .inner_content_block.bg3 .inner_content_right {
        flex: 0 42%;
        margin-right: 10%;
        margin-left: 0%;
    }

    .sep2 {
        height: 2px;
        width: 90%;

        margin: 30px auto 30px;
        background: #88ebfb;
    }
    .inner_content_block3 {
        text-align: center;
        padding: 60px 0px;
    }
    .inner_block2_des{
        display: flex;
        flex-wrap: wrap;
        padding: 30px;
        margin: 0px auto;
        width: 90%;
    }
    .inner_block2_des_info {
        background-color: transparent;
        background-image: linear-gradient(135deg, #ecfbff 0, #fff 100%);
        border-left: 2px solid #7ed2e3;
        border-top: 2px solid #7ed2e3;
        margin: 1%;
        padding: 15px;
        width: 31%;
        font-weight: 600;
    }
    .bg4 {
        background:#06252c  url(../images/Robert_F_Smith_about_shape3.svg) no-repeat 95% 25%;
        padding: 90px 5%;
        color: #fff;
        background-size: 50%;
        margin: 0px;
 

    }
    .bg4 h2 {
        color: #fff;

    }
    .bg4 p {
        color: #fff;

    }
    .inner_content_left p{
        margin-bottom: 30px;
    }
    .addblock_des {
        display: flex;
        padding: 30px 5%;
        justify-content: space-between;
        background: url(../images/Robert_F_Smith_footer_pattern-1.svg) no-repeat left top;
        align-items: center;
    }
    .addblock_des_left {
        flex: 0 49%;
        text-align: left;
    }
    .addblock_des_right {
        flex: 0 49%;
    }
    .addblock_des_right .inner_block2_des {
        width: 100%;
        padding: 0px;
    }
    .nobgoption{
        background: transparent !important;
    }
    .addimage3{
        margin-bottom: 10px;
    }
    .addcontent_wrap{
        background: #e4f5f9;
    }
    .addcontent_wrap {
        background: #e4f5f9;
        margin: 0 2%;
    }
    .addcontent_wrap .addblock_des_right {
        position: relative;
        margin: -70px 0 -30px;
    }
    .def-button2 {
        background-color: #9b2233 !important;
        color: #fff !important;
    }

    .adjment_text {
        align-items: center;
    }
    .socialmedia {
        margin: 0px auto;
        text-align: center;
    }
    .inner_content_block2.contmodf {
        margin: 0 5%;
    }

    .inner_contblock {
        display: flex;
        padding-bottom: 60px;
        border-bottom: 1px solid #0e5162;
        margin-bottom: 60px;
    }
    .inner_contblock:last-child {
        padding-bottom: 0px;
        border-bottom: 0px;
        margin-bottom: 0px ;
    }
    .inner_contblock_des {
        flex: 1;
    }
    .inner_contblock_heading {
        flex: 0 30%;
        margin-right: 3%;
    }
     .inner_contblock_des a {
        color: #0a323c;
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-decoration-color: #007bc2;
    }
    .partners-logo {
        width: 140px;
        margin: 15px auto 40px;
    }

    .top_section_info {
        max-width: 700px;
        margin: 0px auto;
        padding: 0px 4% 4%;
        border-radius: 6px;
        background-color: transparent;
        background-image: linear-gradient(180deg, #6ec1E400 0, #052229 100%);
    }
    @media (max-width:1199px) {
        .heading2 {
            font-size: 2em;
        }
    }

    @media (max-width:960px) {
        .inner_content_block.bg2 {
            flex-direction: column;
        }
        .inner_content_block.bg3 {
            flex-direction: column-reverse;
        }
        .inner_block2_des {
            padding: 20px 0 0;
            width: 90%;
        }
        .inner_content_block.bg4 {
            flex-direction: column;
        }
        .addblock_des {
            flex-direction: column;
        }
        .addblock_des_left {
            flex: 0 49%;
            text-align: left;
            width: 100%;
            padding-bottom: 37px;
        }
        .addcontent_wrap .addblock_des_right {
            position: relative;
            margin: 0px;
        }
        .heading-title {
            font-size: 3em;
        }
        .heading_opt2 {
            font-size: 2em;
        }
        .heading3 {
            font-size: 1.6em;
        }
        .inner_contblock {
            padding-bottom: 30px;
            margin-bottom: 40px;
            flex-direction: column;
        }
        .inner_content_block {
            margin-top: 40px;
            margin-bottom: 40px;
        }
        .inner_content_block2 {
            margin-top: 40px;
            margin-bottom: 40px;
        }
        .inner_content_block3 {
            padding: 30px 0px;
        }
    }

    @media (max-width:767px) {
        .inner_block2_des_info {
            width: 48%;
        }
        .p-5 {
            padding: 1rem !important;
        }
        .heading2 {
            font-size: 1.6em;
        }
    }

    @media (max-width:479px) {
        .inner_block2_des_info {
            width: 98%;
        }
        .heading-title {
            font-size: 2em;
     
        }
    }