.logo-ctrl{    width: 100%;
    max-width: 160px;
    position: absolute;
    left: 0px;
    top: 0px;
	z-index: 999;
	}
	
	.blue-bg{ 
	background-image: url(../../images/bg-img-02-old.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	 height:100vh;
	}
	
	.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff !important;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.purple-bg{background-color:#3a42dd;}

.pd-ctrl-01{padding-top:12%;}

.pd-ctrl-02{padding-top:10%;}

.font-ctrl-01{    font-size: 32px;
    font-weight: 700;
    color: #fff;}
	
	.t-ctrl{    margin: 0 auto;
    text-align: center;}
	
	.border-ctrl{    border-top: 1px solid #fff;
    padding: 16px;
    width: 30%;
    text-align: center;
    margin: 10px auto 0;}
	
	.white-text{color:#fff;}
	
	 .social-icon{display: inline-flex;
    color: #fff;
    list-style-type: none;
    padding: 0px 0px 0px 0px;} 
	 
	.social-icon li {
    margin: 8px 10px;
    font-size: 21px;
    color: #3a42dd;
    background: #ffff;
    width: 44px;
    height: 44px;
    padding: 7px;
    border-radius: 50%;
}

.filter-bg-01{background-color: #ffffff;
    color: #3D7AFF !important;
    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 8%), 0px 4px 5px 0px rgb(0 0 0 / 8%), 0px 1px 10px 0px rgb(0 0 0 / 11%);
    }
	
	
	.count-bg-01{background-color: #ffffff;
    color: #3D7AFF !important;
    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 8%), 0px 4px 5px 0px rgb(0 0 0 / 8%), 0px 1px 10px 0px rgb(0 0 0 / 11%);
	
    }
	
	.count-bg-02{background-color: #ffffff;
    color: #FFAA00 !important;
    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 8%), 0px 4px 5px 0px rgb(0 0 0 / 8%), 0px 1px 10px 0px rgb(0 0 0 / 11%);
     }
	
	.count-bg-03{background-color: #ffffff;
    color: #00A6FF !important;
    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 8%), 0px 4px 5px 0px rgb(0 0 0 / 8%), 0px 1px 10px 0px rgb(0 0 0 / 11%);
     }
	
	.count-bg-04{background-color: #ffffff;
    color: #FF4000 !important;
    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 8%), 0px 4px 5px 0px rgb(0 0 0 / 8%), 0px 1px 10px 0px rgb(0 0 0 / 11%);
     }
	
	.count-bg-05{background-color: #ffffff;
    color: #4A9656 !important;
    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 8%), 0px 4px 5px 0px rgb(0 0 0 / 8%), 0px 1px 10px 0px rgb(0 0 0 / 11%);
     }
	
	.count-bg-06{background-color: #ffffff;
    color: #272E68 !important;
    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 8%), 0px 4px 5px 0px rgb(0 0 0 / 8%), 0px 1px 10px 0px rgb(0 0 0 / 11%);
     }
	
	.filter-ctrl{    margin-bottom: 20px;
    border: 0;
    background-color: #ffffff;
    color: #666 !important;
    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 8%), 0px 4px 5px 0px rgb(0 0 0 / 8%), 0px 1px 10px 0px rgb(0 0 0 / 11%);
    padding: 10px 27px;
    font-size: 16px;}
	
	.filter-list-01{    list-style-type: none;
    /* margin: 0; */
    /* margin-left: 0; */
    padding: 0px;
    line-height: 39px;}
	
	.filter-list-01 li { padding:0px 10px;}
	.filter-list-01 li:hover{ background-color:#eee;padding:0px 10px;}
	
	
	.bdr-bottom{border-bottom:1px solid #00000030;}
	
	.fs-19{font-size: 19px;}
	
	.fs-13{ font-size: 13px;}
	
	
	.offcanvas-start {
    top: 0;
    left: 0;
    width: 272px!important;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%);
}
 .mb-ctrl{margin-bottom: 30px;}

@media (max-width:768px) {
	
	.pd-ctrl-01 {
    padding-top: 40%;
}

.pd-ctrl-02 {
    padding-top: 5%;
    margin-bottom: 20px;
}
}

@media (max-width:480px) {
	
	.pd-ctrl-01 {
    padding-top: 40%;
}

.pd-ctrl-02 {
    padding-top: 5%;
    margin-bottom: 20px;
}
}

@media (max-width:380px) {
	
	.pd-ctrl-01 {
    padding-top: 40%;
}

.pd-ctrl-02 {
    padding-top: 5%;
    margin-bottom: 20px;
}
}