@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

html{
  overflow-x: hidden !important;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body{
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    overflow-x: hidden !important;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:"slnt" 0;
    font-size: 15px;
    color: var(--bg-primary);
}
:root{
    --bg-primary:#000000;
    --bg-primary-alt:#2A124E;
    --bg-primary-alt-dark:#351D59;
    --bg-primary-light:#F5F6FA;
    --bg-primary-light-alt:#E8DEF8;
    --bg-secondary:#dc3545;
    --bg-secondary-alt:#e81e25;
    --bg-secondary-light:#FBC8B2;
    --bg-gradient:linear-gradient(139deg, var(--bg-secondary-alt),var(--bg-secondary));
}

/*<------- header -------> */
.header1{
    color: rgb(255, 255, 255);
    background-color: rgb(0, 122, 221);
    padding: 10px 0;
    top: 0;
    opacity: 1;
    transition: 0.2s all;
}
.header1 a{
    color: white;
}
.header1.scrolled{
    opacity: 0;
    position: absolute;
    width: 100%;
    top: -50px;
}
header{
    backdrop-filter: blur(2px);
    /* color: white; */
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: 0.3s ease-in;
    background: #ffffff;
}
#header a{
    transition: 0.3s ease-in;
    color: #2074b9;
    font-weight: 500;
}
header.scrolled{
    background: #ffffff;
    box-shadow: black 0px -1px 11px -9px;
}
header.scrolled a{
    color: black ;
}
header.scrolled .nav_toggle span{
    background: black;
}

.header{
    display: flex;
    width: 100%;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
}
.main_nav{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s all;
}
.main_nav a{
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 13px;
    background: white;
    border-radius: 11px;
    transition: 0.3s all;
}
.main_nav a:hover {
    background: #eeeeee;
    /* color: white !important; */
    border-bottom: 0;
    border: 0;
}
.main_nav .nav_bt{
    background: #FF5C00;
    /* color: white; */
    display: flex;
    border: none;
    padding: 8px 20px;
    border-radius: 100px;
    margin-left: 8px;
    transition: 0.3s all;
    color: white;
}
.main_nav .nav_bt:hover{
    box-shadow: #ff8945 4px 4px;
    border: none;
    color: #000000 !important;
}
.main_nav .nav_bt {
    color: white !important;
}

.nav{
    display: none !important;
}
.mobile_nav{
    display: none !important;
}
.nav_toggle{
    display: flex;
    flex-direction: column;
    gap: 8px 0px;
    /* display: none; */
    position: relative;
    z-index: 9999;
}
.nav_toggle span{
    width: 35px;
    height: 3px;
    /* background: var(--bg-secondary); */
    background: #2074b9;
    border-radius: 13px;
    transition: 0.5s all;
    position: relative;
}
.nav_toggle :nth-child(2){
    transition: 0.5s all;
    width: 20px;
    margin-left: 15px;
    background: #F26221 !important;
}
.nav_toggle :nth-child(3){
    height: 3.2px;
}

/*--- mobile nav toggled ---*/
.nav_toggle.toggled :nth-child(1){
    transform: rotate(45deg);
    top: 9px;
    background: #F26221;
}
.nav_toggle.toggled :nth-child(2){
    transition: 0.5s all;
    opacity: 0;
}
.nav_toggle.toggled :nth-child(3){
    transform: rotate(-47deg);
    bottom: 13px;
    background: #F26221;
}
/* end */

.nav_ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0rem 1rem;
}
.nav_bt_ul {
    display: flex;
    margin-left: 2rem;
    gap: 0rem 1rem;
    align-items: center;
    justify-content: center;
}
ul.nav_ul li a{
    padding: 10px;
    transition: 0.3s all;
    border-radius: 6px;
    color: var(--bg-primary);
}
ul.nav_ul li a:hover{
    background-color: #f1e9ff;
    /* background-color: #643ea2; */
    border-radius: 12px;
}

