/*==================================
* Author        : "ThemeSine"
* Template Name : Listrace  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Roboto', sans-serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Header-top
3.  Top-area
4.  Welcome-hero
5.  List-topics
6.  Works  
7.  Explore
8.  Reviews
9.  Counter
10. Blog
11. Subscribe
12. Footer
==========================================*/

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
 
}

body{
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 10px;
    margin: 5px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #6a85b6, #bac8e0);
    border-radius: 10px;
    transition: background 0.3s ease, transform 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #4e5f8a, #8a9fc7);
    transform: scale(1.1);
}

.main-loader{
    background-color: #252d32;
    position: fixed;
    width:100%;
    height:100vh;
    z-index: 99;
    display: flex;
    justify-content: center;
    top:0px;
    left:0px
}

.loader {
  width: 48px;
  height: 48px;
  display: block;
  margin:auto;
  position: relative;
  color: #FFF;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  background-color: transparent;
  z-index:1000;
}
.loader::after,
.loader::before {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: scale(0.5) translate(0, 0);
  background-color: #FFF;
  border-radius: 50%;
  animation: animloader 1s infinite ease-in-out;
}
.loader::before {
  background-color: rgb(148, 163, 216);
  transform: scale(0.5) translate(-48px, -48px);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
@keyframes animloader {
    50% {
      transform: scale(1) translate(-50%, -50%);
}
}
    

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: #343a3f;
	font-size:16px;
	padding:0;
    font-weight: 500;
    text-transform: capitalize;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color:#343a3f;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
p {
	margin: 0;
	color:#767f86;
	font-size:14px;
    line-height: 1.8;
    text-transform: initial;
}
img{border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
	
}
select,input,textarea,button{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;font-size: 12px;}

html,body{height: 100%;}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}

/* section-header */
.section-header{
    position: relative;
    text-align: center;
}
.section-header h2{
    color: #505866;
    font-size:24px;
    font-weight: 500;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}
.section-header h2 span{text-transform: lowercase;}
.section-header p{
    font-size:16px;
}
/* section-header */
.fix{position: relative;clear: both;}
/*=============Style css=========*/


/*-------------------------------------
        2. Header-top
--------------------------------------*/
.header-top{border-bottom:1px solid #f6f8fa;}

.header-top ul li {display: inline-block;}

.header-top-left li,.header-top-right li  {display: inline-block;}

/*.select-opt*/
.select-opt,.header-top-contact{
    padding: 10px 18px;
    border-right: 1px solid #f6f8fa;
    margin: 0px 233px;
}
.header-top-contact{
    border-right: 0;
    border-left: 1px solid #f6f8fa;
    font-size: 12px;
}
.select-opt select {
    border: none;
    cursor:pointer;
    color:#a7b0ba;
    font-size: 12px;
    font-weight: 300;
}
.select-opt option{
    color:#a7b0ba;
    text-transform: uppercase;
}
.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939;
}
.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939;
}
/*.select-opt*/

.header-top-right ul li a{
    color:#a7b0ba;
    font-size: 12px;
    font-weight: 300;
}


