@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
:root{
    --dark-blue:#303D6E;
    --white:#fff;
    --black:#000;
    --grey:#B9B9B9;
    --orange:#E45F36;
}
/* font-family: 'Poppins', sans-serif;
font-family: 'Poppins', sans-serif;
 */

body {
	font-family: 'Poppins', sans-serif !important;
}
 ul{list-style: none;padding: 0;margin: 0;}
 a{color: #000;text-decoration: none;}
li{font-size: 17px;font-family: 'Poppins', sans-serif;}
h2{font-size: 40px;line-height: 60px;font-weight: 600;text-transform: capitalize;font-family: 'Poppins', sans-serif;color: var(--black);}
h1,h2,h3,h4,h5,h6{font-family: 'Poppins', sans-serif;}
p{font-size: 20px;line-height: 30px;font-family: 'Poppins', sans-serif;font-weight: 400;}
p {
    margin: 0;
}
.bg_color{
    background-color: var(--dark-blue);
}
.sp{padding: 100px 50px;}
img{width: 100%;}
/* .main_title h2 {text-align: center;margin-bottom: 50px;} */
.main_button:hover{
    color:var(--dark-blue) !important;
}

.main_button {
    display: inline-block;
    background: var(--dark-blue);
    border: 1px solid transparent;
    padding: 17px 37px;
    color: var(--white);
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    font-family: 'Poppins',sans-serif;
    text-transform: capitalize;
    position: relative;
    transition: all 0.8s ease;
    border-radius: 4px;
    position: relative;
    z-index: 9;
}

.nav-header{
        margin-top: -35px;
}
.nav-menus-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.nav_btn {
    margin-left: 50px;
}
header.header_area {
    padding: 20px 0;
}
.main_carousel .carousel-item:before {
    content: '';
    position: absolute;
    background: #303D6E80;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* .carousel-item {
    height: 700px;
} */
.banner-content {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-content h1 {
    font-size: 41px;
    font-weight: 600;
    line-height: 60px;
    color: #fff;
    width: 57%;
}
.banner_counters ul li:last-child {
    border-right: transparent;
}
.banner-content p {
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    color: #fff;
    width: 50%;
    margin: 25px 0;
}
.banner_counters {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    margin-top: 70px;
    width: 38%;
}


.form-filed select {
    width: 100%;
    height: 50px;
    border: solid 1px #ccc;
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: var(--black);
    z-index: 9;
    position: relative;
    background-color: #ffff;
}

div#results {
    padding-bottom: 50px;
}
section#result .more_details .location_name {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
}
.banner_counters ul {
    display: flex;
    align-items: center;
}
.banner_counters ul li {
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    color: var(--orange);
    border-right: 1px solid var(--grey);
    padding: 0 24px;
    /*width:33.33%;*/
}
.banner_counters ul li span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    color: #000;
}
.search_bar {
    position: relative;
    margin-top: -100px !important;
    z-index: 9999;
    position: relative;
    background: #fff;
    border-radius: 5px;
    width: 90%;
    margin: 0 auto;
    padding: 40px;
    border-left: 8px solid var(--orange);
    box-shadow: 0px 5px 30px 0px #0000001A;
}
.search_bar h2{
font-size: 32px;
font-weight: 600;
line-height: 48px;
margin-bottom: 30px;
}
/* .about_content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/assets/images/about-us-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
} */
.bg_image {
    position: relative;
    margin-left: -60px;
}
.about_left_content {
    position: relative;
}
.about_left_content .about_content {
    position: absolute;
    top: 110px;
    left: 0;
}
.about_content {
    padding-left: 60px;
    position: relative;
}
.main_title h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: var(--dark-blue);
}
.main_title h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
}
.about_content p {
    margin-bottom: 50px;
}
.latest_tabs ul li .main_button.active {
    background: var(--dark-blue);
    color: #fff;
}

section.about_wrapper.sp {
    margin-bottom: 60px;
}

.latest_tabs ul li .main_button {
    padding: 14px 41px;
    background: var(--orange);
    color: #fff;
    border: 1px solid #eee;
    box-shadow: 2px 2px 12px 5px #eee;
}
section.latest_projects.sp .main_title h2 {
    font-size: 32px;
    line-height: 50px;
}
.latest_tabs ul {
    border-bottom: 1px solid transparent;
    margin-left: auto;
    justify-content: flex-end;
    margin-right: 12px;
}