.nav_bt1,
.nav_bt2{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 0.5rem;
    line-height: 1.2;
    font-size: 14px;
    text-align: center;
    border-radius: 16px;
    height: 100%;
    transition: 0.5s all;
}
a.nav_bt1{
    color: white;
    background: #3d1f6e;
    padding: 6px 17px;
    &:hover{
        background-color:#280f52;
    }
}
a.nav_bt2{
    color: white;
    background: #F26221;
    padding: 7px 20px;
    &:hover{
        background-color: #b44817;
    }
}
.mobile_nav{
    position: fixed;
    width: 45%;
    /* background-image: linear-gradient(139deg, #4d2c82, #330f6d); */
    background: var(--bg-primary-light);
    height: 100vh;
    right: -82px;
    top: 0;
    /* display: flex; */
    align-items: center;
    justify-content: space-evenly;
    gap: 1rem 0rem;
    text-align: center;
    color: var(--bg-primary);
    flex-direction: column;
    display: none;
    opacity: 0;
    transition: 0.3s ;
    visibility: hidden;
    padding: 0px 20px;
}
.nav_ul_mobile {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    /* margin-top: 4rem; */
    margin-bottom: 1rem;
    font-size: 1.4rem;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.nav_ul_mobile a {
    color: rgb(0, 0, 0);
    transition: 0.3s all;
    padding: 1rem;
    &:hover{
        background-color: #86868600;
        /* border-radius: 18px; */
        border-bottom: solid 4px var(--bg-secondary);
        padding-bottom: 5px;
    }
}
a.nav_bt1.mobile{
    background: #2A124E;
    border-radius: 11px;
    padding: 6px 14px;
    height: max-content;
}
.nav_social{
    margin-top:1rem;
}
.social_icons.mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.social_icons.mobile span {
    background: #00000021;

}
.social_icons span{
    i{
      font-size: 22px;
      width: 35px;
      height: 35px;
      background-color: var(--bg-secondary-light);
      color: var(--bg-secondary);
      text-align: center;
      line-height: 35px;
      border-radius: 5px;
      transition: all 0.3s ease 0s;
    }
    i:hover{
      background-color: #DCE1E6;
      color: var(--bg-primary);
      transition: all 0.3s ease 0s;
    }

}
.social_icons.mobile span {
    padding: 0.4rem;
    border-radius: 5px;
}
.social_icons span img{
    width: 27px;
}
.social_icons.mobile span img {
    width: 27px;
}

ul.nav_ul{
    display: none !important;
  }
.nav_toggle{
    padding: 5px;
    display: flex;
    justify-content: center;
    margin-left:1rem;
}
.nav_bt_mobile .nav_bt1{
    display: flex;
}
/* .nav_bt1{
    display: none;
} */
.mobile_nav{
    display: flex;
    visibility: collapse;
}
.mobile_nav.toggled{
    opacity: 1;
    right: 0;
    transition: 0.5s all;
    visibility: visible;
    box-shadow: #0808085e -19px 17px 60px 30px;
}
/* header end */

/*<------- common -------> */
a{
    text-decoration: none !important;
}
a:hover{
    color: inherit;
}
ul{
    list-style: none;
}
.mt-80{
    margin-top: 80px;
}
.mt-60{
    margin-top: 60px;
}
.mb-80{
    margin-bottom: 80px;
}
.mb-60{
    margin-bottom: 60px;
}
.sub_title{
    font-size: 16px;
    font-weight: 600;
    padding: 5px 30px;
    width: max-content;
    border-radius: 100px;
    margin-bottom: 10px;
    backdrop-filter: blur(21px);
}
.pill_blue{
    background-color: #2074b91c;
    color: #2074B9;
}
.pill_orange{
    background-color: #ff5c0021;
    color: #FF5C00;
}
.pill_grey_orange{
    background-color: #F2F2F2;
    color: #FF5C00;
}
.pill_grey_blue{
    background-color: #F2F2F2;
    color: #2074B9;
}
.pill_alt{
    background-color: #00000070;
    color: white;
}
.semi_pill{
    font-size: 25px;
    font-weight: 700;
    padding: 10px 15px;
    width: max-content;
    border-radius: 10px;
}
.squire_pill{
    padding: 10px 15px;
    width: max-content;
    border-radius: 15px;
}
.title{
    font-size: 45px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}
.title.small{
    font-weight: 700;
    font-size: 35px;
} 
.gradient {
    /* background: -webkit-linear-gradient(45deg, #2074B9,#2074B9,#2074B9, #FF5C00,#FF5C00); */
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #FF5C00;
}

/*<---- hero ---->  */
#hero_banner1{
    z-index: 1;
    position: relative;
}
#hero_banner .container{
    height: 100%;
}
.hero_img{
    height: 100vh;
    object-fit: cover;
    width: 100%;
}
/* .hero_img::after{
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
} */
.hero_data {
    margin: auto;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: white;
    text-transform: uppercase;
    flex-direction: column;
    gap: 10px;
    margin-top: -20px;
    /* position: relative; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
    z-index: 1;
}
.hero_data::after {
    content: " ";
    height: 100%;
    position: absolute;
    top: 20px;
    width: 200%;
    left: -100%;
    background-image: linear-gradient(82deg, #00000094, transparent);
    z-index: -1;
}
.hero_data h1 {
    font-size: 55px;
    font-weight: 700;
}
.hero_data a {
    width: 200px;
    text-align: center;
}
a.bt_more {
    padding: 10px 25px;
    color: #2074b9;
    background: white;
    border-radius: 100px;
    font-weight: 700;
    border: solid 1px #b4ffc5;
    transition: 0.2s all;
}
a.bt_more:hover {
    background: rgb(232, 245, 255);
    /* color: white; */
    border: solid 1px #2074b9;
}
a.bt_explore {
    padding: 20px 40px;
    color: #ffffff;
    background: #2074b933;
    border-radius: 20px;
    font-weight: 200;
    line-height: 1px;
    border: solid 0.5px #ffffff;
    backdrop-filter: blur(14px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px 0;
    position: absolute;
    bottom: 40px;
    /* right: 0; */
    font-size: 20px;
    transition: 0.5s all;
}
a.bt_explore:hover {
    backdrop-filter: blur(27px);
}
a.bt_explore img {
   position: relative;
   top: 0;
   transition: 0.3s all;
}
a.bt_explore:hover img {
    top: 3px;
 }

 .logo_img img{
    width: 200px;
 }

 .d5n_copy{
    color: #fff;
    transition: 0.3s all;
 }
 .d5n_copy:hover{
    color: #F26221;
    transition: 0.3s all;
 }

/*<---- about ---->  */
.about_img{
    width: 100%;
}
.about_img img{
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
    max-height: 520px;
}
.about_cnt>p{
    text-align: justify;
}
.about_cnt.page p{
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
}

.points{
    /* gap: 0 20px ; */
    margin-top: 20px;
}
.point {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* text-align: center; */
    padding: 5px;
    background: #f2f2f2;
    padding: 10px;
    border-radius: 20px;
    height: 100%;
}
.point img{
    /* max-width: 300px; */
    margin: auto;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
    max-height: 350px;
    height: 100%;
}
.point h3 {
    font-size: 40px;
    font-weight: 700;
    width: 100%;
    /* color: #ff5c00; */
}
.about_cnt .point p{
    font-weight: 700;
    width: 100%;
}
.point.page,
.point.page h3{
    text-align: center;
    width: 100%;
}
.point.page p{
    text-align: center;
}
/*<---- vis_mis ---->  */
.vis_mis_cnt p{
    font-size: 17px;
    font-weight: 500;
    text-align: justify;
}

/*<---- policy ---->  */
#policy{
    /* background-color: red; */
    background-image: url("../img/safety_bg.png");
    color: white;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    margin-top: 130px;
    background-attachment: fixed;
}
#policy .relative{
    position: relative;
}
.gradient_alt {
    background: -webkit-linear-gradient(45deg, #2074B9,#07354b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.policy_img{
    position: absolute;
    top: -110px;
    right:0px;
}
.policy_img img{
    width: max-content;
    width: 250px;
    height: 250px;
    -webkit-animation: rotating 10s linear infinite;
    border-radius: 100%;
    padding: 10px;
    border: solid 1px white;
}
@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}
.policy_text{
    font-size: 18px;
    text-align: justify;
}
.policy_card {
    background: #000000a1;
    padding: 12px;
    border-radius: 12px;
    height: 100%;
    backdrop-filter: blur(5px);
}
.policy_card>p{
    text-align: justify;
}
.card_title {
    align-items: center;
    gap: 15px;
}
.card_title img{
    padding: 10px;
    border-radius: 15px;
    background-color: white;
    width: 50px;
}
.card_title h4{
    font-size: 18px;
    font-weight: 600;
}


