@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	background-color: #f2eeee !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
a {
	font-family: "DM Sans", sans-serif !important;
}

.container-fluid, .container{
	max-width: 1400px !important;
}


.logo-image{
	width: 160px;
	height: 50px;
	margin-bottom: 30px;
}

.line01{
	background-color: #dfa765;
	width: 50px;
	height: 2px;
	margin-bottom: 20px;
}

.span01{
	color:#dfa765;
	text-decoration: none;
}

.paragraph01{
	color: #fff;
	font-size: 17px;
}

.paragraph02{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin-top: -5px;
}


.login-icon-container{
	background-color: #000;
	border: 1px solid #dfa765;
	width: 45px;
	height: 45px;
	border-radius: 40px;
	margin-right: 10px;
	flex-shrink: 0;
}

.log-in-icon{
	color: #dfa765;
	font-size: 18px;
}

.heading02{
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}

.values-container{
	background-color: rgba(0,0,0,0.8);
	border-radius: 5px;
	border: 1px solid #323f4b;
}

.heading03{
	color: #dfa765;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
}

.paragraph03{
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	margin-top: -5px;
}

.carousel-container{
	background-color: #fff;
	border-radius: 5px;
	 position: relative;
	
}

.quote-icon{
	font-size: 18px;
	color: #dfa765;
}

.testimonil-image{
	width: 60px !important;
	height: 60px !important;
	border-radius: 65px;
	flex-shrink: 0;
	margin-right: 12px;
}

.paragraph04{
	color: #7a7a7a;
	font-size: 15px;
	font-weight: 500;
}

.paragraph05{
	color: #000;
	font-size: 15px;
	font-weight: 600;
	margin-top: -10px;
}

.paragraph06{
	color: #7a7a7a;
	font-size: 14px;
	margin-top: -15px;
}

.carousel-container .owl-dots{
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: auto;
    text-align: right;
}

.carousel-container .owl-dot{
    display: inline-block;
    margin-left: 6px;
}

.owl-theme .owl-dots .owl-dot span{
	width: 7px !important;
   height: 7px !important;
	margin: 2px !important;
}

.owl-theme .owl-dots .owl-dot.active span{
	background: #dfa765 !important;
}

.form_href01{
	color: #7a7a7a;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	margin: 7px 10px 0px 0px;
}

.sign-in-btn{
	background-color: transparent;
	width: 90px;
	height: 35px;
	border-radius: 5px;
	border: 2px solid #dfa765;
	color: #dfa765;
	font-size: 15px;
	font-weight: 500;
}


.agency_form_wrapper{
    width:100%;
}



.agency_form_progress{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:40px;
    position:relative;
}

.agency_form_step{
    flex:1;
    position:relative;
    text-align:center;
}


.agency_form_step::after{
    content:"";
    position:absolute;
    top:21px;
    left:50%;
    width:100%;
    height:2px;
    background:#E5E5E5;
    z-index:1;
}

.agency_form_step:last-child::after{
    display:none;
}



.agency_form_step.completed::after{
    background:#dfa765;
}

.agency_form_circle{
    width:38px;
    height:38px;
    border:2px solid #D8D8D8;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto;
    font-size:16px;
    font-weight:600;
    color:#7A7A7A;
    position:relative;
    z-index:2;
    transition:.3s;
}

.agency_form_step span{

    display:block;
    margin-top:14px;
    font-size:15px;
    font-weight:500;
    color:#7a7a7a;
}

.agency_form_step.active .agency_form_circle{

    background:#dfa765;
    border-color:#dfa765;
    color:#fff;
}

.agency_form_step.active span{

    color:#000;
    font-weight:600;
}

.agency_form_step.completed .agency_form_circle{

    background:#dfa765;
    border-color:#dfa765;
    color:#fff;
}

.agency_form_content{

    display:none;
    animation:agencyFade .35s ease;
}

.agency_form_content.active{

    display:block;
}