.latest_main_wrapper {
    position: relative;
}

.copyright {
    text-align: center;
}
.latest_main_wrapper .owl_nav_btn {
    position: absolute;
    width: 100%;
    justify-content: space-between;
    display: flex;
    top: 50%;
    z-index: 9;
    left: 0px;
}
ul#myTab li {
    margin-right: 20px;
}
.latest_project_details {
    padding: 20px;
    margin-top: -25px;
}
.latest_project_details h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
    color: #fff;
}
img.logo {
    width: 160px;
}
.city_item:hover {
    transition: all 0.8s ease-in;
    background: #e3e4ef;
}
.city_item {
    transition: all 0.8s ease-in;
    background: #fff;
    cursor: pointer;
}


.location_name i {
    margin-right: 5px;
}
.popular_wrapper .main_title {
    text-align: center;
}
.more_details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.more_details .location_name {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
}
.latest_project_details  a.main_button {
    display: block;
    text-align: center;
    background: var(--orange);
}
.latest_project_details  a.main_button:hover {
    background: #fff;
    color: var(--orange);
    border: 1px solid var(--orange);
}
section.latest_projects.sp {
    padding-left: 65px;
    position: relative;
}

section.latest_projects.sp .container-fluid {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.latest-project_content {
    margin-top: 50px;
}

section.latest_projects.sp button.owl-next {
    position: absolute;
    right: 20px;
}

section.latest_projects.sp:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background: var(--dark-blue);
    z-index: -1;
}
.latest_main_wrapper p {
    margin-left: 20px;
    color: #fff;
}
section.latest_projects.sp {
    padding-bottom: 70px;
    padding-right: -10px;
}
.popular_wrapper ul li:nth-child(6n) {
    margin-right: 0;
}
.city_item .city_icon{
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
.city_item h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
}
.popular_wrapper ul {
    display: flex;
    align-items: center;
    margin-top: 60px;
    flex-wrap: wrap;
    /* justify-content: center; */
    /* margin-left: -80px; */
}
.popular_wrapper ul li {
    width: 219px;
    margin-right: 29px;
    margin-bottom: 41px;
}
.city_item {
    padding: 45px 23px;
    border-radius: 10px;
    box-shadow: 2px 2px 6px 3px #0000001A;
}
.popular_wrapper ul li:last-child .city_item {
    background: var(--dark-blue);
    color: #fff;
    border-radius: 15px;
    padding: 60px 23px;
}
/*.area_pointers .pointer_icon {*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    background: var(--orange);*/
/*    padding: 14px;*/
/*    border-radius: 50%;*/
/*    margin-right: 30px;*/
/*}*/
.area_pointers {
    margin: 40px 0;
}
section.latest_projects.sp .latest_tabs {
    margin-top: 60px;
}
.area_pointers ul li {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 20px;
}
.area_wrapper_content h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 49px;
}
.contact_wrapper.sp {
    position: relative;
    padding: 0;
}

.footer_logo {
    width: 200px;
    margin-bottom: 24px;
}
.footer_block ul {
    margin-top: 24px;
    padding-left: 30px;
}
.footer_block ul li {
    margin-bottom: 19px;
}

input.main_button {
    width: 100%;
}
.footer_block p {
    font-size: 16px;
    line-height: 25px;
    width: 90%;
}
footer.footer_wrapper_main.sp a {
    color: #ffff;
    color: #FFF;
    font-size: 20px;
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    line-height: 34px;
}

section.about_wrapper.sp {
    overflow: hidden;
}

.footer_block h3{
    color: #FFF;
    font-size: 24px;
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


footer.footer_wrapper_main.sp {
    background: var(--dark-blue);
    border-top: 1px solid #fff;
    color: #ffff;
}
.contact_wrapper.sp:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: linear-gradient(183.49deg, rgba(8, 14, 70, 0.5) 5.75%, rgba(29, 38, 125, 0.5) 50.28%, rgba(56, 66, 170, 0.5) 94.25%);
    /* background: #000; */
}
.contact_wrapper.sp img {
    position: relative;
}

