 
.home-page {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background: #0e2a47;
}
.home-page .why-box {
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px;
}
.home-page .search-section {
    background: #e4dddd96;
}

.home-page .search-section {
    background: #e4dddd96;
    margin: -40px 0px 70px 0px;
}

.home-page .heading {
    color: white;
    font-size: 50px;
    font-weight: 700; 
}




.home-page .title {
    color: #fc9800;
    font-weight: 600;
    width: fit-content;
    background: #0000006b;
    padding: 5px 10px 5px 5px;
}

 

.home-page .section-heading { 
    margin-bottom: 70px;
}


p.desc {
    color: white;
}
 
 
 
.location-work  { 
   padding-top: 100px;
    margin-top: 20px;
    text-align: center;
}

.how-work-icon img , .location-work-icon img{
    height: 40px;
}
 .how-work-icon, .location-work-icon {
    text-align: center;
    margin: 20px 0px 20px 0px;
}
.how-workin {
    margin-bottom: -80px;
    margin-top: 64px;
}
.how-work:before {
    background: #000000ba;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
}
.how-work {
	 position: relative; 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top: 100px;
    margin-bottom: 110px;
}

.how-work-text h3, .location-work-text h3 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}
.how-workin .card {
    background: linear-gradient(to right, #007dff, #27363c);
    border: 0px;
    border-radius: 0px;
    margin: 0 auto;
    text-align: center;
    color: white;
}

.how-workin .card:last-child {
    background: #fe0606;
    color: #fff;
}


.location-section { 
    background-position: 50% 48px;
    background-repeat: no-repeat;
}
.location-box-icon {
    align-items: center;
}
.location-box-icon h3 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.location-box-icon img {
    width: 30px;
    object-fit: contain;
}
.location-box {
    box-shadow: 0px 10px 20px 0px rgb(10 25 49 / 5%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 15px 0px 10px;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 15px;
    padding: 24px 32px 24px 32px;
    background: #fff;
}
 
.about-section {
    background-color: #0e2a47;
    padding: 20px 0px 20px 0px;
}
.text-primary {
    color:  #fe0606!important;
}

.about-right {
    background-image: url(/public/uploads/home/line-pattern.png);
}


.about-workin {
    margin-bottom: -185px;
}

.about-workinn {
    box-shadow: 0px 10px 20px 0px rgb(10 25 49 / 5%);
}
.test-work-text ul.rating-stars li {
    display: inline-block;
    color: #ffc402;
}
.test-workinn {
    background-color: #fff;
    padding: 20px;
}
.test-workinn.test-workinner.text-center {
    background-color: #185adb;
    background-image: url(/public/uploads/home/map-testi.png);
}

body .row { 
    margin-right: 0px !important;
    margin-left: 0px !important;
}



