@charset "UTF-8";

@import url('../fonts/fonts-style.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    padding-top: 159px;
    background-color: #fff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Circular Std", sans-serif;
    transition: all ease 0.3s;
    color: #000;

}

.banner-inf-inner p,
.mission-para p,
.mission-box p,
.mission-box h3,
.contact-info div a,
.copyright-div,
.copyright-div span,
.input-form label {
    font-family: "Inter", sans-serif;
}


a {
    text-decoration: none;
    cursor: pointer;
    transition: all ease 0.3s;
    font-size: 16px;
}

a:hover {
    text-decoration: underline;
}

ul,
li,
ol {
    list-style: none;
}

h2 {
    font-size: 48px;
    line-height: 50px;
    font-weight: 500;
}

h3 {
    font-size: 24px;
    line-height: 25px;
    font-weight: 500;
}

p {
    line-height: 25px;
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}

button {
    cursor: pointer;
}

input:focus,
input:focus-visible,
input:focus-within,
button:focus,
button:focus-visible,
button:focus-within,
textarea:focus,
textarea:focus-visible,
textarea:focus-within {
    outline: unset;
    box-shadow: unset;
}

.container {
    padding: 0 20px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: 100%;
}

section {
    padding: 60px 0;
    scroll-margin-top: 50px;
}

.flex {
    display: flex !important;
}

.flex-col {
    flex-direction: column !important;
}

.align-center {
    align-items: center !important;
}

.justify-center {
    justify-content: center !important;
}

.justify-between {
    justify-content: space-between !important;
}

.p-20 {
    padding: 0 20px;
}


.pt-full {
    padding-top: 120px !important;
}

.pb-full {
    padding-bottom: 120px !important;
}

.text-center {
    text-align: center !important;
}

.border-0 {
    border: unset;
}

.cursor-pointer {
    cursor: pointer;
}

.transition {
    transition: all ease 0.3s;
}

.f-600 {
    font-weight: 600;
}

.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.h-100 {
    height: 100%;
}

.mw-100 {
    max-width: 100%;
}

/* HEADER STYLING START  */
.header-main {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
}

.navbar-brand {
    max-width: 174px;
    display: inline-flex;
}

.header-main .navbar {
    justify-content: space-between;
    padding: 60px 0;
}