.contact_main_wrapper h2 {
    color: #ffff;
    width: 60%;
    margin-bottom: 40px;
}
.contact_loaction h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 240px;
    height: 3px;
    background: #303D6E;
    border-radius: 20px;
}
.contact_infomation h3:before {
    display: none;
}

.contact_icon i {
    font-size: 24px;
    color: var(--orange);
}
.contact_info {
    display: flex;
    align-items: baseline;
}
.contact_info .contact_icon {
    margin-right: 30px;
}
.contact_loaction h3 {
    margin-bottom: 40px;
}
.customer_item p {
    color: #555856;
}

.customer_item p {
    font-size: 16px;
    margin-bottom: 50px;
}
.contact_info .contact_infomation h3 {
    font-size: 19px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 17px ;
}
.clients_main h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    line-height: 49px;
}
.quote_icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    margin-top: 30px;
}
.customer_details h4 {
    color: #303D6E;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.customer_icon {
    width: 70px;
    height: 70px;
}
.customer_details {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.customers_main .main_title {
    margin-bottom: 100px;
}
.customer_item p {
    font-size: 15px;
    margin-bottom: 50px;
}
.customer_item {
    background: #fff;
    color: #000;
    padding: 30px;
    border-radius: 13px;
    margin-right: 30px;
       /* box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 69%); */
    /* position: relative; */
    border: 2px solid #eeeeee69;
}
.customer_item {
    background: #fff;
    color: #000;
    padding: 30px;
    border-radius: 13px;
}
.customer_details h3 {
    color: #000 !important;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
section.customer_feebacks_wrapper.sp h3 {
    color: #fff;
}
section.customer_feebacks_wrapper.sp h2 {
    color: #fff;
}
section.customer_feebacks_wrapper.sp {
    /* background-size: cover; */
    background-repeat: no-repeat;
    color: #fff;
    padding-bottom: 100px;
}
.clients_slider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}
.clients_slider .client_item {
    background: #fff;
    padding: 20px 50px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 230px;
    margin-right: 30px;
}
.latest_main_wrapper p i {
    margin-right: 10px;
}
.contact_loaction {
    background: #ffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 5px 30px 0px #0000001A;

}
.contact_loaction p {
    font-size: 16px;
    color: #555856;
}
section.contact_wrapper.sp {
    padding-bottom: 0;
}
.contact_main_wrapper .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.contact_loaction h3 {
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    position: relative;
    margin-bottom: 17px;
    padding-bottom: 10px;
}
/* .contact_main_wrapper {
    position: absolute;
    top: 90px;
    color: #ffff;
    z-index: 99999;
    /* left: 0; */
    /* width: 60%;
} */ 
.contact_form {
    padding: 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 30px 0px #0000001A;
    /* width: 70%; */
}

section.contact_wrapper.sp .container {
    position: absolute;
    top: 60px;
    left: 100px;
    z-index: 99999;
}
.contact_form label {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
}
.contact_form input {
    padding: 18px;
    border: 1px solid #00000099;
    height: 60px;
    margin-bottom: 30px;
}
.contact_form .main_button {
    display: block;
    text-align: center;
}
section.clients_wrapper.sp {
    background: var(--dark-blue);
    color: #fff;
    text-align: left;
}
section.space.sp {
    height: 290px;
}
.clients_main h3 {
    color: #fff;
}

.clients_main h2 {
    color: #fff;
}
.newsletter_form h3 {
    margin-bottom: 20px;
}

.newsletter_form {
    margin-top: 80px;
    margin-bottom: 30px;
}

ul.call li a:hover {
    color: var(--orange);
}
input#formGroupExampleInput::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #000;
    z-index: 99999999;
}
input#formGroupExampleInput {
    position: relative !important;
}

input#formGroupExampleInput::placeholder{
    color: #474747;
    font-family: 'Poppins',sans-serif;