/*<---- clients ---->  */
#clients{
    align-items: center;
    background-image: url("../img/client_bg.png");
    background-position: right bottom;
    background-size: cover;
    min-height: 700px;
    display: grid;
    align-items: center;
    text-align: center;
}
#clients .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1024px;
}
.client_img{
    padding: 15px;
    display: grid;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.client_img img{
    width: 100%;
}
.clients_grid {
    border: solid 0.5px;
    border-color: #2d75b838;
    background-color: rgba(255, 255, 255, 0.653);
    backdrop-filter: blur(5px);
}

/*<---- service ---->  */
#service {
    background-color: rgba(0, 0, 0, 0.08);
    display: grid;
    align-items: center;
    min-height: 1000px;
    /* text-align: center; */
}
#service .container{
    /* display: flex; */
    flex-direction: column;
    align-items: center;
}
#service h2{
    text-align: center;
}
.service_des {
    text-align: justify;
}
.service_card {
    padding: 12px;
    border-radius: 12px;
    background: white;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: 0.2s ease-in-out;
    height: 100%;
    position: relative;
    bottom: 0px;
}
.service_card:hover {
    transition: 0.3s ease-in-out;
    /* bottom: 5px; */
    background: white;
    box-shadow: #0303030f 1px 2px 10px 2px;
}
.service_card h5 {
    color: #2074B9;
    text-transform: capitalize;
    font-size: 17px;
}

