body {
    margin: 0;
    font-family: raleway, sans-serif;
}

header {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 20px 0px;
}
.logo {
    text-align: center;
    margin-bottom: 10px;
}

.logo img {
    height: 85px;
    width: auto;
}

.navigation-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F7F7F7;
    padding: 10px 50px;
}
nav a {
    margin: 0 15px;
    text-decoration: none;
    color: rgb(25, 54, 105);
    font-weight: bold;
    font-size: 14px !important;
}

nav a:hover {
    color: rgb(50, 107, 206);
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact_details_column p {
    text-align: center;
    line-height: 1.6;
}
.contact-info a {
    color: #000;
    margin-right: 10px;
    font-family: raleway, sans-serif !important;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.contact-info a:hover {
    color: #000;
}
.contact-info span {
    margin-left: 10px;
    font-weight: bold;
}

/* =============================== mobile menu ====================== */
.moblie_menu_humberger {
    display: none;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px 15px 0px;
}
.navbar img {
    height: 85px;
}
.hamburger {
    display: inline-block;
    cursor: pointer;
    z-index: 2;
}
.hamburger div {
    width: 28px;
    height: 3px;
    background-color: rgb(0, 0, 0);
    margin: 6px 0;
    transition: 0.4s;
}
.menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;    
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.5s;
}
.menu.show {
    display: flex;
    opacity: 1;
}
.menu a {
    color: rgb(0, 0, 0);
    font-size: 24px;
    margin: 10px 0;
    text-decoration: none;
}
.hamburger.change div:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 5px);
    width: 30px;
}
.hamburger.change div:nth-child(2) {
    opacity: 0;
}
.hamburger.change div:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -5px);
    width: 30px;
}
/* =============================== mobile menu ====================== */

.banner_section img{
  width: 100%;
}
.main_content {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F7F7F7;
    padding: 65px 10px;
}
.main_content_row {
    max-width: 920px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main_content_row p {
    font-size: 18px;
    text-align: center;
    line-height: 1.8em;
}
.main_content_row a {
    background-color: rgb(35 71 131);
    padding: 12px 17px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    margin-top: 20px;
}
.main_content_row a:hover {
    background-color: #788EB2;

}
.main_content_row p {
    font-size: 18px;
    text-align: center;
    line-height: 1.8em;
    font-weight: 700;
    color: rgb(35, 71, 131);
}
.main_div_foooter {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 65px;
}
.main_div_foooter_row {
    display: flex;
    max-width: 920px;
    width: 100%;
    gap: 50px;
}
.main_div_foooter_row a {
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 22px;
    line-height: 31px;
}
.main_div_foooter_column {
    text-align: center !important;
}
.contact_details-row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_details-row a{
    display: block;
    text-align: center;
    color: #000;
    font-family: raleway, sans-serif !important;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    margin-top: 10px;
}
.footer_contect_margin{
    padding-top: 20px;
}
p.footer_contect_margin {
    margin: 0px;
}
.contact_details_column {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.trems_condisons {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.trems_condisons_row {
    max-width: 920px;
    width: 100%;
}
.trems_condisons_column {
    text-align: center;
    line-height: 1.6;
}
.trems_condisons_column2 a{
    color: rgb(0, 0, 0);
}
.trems_condisons_column2 {
    text-align: center;
    line-height: 1.6;
}
img.linkdin_img {
    width: 39px;
    height: 39px;
    object-fit: cover;
}
footer {
    padding: 50px 10px;
}
/* =================================== About Shipping page css ====================== */

.page_main_heading{
    font-size: 48px;
    color: rgb(35, 71, 131);
    text-align: center;
}
.aboutshipping_content_row {
    max-width: 920px;
}
.paragraf_center{
    text-align: center;
    line-height: 32px;
    font-size: 18px;
}
p.qustion {
    padding-top: 15px;
    font-weight: 700;
    line-height: 32px;
    font-size: 18px;
    margin-bottom: 0px !important;
}
ul {
    line-height: 32px;
    font-size: 18px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
span.mid_tet_bold {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}
.normal_text{
    line-height: 32px;
    font-size: 18px;   
     margin-top: 0px;
     margin-bottom: 0px !important;
}

span.name {
    display: block;
    padding-top: 20px;
}

span.position,span.bussiness {
    display: block;
}
.back_blue_main {
    padding: 45px 0px;
    background-color: #193669;
    display: flex;
    justify-content: center;
    align-items: center;
}
.back_blue_main_row {
    max-width: 920px;
}
.back_blue_main_row p {
    color: #fff;
    font-size: 20px;
    padding: 10px;
}
.spacing_top{
  margin-top: 0px !important;
}
.spacing_bottm{
    margin-bottom: 0px !important;
}
span.list_padding {
    padding-left: 15px;
    display: block;
    line-height: 32px;
}
.nopadding{
margin: 0px !important;
}



/* ================================== Contact page CSS ============================= */
.contact_page_formsection {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 45px 10px;
}
.contat_row {
    display: flex;
    max-width: 1200px;
    gap: 150px;
}
.contat_row h1{
    font-size: 48px;
    color: rgb(35, 71, 131);
}
.contat_row p{
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 28px;

}
.contact_column {
    width: 100%;
}
.contat_row a{
    color: rgb(0, 0, 0);
    padding: 20px 0px;
    display: block;
}



form {
    padding: 25px;
}
form label {
    display: block;
    font-size: 15px;
    color: rgb(0, 0, 0);
}

form input, textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc !important;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Raleway';
    height: 40px;
    border: none;
}
form input, textarea:focus {
    outline: none;
}
/* input, textarea:hover {
    border: 1px solid #ccc !important;
} */
.hover-effect:hover {
    border: 1px solid #ccc !important;
}
form textarea {
    height: 90px;
    resize: vertical;
}
form button {
    background-color: rgb(35 71 131);
    color: rgb(255, 255, 255);
    border: none;
    padding: 12px 15px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    font-family: 'Raleway';
}

/* ====================== Thank You Page ====================== */
.thankyou_main{
    background-color: rgb(50,107,206);;
    padding: 60px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.main_thankyou{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #fff;
}
.thankyou_content{
    font-size: 18px;
    color: #fff;
}







@media screen and (max-width: 768px) {
    .main_div_foooter_row {
        display: flex;
        flex-direction: column;
        max-width: 920px;
        width: 100%;
        gap: 16px;
    }
    .main_content,.trems_condisons {
        padding: 30px 15px;
    }
    .desktop_menu{
        display: none;
    }
    .moblie_menu_humberger{
        display: block;
    }
    .main_div_foooter {
     
        padding: 25px;
    }
    .main_content_row p {
        margin: 10px 0px;
    }
    .main_div_foooter_row a {
        font-size: 20px;
    }
    .banner_section img {
        width: 100%;
        height: 200px;
        object-fit: fill;
    }
    .back_blue_main_row p {
       
        padding: 0px 10px;
    }
    ul{
        padding-left: 20px !important;
    }
    .contat_row {
      
        flex-direction: column;
        padding: 0px 10px;
        gap: 0px;
    }
    .contact_column h1, p, a, img {
        text-align: center;
    }
    .contat_row a {
        padding: 10px 0px;
    }
    footer {
        padding: 10px 10px;
    }
    form {
        padding: 20px;
    }
}