font-size: 20px;
font-weight: 400;
line-height: 36px;
}
input#formGroupExampleInput {
    position: relative !important;
    height: 60px;
    padding-left: 30px;
    border: 1px solid #474747;
    margin-bottom: 40px;
}
.search_bar::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/assets/images/search-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 30%;
    opacity: 1;
    display: block;
    height: 100%;
}
.search_bar label{
    font-family: 'Poppins',sans-serif;
font-size: 20px;
font-weight: 500;
line-height: 30px;
}


.diagonal-button {
    position: relative;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
  }

  
  .main_button:before {
    content: '';
    position: absolute;
    top: 0%;
    /* left: 0%; */
    /* bottom: 0;
    */
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    background: #fff;
}

.main_button:hover:before {
    /* background: #fff; */
    /* color: var(--dark-blue); */
    /* border: 1px solid var(--dark-blue); */
    width: 100%;
    height: 100%;
    transition: all 0.6s ease-in-out;
    opacity: 1;
    z-index: -1;
}
.abou_right_image img {
    height: 100%;
}
.abou_right_image.aos-init.aos-animate {
    height: 640px;
}
section.latest_projects.sp {
    padding-top: 0;
}


ul.social_links li {
    margin-right: 30px;
}
ul.social_links i {
    font-size: 31px;
}
ul.social_links {
    margin: 0;
    display: flex;
    padding-left: 0;
}
.newsletter_form input {
    background: transparent;
}
.newsletter_form button.submit_btn {
    background: transparent;
    color: #fff;
    border: 1px solid transparent;
    margin-left: -10px;
}
.newsletter_form button.submit_btn i {
    transform: rotate(45deg);
    font-size: 31px;
}
section.popular_cities.sp {
    padding-bottom: 0;
}
.footer_bottom {
    background: var(--dark-blue);
    border-top: 1px solid #fff;
    color: #ffff;
    padding: 30px 100px;
}
footer.footer_wrapper_main.sp {
    padding: 50px 0;
}
.customers_main .project_bottom {
    margin-bottom: 100px;
}
.customers_main .project_bottom  .main_title{
    margin-bottom:0px;
}
.project_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 70px;
}
.customers_main .project_bottom {
    padding-top: 0;
}
.owl_nav_btn button.owl-prev i {
    font-size: 47px;
    color: #fff;
}
.owl_nav_btn button.owl-prev {
    background: transparent;
    border: transparent;
}

.owl_nav_btn button.owl-next i {
    font-size: 47px;
    color: #fff;
}
.owl_nav_btn button.owl-next {
    background: transparent;
    border: transparent;
}
.owl_nav_btn {
    margin-right: 80px;
}
.latest_tabs ul li .main_button::before{
    display: none;
}
.search_bar {
    margin-bottom: 100px;
}



.selector {
    position: relative;
    padding: 0px;
    width: 100%;
    color: #7e7e7e;
    margin-bottom: 30px;
}

.selector ul {
    position: relative;
    display: block;
    overflow: auto;
    min-width: 138px;
    max-height: 200px;
    background: #fff;
    list-style: none;
    white-space: inherit;
    padding-right: 17px;
    width: calc(100% + 17px)
}

.selector li {
    position: relative;
    padding: 3px 20px 3px 25px;
    cursor: pointer
}

.selector li:before {
    position: absolute;
    top: 50%;
    left: 0;
    top: 4px;
    display: inline-block;
    margin-right: 9px;
    width: 17px;
    height: 17px;
    background-color: #f4f4f4;
    border: 1px solid #d5d5d5;
    content: ""
}

.selector li[data-selected="1"]:before {
    border: 1px solid #d7d7d7;
    background-color: #fff
}

.selector li[data-selected="1"]:after {
    position: absolute;
    top: 50%;
    left: 3px;
    top: 11px;
    display: inline-block;
    width: 4px;
    height: 10px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    background: none;
    color: #39c9a9;
    content: "";
    -webkit-transform: rotate(40deg) translateY(-50%);
    transform: rotate(40deg) translateY(-50%)
}

.selector li:hover {
    color: #aaa
}

.selector li .total {
    position: absolute;
    right: 0;
    color: #d7d7d7
}

.selector .price-slider {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 17px
}

@media (min-width: 768px) {
    .selector .price-slider {
        padding-top:8px
    }
}