.service_card:hover h5{
    color: #002b4e;
}

/*<---- cta ---->  */

#cta {
    /* min-height: 400px; */
    /* display: grid; */
    align-items: center;
    background-image: url("../img/cta.png");
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 1024px;
    margin: auto;
    padding: 30px;
    margin-top: 120px;
    margin-bottom: 120px;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    gap: 0 10px;
    position: relative;
}
#cta::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(45deg, black, transparent);
    z-index: 0;
    border-radius: 20px;
}
.cta_box {
    z-index: 1;
    position: relative;
}

.cta_box h5 {
    color: #025293;
    font-weight: 800;
    font-size: 40px;
}
.cta_box P {
    font-size: 20px;
    font-weight: 500;
    color: white;
    filter: drop-shadow(2px 3px 7px black);
    max-width: 768px;
    text-align: justify;
}
.cta_box a {
    background: rgba(32, 116, 185, 0.5);
    border: solid 1px white;
    backdrop-filter: blur(20px);
    display: block;
    width: max-content;
    margin: auto;
    padding: 20px 30px;
    color: white;
    font-size: 20px;
    border-radius: 20px;
    text-transform: capitalize;
    font-weight: 600;
    backdrop-filter: blur(10px);
    position: relative;
    transition: 0.3s all;
    top: 0;
}
.cta_box a:hover {
    top: -5px;
    border: solid #000000 1px;
}