.header-main.scrolled {
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header-main.scrolled .navbar {
            padding: 25px 0;
}

.navbar-toggler {
    display: none;
}

.navbar-collapse {
    align-items: end;
}

.navbar-nav {
    justify-content: end;
    gap: 71px;
}

.banner-info {
    min-width: 706px;
    margin-left: auto;
}

.arrow-blue {
    margin-left: 18px;
}

.nav-link:hover img {
    transform: translateX(5px);
}

.form-btn button:hover img {
    transform: translateX(5px);
}

.banner-inf-inner a:hover img,
.mission-box a:hover img,
.react-out-link a:hover img {
    transform: translateX(5px);
    text-decoration: none !important;
}

.banner-inf-inner a:hover,
.react-out-link a:hover,
.mission-box a:hover {

    text-decoration: none;
}

.nav-link {
    line-height: 25px;
    color: #000000;
    font-weight: 500;
    padding: 10px 20px;
    align-items: center;
}

.navbar-toggler {
    background: unset;
    flex-direction: column;
    width: 35px;
    gap: 7px;
    align-items: end;
    outline: none;
}

.navbar-toggler span {
    width: 100%;
    height: 5px;
    background: #000000;
}

.navbar-toggler span:nth-last-child(1) {
    width: 50%;
    margin-left: 0;
    background-color: #2014AD;
}

/* HEADER STYLING FINIESHED  */

/* BANNER STYLING START  */
.banner-inf-inner h1 {
    font-weight: 500;
    font-size: 93px;
    line-height: 109px;
    color: #000000;
}

.banner-inf-inner h1 span {
    color: #2014AD;
}

.banner-inf-inner a {
    border: 2px solid #2014AD;
    font-weight: 500;
    line-height: 25px;
    padding: 14px;
    min-width: 160px;
    background: unset;
    border-radius: 2px;
}

.banner-inf-inner p {
    padding: 100px 0 50px 0;
}

.banner-inf-inner a img {
    margin-left: 15px;
}

.banner-inf-inner {
    align-items: start;
}

.banner-inner-img .big-img {
    max-width: 979px;
    width: 100%;
    object-fit: cover;
}

.banner-inner-img .small-img {
    max-width: 371px;
    position: absolute;
    z-index: 1;
    top: calc(100% - 210px);
    right: calc(100% - 82px);
    width: 100%;
}

.banner-inner-img {
    text-align: end;
    position: relative;
}

/* BANNER STYLING FINIESHED  */
/* MISSION STYLING START  */
.mission-header p {
    color: #2014AD;
    padding-bottom: 42px;
    white-space: nowrap;
}

.hand-main .mission-inner {
    background: unset;
}

.mission-inner {
    background: #F4F6F8;
    border-radius: 5px;
    padding: 69px 100px 0 100px;
}

.mission-box {
    background: #ffffff;
    padding: 55px;
    border: 1px solid #000000;
    border-radius: 5px;
    max-width: 375px;
    width: 100%;
    overflow: hidden;
}

.mission-img {
    max-width: 265px;
    width: 100%;
    padding: 38px 0;
}

.mission-box p {
    color: #5D5E5F;
    padding-bottom: 40px;
}

.mission-box a {
    font-weight: 500;
    line-height: 25px;
    min-width: 160px;
}

.mission-box a img {
    margin-left: 13px;
}

.mission-main-box {
    gap: 20px;
    padding-top: 12px;
    position: relative;
    top: 87px;

}

/* MISSION STYLING FINIESHED  */
/* HAND STYLING START  */
.hand-inner .mission-header-box {
    padding: 0 100px;
    gap: 90px;
}

.mission-header-box {
    align-items: end;
    gap: 90px;
}

/* HAND STYLING FINIESHED  */
/* REACT OUT STYLING START  */
.react-out-inner {

    padding: 100px 0 100px 100px;
    background: #F4F6F8;
    border-radius: 5px;
    width: calc(100% - 366px);
    margin-left: auto;
}
.react-out-slider-item{display:flex; align-items:center; justify-content:center;}
.react-out-slider-item img {
aspect-ratio: 200 / 80;
    object-fit: contain;
    width: 100%;
    height: auto;
    mix-blend-mode: multiply;
    max-width: 90%;
}

.react-out-slider {
    margin-bottom: 100px;
}

.react-out-link a {
    line-height: 25px;
    font-weight: 500;
}
.react-out-link a img {
   margin-left: 15px;
}

/* REACT OUT STYLING FINIESHED  */
/* FOOTER STYLING START  */
/* CONTACT US STYLING START  */
.contact-us-form {
    border-radius: 5px;
}

.contact-inner .mission-header h2 span {
    color: #2014AD;
}

.contact-inner .mission-header h2 {
    font-size: 62px;
    line-height: 80px;
}

.contact-inner .mission-header-box {
    gap: 90px;
    align-items: end;
    padding-bottom: 65px;
}

.contact-img {
    width: 90%;
}

.contact-form {
    position: relative;
    width: 10%;
}

.input-form {
    background: #ffffff;
    border-radius: 2px;
    position: relative;
}

.input-form label {
    font-size: 14px;
    color: #74757C;
    position: absolute;
    top: 15px;
    left: 25px;

}

.contact-img img {
    height: 700px;
    object-fit: cover;
}

.contact-form form {
    flex-wrap: wrap;
    position: absolute;
    width: 562px;
    right: 0;
    background: #F4F6F8;
    padding: 60px 49px;
    height: 80%;
    border-radius: 5px;
}

.input-form-outer {
    padding: 0 11px 20px 11px;
}

.input-form.active label {
    top: 1px;
    left: 25px;
    font-size: 11px;
}

.form-btn button {
    background: unset;
}

.form-btn {
    padding: 0 11px;
}

.contact-form form {
    justify-content: end;
}

.input-form input,
.input-form textarea {
    font-size: 16px;
    height: 49px;
    width: 100%;
    padding: 0 25px;
    resize: none;
}

.input-form textarea {
    padding-top: 17px;
    height: 129px;
}

.submit-sucess {
    /* background: #DFF0D8; */
    color: #659464;
    font-size: 12px;
    padding: 0 11px;
    letter-spacing: 1px;
    border-radius: 5px;
    font-weight: 500;
    display: none;
}

.submit-un-sucess {
    /* background: #EDD1D1; */
    color: #B95458;
    font-size: 12px;
    padding: 0 11px;
    letter-spacing: 1px;
    font-weight: 500;
    display: none;
    border-radius: 5px;
}

.submit-info {
    padding-top: 4px;
}

/* CONTACT US STYLING FINIESHED  */
.footer-main {
    background: #000000;
    padding: 128px 0 101px 0;
}

.footer-main .nav-link {
    color: white;
}

.footer-nav {
    justify-content: end;
    gap: 80px;
}

.footer-items-box {
    padding-bottom: 180px;
    border-bottom: 1px solid #5D5E5F;
}

.contact-info {
    gap: 30px;
}

.contact-info div {
    color: #ffffff;
}

.contact-info div a {
    color: #ffffff;
}

.footer-bottom {
    padding-top: 47px;
}

.copyright-div {
    color: #5D5E5F;
    font-size: 14px;
    line-height: 25px;
}

.copyright-div span {
    color: #5D5E5F;
}

/* FOOTER STYLING FINIESHED  */