.selector .price-slider:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 0;
    color: #39c9a9;
    content:'₹';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.selector #slider-range {
    width: 90%;
    margin-bottom: 30px;
    border: none;
    background: #d7d7d7;
    height: 3px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 40px;
}

@media (min-width: 768px) {
     .selector #slider-range {
        width:100%
    }
}

.selector .ui-slider-handle {
    border-radius: 50%;
    background-color: #39c9a9;
    border: none;
    top: -14px;
    width: 28px;
    height: 28px;
    outline: none
}

@media (min-width: 768px) {
    .selector .ui-slider-handle {
        top:-7px;
        width: 16px;
        height: 16px
    }
}

.selector .ui-slider-range {
    background-color: #7e7e7e
}

.selector .slider-price {
    position: relative;
    display: inline-block;
    padding: 5px 40px;
    width: 40%;
    background-color: var(--dark-blue);
    line-height: 28px;
    text-align: center;
    color: #fff;
}

.selector .slider-price:before {
    position: absolute;
    top: 50%;
    left: 13px;
    margin-top: 0;
    color: #fff;
    content: '₹';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.selector .show-all {
    position: relative;
    padding-left: 25px;
    color: #39c9a9;
    cursor: pointer;
    line-height: 28px
}

.selector .show-all:after, .selector .show-all:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -1px;
    color: #39c9a9;
    width: 10px;
    border-bottom: 1px solid
}

.selector .show-all:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.selector.open ul {
    max-height: none
}

.selector.open .show-all:after {
    display: none
}


*{
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


body ul.call {
    margin-top: 0;
    text-align: left;
    padding: 0;
}



button.carousel-control-prev {
    width: 50px;
    height: 50px;
    /*background: #000;*/
    top: 50%;
    left: 40px;
    opacity:1;
}

button.carousel-control-next {
    width: 50px;
    height: 50px;
    /*background: #000;*/
    top: 50%;
    right: 40px;
    opacity:1;
}



.area_pointers .pointer_icon img {
    width: 65px;
    height: 63px;
    background: var(--orange);
    padding: 15px;
    border-radius: 50%;
    margin-right: 19px;
    object-fit: contain;
}


section.thank_main {
    text-align: center;
    padding: 100px 0;
    background-color: #fafafa;
}

.content_thank h2 {
    margin: 30px 0 10px;
    color: #0064a5;
}

.content_thank h3 {
    color: #111111;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: normal;
}

.content_thank ul li a {
    font-weight: bold;
    color: #0064a5;
}


.content_thank ul {
    margin-bottom: 30px;
}


.main_button.active {
    padding: 17px 41px;
    background: var(--orange);
    color: #fff;
    border: 1px solid #eee;
    box-shadow: 2px 2px 12px 5px #eee;
}

section.latest_projects.sp ul#myTab {
    border: 1px solid transparent;
}
/* section.latest_projects.sp .projects-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag {
    padding-left: 20px;
}


section.latest_projects.sp .latest-project_content {
    margin-top: 50px;
    margin-left: -40px;
} */

.latest-project_content .item {
    margin-right: 25px;
}
.latest_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.latest_image {
    width: 100%;
    height: 250px;
    margin-bottom: 24px;
}

section#result .latest_project_details h3 {
    color: #000;
}






