* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body,
html {
    height: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Animations */
@keyframes slideIn_other {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    /* padding: 10px 20px; */
}

/* 
.navbar .logo {
    height: 100px;
} */

.nav-list {
    list-style-type: none;
    display: flex;
    margin-right: 50px;
}

.nav-list li {
    padding: 0 20px;
}

.nav-list li a {
    text-decoration: none;
    color: black;
    transition: color 0.3s ease-in-out;
}

.nav-list li a:hover {
    color: #04C2E9;
}


.navbar .logo {
    height: 100px;
    width: 100px;
    /* Adjust to maintain aspect ratio */
    margin-left: 75px;
    /* Maximum height to align with the navbar height */
    float: left;
    /* Adjust width automatically */
    /* Remove padding if necessary */
}

.nav-list li a.Active {
    color: #04C2E9;
    /* or any other color you want for the active state */
    font-weight: bold;
    /* optional, if you want to make it bold */
}

/* Map */
.location-container {
    padding: 70px;
}



/* footer */
.footer {
    /* background: #252525; */
    background-image: url(https://www.rapidmooverz.com.pk/assets/images/Web_Footer.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0;
    line-height: 20px;
}

.container {
    max-width: 1170px;
    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    /* margin-left: 20px; */
}

ul {
    list-style: none;

}

.footer-col_corner,
.footer-col {
    margin-left: 78px;
    width: 15%;
    /* padding: 0 8px; */
}


.footer-col_corner h4,
.footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
}

.footer-col_corner h4::before,
.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #84A052;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col_corner ul li a,
.footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;

}

.footer-col_corner ul li,
.footer-col ul li {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}

.footer-col_corner ul li:hover,
.footer-col ul li:hover {
    color: #fff;
    padding-left: 10px;
}

.footer-col_corner ul li a:hover .footer-col ul li a:hover {
    color: #fff;
    padding-left: 10px;
}

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    transition: all 0.4s ease;
}

.footer-col .social-links a:hover {
    color: #24262b;
    background-color: #fff;
}

.footercopyright {
    width: 100%;
    background-color: #33B6EA;
    height: 30px;
    justify-self: center;
}

/* Contact Form */
#section-wrapper {
    width: 100%;
    padding: 50px;
}

.box-wrapper {
    position: relative;
    display: table;
    width: 1150px;
    margin: auto;
    margin-top: 35px;
    border-radius: 30px;
}

.info-wrap {
    width: 35%;
    height: 550px;
    padding: 40px;
    float: left;
    display: block;
    border-radius: 30px 0px 0px 30px;
    /* background: linear-gradient(144deg, rgba(126, 39, 156, 1) 0%, rgb(39, 157, 92) 49%); */
    /* background: rgb(39, 157, 92); */
    background: #ecf0f3;
    color: #000;
}

.info-title {
    text-align: left;
    font-size: 28px;
    letter-spacing: 0.5px;
}

.info-sub-title {
    font-size: 18px;
    font-weight: 300;
    margin-top: 17px;
    letter-spacing: 0.5px;
    line-height: 26px;
}

.info-details {
    list-style: none;
    margin: 60px 0px;
}

.info-details li {
    margin-top: 25px;
    font-size: 18px;
    color: #000;
}

.info-details li i {
    background: #4B84DD;
    padding: 12px;
    border-radius: 50%;
    margin-right: 5px;
}

.info-details li a {
    color: #000;
    text-decoration: none;
}

.info-details li a:hover {
    color: #4B84DD;
}

.social-icons {
    list-style: none;
    text-align: center;
    margin: 20px 0px;
}

.social-icons li {
    display: inline-block;
}

.social-icons li i {
    background: #4B84DD;
    color: #000;
    padding: 15px;
    font-size: 20px;
    border-radius: 22%;
    margin: 0px 5px;
    cursor: pointer;
    transition: all .5s;
}

.social-icons li i:hover {
    background: #fff;
    color: #000000;
}

.form-wrap {
    width: 65%;
    float: right;
    padding: 40px 25px 35px 25px;
    border-radius: 0px 30px 30px 0px;
    background: #ecf0f3;
}

/* .form-title{
    text-align: left;
    margin-left: 23px;
    font-size: 28px;
    letter-spacing: 0.5px;
} */
/* .form-fields{
    display: table;
    width: 100%;
    padding: 15px 5px 5px 5px;
}
.form-fields input,
.form-fields textarea{
    border: none;
    outline:none;
    background: none;
    font-size: 18px;
    color:#555;
    padding: 20px 10px 20px 5px;
    width:100%
} */
/* .form-fields textarea{
    height: 150px;
    resize: none;
} */
/* .form-group{
    width: 46%;
    float: left;
    padding: 0px 30px;
    margin: 14px 12px;
    border-radius: 25px;
    box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #ffffff;
}
.form-fields .form-group:last-child {
    width: 96%;
} */
/* .submit-button{
    width: 96%;
    height: 60px;
    margin: 0px 12px;
    border-radius: 30px;
    font-size: 20px;;
    font-weight: 700;
    outline: none;
    border:none;
    cursor: pointer;
    color:#fff;
    text-align: center;
    background: #F44770;
    box-shadow: 3px 3px 8px #b1b1b1, -3px -3px 8px #ffffff;
    transition: .5s;
}
.submit-button:hover{
    background: #31279d;
} */
/* Responsive css */
