@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0px;
    padding: 0px;
}




/* -------------------
	Main Menu 
-------------------- */
ul{
    list-style: none;
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}

.main_header {
    background: #2b3884;
    height: 75px;
    border-bottom: 5px solid #c62649;
}

.main_menu>ul>li {
    display: inline-block;
    margin: 0px 15px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.4px;
	font-weight: 500;
}

.main_menu {
    text-align: center;
}

.main_menu>ul>li>a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    line-height: 75px;
}




/* ----------------------------
	Inner Bird Section(LOGO)
--------------------------- */

.inner_bird_section>img {
    width: 90%;
    position: relative;
    z-index: 9;
}

.inner_bird_section {
    text-align: right;
}

.main_left_logo>img {
    width: 220px;
}



/* ---------------------------
	Mission Statement section
------------------------------ */

.shape_section-area {
    position: relative;
    top: -160px;
}

.full_shape_area {
    position: relative;
}

.parent_red {
    overflow: hidden;
}

.red_shape {
    background: #c62649;
    height: 80px;
    position: relative;
    width: 300px;
}

.red_shape::before {
    content: '';
    background: #ffffff;
    position: absolute;
    width: 179px;
    height: 70px;
    transform: rotate(57deg);
    right: -91px;
}

.parent_blue {
    overflow: hidden;
}

.blue_shape {
    background: #2b3884;
    width: 640px;
    padding-top: 60px;
    padding-bottom: 100px;
    padding-left: 25px;
    position: relative;
    padding-right: 25px;
}

.blue_shape::before {
    content: '';
    position: absolute;
    width: 160px;
    top: -60px;
   bottom: 0;
   right: 64px;
    transform: rotate(334deg);
    right: -65px;
    background: white;
}

.inner_blue_shape {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    position: relative;
}

.inner_blue_shape>h2 {
    margin-bottom: 25px;
    font-size: 40px;
}

.inner_blue_shape>h4 {
    font-size: 22px;
    margin-bottom: 0px;
    font-weight: 700;
}

.deep_blue_shape {
    background: #16257b;
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0;
}

.deep_blue_shape {
    background: #16257bd9;
}

.inner_logo_bird_section {
    padding-top: 40px;
}
.full_wrape_text>p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 18px;
}




/* -------------------------
	Who are you Section 
-------------------------- */

.who_we_are {
    margin-top: -100px;
}

.full_wrape_text {
    padding: 20px 0px;
}

.heading>h4 {
    font-family: 'Oswald', sans-serif;
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 700;
    color: #414042;
    border-bottom: 1.5px solid #000;
    width: 310px;
    padding-bottom: 15px;
    position: relative;
}

.heading>h4::after {
    height: 6px;
    bottom: -3px;
    left: 0;
    position: absolute;
    content: '';
    background: #2b3884;
    width: 90px;
}




/* -------------------------
	Support Brand Section
--------------------------- */

.brand_suport_logo {
    height: 100%;
}

.inner_brand_suport_logo>img {
    width: 160px;
}

.inner_brand_suport_logo {
    text-align: center;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.inner_brand_suport_logo.secondd>img {
    height: 100%;
    width: 80%;
}

.inner_brand_suport_logo.secondd {
    padding-top: 40px;
}



/* ---------------------- 
	Get In Touch Section
------------------------- */

.get_in_touch {
    margin-top: 50px;
}

.heading.touchs {
    padding-left: 50px;
}

.heading.touchs>h4 {
    margin-bottom: 5px;
    font-weight: 400;
    border-bottom: 2px solid #2b3884;
    width: 73%;
    color: #fff;
}

.color_get_in_touch {
    background: #c62649;
    padding: 16px 20px;
    padding-bottom: 40px;
    color: #fff;
    border-top: 6px solid #2b3884;
    font-weight: bold;
}

span.icon>img {
    width: 45px;
}

span.contact_info {
    font-size: 20px;
}

.contact_information {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    padding: 0px 20px;
}

.contact_information>h4 {
    margin-bottom: 0px;
    font-size: 22px;
}

.contact_information>h5 {
    margin-bottom: 0px;
    font-size: 16px;
}

.contact_point.contact-tele {
    margin-left: 50px;
}

.contact_information a {
    text-decoration: none;
    color: white;
}

.contact_point a {
    text-decoration: none;
    color: white;
}




/* ------------------------
	Our Story Section
-------------------------- */

.our_story_area {
    margin-top: 60px;
}

.inner_story_heading {
    border-bottom: 6px solid #2b3884;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-top: 15px;
}

.inner_story_heading>h2 {
    color: #414042;
    font-weight: 800;
    margin-bottom: 0px;
    font-size: 50px;
    font-family: 'Oswald';
}

.bottom_main_content_area {
    margin-top: 30px;
    padding-left: 60px;
    position: relative;
}

.bottom_main_content_area::after {
    content: '';
    position: absolute;
    left: 0;
    width: 5px;
    height: 84%;
    background: #c62649;
    top: 0;
}

.main_text>p {
    font-size: 18px;
    font-weight: 500;
}

.main_contact_information {
    margin-top: 50px;
}

.contact_item>h4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: underline;
    font-weight: 700;
}

.contact_item>ul {
    text-align: center;
}

.contact_item>ul>li>a {
    text-decoration: none;
    color: #000;
    font-family: 'Montserrat';
    font-size: 18px;
}

.contact_item {
    margin-bottom: 25px;
}




/* -----------------------
	Footer Section
-------------------------- */

.pdf_footer_section_area {
    margin-top: 60px;
    margin-bottom: 100px;
}

.footer_top_shape {
    overflow: hidden;
}

.inner_shape_footer_on {
    position: relative;
    background: #d3d6e5;
    padding: 40px 30px;
}

.inner_shape_footer_on::after {
    content: '';
    position: absolute;
    right: -45px;
    top: -108px;
    height: 500px;
    transform: rotate(342deg);
    background: #ffffff;
    width: 200px;
}

.footer_heading>h4 {
    color: #545454;
    width: 36%;
    padding-bottom: 3px;
    font-weight: 700;
    border-bottom: 2px solid #c62649;
}

.inner_shape_one {
    margin-bottom: 30px;
}

.inner_shape_one>ul {
    list-style: unset;
    padding-left: 40px !important;
}

.inner_shape_one>ul>li>a {
    text-decoration: none;
    color: #585454;
    font-weight: 700;
}

.footer_bootom_shape {
    overflow: hidden;
}

.footer_top_shape_inner {
    height: 70px;
    background: #df889b;
    width: 350px;
    position: relative;
}

.footer_top_shape_inner::after {
    content: '';
    right: -77px;
    top: -55px;
    position: absolute;
    height: 300px;
    rotate: 330deg;
    width: 80px;
    background: white;
}




/* ----------------------
	Go Back Button 
------------------------- */

.to-top {
    background: #16257bd9;
    position: fixed;
    padding: 6px 10px;
    right: 32px;
    display: flex;
    transition: all .4s;
    border-radius: 50%;
    border: 3px solid #c62649;
}

.to-top.active {
    bottom: 85px;
    pointer-events: auto;
    opacity: 1;
    text-decoration: none;
}

.to-top i{
	display: inline-block;
	font-size: 24px;
	color: white;
}