.hero-banner{
    background-image: url(https://relivesolutions.com/wp-content/uploads/2024/12/banner-image.png);
    background-size: cover;
    padding: 85px 0;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.hero-banner h2 {
    font-size: 64px;
    font-weight: 600;
    line-height: 96px;
    color: #fff;
}
ul.breadcrump {
    display: flex;
    list-style: none;
    padding: 0px;
    margin-bottom: 20px;
}
ul.breadcrump li {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin-right: 15px;
    color: #fff;
}
.hero-banner p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
    max-width: 50%;
}
h1.watermark {
    font-size: 180px;
    font-weight: 600;
    color: transparent;
    position: absolute;
    -webkit-text-stroke: 3px #fff;
    bottom: -65px;
    right: 50px;
}
.section01 {
    padding: 70px 0 40px;
}
.imgcollage1{
    position: relative;
}
.imgcollage1-01 {
    width: 60%;
}
.imgcollage1-02 {
    position: absolute;
    right: 60px;
    bottom: 90px;
}
.preheading {
    color: #303D6E;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    padding-left: 40px;
}
.preheading:before {
    content: '';
    width: 30px;
    height: 4px;
    background: #303D6E;
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
}
.heading{
    font-size: 42px;
    font-weight: 600;
    line-height: 63px;
    color: #000;
    margin-bottom: 25px;
}
.fea-list {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.fea-list .icon {
    background: #E45F36;
    height: 100px;
    width: 100px;
    flex-shrink: 0;
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.fea-list h4{
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #1E1E1E;
}
.fea-list p{
    color: #2B2B2B;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

}
.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #303D6E !important;
    border-color: #303D6E !important;
    border-radius: 5px;
    padding: 15px 24px;
    font-size: 16px;
    font-weight: 500;
}
.section02{
    padding: 40px 0 20px;
}
.service-item {
    height: calc(45% - 11px);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 22px;
}
.service-item.full{
    height: 90%;
    margin: 0px;
}
.service-gallery {
    margin-bottom: -20px;
}
.service-item .content{
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.45) 100%);
    top: 0;
}
.service-item img {
    object-fit: cover;
    height: 100%;
    object-position: center;
}
.service-item .content {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.45) 100%);
    top: 0;
    padding: 25px;
    color: #fff;
}
.service-item .content h5{
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #fff;
    margin: 0px;

}
.service-item .content h4{
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #fff;

}
.service-item .content a{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    bottom: 25px;
}
.section03 {
    padding: 40px 0 90px;
}
.section04{
    background: #F3F7FD;
    padding: 100px 0;
}
.subheading{
    color: #2B2B2B;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

}
.fea-card {
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 20px;
    margin-bottom: 20px;
}
.fea-card .icon{
    height: 70px;
    background: #303D6E;
    width: 70px;
    flex-shrink: 0;
    margin-right: 15px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.fea-card h4{
    color: #1E1E1E;
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    margin: 0px;

}
.fea-card p {
    color: #2B2B2B;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 6px 0;
}

.fea-card a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #1E1E1E;
    
}

.imgcollage2{
    position: relative;
}
.imgcollage2-01 {
    width: 70%;
}
.imgcollage2-02 {
    position: absolute;
    bottom: -70px;
    left: 30px;
}
.imgcollage2-03 {
    position: absolute;
    right: 10px;
    top: -80px;
}
.section05 {
    padding: 80px 0;
}
.accordion-item {
    background-color: #fff;
    border: 0px;
    box-shadow: 0px 0px 30px 0px #0000000D;
    border-radius: 10px !important;
    margin-bottom: 25px;
}
.accordion-button {
    border-radius: 10px !important;
    padding: 18px 24px;
    color: #1E1E1E;
    font-family: Poppins;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
}
.accordion-button:focus {
    z-index: 3;
    border: 0px;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #363d6a;
    background-color: #f4f7fc;
    box-shadow: none;
}
.accordion-body {
    color: #2B2B2B;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.ctabox {
    background: #F3F7FD;
    border-radius: 20px;
    padding: 60px 50px;
    position: relative;
}
.section06 {
    padding: 130px 0 70px;
}