@keyframes agencyFade{

    from{
        opacity:0;
        transform:translateX(25px);
    }

    to{
        opacity:1;
        transform:translateX(0);
    }

}

@media(max-width:768px){

    .agency_form_progress{

        overflow-x:auto;
        gap:30px;
        justify-content:flex-start;
        padding-bottom:10px;
    }

    .agency_form_step{
        min-width:170px;
    }

}




@media screen and (min-width: 1280px){
	.banner-container{
    min-height: 100vh;
    background: linear-gradient(
        to right,
        rgba(8,18,36,0.88) 0%,
        rgba(8,18,36,0.85) 45%,
        rgba(8,18,36,0.65) 65%,
        rgba(8,18,36,0.20) 100%
    ),
    url("../images/banner_image_01.avif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	 width: 46%;
}

.heading01{
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	line-height: 60px;
}

.cols01{
	border-right: 1px solid #323f4b;
}

.form-block-container{
	width: 54%;
	background-color: #fff;
	border-radius: 10px 0px 0px 10px;
	min-height: 100vh;
}

.paragraph-container{
	   width: 450px;
   }  

	.paragraph-container-01{
		width: 280px;
	}

	.form-heading01{
		font-size: 30px;
		font-weight: 600;
	}


}


@media screen and (max-width: 768px){
	.cols02{
		border-left: 1px solid #323f4b;
	}

	.cols03{
		border-bottom: 1px solid #323f4b;
	}


}




@media screen and (max-width: 576px){
	.banner-container{
    background: linear-gradient(
        to right,
        rgba(8,18,36,0.88) 0%,
        rgba(8,18,36,0.85) 45%,
        rgba(8,18,36,0.65) 65%,
        rgba(8,18,36,0.20) 100%
    ),
    url("../images/banner_image_01.avif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	 width: 100%;
}

.heading01{
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 50px;
}

.cols01{
	border-bottom: 1px solid #323f4b;
}

.cols02{
		border-left: none;
	}

.form-block-container{
	width: 100%;
	background-color: #fff;
	border-radius: 10px 10px 0px 0px;
}

 

	.form-heading01{
		font-size: 24px;
		font-weight: 600;
	}


}








@media screen and (min-width: 576px) and (max-width: 1280px){
	.banner-container{
    background: linear-gradient(
        to right,
        rgba(8,18,36,0.88) 0%,
        rgba(8,18,36,0.85) 45%,
        rgba(8,18,36,0.65) 65%,
        rgba(8,18,36,0.20) 100%
    ),
    url("../images/banner_image_01.avif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	 width: 100%;
}

.heading01{
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 55px;
}

.cols01{
	border-right: 1px solid #323f4b;
}

.form-block-container{
	width: 100%;
	background-color: #fff;
	border-radius: 10px 10px 0px 0px;
}

.paragraph-container{
	   width: 450px;
   }  

	.paragraph-container-01{
		width: 280px;
	}

	.form-heading01{
		font-size: 30px;
		font-weight: 600;
	}
	


}



@media (max-width:768px){

    .agency_form_progress{
        display:flex;
        justify-content:space-between;
        align-items:flex-start;
        margin-bottom:30px;
        overflow:visible;
        gap:0;
    }

    .agency_form_step{
        flex:1;
        min-width:auto;
    }

    .agency_form_step span{
        font-size:12px;
        line-height:18px;
        padding:0 4px;
    }

    .agency_form_circle{
        width:34px;
        height:34px;
        font-size:15px;
    }

    .agency_form_step::after{
        top:17px;
    }

}
















.form-paragraph_01{
	color: #7a7a7a;
	font-size: 16px;
	font-weight: 500;
}

.form-label01{
	color: #000;
	font-weight: 500;
	font-size: 16px;
}


.input-icon{
    position: relative;
}

.input-icon .input-icon-01{
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #8d95a6;
    font-size: 17px;
    pointer-events: none;
	 margin-top: 1px;
}

.form-control01{
    height: 45px;
    border-radius: 8px;
    padding-left: 40px !important; 
    border: 1px solid #e3e7ef;
    box-shadow: none;
}

.form-control01::placeholder{
    color: #7f8798;
	 font-weight: 500;
}

.form-control01:focus{
    border-color: #e3e7ef;
    box-shadow: none;
}


.phone-box{
    display:flex;
    border-radius:8px;
    overflow:visible;
    position:relative;
    max-width:500px;
    height:45px;
}

.country-selector{
    width:120px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    border: 1px solid #e3e7ef;
    cursor:pointer;
    position:relative;
    background:#fff;
}

.country-selector img{
    width:22px;
}

.phone-box input{
    flex:1;
    border:none;
    outline:none;
    padding:0 15px;
	 border: 1px solid #e3e7ef;
}

.country-dropdown{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    width:220px;
    background:#fff;
    border: 1px solid #e3e7ef;
    border-radius:8px;
    z-index:999;
}

.country-item{
    padding:10px;
    display:flex;
    align-items:center;
    gap:10px;
    cursor:pointer;
}

.country-item:hover{
    background:#f5f5f5;
}

.country-item img{
    width:22px;
}


.country-dropdown.show{
    display:block;
}

#eye-icon, #eye-icon01, #eye-icon02{
	position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #8d95a6;
    font-size: 17px;
	 margin-top: 1px;
	 cursor: pointer;
}




.custom-select01{
    position:relative;
    width:100%;
}

.selected-option01{
    height:45px;
    border: 1px solid #e3e7ef;
    border-radius:8px;
    padding:0 16px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
    background:#fff;
}

.selected-left{
    display:flex;
    align-items:center;
    gap:12px;
}

.selected-left i{
    width:18px;
    color:#6c757d;
}

.arrow01{
    transition:.3s;
    font-size:14px;
}

.options01{
    position:absolute;
    left:0;
    top:calc(100% + 6px);
    width:100%;
    background:#fff;
    border: 1px solid #e3e7ef;
    border-radius:8px;
    box-shadow:0 8px 20px rgba(0,0,0,.1);
    display:none;
    z-index:999;
}

.options01.show{
    display:block;
}

.option01{
    display:flex;
    align-items:center;
    gap:5px;
    padding:10px 16px;
    cursor:pointer;
    transition:.2s;
}

.option01:hover{
    background:#f5f5f5;
}

.option01 i{
    width:14px;
}

.arrow01.rotate{
    transform:rotate(180deg);
}

.trust-container{
	background-color: #f7f7f9;
	border-radius: 5px;
}

.s-icon{
	color: #dfa765;
	font-size: 24px;
	margin-right: 10px;
}

.s-icon01{
	color: #000;
	font-size: 24px;
	margin-right: 10px;
}

.paragraph07{
	color: #000;
	font-size: 15px;
	font-weight: 500;
}

.paragraph08{
	color: #7a7a7a;
	font-size: 14px;
	margin-top: -12px;
	line-height: 25px;
	font-weight: 500;
}

.paragraph09{
	color: #7a7a7a;
	font-size: 14px;
	line-height: 25px;
	font-weight: 500;
}

.agency_form_next01{
	background-color: #000;
	width: 100%;
	height: 42px;
	border: 0px;
	border-radius: 5px;
	color: #fff;
	margin: 12px 0px;
}

.divider{
    display: flex;
    align-items: center;
    text-align: center;
}

.divider::before,
.divider::after{
    content: "";
    flex: 1;
    height: 1px;
    background: #e3e7ef;
}

.divider span{
    padding: 0 20px;
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
}


.social-icon-btn{
	background-color: transparent;
	border: 1px solid #e3e7ef;
	border-radius: 5px;
	width: 100%;
	height: 42px;
	cursor: pointer;
	padding-top: 13px;
}

.g-icon{
	width: 25px;
	height: 25px;
	margin: 3px 12px 0px 0px;
}

.g-icon-name{
	color: #000;
	font-size: 17px;
	font-weight: 500;
	padding-top: 4px;
}

.prev-btn01{
	background-color: transparent;
	border: 1px solid #e3e7ef;
	padding: 8px 25px;
	border-radius: 5px;
}

.agency_form_next02{
	background-color: #000;
	border: 0px;
	padding: 8px 25px;
	border-radius: 5px;
	color: #fff;
}

.upload-input-box{
	background-color: transparent;
	border: 1px solid #e3e7ef;
	border-radius: 5px;
	height: 150px;
}

#upload-photo{
	font-size: 28px;
	cursor: pointer;
}

.paragraph10{
	font-size: 15px;
	font-weight: 600;
}

.paragraph11{
	font-size: 14px;
	font-weight: 500;
	margin-top: -10px;
}

.add-project-container{
	background-color: transparent;
	border: 1px solid #e3e7ef;
	border-radius: 5px;
}

.add-project{
	background-color: transparent;
	border: 1px solid #e3e7ef;
	width: 150px;
	height: 38px;
	border-radius: 5px;
}

.pen-icon{
	cursor: pointer;
	margin-top: 5px;
}

.paragraph12{
	color: #7a7a7a;
	font-size: 15px;
	font-weight: 500;
}

.agency_form_next03{
	background-color: #dfa765;
	border: 0px;
	padding: 8px 25px;
	border-radius: 5px;
	color: #fff;
}

.circle_check{
	width: 55px;
	height: 55px;
	margin-bottom: 12px;
}

.heading04{
	color: #000;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}


.icon-container{
	background-color: #f7f7f9;
	width: 42px;
	height: 42px;
	border-radius: 38px;
	margin-right: 12px;
}

@media screen and (min-width: 992px){
	.messgae-container{
		width: 60%;
		background-color: transparent;
	   border: 1px solid #e3e7ef;
		border-radius: 5px;
	}
}


@media screen and (max-width: 992px){
	.messgae-container{
		width: 100%;
		background-color: transparent;
	   border: 1px solid #e3e7ef;
		border-radius: 5px;
	}
}


.form-block-container01{
	background-color: #f9f9f9 !important;
}


.dropdown-btn01{
	background-color: #fff;
	border: 0px;
	width: 120px !important;
	height: 38px !important;
	border-radius: 5px !important;
	font-size: 16px !important;
	font-weight: 500;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
}

.heading05{
	font-size: 24px;
	font-weight: 600;
}



.form-button-container .nav {
    width: 100%;
}

.form-button-container .nav-item {
    width: 50%;
}

.form_nav-link{
	background-color: transparent;
	width: 100% !important;
	height: 42px !important;
	color: #000 !important;
	font-size: 17px !important;
	font-weight: 400 !important;
	border-radius: 5px !important;
}

.nav-pills .form_nav-link.active{
	background-color: #000 !important;
	color: #fff !important;
}







@media screen and (min-width: 1024px){
	.login-container{
	background-color: #fff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
	border-radius: 7px;
	width: 85%;
}

.form-button-container{
	width: 80%;
	border-radius: 5px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
	height: 42px;
	margin: 12px 0px;
}

.form-label-container{
	width: 80%;
}
}




@media screen and (max-width: 1024px){
	.login-container{
	background-color: #fff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
	border-radius: 7px;
	width: 100%;
}

.form-button-container{
	width: 100%;
	border-radius: 5px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
	height: 42px;
	margin: 12px 0px;
}

.form-label-container{
	width: 100%;
}
}


.forgot_password{
	color: #dfa765;
	text-decoration: none;
	font-size: 15px;
}

.privacy-container{
	background-color: #fff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
	border-radius: 7px;
	margin: 10px 0px;
}

.privacy-icon-container{
	background-color: #f7f7f9;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.p-icon{
	color: #dfa765;
}

.p-heading{
	font-size: 14px;
	font-weight: 600;
}

.p-paragraph{
	font-size: 14px;
	margin-top: -14px;
}

.custom-vh-100 {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 1280px) {
    .custom-vh-100 {
        height: 100vh !important;
    }
}