/*-------------------------------------
        3. Top-area
--------------------------------------*/
nav.navbar.bootsnav {
    background-color:#313131;
    border-bottom: transparent;
}
.wrap-sticky nav.navbar.bootsnav.sticked {background-color: #fff;box-shadow: 0 2px 5px rgba(0,0,0,.2);}

/*.navbar-brand*/
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    padding: 34px 0px;
    text-transform:capitalize;
    
}
.navbar-brand i{
    font-size:2.5rem
}
.navbar-header a.navbar-brand span{display: inline-block;color:#94a3d8;text-transform:capitalize;}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {padding:30px 0px;}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    color: #859098;
    font-size: 14px;
    font-weight: 500;
    text-transform:uppercase;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {padding:34px 21px;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus{color: #ffffff;}
nav.navbar.bootsnav ul.nav > li.active>a {color: #ffffff;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a{padding:34px 21px;}
/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 350px;}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #0f1349;
}
/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #0f1349;
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #0f1349;}
/*.navbar-toggle */

/*-------------------------------------
        4.  Welcome-hero
--------------------------------------*/
/* Define keyframes for the zoom-in animation */
/* Define keyframes for the zoom-in animation */
/* Define keyframes for the zoom-in animation */
@keyframes zoomIn {
    0% {
        background-size: 100%;
    }
    50% {
        background-size: 120%; /* Adjust the scale factor as needed */
    }
    100% {
        background-size: 100%;
    }
}

/* Apply the animation to the .welcome-hero class */
.welcome-hero {
    position: relative;
    background: url(../images/welcome-hero/banner.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    height: 800px;
    z-index: 1;
    animation: zoomIn 30s infinite ease-in-out;
}

.details-blogs{
    display: flex;
    align-items:center ;
    justify-content: space-between;
}

.details-blogs .date,.details-blogs .posted-by{
   font-size: 1.5rem;
   font-weight: 600;
   color: #727272;
   word-spacing: 5px;
  letter-spacing: 1px;
  margin-top: 30px;
}

.welcome-hero:before{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(3, 3, 3, 0.65);
    z-index: -1;
}
.table th,.table td{
text-align: center;
}
.table img{
    width: 130px;
    height: 50px;
    }
.welcome-hero-txt { padding-top: 155px;
}
.welcome-hero-txt a{
    background-color: rgb(148, 163, 216);
    border: none;
    padding: 15px 30px;
    transition: 0.6s ease-in-out ;
}
#Contact-Us-btn,#Submit-Us-btn{
    background-color: rgb(148, 163, 216);
    border: none;
    padding: 15px 30px;
    transition: 0.6s ease-in-out ;
}
#Submit-Us-btn:hover{
    background-color: #0f1349;
    transform: scale(1.1);
}
#Contact-Us-btn i{
   margin: 5px;
}
#Contact-Us-btn:hover{
    background-color: #0f1349;
  
}
.welcome-hero-txt a i{
    animation: bounce 1s ease-in-out infinite;
    transition: 0.6s ease-in-out ;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
.form-section {
    display: none;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}
.form-section.active {
    display: block;
    opacity: 1;
}
.right-front-section{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
/* General styling for checkboxes */
.checkbox-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    
  
    
    
}



#section4 input[type="checkbox"] {
    appearance: none;
    width: 40px;
    height: 20px;
    border-radius: 10px;
    background-color: #f0f0f0;
    position: relative;
    cursor: pointer;
    outline: none;
    transition: background-color 0.4s, transform 0.2s;
}

#section4 input[type="checkbox"]:checked {
    background-color: #9FD6AE;
}

#section4 input[type="checkbox"]::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    background-color: #fff;
    transition: transform 0.2s;
}

#section4 input[type="checkbox"]:checked::before {
    transform: translateX(20px);
}

label {
    margin-left: 10px;
    font-weight: 600;
    color: #333;
}

.prev-button, .next-button {
    margin: 10px;
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    background-color: #ccc;
    border-radius: 5px;
    transition: background-color 0.3s;
}
.prev-button i, .next-button i{
    font-size: 3.7rem;
}

.prev-button:hover, .next-button:hover {
    background-color: #bbb;
}

#section5 .submit-button {
    margin: 10px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    background-color: rgb(148, 163, 216); /* Green background */
    color: white; /* White text */
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.2s;
}

#section5 
textarea {
  width: 100%;
  padding: 10px;
}
#section5 .submit-button:hover {
    background-color: #0f1349; /* Darker green on hover */
}
.form-group label{
    width: 100%;
    text-align: start;
}
@media (max-width: 768px) {
    .checkbox-container {
        flex-direction: column;
        align-items: center;
    }
}