.ctamodel {
    position: absolute;
    bottom: -60px;
    width: 60%;
    right: 50%;
    translate: 50%;
}
img.ctaelem1 {
    position: absolute;
    right: -30px;
    width: 100px;
    bottom: -10px;
}
img.ctaelem2 {
    position: absolute;
    left: 30px;
    top: -60px;
    width: 100px;
}
img.ctaelem3 {
    position: absolute;
    left: 100px;
    bottom: 0;
    width: 50px;
}
img.ctaelem4 {
    position: absolute;
    right: 110px;
    width: 50px;
}
.brand-card {
    height: 140px;
    background: #fff;
    box-shadow: 0px 0px 30px 0px #0000000D;
    border-radius: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.slick-slide {  
    margin: 20px 20px;
}
.slick-dots li button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
    height: 15px;
    width: 15px;
    border-radius: 50%;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #303D6E;
    height: 15px;
    width: 15px;
    padding: 0px;
    background: #303D6E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -2.5px;
}
.slick-dots li button:before {
    background: #D9D9D9;
    opacity: 1;
    color: transparent;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
.slick-dots {
    bottom: -50px;
}






a.navbar-brand img {
    height: 60px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    padding: 10px 12px;
}

.hero-banner{
    background-image: url(https://relivesolutions.com/wp-content/uploads/2024/12/banner-image.png);
    background-size: cover;
    padding: 85px 0;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.hero-banner h2 {
    font-size: 64px;
    font-weight: 600;
    line-height: 96px;
    color: #fff;
}
ul.breadcrump {
    display: flex;
    list-style: none;
    padding: 0px;
    margin-bottom: 20px;
}
ul.breadcrump li {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin-right: 15px;
    color: #fff;
}
.hero-banner p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
    max-width: 50%;
}
h1.watermark {
    font-size: 180px;
    font-weight: 600;
    color: transparent;
    position: absolute;
    -webkit-text-stroke: 3px #fff;
       bottom: -53px;
    right: 50px;
}
.section01 {
    padding: 70px 0 40px;
}
.imgcollage1{
    position: relative;
}
.imgcollage1-01 {
    width: 70%;
}
.imgcollage1-02 {
    position: absolute;
    right: 60px;
    bottom: 90px;
    width: 350px;
}
.preheading {
    color: #303D6E;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    padding-left: 40px;
}
.preheading:before {
    content: '';
    width: 30px;
    height: 4px;
    background: #303D6E;
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
}
.heading{
    font-size: 42px;
    font-weight: 600;
    line-height: 63px;
    color: #000;
    margin-bottom: 25px;
}
.fea-list {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.fea-list .icon {
    background: #E45F36;
    height: 100px;
    width: 100px;
    flex-shrink: 0;
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.fea-list .icon img {
    width: 60px;
}
.fea-list h4{
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #1E1E1E;
}
.fea-list p{
    color: #2B2B2B;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

}
.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #303D6E !important;
    border-color: #303D6E !important;
    border-radius: 5px;
    padding: 15px 24px;
    font-size: 16px;
    font-weight: 500;
}
.section02{
    padding: 40px 0 20px;
}
.service-item {
    height: calc(45% - 11px);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 22px;
}
.service-item.full{
    height: 90%;
    margin: 0px;
}
.service-gallery {
    margin-bottom: -20px;
}
.service-item .content{
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.45) 100%);
    top: 0;
}
.service-item img {
    object-fit: cover;
    height: 100%;
    object-position: center;
}
.service-item .content {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.45) 100%);
    top: 0;
    padding: 25px;
    color: #fff;
}
.service-item .content h5{
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #fff;
    margin: 0px;

}
.service-item .content h4{
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #fff;

}
.service-item .content a{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    bottom: 25px;
}
.section03 {
    padding: 40px 0 90px;
}
.section04{
    background: #F3F7FD;
    padding: 100px 0;
}
.subheading{
    color: #2B2B2B;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

}
.fea-card {
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 20px;
    margin-bottom: 20px;
}
.fea-card .icon{
    height: 70px;
    background: #303D6E;
    width: 70px;
    flex-shrink: 0;
    margin-right: 15px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.fea-card .icon img {
    width: 50px;
}
.fea-card h4{
    color: #1E1E1E;
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    margin: 0px;

}
.fea-card p {
    color: #2B2B2B;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 6px 0;
}

.fea-card a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #1E1E1E;
    
}

.imgcollage2{
    position: relative;
}
.imgcollage2-01 {
    width: 70%;
}
.imgcollage2-02 {
    position: absolute;
    bottom: -70px;
    left: 30px;
    width: 250px;
}
.imgcollage2-03 {
    position: absolute;
    right: 10px;
    top: -80px;
    width: 250px;
}
.section05 {
    padding: 80px 0;
}
.accordion-item {
    background-color: #fff;
    border: 0px;
    box-shadow: 0px 0px 30px 0px #0000000D;
    border-radius: 10px !important;
    margin-bottom: 25px;
}
.accordion-button {
    border-radius: 10px !important;
    padding: 18px 24px;
    color: #1E1E1E;
    font-family: Poppins;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
}
.accordion-button:focus {
    z-index: 3;
    border: 0px;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #363d6a;
    background-color: #f4f7fc;
    box-shadow: none;
}
.accordion-body {
    color: #2B2B2B;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.ctabox {
    background: #F3F7FD;
    border-radius: 20px;
    padding: 60px 50px;
    position: relative;
}
.ctabox .heading {
    font-size: 37px;
    line-height: 50px;
}
.section06 {
    padding: 130px 0 70px;
}