/* <---- Service----> */
#other_banner {
    height: 250px;
    background-image: url("../img/about-banner.webp");
    color: white;
    background-size: cover;
    background-position: center;
    text-transform: capitalize;
    position: relative;
    /* top: 20px; */
    margin-top: 80px;
}
#other_banner .banner_img {
    height: 100%;
    display: flex;
    align-items: center;
}
#other_banner .banner_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 145px;
}
#other_banner .banner_content h4 {
    font-size: 45px;
    font-weight: 600;
    margin: 0;
}
#other_banner .banner_content h5 {
    font-size: 35px;
    margin-top: 5px;
}
.service_main {
    /* border: 1px solid rgb(174, 206, 255); */
    border-radius: 20px;
    background: #f2f2f2;
}
.service_cnt {
    padding: 1rem;
    height: 100%;
    display: grid;
    align-items: center;
}
.service_cnt h4 {
    font-size: 35px;
    color: #2074b9;
    font-weight: 600;
    text-transform: capitalize;
}
.service_cnt p,
.service_cnt li {
    font-size: 16px;
    color:#191919;
    text-align: justify;
    font-weight: 500;
}
.service_cnt_img {
    display: flex;
    height: 100%;
}
.service_cnt_img img {
    border-radius: 20px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* <====== Archives =======> */

.brochure_box {
    background: #efefefe0;
    /* margin-top: 100px; */
    padding: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
    box-shadow: 0px 1px 15px 3px rgba(0, 0, 0, 0.03);
    /* position: relative; */
    gap: 30px;
    flex-direction: column;
}

.brochure_box h3 {
    color: black;
    font-family: "poppins", sans-serif;
    text-align:center;
    font-weight: 600;
    margin-top: 10px;
}

.download_btn {
    padding: 8px 20px;
    /* border: 1px solid var(--secondary); */
    /* color: var(--secondary); */
    text-decoration: none;
    border-radius: 30px;
    font-family: "Raleway", sans-serif;
    /* position: absolute; */
    right: 20px;
    bottom: 10px;
    font-weight: 600;
    display: inline-block;
}
.brochure_box .blue_btn{
        box-shadow: 0px 0px 14px -7px #ff7b64;
        color: white;
        background: #F26221;
}
.brochure_box img{
    border-radius: 20px;

}

/* <====== Archives =======> */

.career_box {
    background: #efefefe0;
    /* margin-top: 100px; */
    padding: 30px;
    border-radius: 40px;
    display: flex;
    /* height: 500px; */
    box-shadow: 0px 1px 15px 3px rgba(0, 0, 0, 0.03);
    position: relative;
    text-align: left;
}

.career_box h4 {
    color: black;
    font-family: "poppins", sans-serif;
    /* text-align:center; */
    font-weight: 600;
}

.read_btn {
    padding: 8px 20px;
    /* border: 1px solid var(--secondary); */
    /* color: var(--secondary); */
    text-decoration: none;
    border-radius: 30px;
    font-family: "Raleway", sans-serif;
    /* position: absolute; */
    right: 10%;
    bottom: 10%;
    font-weight: 600;
    display: inline-block;
}
.career_box .blue_btn{
        box-shadow: 0px 0px 14px -7px #ff7b64;
        color: white;
        background: #F26221;
}


/* <======= ftr =======> */
footer{
    background: #2074B9;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
}
.ftr_info{
    width: 100%;
}
.ftr_info img{
    max-width: 226px;
}
.ftr_title{
    text-transform: capitalize;
    margin-bottom: 25px;
}
.ftr_title h3{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 25px;
}
.ftr_li{
    margin: 0 !important;
    padding: 0 !important;
}
.ftr_li li{
    margin: 5px 0 !important;
    border-bottom: solid 2px #eca52100;
    color: white;
}
.ftr_li a{
    color: #ffffff;
    transition: 0.3s all;
    font-size: 18px;
    font-weight: 400;
}
.ftr_li li:hover a{
    color: #ffffff;
    border-bottom: solid 2px #eca521;
}
.ftr_li.addr{
    text-transform:none;
}

/*whatsapp call*/
.wp_call_bt,
.call_bt{
    position: fixed;
    left: 15px;
    z-index: 0;
    display: block;
    width: 50px;
    transition: 0.5s all ease-in;
    cursor: pointer;
    padding: 5px;
    border-radius: 100%;
    height: 50px;
    display: grid;
    align-items: center;
    justify-content: center;
    &:hover{
        transform: scale(0.9);
    }
}
.wp_call_bt{
    bottom: 17px;
    background: #2074b9;
}
.wp_call_bt img{
    transform: rotate(180deg);
}
.call_bt{
    bottom: 74px;
    background: #FF5C00;
}


/* <======== Contact========= */

.contact-frm {
    padding: 60px 0;
    /* background: url(../images/about_bg.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.conatct_space {
    margin: 0px 100px;
    /* background: #c62128; */
    border-radius: 20px;
    box-shadow: 0px 4px 30px 2px rgba(0, 0, 0, 0.07);
}

.getin_box {
    padding: 30px;
    background: #fff;
    border-radius: 20px 0px 0px 20px;
}

.getin_box h2 {
    font-size: 25px;
    color: #1178A8;
}

.getin_box .address {
    padding-left: 0%;
}

.getin_box .address i {
    font-size: 18px;
    margin-top: 4px;
}

.getin_box .address a {
    font-size: 16px;
    text-decoration: none;
    color: black;
    font-weight: 500;
    transition: all 0.3s;
}

.getin_box .address a:hover {
    color: #1178A8;
    transition: all 0.3s;
}

.getin_box .social_icons {
    margin-top: 0px;
    padding: 0%;
    display: flex;
    gap: 10px;
}

.getin_box .social_icons li a {
    list-style: none;
    float: left;
    font-size: 17px;
    height: 35px;
    width: 35px;
    background-color: #1178A8;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
    border-radius: 30px;
}


.getin_box .social_icons li a:hover {
    margin-left: 0%;
    color: #ffff;
    background-color: #4AAE4C !important;
    color: #fff !important;
    transition: all 0.3s !important;
    transform: translateY(-5px) !important;
}

.getin_box .social_icons li i:hover {
    background-color: #333 !important;
    color: #fff !important;
    transition: all 0.3s !important;
    transform: translateY(-5px) !important;
}

.form_box {
    padding: 30px;
    border-radius: 0px 20px 20px 0px;
    background-color: rgba(233, 233, 233, 0.478);
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
}

.form_box h2 {
    font-size: 25px;
    color: #1178A8;
    margin-bottom: 10px;
}

.form_box input,
.form_box textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 8px 10px;
    font-size: 15px;
    border-radius: 13px;
    border: 1px solid #0000003d;
    font-weight: 300;
}

