*, *::before, *::after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: "Roboto", sans-serif;
}
img {
    max-width: 100%;
}
.main_wraaper {
    max-width: 100%;
    width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
header {
    -webkit-box-shadow: 3px 3px 3px #ddd;
    -moz-box-shadow: 3px 3px 3px #ddd;
    box-shadow: 3px 3px 3px #ddd;
}
.de_flex {
    display: flex;
    align-items: center;
}
.top_header {
    width: 100%;
    background-color: #3F83BF;
    padding: 10px;
    color: #fff;
}
.top_header_left, .top_header_right {
    width: 50%;
}
.top_header_right {
    text-align: right;
}
header {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header_left {
    width: 50%;
}
.logo_wrap {
    display: flex;
    align-items: center;
}
.logo_wrap a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.logo_wrap h1 {
    color: #000;
    text-transform: capitalize;
    font-size: 20px;
    margin-left: 10px;
}
.header_right {
    width: 50%;
    display: flex;
    justify-content: right;
}
nav ul li {
    list-style: none;
    display: inline;
    padding-right: 15px;
}
nav ul li:nth-child() {
    padding-right: 0px;
}
nav ul li a {
    text-decoration: none;
    font-size: 18px;
    text-transform: capitalize;
    color: #000;
}
a:hover {
    text-decoration: none !important;
}
footer {
    width: 100%;
    margin-top: 80px;
}
.top_level_footer {
    background-color: #03153e;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.bottom_level_footer {
    background-color: #020e28;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}
.bottom_level_footer p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.33);
    line-height: 1.857;
    margin-bottom: 0;
}
.footer_col_1 {
    /* width: 58%; */
    margin-right: 2%;
}
.footer_col_1 p {
    width: 75%;
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
}
.footer-text {
    color: rgba(255, 255, 255, .5);
}
.footer_contact_inner .fa {
    color: rgba(255, 255, 255, .5);
}
.bottom_right a {
    color: rgba(255, 255, 255, .5);
}
.footer_col_2 {
    /* width: 20%; */
    /* margin-top: -80px; */
}
.footer_logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
.footer_contact {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.services h4, .quick_links h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    margin: 30px 0;
    text-transform: uppercase;
}
.col ul li {
    list-style: none;
}
.col ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, .5);
    line-height: 1.6;
    font-size: 16px;
    padding-bottom: 15px;
    display: block;
}
ul.services_wrap li {
    text-decoration: none;
    color: rgba(255, 255, 255, .5);
    line-height: 1.6;
    font-size: 16px;
    padding-bottom: 15px;
    display: block;
}
.bottom_left {
    width: 50%;
}
.bottom_right {
    width: 50%;
    text-align: right;
}
.bottom_left, .bottom_right {
    color: rgba(255, 255, 255, .5);
}
section {
    width: 100%;
}
.space {
    margin-top: 80px;
    margin-bottom: 80px;
}
.home-about-left {
    /* width: 50%; */
}
.home-about-right {
    /* width: 50%; */
    text-align: center;
}
.home-about-left h2 {
    font-size: 20px;
    font-family: roboto;
    color: #000;
    font-weight: 700;
    line-height: 1.4;
    margin: 20px 0;
}
.home-about-left p {
    font-size: 16px;
    color: #677078;
    line-height: 1.688;
    margin-bottom: 20px;
}
.home-btn-wrap {
    margin-top: 30px;
}
.home-btn-wrap a {
    background: #5a9bd5;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 10px;
}
.bg-text {
    background: #ffda44;
    display: inline-block;
    padding: 5px;
    text-transform: capitalize;
}
#home-services {
    background-color: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 50px;
}
.btn_center {
    text-align: center;
    margin-top: 50px;
}
.btn_center a {
    background: #ffda44;
    color: #4c443a;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
}
.sub_heading {
    text-align: center;
    margin-bottom: 50px;
}
.home_profile_left {
    /* width: 50%; */
    text-align: center;
}
.home_profile_right {
    /* width: 50%; */
}
.bread-crumb {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),url(../../images/slider1.jpg)no-repeat;
    background-size: cover;
    background-position: center left;
    height: 130px;
    padding-top: 50px;
}
.bread-crumb h2 {
    text-align: center;
    width: 100%;
    color: #fff;
}
.about_inner p {
    font-size: 16px;
    color: #677078;
    line-height: 1.688;
    margin-bottom: 20px;
}
.about_inner h4 {
    font-size: 16px;
    color: #677078;
    line-height: 1.688;
    margin-bottom: 20px;
}
ul.about-services {
    padding-left: 20px;
}
ul.about-services li {
    font-size: 16px;
    list-style: square;
    color: #8d8d8d;
    line-height: 32px;
}
.carousel-item {
    position: relative;
}
.banner-content {
    position: absolute;
    top: 35%;
    left: 77px;
    z-index: 99999999;
}
.carousel-control-prev {
    display: none !important;
}
.carousel-control-next {
    display: none !important;
}
.overlay {
    background: rgba(0, 0, 0, 0.7) !important;
    height: 100%;
    position: absolute;
    z-index: 99999;
    width: 100%;
}
.banner-content h2{
    font-size: 44px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
}
.home-about-right {
    overflow: hidden;
}
.home-about-right img:hover {
    /* transform: translateY(-10px); */
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.client_services_inner {
    overflow: hidden;
}
.client_services_inner img:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.address{ 
    display: flex;
}
.client_services_inner h3 {
    font-size: 20px;
    font-family: roboto;
    color: #000;
    font-weight: 700;
    line-height: 1.4;
    margin: 10px 0;
    text-align: center;
}
.footer_contact_inner {
    margin-bottom: 10px;
}
.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.footer-social span {
    background: #ffda44;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
}
.footer-social span a {
    color: #222;
    text-decoration: none;
}
.services_inner {
    overflow: hidden;
}
.services_inner img:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.services_inner_text {
    -webkit-box-shadow: 0px 3px 8px 1px #CCCCCC;
    box-shadow: 0px 3px 8px 1px #CCCCCC;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.services_inner_text h3 {
    font-size: 18px;
}
.services_inner {
    margin-bottom: 30px;
}
.whatsapp-wrap {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9999;
}
.form_wrapper {
    margin: 0 auto;
}
.mobile-menu-icon {
    display: none;
}
.mobile-menu {
    padding-top: 40px;
    transition: all 0.5s ease-in-out;
}
.mobile-menu ul li {
    list-style: none;
    border-bottom: 1px solid #ddd;
}
.mobile-menu ul li:last-child {
    border-bottom: 0;
}
.mobile-menu ul li a {
    color: #000;
    text-transform: capitalize;
    padding-bottom: 15px;
    padding-top: 15px;
    display: inline-block;
}
.slick-dots {
    display: none !important;
}
.regular > div {
    text-align: center;
}