.ctamodel {
    position: absolute;
    bottom: -60px;
    width: 60%;
    right: 50%;
    translate: 50%;
}
img.ctaelem1 {
    position: absolute;
    right: -30px;
    width: 100px;
    bottom: -10px;
}
img.ctaelem2 {
    position: absolute;
    left: 30px;
    top: -60px;
    width: 100px;
}
img.ctaelem3 {
    position: absolute;
    left: 100px;
    bottom: 0;
    width: 50px;
}
img.ctaelem4 {
    position: absolute;
    right: 110px;
    width: 50px;
}
.brand-card {
    height: 140px !important;
    background: #fff;
    box-shadow: 0px 0px 30px 0px #0000000D;
    border-radius: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.slick-dots li button::before {
    content: '' !important;
} 
.slick-slide {  
    margin: 20px 20px;
}
.slick-dots li button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
    height: 15px;
    width: 15px;
    border-radius: 50%;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #303D6E;
    height: 15px;
    width: 15px;
    padding: 0px;
    background: #303D6E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -2.5px;
}
.slick-dots li button:before {
    background: #D9D9D9;
    opacity: 1;
    color: transparent;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    content: '' !important;
}
.slick-dots {
    bottom: -50px;
}

@media (max-width:580px){
    .hero-banner h2 {
        font-size: 50px;
        line-height: 76px;
    }
    .hero-banner p {
        max-width: 100%;
        font-size: 16px;
        line-height: 25px;
    }
    .imgcollage1-01 {
        width: 70%;
    }
    .imgcollage1-02{
        width: 50%;
        bottom: 40px;
        right: 40px;
    }
    .imgcollage1 {
        margin-bottom: 30px;
    }
    .heading {
        font-size: 35px;
        line-height: 43px;
    }
    .fea-list .icon {
        height: 80px;
        width: 80px; 
    }
    .fea-list .icon img {
        width: 50px;
    }
    .fea-list h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .fea-list p {
        font-size: 14px;
        line-height: 22px;
    }
    .btn-primary, .btn-primary:hover {
        padding: 10px 18px;
        font-size: 15px;
    }
    h1.watermark {
        font-size: 100px;
        right: unset;
        bottom: -40px;
        left: 10px;
    }
    .subheading {
        font-size: 15px;
        line-height: 22px;
    }
    .imgcollage2-01 {
        width: 80%;
    }
    .imgcollage2-02 {
        bottom: -50px;
        left: 0;
        width: 180px;
    }
    .imgcollage2-03 {
        right: 0;
        top: -50px;
        width: 180px;
    }
    .imgcollage2 {
        margin-top: 70px;
    }
    .fea-card h4 {
        font-size: 20px;
        line-height: 26px;
    }
    .fea-card p {
        font-size: 14px;
        line-height: 20px;
    }
    .accordion-button {
        font-size: 15px;
        line-height: 22px;
    }
    .section05 {
        padding: 50px 0 40px;
    }
    .ctabox {
        background: #F3F7FD;
        border-radius: 20px;
        padding: 190px 30px 40px;
        position: relative;
        text-align: center;
    }   
    .ctabox .heading {
        font-size: 30px;
        line-height: 36px;
    }
    h5.preheading {
        display: inline-block;
    }
    .ctamodel {
        bottom: 20px;
    }
    img.ctaelem1 {
        right: -10px;
        width: 70px;
        bottom: 40px;
    }
    img.ctaelem2 {
        left: 10px;
        top: -180px;
        width: 70px;
    }
    img.ctaelem4 {
        right: 40px;
        width: 30px;
        bottom: 150px;
    }
    img.ctaelem3 {
        left: 40px;
        bottom: 50px;
        width: 30px;
    }
    .service-item {
        height: 300PX !important;
        margin-bottom: 20px !important;
    }
}