.form_box input:focus-visible,
.form_box textarea:focus-visible {
    outline: 1px solid #000;
}

.form_box .main_btn2 {
    width: 100%;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    background-color: #1178A8;
    padding: 9px 20px;
    border: 1px solid #1178A8;
    border-radius: 13px;
    transition: all 0.3s ease 0s;
    text-align: center;
}

.plane_pic2 {
    transform: rotate(45deg) translateY(-2px);
    width: 17px;
    transition: all 0.2s ease 0s;
}

.form_box .main_btn2:hover {
    color: #1178A8;
    background-color: #fff;
    transition: all 0.3s ease 0s;
}

.form_box .main_btn2:hover .plane_pic2 {
    transform: rotate(45deg) translateY(-9px);
    transition: all 0.2s ease 0s;
}

/* <======== Thank-you ========= */

.thanks_sec {
    /* background: url(../img/about-img1.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0px 4px 7px 2px #00000010;
    padding: 60px 30px;
    border-radius: 30px;
}

.thanks_sec .love {
    text-align: center;
    font-size: 50px;
    color: #ED1B24;
    display: flex;
    justify-content: center;
    margin: auto;
}
.main_btn {
    padding: 10px;
    background: #e1e1e1;
    text-align: center;
    margin: 0;
    border-radius: 10px;
    border: none;
}
.thanks_sec .main_head {
    text-align: center;
    text-transform: capitalize;
    font-size: 50px;
}

.thanks_sec p {
    text-align: center;
    font-size: 20px !important;
}
