@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');

@import url('https://fonts.googleapis.com/css2?family=Poppins: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');
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Red Hat Display", sans-serif;
    background-color: #3a81f4;
}

h1, h2, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

p {
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #323232;
    line-height: 22px;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
    border: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
}

.p-80 {
    padding: 80px 0;
}

.bannertext h1 {
    font-size: 58px;
    color: #161F33;
    line-height: 64px;
    margin-bottom: 15px;
}

.bannertext h1 span {
    color: #174FA4;
    font-weight: 600;
}

.headertext h3 {
    font-size: 48px;
    color: #161F33;
    margin: 0 0 10px;
    position: relative;
}

.headertext h3 span {
    color: #174FA4;
}

.small_title h4 {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
}

/* ======================================================================= */
    /* body start */
/* ======================================================================= */
.bodySec {
    width: 100%;
    height: 100%;
    height: 100%;
}

.top_head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.bodySec .logo {
    width: 100%;
    max-width: 285px;
    text-align: center;
    position: relative;
    display: block;
}

.contact_btn {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.midle_body {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
}

.maintitle h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    /*margin: 35px 0 0;*/
    text-transform: uppercase;
}

.maintitle h1 span {
    font-style: italic;
}

.formrow {
    width: 50%;
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid #d4d4d4;
}

.formrow form {
    display: flex;
}

.formrow input {
    width: 100%;
    font-size: 20px;
    height: 70px;
    color: #000;
    font-weight: 400;
    padding: 10px 25px;
    position: relative;
    background-color: transparent;
    border: none;
}

.formrow .submit02 {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
    color: #fff;
    text-align: center;
    background-color: #004d9d;
    border: 1px solid #004d9d;
    position: relative;
    margin: 0;
    transition: all 0.4s ease;
    border-radius: 25px;
    width: 90px;
    flex-basis: 90px;
    flex-shrink: 0;
}

.formrow .submit02 .fa-arrow-right-long{
    font-size: 35px;
}

.text_sec {
    width: 80%;
    margin: 0 auto;
}

.text_secpic {
    width: 100%;
    height: 280px;
    position: relative;
    display: flex;
    border-radius: 25px;
    border: 2px solid #fff;
    overflow: hidden;
}

.text_secpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text_sec_right {
    width: 90%;
    margin-left: auto;
    position: relative;
}

.text_sec ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.text_sec ul:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 11px;
    width: 1px;
    height: 96%;
    background-color: rgb(255 255 255 / 42%);
    z-index: -1;
}

.text_sec ul li {
    width: 100%;
    font-size: 20px;
    color: #fff;
    padding-left: 30px;
    font-weight: 500;
    line-height: 40px;
    position: relative;
}
.text_sec ul li.inactive{
    color: #05388b;
}

.text_sec ul li.inactive:before {
    
    background-color: #05388b;
   
}
.text_sec p.info span {
    color: #ecedef;
}
.text_sec ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
}

.text_sec h2 {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 65px;
    color: #fff;
}

.text_sec h4 {
    font-family: "Red Hat Display", sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: 300;
}

.text_sec h5 {
    font-family: "Red Hat Display", sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}

.text_sec .form-control {
    font-family: "Bai Jamjuree", sans-serif;
    padding: 10px 12px;
    border-radius: 0px;
    margin-bottom: 0px;
    background: #fff;
    /*color: #fff;*/
    border: 1px solid #fff;
    border-radius: 8px;
    font-size: 17px;
    height: 55px;
    font-weight: 400;
    margin-bottom: 20px;
    width: 100%;
    transition: 0.6s;
}

.text_sec .form-control::placeholder {
    color: #000;
}

.text_sec textarea.form-control {
    height: 130px !important;
}

.btn01 {
    font-family: "Red Hat Display", sans-serif;
    font-size: 17px;
    font-weight: 400;
    padding: 10px 45px;
    color: #fff;
    text-align: center;
    line-height: normal;
    display: block;
    background-color: #0003B7;
    border: 1px solid #fff;
    position: relative;
    border-radius: 10px;
    margin-left: auto;
    transition: 0.6s;
}