.checkbox-parent .form-group input{
    margin: 2px;
}
.form-container {
    width: 100%;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
    background-color: white;
    z-index: 99;

  

}
.form-container #section1 input,
.form-container #section2 input,
.form-container #section3 input,
.form-container #section5 input{
    padding:20px 12px;
    border: none;
    background-color: rgb(241, 241, 241);
    color: #2c2c2c;
    font-weight: 500;
    width: 100%;
    margin: 2px;
}
.form-container textarea{
    padding:12px;
    border: none;
    background-color: rgb(236, 236, 236);
    color: #2c2c2c;
    font-weight: 500;
    width: 100%;
    margin: 2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.form-container .next-button{
   font-size: 3rem;
   background-color: transparent;
   color: gray;
   position: relative; /* Or any color indicating disabled state */
}
.form-container .prev-button{
    font-size: 3rem;
    background-color: transparent;
    color: rgb(148, 163, 216); /* Or any color indicating disabled state */
 }
.form-container .names{
    display: flex;

}
.form-container label{
    font-size: 1.6rem;
    color: rgb(22, 22, 22);
    font-weight: 600;
}
.form-container .dot-trackers{
    font-size: 1.2rem;
}
.form-container .dot-trackers .active{
    color: rgb(148, 163, 216);
    font-size: 1.2rem;
}

.propety-from-main-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.radio-buttons {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.custom-radio input {
    display: none;
}

.radio-btn {
    margin: 10px;
    width: 150px;
    height: 150px;
    border: 3px solid transparent;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    text-align: center;
    box-shadow: 0 0 20px #c3c3c367;
    cursor: pointer;
}

.radio-btn > i {
    color: #ffffff;
    background-color: #8373e6;
    font-size: 20px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%) scale(4);
    border-radius: 50px;
    padding: 3px;
    transition: 0.2s;
    pointer-events: none;
    opacity: 0;
}

.radio-btn .hobbies-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radio-btn .hobbies-icon i {
    color: #8373e6;
    line-height: 80px;
    font-size: 60px;
}

.radio-btn .hobbies-icon h6 {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.custom-radio input:checked + .radio-btn {
    border: 3px solid #8373e6;
}

.custom-radio input:checked + .radio-btn > i {
    opacity: 1;
    transform: translateX(-50%) scale(1);
    padding: 7px;
}

.radio-btn.council {
    background: url(../images/15585.jpg) no-repeat center center;
    background-size: cover;
}

.radio-btn.housing {
    background: url(../images/housing.jpg) no-repeat center center;
    background-size: cover;
}

.welcome-hero-txt a:hover{
    background-color:#0f1349;
    border-radius: 100px;
}
.welcome-hero-txt h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    text-align: start;
}
.welcome-hero-txt p {
    font-size: 18px;
    color: #fcfcfc;
    margin-top: 25px;
    text-align: start;

}

.welcome-hero-serch-box{margin-top: 78px;display: flex;}
.welcome-hero-form {
    display: flex;
    background: #fff;
    height: 70px;
    border-radius: 3px;
    width: 85%;
}
.single-welcome-hero-form {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    padding: 0 30px;
}
.single-welcome-hero-form:first-child{border-right: 1px solid #edeff1;}
.single-welcome-hero-form input {
    margin-left: 10px;
    height: 70px;
    width: 300px;
    border: 0;
    background: transparent;
}
.single-welcome-hero-form input[type="text"]{
    font-size: 14px;
    color: #859098;
    text-transform: capitalize;
    font-weight: 500;
}
.welcome-hero-form-icon {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #252d32;
}
.welcome-hero-btn {
    display:  flex;
    justify-content:  center;
    align-items:  center;
    font-size:  14px;
    color:  #fff;
    width:  170px;
    height:  70px;
    background:  #0f1349;
    text-transform:  capitalize;
    margin-left:  30px;
    border-radius: 3px;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
.welcome-hero-btn:hover{/*background: #fd4043;*/background: #1c2383;}

.welcome-hero-btn svg {
    width:  14px;
    height:  auto;
    margin-left:  12px;
}

/*-------------------------------------
        5. List-topuics
--------------------------------------*/
.list-topics-content {
    position: relative;
    top: -98px;
    z-index: 1;
}
.list-topics-content ul li { display: inline-block;}

.single-list-topics-content{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 205px;
    height: 170px;
    background:#fff;
    border-radius: 3px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0px 10px rgba(71,71,71,.2);
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}
.single-list-topics-content h2>a { margin: 13px 0;}
/*.single-list-topics-content:last-child{margin-right: 0;}*/

.single-list-topics-icon [class^="flaticon-"]:before,.single-list-topics-icon [class*=" flaticon-"]:before,.single-list-topics-icon [class^="flaticon-"]:after,.single-list-topics-icon [class*=" flaticon-"]:after {font-size: 45px;color:#343a3f;}
.single-list-topics-content:hover .single-list-topics-icon [class^="flaticon-"]:before,.single-list-topics-content:hover .single-list-topics-icon [class*=" flaticon-"]:before,.single-list-topics-content:hover .single-list-topics-icon [class^="flaticon-"]:after,.single-list-topics-content:hover .single-list-topics-icon [class*=" flaticon-"]:after {color:#fff;}

.single-list-topics-content:hover h2>a,.single-list-topics-content:hover p{color: #fff!important;}
.single-list-topics-content:hover{
    color: #fff;
    background:#0f1349;
    box-shadow: 0 5px 10px rgba(71,71,71,.4);
}

/*-------------------------------------
        6. Works 
--------------------------------------*/
.works{padding: 0 0 90px;}
.works-content {margin-top: 73px;}
.works-content p{
font-size: 1.9rem;
}
.explore p{
    font-size: 1.9rem;
    }
.single-how-works{
    text-align: center;
    padding:50px 42px;
    border-radius: 3px;
    box-shadow: 0 0px 5px rgba(71,71,71,.2);
    margin-bottom: 30px;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}

.single-how-works-icon {
    display: inline-block;
    color: #50616c;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #eef2f6;
    border-radius: 50%;
}
.single-how-works h2 a {
    font-size:  18px;
    margin: 35px 0 20px;
}
.single-how-works h2 a span {text-transform:  lowercase;}
.single-how-works p {margin-bottom: 25px;text-transform: initial;}

.single-how-works-icon [class^="flaticon-"]:before,.single-how-works-icon [class*=" flaticon-"]:before,.single-how-works-icon [class^="flaticon-"]:after,.single-how-works-icon [class*=" flaticon-"]:after {font-size: 35px;}
.single-how-works:hover .single-how-works-icon [class^="flaticon-"]:before,.single-how-works:hover .single-how-works-icon [class*=" flaticon-"]:before,.single-how-works:hover .single-how-works-icon [class^="flaticon-"]:after,.single-how-works:hover .single-how-works-icon [class*=" flaticon-"]:after {color:#0f1349;}

.welcome-hero-btn.how-work-btn {
    display: inline-block;
    margin: 0;
    width: 100px;
    height: 35px;
    font-size: 12px;
    background: transparent;
    color: #767f86;
    border: 1px solid #d3d6d9;
    border-radius: 3px;
}

.single-how-works:hover h2 a,.single-how-works:hover p{color: #fff;}
.single-how-works:hover .single-how-works-icon{background: #fff;}
.single-how-works:hover .welcome-hero-btn.how-work-btn{background: #fff;color: #0f1349;}
.single-how-works:hover{box-shadow: 0 0px 10px rgba(71,71,71,.4);background: #0f1349;}

/*-------------------------------------
        7. Explore
--------------------------------------*/
.explore{
    padding:117px 0 95px;
    background: #f8fafb;
}
.explore-content{margin-top: 78px;}

.single-explore-item {
    background: #fff;
    border: 1px solid #edeff1;
    border-radius: 3px;
    margin-bottom: 25px;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}
.single-explore-img{position:relative;overflow: hidden;}
.single-explore-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(162,172,177,.2);
}
.single-explore-img-info {
    position: absolute;
    bottom:-20px;
    left: 0;
    width: 100%;
    opacity:0;
    visibility:hidden;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.single-explore-item:hover .single-explore-img-info{
    opacity:1;
    visibility:visible;
    bottom:0px
}
.single-explore-img-info button{
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 83px;
    height: 21px;
    line-height: 21px;
    background: #0f1349;
    border-radius: 3px;
    color: #fcfcfc;
    text-transform: capitalize;
    text-align: center;
    font-size: 12px;
}
.single-explore-image-icon-box {
    text-align: right;
    position: absolute;
    bottom: 10px;
    right:  10px;
}
.single-explore-image-icon-box ul li {
    display:  inline-block;
    width: 30px;
    height:  28px;
    line-height:  28px;
    background: #252d32;
    text-align:  center;
    margin-left:  5px;
    color:  #cbcccd;
}
.single-explore-image-icon-box ul li:hover i{color: #267dff;}

.single-explore-txt {
    padding: 26px 25px 24px 15px;
}
.single-explore-txt.bg-theme-1 .explore-rating{background: rgb(148, 163, 216);}
.single-explore-txt.bg-theme-2 .explore-rating{background: #00c61c;}
.single-explore-txt.bg-theme-3 .explore-rating{background: #ffcc5d;}
.single-explore-txt.bg-theme-4 .explore-rating{background: #bd70ff;}
.single-explore-txt.bg-theme-5 .explore-rating{background: #ff7a40;}

.explore-rating-price,.explore-rating-price a {
    font-size: 12px;
    color: #777f85;
    text-transform: capitalize;
    font-weight: 400;
    margin: 15px 0 20px;
}
.explore-rating-price a {margin:0;}
.explore-rating {
    display: inline-block;
    width: 32px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-weight: 500;
    margin-right: 10px;
}
.explore-price {color: #f63138;}
.explore-price-box {
    display: inline-block;
    padding: 0 10px;
    margin: 0 8px;
    border-left: 1px solid #dde0e4;
    border-right: 1px solid #dde0e4;
}
.explore-person {
    padding-bottom: 28px;
    border-bottom: 1px solid #e1e5eb;
}
.explore-person-img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.explore-person p {font-size: 12px;}
.explore-open-close-part {
    margin-top: 20px;
}
.close-btn {
    color: #f63138;
    text-transform: capitalize;
}
.close-btn.open-btn {color: #00c437;}
.explore-map-icon{text-align: right;}
.explore-map-icon a svg {
    width: 12px;
    height: 14px;
    margin-left: 23px;
    color: #767f86;
}
.explore-map-icon a svg:hover{color: #1c2383;}
.single-explore-txt.bg-theme-2 .explore-map-icon a svg:hover{color: #00c437;}
.single-explore-item:hover{box-shadow: 0 10px 20px rgba(21,19,19,.2);}

/*-------------------------------------
        8. Reviews
--------------------------------------*/
.reviews{padding:117px 0 75px;}
.reviews-content {margin-top:36px;
overflow-y: auto;
overflow: hidden;
}

/*single-testimonial-box */
.single-testimonial-box  {
    padding: 50px 30px;
    box-shadow: 0 0px 5px rgba(71,71,71,.2); 
    overflow-x:hidden;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.single-testimonial-box:hover{box-shadow:0 10px 20px rgba(21,19,19,.2);}
.slick-current .single-testimonial-box{box-shadow:0 10px 20px rgba(21,19,19,.2);}
/*testimonial-description*/
.single-testimonial-box{
    width: 404px;
    background:#fff;
}
/* testimonial-info */
.testimonial-info {
    display: flex;
    align-items: center;
    text-transform:capitalize;
}
.testimonial-img {
    position: relative;
    top: 11px;
    margin-right: 5px;
    border-radius:50%;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.testimonial-person {
    margin-left: 15px;
    margin-top: 11px;
}
.testimonial-person h2 {
    color: #505866;
    font-size: 18px;
}
.testimonial-person h4 {
    color: #a2a5ab;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}
.testimonial-person-star i {
    color: #ffda2b;
    margin: 9px 4px 0 0;
}/* testimonial-info */


/* testimonial-comment */
.testimonial-comment {
    margin-top: 18px;
}
.testimonial-comment p{
    color: #8d939e;
    font-size: 14px;
    font-weight: 300;
}/* testimonial-comment */


/*.slick-slide*/
.slick-initialized .slick-slide {
    display: block;
    padding: 40px 0;
}
.slick-slide.slick-cloned {outline: 0!important;}
.slick-slide {
  margin: 0px 10px;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .5;
}
.slick-active {
  opacity: .5;
}
.slick-current {
  opacity: 1;
}
/*.slick-slide*/

/*-------------------------------------       
        9.  Counter
--------------------------------------*/
.statistics{
    position:relative;
    display: flex;
    align-items: center;
    background:url(../../assets/images/happyClients.jpg)no-repeat fixed;
    background-position:center;
    background-size:cover;
    padding:127px 0 120px;
}
.statistics:before{
    position:absolute;
    content:'';
    background: rgba(0, 0, 0, 0.6);
    height:100%;
    width:100%;
    top:0;
    left:0;
}
/* single-ststistics-box */
.single-ststistics-box {
    text-align: center;
    margin-bottom:30px;

}
/* single-ststistics-box */
.statistics-content{
    display: flex;
    justify-content: center;
    color:#fff;
    font-size:60px;
}
.statistics-content span {
    margin-left: 5px;
}
.single-ststistics-box h3{
    color:#fff;
    font-size:24px;
    text-transform:capitalize;
    font-weight: 500;
}

/*-------------------------------------
        10. Blog
--------------------------------------*/
.blog{padding:120px 0 90px;}
.blog-content{margin-top: 80px;}

.single-blog-item{
    margin-bottom: 30px;
    box-shadow: 0 0px 5px rgba(71,71,71,.2);
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.single-blog-item-txt {padding:  25px 28px 27px;}
.single-blog-item-txt h2 a {text-transform:  initial;line-height: 1.8;}
.single-blog-item-txt h4 {
    font-size:  14px;
    color:  #8f949d;
    font-weight:  400;
    margin: 12px 0 20px;
}
.single-blog-item-txt h4 a {
    font-size:  14px;
    padding-right:  14px;
    border-right: 1px solid #dde0e4;
    margin-right:  15px;
    text-transform: uppercase;
}

.single-blog-item:hover h2 a {color:#0f1349;}
.single-blog-item:hover{
    box-shadow: 0 10px 20px rgba(21,19,19,.4);
}


/*-------------------------------------
        11. Subscribe
--------------------------------------*/
.subscription{
    background: #f8fafb;
    padding:150px 0;
}
/*subscribe-title*/
 .subscribe-title {margin-bottom: 52px;}

.subscribe-title h2{
    font-size:24px;
    font-weight: 500;
    text-transform: uppercase;
}
.subscribe-title p{
    color:#7b8088;
    font-size:16px;
    font-weight: 500;
    margin-top: 28px;
}/*subscribe-title*/


/*custom-input-group*/
.subscription-input-group {
    position: relative;
    text-align: center;
    max-width: 630px;
    margin:0 auto;
}



.last-form-container {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    width: 100%;
    max-width: 500px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin:auto;

}

.last-form-container:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.last-form-container .form-group {
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

.last-form-container .form-group label {
    display: block;
    margin-bottom: 5px;
    color: #333;
}

.last-form-container .form-group input,
.last-form-container .form-group textarea {
    width: 100%;
    padding: 25px;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    background-color: rgb(238, 238, 238);
}

.last-form-container .form-group input:focus,
.last-form-container .form-group textarea:focus {
    border-color: #007bff;
    outline: none;
}

.last-form-container .btn {
    background-color: #007bff;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.last-form-container .btn:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}
.last-form-container .submit-main{
    width: 100%;
    display: flex;
    justify-content: center;
}

/*appsLand-btn*/

/*-------------------------------------
        12. Footer
--------------------------------------*/
.footer-menu {padding: 45px 0;}
.footer-menu .navbar-header{padding:0;}
.footer-menu .navbar-header a.navbar-brand,.footer-menu.footer-menu .navbar-header a.navbar-brand:hover,.footer-menu .navbar-header a.navbar-brand:focus{
    padding:0;
    height: 0;
}
.footer-menu ul.footer-menu-item{text-align: right;}
.footer-menu ul.footer-menu-item li{display: inline-block;}
.footer-menu ul.footer-menu-item li a {
    color: #859098;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 40px;
    -webkit-transition:0.3s linear;
    -moz-transition:0.3s linear;
    -o-transition:0.3s linear;
    transition:0.3s linear;
}
.footer-menu ul.footer-menu-item li a:hover{color: #1c2383;}
.hm-footer-copyright {
    padding: 40px 0;
    border-top: 1px solid #e1e5eb;
}
.hm-footer-copyright p,.hm-footer-copyright p a {
    color: #a5adb3;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-social {
display: flex;
align-items: center;
margin: 10px 0px;
}
.footer-social .fa-phone:before {
    position: relative;
    top: 2px;
}
.footer-social a ,.footer-social span {
    display: inline-block;
    color: #afb4bf;
    font-size: 14px;
    margin-left: 15px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.footer-social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #eef2f6;
    text-align: center;
    border-radius: 50%;
}
.footer-social span {margin-right:15px;margin-left: 0;color: #a5adb3;}
.footer-social span:hover{color: #0f1349;}
.footer-social a:hover {background:#0f1349;color: #fff;}

/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#0f1349;
	border:1px solid #0f1349;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#1c2383;
	border:1px solid #0f1349;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
.side-and-heught-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.disrepair-issues-list li{
display: flex;
align-items: start;
}
.disrepair-issues-list li i{
margin: 5px;
    }
    
    #Instant-claim-calculator{
        background-color: rgb(148, 163, 216);
        padding:15px ;
        transition: 0.6s;
        color: white;
        margin-top: 10px;
    }
    #Instant-claim-calculator i{
       margin: 5px;
       
    }
    #Instant-claim-calculator:hover{
        background-color: #0f1349;
        padding:15px ;
        transition: 0.6s;
        color: white;
        
    }
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}
.issues-card {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px;
    width: 350px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: box-shadow 0.6s, transform 0.6s;
    margin-top: 35px;
}

.issues-card p {
    position: absolute;
    margin: auto;
    font-size: 1.4rem;
    color: white;
    z-index: 3;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.55);
    top: 10%;
    opacity: 0;
    text-align: center;
    transition: opacity 0.6s, transform 0.6s;
}

.issues-card:hover p {
    opacity: 1;
    transform: translateY(-10px);
}

.issues-card:hover {
    box-shadow: 3px 5px 12px 3px rgba(0, 0, 0, 0.35);
    transform: scale(1.05);
}

.issues-card::before {
    content: "";
    background-color: #0f1349;
    height: 360px;
    width: 360px;
    position: absolute;
    z-index: 2;
    transform: rotate(30deg);
    left: 60%;
    opacity: 0.5;
    transition: transform 0.7s, left 0.7s, opacity 0.7s;
}

.issues-card:hover::before {
    transform: rotate(90deg);
    left: 90%;
    opacity: 0;
}

.issues-card img {
    transform: scale(1.8);
    position: absolute;
    transition: transform 0.5s ease-in-out;
}

.issues-card:hover img {
    transform: scale(1.6); /* Slightly increase the zoom on hover */
}

.issues-card .dark {
    height: 360px;
    width: 360px;
    background-color: #000;
    position: absolute;
    z-index: 1;
    opacity: 0.4;
    transition: opacity 0.6s;
}

.issues-card:hover .dark {
    opacity: 0;
}

.issues-card h1 {
    z-index: 3;
    color: white;
    font-size: 2.5rem;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    transition: bottom 0.5s ease-in-out, background-color 0.6s, padding 0.6s, font-weight 0.6s;
}

.issues-card:hover h1 {
    bottom: 9%;
    font-weight: 600;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 19, 70, 0.6);
    padding: 20px;
}

#Details p{
text-align: start;
}
.all-blog-container{
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.all-blog-container a{
transition: 0.6s;
}
.all-blog-container a:hover{
   color: rgb(148, 163, 216);
   text-decoration: underline; 
}
.text-center{
    text-align: center;
}
.d-flex{
    display: flex;
}
.align-items-center{
    align-items: center;
}
.align-items-start{
    align-items: start;
}
.justify-content-center{
    justify-content: center;
}
.intro-container {
    

}
.blog-intro-container{
    background-image: url('../images/blog-main-pic.jpg');
   width: 100%;
    height: 40vh;
   background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: zoomIn 30s infinite ease-in-out;
}
.instant-calculator-intro-img{
    background-image: url('../images/instant\ calculator.jpg');
    width: 100%;
    height: 40vh;
   background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: zoomIn 30s infinite ease-in-out;
}
.policy-container-img{
    background-image: url('../images/policies-img.jpg');
    width: 100%;
    height: 40vh;
   background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: zoomIn 30s infinite ease-in-out;
}
.intro-container::before {
    content: "";
    position: absolute;
    background-color: #000;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    left: 0;
    top: 0;
}
.intro-container .section-header h2{
    color: white;
}
.intro-container .section-header p{
    color: white;
}



.policy-intro-container {
    width: 100%;
    height: 40vh;
    background-image: url('../images/policy-image.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: zoomIn 30s infinite ease-in-out;

}
.policy-intro-container::before{
    content: "";
    position: absolute;
    background-color: #000;
    height: 40vh;
    width: 120%;
    opacity: 0.7;
    left: 0%;
    top: 0%;
}
.policy-intro-container .section-header h2{
    color: white;
}
.policy-intro-container .section-header p{
    color: white;
}

#view-policies{
    width: 150px; background-color: transparent; border-radius: 0px;
}
#view-policies:hover{
    color: black;
}


h1 {
    text-align: center;
    margin-bottom: 20px;
}

.faq-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding: 10px 30px;
}

.question {
    cursor: pointer;
    position: relative;
    padding: 10px;
    transition: background 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #505866;
    font-weight: 500;
    font-size: 1.8rem;
}

.question:hover {
    background: #f0f0f0;
}

.answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    padding: 0 10px;
    margin-top: 15px;
    font-size: 1.6rem;
    font-weight: 400;
}

.answer.open {
    max-height: 1000px; /* A large enough value to cover any content size */
    transition: max-height 0.5s ease; /* Ensures the transition still works smoothly */
}

.map-section iframe{
    width: 100%;
}
.icons-main-map{
    display: flex;
    align-items: start;
    font-size: 1.7rem;
    margin: 4px 0px;
}
.icons-main-map i{
    margin:0px 8px;
}
.footer-final-para{
    font-size: 1.4rem;
     font-weight: 400;
    color:#444444;
    word-spacing: 1px;
    letter-spacing: 1px;
    transition: 0.6s;
    line-height: 25px;
    text-align: center;
}
#upper-footer .heading-footer{
    font-weight: 600;
    font-size: 1.6rem;
    color:#313131;
    word-spacing: 1px;
    letter-spacing: 1px;
}
#upper-footer a,#upper-footer span{
    font-size: 1.4rem;
     font-weight: 400;
    color:#444444;
    word-spacing: 1px;
    letter-spacing: 1px;
    transition: 0.6s;
    line-height: 25px;
}
#upper-footer i{
    font-size: 1.4rem;
    color:#444444;
    line-height: 25px;
}
#upper-footer a:hover{
    text-decoration: underline;
    color: #0f1349;
    font-weight: 600;
    transition: 0.6s;

}
#upper-footer .cities{
   display: flex;
   flex-direction: column;

}
.d-flex{
    display: flex;
}
.justify-content-center{
    justify-content: center;
}
.flex-column{
    flex-direction: column;
}
.calculator-container {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 80%;
    text-align: center;
    margin: auto;
}

h1 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input, select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1em;
}

button:hover {
    background-color: #45a049;
}

.result {
    margin-top: 20px;
}

h2 {
    font-size: 1.2em;
}

.checkbox-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.issue-form-group {
    margin-bottom: 15px;
}

.issue-form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.issue-form-group input,
.issue-form-group select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.submit-button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1em;
}

.submit-button:hover {
    background-color: #45a049;
}

.result {
    margin-top: 20px;
}

h2 {
    font-size: 1.2em;
}

.issues-checkbox-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


#instant-calculator input[type="checkbox"] {
    appearance: none;
    width: 40px;
    height: 20px;
    border-radius: 10px;
    background-color: #f0f0f0;
    position: relative;
    cursor: pointer;
    outline: none;
    transition: background-color 0.4s, transform 0.2s;
}


#instant-calculator input[type="checkbox"]:checked {
    background-color: #9FD6AE;
}

#instant-calculator input[type="checkbox"]::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    background-color: #fff;
    transition: transform 0.2s;
}

#instant-calculator input[type="checkbox"]:checked::before {
    transform: translateX(20px);
}

#instant-calculator label {
    margin-left: 10px;
    font-weight: 600;
    color: #333;
}
.para{
    font-size: 1.4rem;
    font-weight: 400;
   color:#444444;
   word-spacing: 1px;
   letter-spacing: 1px;
   transition: 0.6s;
   line-height: 25px;
   text-align: start;
}
@media (max-width :600px) {
    .select-opt,.header-top-contact{
        margin: 0px 0px;
        text-align: center;
    }
    
#works {margin-top: 153px;}

}

@media (max-width :1000px) {
    .select-opt,.header-top-contact{
        margin: 0px 0px;
        text-align: center;
    }
    nav .logo{
       width: 100%;
    }
#works {margin-top: 303px;}

}
/*========================Thank you=================