body{
    background-color: #f9f8f6;
    font-family: 'Barlow', sans-serif;
}
*{
    text-decoration: none!important;
}
.loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(-45deg, #60b8fe, #fff, #6c7ed6);
    background-size: 400% 400%;
    animation: gradient 3s ease infinite;
    z-index: 9999;
}
@keyframes gradient{
	0%{
		background-position: 0% 50%;
	}
	50%{
		background-position: 100% 50%;
	}
	100%{
		background-position: 0% 50%;
	}
}
*{
    outline:none;
}
a{
    text-decoration:none;
    color:#000;
    transition: 0.3s;
}
a:hover, a:focus{
    color:#333;
}
.form-control, .form-select{
    padding: 0.564rem 0.75rem;
    border: 2px solid #3c3c3b13;
    background-color: #fff;
}
.form-control:focus, .form-select:focus{
    box-shadow: 0 0 0 0.25rem #60b8fe39;
    background-color: #fff;
    border-color: #60b8fe;
}
.form-check-input{
    border: 2px solid #3c3c3b13;
    background-color: #fff;
    margin-right: 5px;
}
.form-check-input:focus{
    box-shadow: none;
    border-color: #60b8fe;
}
.form-check-input:checked{
    background-color: #60b8fe;
    border-color: #60b8fe;
}
.form-label{
    font-weight: 500;
}
.btn{
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 500;
}
.btn-primary{
    color: #fff;
    background-color: #60b8fe;
    border-color: #60b8fe;
}
.btn-primary:hover{
    color: #fff;
    background-color: #6c7ed6;
    border-color: #6c7ed6;
}
.btn-check:focus + .btn-primary, .btn-primary:focus{
    color: #fff;
    background-color: #6c7ed6;
    border-color: #6c7ed6;
    box-shadow: 0 0 0 0.25rem rgb(51 71 249 / 14%);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle{
    color: #fff;
    background-color: #6c7ed6;
    border-color: #6c7ed6;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus{
    box-shadow: 0 0 0 0.25rem rgb(51 71 249 / 14%);
}
.btn-primary:disabled, .btn-primary.disabled{
    color: #fff;
    background-color: #6c7ed6;
    border-color: #6c7ed6;
}
.btn-outline-primary{
    color: #60b8fe;
    border-color: #60b8fe;
    border-width: 2px;
}
.btn-outline-primary:hover{
    color: #fff;
    background-color: #6c7ed6;
    border-color: #6c7ed6;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus{
    box-shadow: 0 0 0 0.25rem rgb(51 71 249 / 14%);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show{
    color: #fff;
    background-color: #6c7ed6;
    border-color: #6c7ed6;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus{
    box-shadow: 0 0 0 0.25rem rgb(51 71 249 / 14%);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled{
    color: #60b8fe;
    background-color: transparent;
}
.btn-link{
    color: #60b8fe;
}
.btn-link:hover {
    color: #6c7ed6;
}
.btn-check:focus+.btn,
.btn:focus {
    box-shadow: 0 0 0 0.25rem rgb(51 71 249 / 14%);
}
.btn-danger{
    color: #fff!important;
}
.btn-warning{
    color: #fff!important;
}
.btn-info{
    color: #fff!important;
}
.btn-success{
    color: #fff!important;
}
.btn-light{
    color: #000;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}
.btn-light:hover{
    color: #000;
    background-color: #3c3c3b26;
    border-color: #f1f1f1;
}
.btn-check:focus + .btn-light, .btn-light:focus{
    color: #000;
    background-color: #3c3c3b26;
    border-color: #f1f1f1;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle{
    color: #000;
    background-color: #3c3c3b26;
    border-color: #f1f1f1;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus{
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled{
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light{
    color: #f0f0f0;
    border-color: #f0f0f0;
    border-width: 2px;
}
.btn-outline-light:hover{
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus{
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show{
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus{
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled{
    color: #f8f9fa;
    background-color: transparent;
}
.alert{
    padding: 0.5rem 0.75rem;
}
.alert i{
    margin-right:5px;
}
.dropdown-toggle::after{
    display:none!important;
}
.dropdown-menu{
    padding: 15px;
    box-shadow:0 0.125rem 0.25rem #3c3c3b13;
    border:none;
    overflow:hidden;
}
.dropdown-item{
    color: #000!important;
    border-bottom: 1px solid #3c3c3b13;
    padding: 7.5px 5px!important;
    cursor: pointer;
    transition: 0.3s;
    border-left: none!important;
    margin-left: 0!important;
    font-weight: normal!important;
    white-space: nowrap;
}
.dropdown-item:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.dropdown-item:hover, .dropdown-item:focus{
    background-color: transparent;
    color: #60b8fe!important;
}
.dropdown-item img{
    width:20px;
    height:20px;
    border-radius:10rem;
    margin-right:10px;
    margin-top:-2px;
}
.dropdown-menu label{
    line-height:1;
}
.popover{
    background-color:#fff;
    border:none;
    box-shadow:0 0.125rem 0.25rem #3c3c3b13;
    border-radius:1rem;
    padding:10px;
    margin-top:-2px;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before{
    border:none;
}
.popover .popover-body{
    padding:0;
    color:#212121;
}
.popover h5{
    display:inline-block;
    font-size:0.9rem;
    margin:0 20px 0 0;
}
.popover .btn{
    width:30px;
    height:30px;
    padding:0;
    text-align:center;
    line-height:27px;
    font-size:0.9rem;
}
.popover .btn-primary{
    color:#fff!important;
}
.pagination{
    display: inline-flex;
    justify-content: center;
    margin: 0 0 30px;
    width: 100%;
}
@media(max-width:990px){
    .pagination .page-item{
        display: none;
    }
    .pagination .page-item:first-child, .pagination .page-item:last-child, .pagination .page-item.active{
        display: block;
    }
}
.pagination .page-item .page-link{
    padding: 0;
    color: #000;
    box-shadow: 0 0.125rem 0.25rem #3c3c3b13;
    margin: 0 5px;
    border-radius: 10rem;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 43px;
}
.pagination .page-item.disabled .page-link{
    color: #ccc;
}
.pagination .page-item.active .page-link, .pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus{
    background-color:#60b8fe;
    border-color:#60b8fe;
    color:#fff;
}
.pagination .page-item:first-child .page-link{
    border-top-left-radius: 10rem;
    border-bottom-left-radius: 10rem;
}
.pagination .page-item:last-child .page-link{
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
}
select.form-control[multiple]{
    border-radius:1rem;
    overflow:auto;
}
select.form-control[multiple]::-webkit-scrollbar-track{
    background:#fff;
    margin:15px;
}
select.form-control[multiple]::-webkit-scrollbar{
    width:10px;
}
select.form-control[multiple]::-webkit-scrollbar-thumb{
    background:#c1c1c1;
    border-radius:10rem;
    border:2px solid #fff;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    margin-left: -2px;
}
.form-group{
    margin-bottom:1rem;
}
@media(max-width:990px){
    .form-group{
        margin-bottom:7.5px;
    }
}
.accordion{
    margin-bottom: 30px;
}
.accordion-item{
    background-color: #fff;
    border-color: #3c3c3b13;
    border-width: 2px;
}
.accordion-button{
    color: #000!important;
    background-color: #fff!important;
    font-size: 1rem;
    font-weight: 500;
    box-shadow: none!important;
}
.accordion-button i{
    margin-right: 5px;
}
.accordion-body{
    padding: 30px;
}
.nav-tabs{
    border-bottom: none;
    margin-bottom: 30px;
}
.nav-tabs .nav-link{
    margin-bottom: 0;
    color: #999999;
    font-weight: bold;
    transition: 0.3s;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    color: #3c3c3b;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 2px solid #3c3c3b;
}
.page{
    position: relative;
    min-height: 100vh;
    padding: 30px 0 0;
}
.panel{
    position: relative;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem #3c3c3b13;
}
.panel .panel{
    background-color: #f9f8f6;
    box-shadow: none;
}
.panel .panel-heading{
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #3c3c3b13;
}
.panel .panel-heading h4{
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 6px;
}
.panel .panel-heading p{
    margin-bottom: 0;
    color: #666;
}
.panel .panel-heading .float-end{
    margin-top: -34px;
    padding: 6px 24px;
    font-size: 0.85rem;
}
.panel .btn-submit{
    margin-top: 15px;
}
.account-page{
    padding: 0;
}
.account-page .account-page-bg{
    background-color: #60b8fe;
    background-image: url('../uploads/images/account-bg.jpg');
    background-size: cover;
    background-position: bottom;
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 100%;
}
@media(max-width:1200px){
    .account-page .account-page-bg{
        width: 400px;
    }
}
@media(max-width:990px){
    .account-page .account-page-bg{
        display: none;
    }
}
.account-page .account-page-content{
    position: relative;
    width: calc(100% - 500px);
    margin-left: 500px;
}
@media(max-width:990px){
    .account-page .account-page-content{
        width: 100%;
        margin-left: 0;
    }
}
.account-page .panel{
    background-color: transparent;
    box-shadow: none;
    padding: 200px 30px;
}
@media(max-width:990px){
    .account-page .panel{
        padding: 30px 15px;
    }
}
.account-page.create-account-page .panel{ 
    padding-top: 30px;
}
.card-panel{
    position: relative;
    background: #fff;
    padding: 30px 15px;
    margin-bottom: 1rem;
    border: 2px solid #3c3c3b13;
    border-radius: 0.25rem;
    transition: 0.3s;
    cursor: pointer;
}
.card-panel:hover,.card-panel.active{
    border-color: #60b8fe;
    box-shadow: 0 0.125rem 0.25rem #3c3c3b13;
}
.card-panel .badge{
    position: absolute;
    top: -2px;
    left: -2px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}
.card-panel .badge i{
    margin-right: 5px;
}
.card-panel img{
    float: left;
    height: 45px;
    margin-right: 15px;
}
.create-order-page .accordion .card-panel img{
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
}
.card-panel > i{
    float: left;
    font-size: 1.5rem;
    margin-right: 15px;
    background-color: #60b8fe;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100rem;
    color: #fff;
}
.card-panel .details{
    overflow: hidden;
    min-height: 45px;
}
.card-panel .details h4{
    font-size: 1rem;
    margin-bottom: 0px;
}
.card-panel .details h4.line-height{
    line-height: 45px;
}
.card-panel .details label{
    font-size: 0.85rem;
}
.card-panel .form-check{
    position: absolute;
    right: 15px;
    top: 15px;
}
.card-panel .form-check input[type=radio]{
    width: 20px;
    height: 20px;
    margin: 0;
}
.card-panel i.fa-question-circle{
    position: absolute;
    right: 15px;
    top: 15px;
    color: #f2f2f2;
    font-size: 1.25rem;
    transition: 0.3s;
}
.card-panel:hover i.fa-question-circle{
    color: #60b8fe;
}
.account-page .professional-account-fields{
    display: none;
}
.or-devider h5{
    position: relative;
    font-size: 0.8rem;
    text-align: center;
    margin: 30px 0;
}
.or-devider h5::before{
    content: '';
    position: absolute;
    top: 9px;
    left: 10%;
    width: calc(40% - 30px);
    height: 2px;
    background-color: #3c3c3b13;
}
.or-devider h5::after{
    content: '';
    position: absolute;
    top: 9px;
    right: 0;
    left: calc(50% + 30px);
    width: calc(40% - 30px);
    height: 2px;
    background-color: #3c3c3b13;
}
header.navbar{
    position: relative;
    padding: 20px 15px;
    background-color: #3c3c3b;
    z-index: 999;
}
header.navbar.navbar-transparent{
    background-color: transparent;
}
header.navbar .navbar-collapse{
    justify-content: flex-end;
}
header.navbar .navbar-brand{
    padding: 0;
    margin-right: 0;
}
header.navbar .navbar-brand img{
    height: 50px;
}
@media(max-width:990px){
    header.navbar .navbar-brand img{
        height: 35px;
    }
}
header.navbar .navbar-toggler{
    color: #fff;
    border-radius: 0;
    font-size: 1.5rem;
}
header.navbar .navbar-nav .nav-link{
    color: #fff;
    padding: 0;
    transition: 0.3s;
    margin: 0;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 0.95rem;
    text-transform: uppercase;
}
header.navbar .navbar-nav .nav-link.btn-outline-primary{
    color: #60b8fe;
}
header.navbar .navbar-nav .nav-item:last-child .nav-link{
    margin: 0 0 0 15px;
}
header.navbar .navbar-nav .nav-link:hover, header.navbar .navbar-nav .nav-link:focus, header.navbar .navbar-nav .nav-link.active, header.navbar .navbar-nav .nav-link.show{
    color: #eee;
}
header.navbar .navbar-nav .nav-link .fa-angle-down{
    margin-left: 5px;
}
header.navbar .navbar-nav .nav-link img{
    width: 20px;
    border-radius: 10rem;
    margin: -3px 5px 0 0;
}
.slides-panel{
    position: relative;
    background-color: #3c3c3b;
    margin-top: -30px;
    overflow: hidden;
}
.slides-panel .carousel-caption{
    text-align: left;
    width: 35%;
    color: #3c3c3b;
}
.slides-panel .carousel-caption h1{
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
}
.slides-panel .carousel-caption p{
    font-size: 1.50rem;
    margin-bottom: 30px;
}
.slides-panel .carousel-caption .btn{
    margin-right: 5px;
}
.slides-panel .carousel-caption .btn-app{
    width: 150px;
    height: 50px;
    background-size: 100%;
    background-position: center;
    margin-right: 10px;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}
.heading{
    position: relative;
    margin-bottom: 30px;
}
.heading h4{
    font-size: 1rem;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.heading h1{
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
.heading p{
    font-size: 1rem;
    margin: 15px 0 0;
}
.about-panel{
    padding: 100px 0 70px;
    overflow: hidden;
}
.about-panel .image-panel{
    position: relative;
    margin: 20px 0 30px;
}
.about-panel .image-panel img{
    width: 100%;
}
.about-panel .item{
    background-color: #fff;
    padding: 30px;
    box-shadow:0 0.125rem 0.25rem #3c3c3b13;
    border-radius: 0.25rem;
    margin-bottom: 30px;
    transition: 0.3s;
}
.about-panel .item:hover{
    box-shadow: 0 .5rem 1rem #3c3c3b26;
}
.about-panel .item i{
    float: left;
    margin-right: 30px;
    width: 80px;
    height: 80px;
    background-color: #60b8fe;
    border-radius: 10rem;
    line-height: 80px;
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
}
.about-panel .item .details{
    overflow: hidden;
}
.about-panel .item .details h4{
    font-size: 1rem;
    font-weight: bold;
}
.about-panel .item .details p{
    margin: 0;
    font-size: 1rem;
}
.contact-info-panel{
    padding: 0 0 70px;
    overflow: hidden;
}
.contact-info-panel .item{
    background-color: #fff;
    padding: 30px;
    box-shadow:0 0.125rem 0.25rem #3c3c3b13;
    border-radius: 0.25rem;
    margin-bottom: 30px;
    transition: 0.3s;
    overflow: hidden;
}
.contact-info-panel .item:hover{
    background-color: #3c3c3b;
    color: #fff;
    box-shadow: 0 0.5rem 1rem #3c3c3b26;
}
.contact-info-panel .item h4{
    font-size: 1.25rem;
    font-weight: bold;
}
.contact-info-panel .item p{
    margin: 0;
    font-size: 1rem;
}
.contact-info-panel .item h5{
    padding: 15px;
    text-align: center;
    background-color: #3c3c3b;
    color: #fff;
    margin: 30px -30px -30px;
    font-weight: bold;
    transition: 0.3s;
}
.contact-info-panel .item:hover h5{
    transform: scale(1.2);
}
.contact-info-panel .item h5 i{
    margin-right: 15px;
    width: 40px;
    height: 40px;
    background-color: #60b8fe;
    border-radius: 10rem;
    text-align: center;
    line-height: 40px;
}
.services-1-panel{
    position: relative;
    padding: 100px 0 70px;
    background-color: #fff;
    overflow: hidden;
}
.services-1-panel .item{
    position: relative;
    border-radius: 0.25rem;
    margin-bottom: 30px;
    color: #fff;
    overflow: hidden;
    transition: 0.3s;
}
.services-1-panel .item:hover{
    transform: scale(1.1);
}
.services-1-panel .item .img-overly{
    position: relative;
    border-radius: 0.25rem;
}
.services-1-panel .item .img-overly::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000075;
    border-radius: 0.25rem;
    transition: 0.3s;
}
.services-1-panel .item:hover .img-overly::after{
    background-color: #3c3c3be3;
}
.services-1-panel .item .img-overly img{
    width: 100%;
    border-radius: 0.25rem;
}
.services-1-panel .item .details{
    position: absolute;
    bottom: -149px;
    left: 0;
    padding: 30px;
    transition: 0.3s;
}
.services-1-panel .item:hover .details{
    bottom: 0;
}
.services-1-panel .item .details > i{
    margin: 0 0 30px;
    font-size: 3.5rem;
}
.services-1-panel .item .details h4{
    font-size: 1.25rem;
    font-weight: bold;
}
.services-1-panel .item .details p{
    margin: 0 0 30px;
    font-size: 1rem;
}
.plans-panel {
    padding: 100px 0 70px;
}
.plan-card {
    transition: transform 0.3s, box-shadow 0.3s;
    padding: 30px 20px;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    border: none;
}
.plan-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
.plan-card .price {
    font-size: 54px;
    font-weight: 700;
    color: #60b8fe;
}
.plan-card .price sup{
        font-size: 16px;
    color: #000;
    font-weight: normal;
    font-style: italic;
}
.plan-card ul li {
    margin-bottom: 10px;
    font-size: 16px;
}
.plan-card ul li i {
    color: #28a745;
    margin-right: 15px;
}
.plan-card a.btn {
    background: #60b8fe;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s;
}
.plan-card a.btn:hover {
    background: #6c7ed6;
    transform: translateY(-3px);
}
@media (max-width: 991px) {
    .plans-panel .heading h1 {
        font-size: 28px;
    }
    .plan-card .price {
        font-size: 28px;
    }
}
.services-2-panel{
    position: relative;
    padding: 100px 0 70px;
    background-color: #fff;
    overflow: hidden;
}
.services-2-panel .item{
    position: relative;
    background-color: #60b8fe;
    color: #fff;
    padding: 60px 30px 30px;
    box-shadow:0 0.125rem 0.25rem #3c3c3b13;
    border-radius: 0.25rem;
    margin-bottom: 30px;
    transition: 0.3s;
}
.services-2-panel .item:hover{
    box-shadow: 0 0.5rem 1rem #3c3c3b26;
}
.services-2-panel .item img{
    display:block;
    margin: 0 0 30px;
    height: 150px;
    width: 150px;
    border-radius: 100rem;
}
.services-2-panel .item h4{
    font-size: 1.25rem;
    font-weight: bold;
}
.services-2-panel .item p{
    margin: 0 0 30px;
    font-size: 1rem;
}
.services-2-panel .item .btn{
    position: absolute;
    right: 5px;
    bottom: -22px;
    background-color: #3c3c3b;
    border-color: #3c3c3b;
}
.services-2-panel .item .btn i{
    margin-left: 5px;
}
.profile-page .list-group-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 0.35rem;
    box-shadow: 0 0.125rem 0.25rem #3c3c3b13;
    transition: 0.2s;
}
.profile-page .list-group-item:hover{
    box-shadow: 0 .5rem 1rem #3c3c3b26;
    transform: scale(1.05);
}
.profile-page .list-group-item.active{
    background-color: #60b8fe;
}
.profile-page .list-group-item .btn {
    width: 100%;
    outline: none !important;
    box-shadow: none !important;
    color: #3c3c3b;
}
.profile-page .list-group-item.active .btn {
    color: #fff;
}
.profile-page .list-group-item .btn i {
    margin-right: 15px;
}
.profile-page .panel {
    min-height: 600px;
}
.profile-page .panel .btn-create{
    margin-bottom: 24px;
}
.profile-page .dp-panel{
    position: relative;
    width: 150px;
    max-width: 100%;
}
.profile-page .dp-panel img{
    display: block;
    width: 100%;
    border-radius: 0.25rem;
}
.profile-page .dp-panel .btn{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    padding: 0;
    border-radius: 10rem;
    position: absolute;
    top: 45px;
    left: 15px;
}
.contact-page iframe{
	border-radius: 0.25rem;
    margin-bottom: -6px;
}
.contact-page .item i{
    margin-bottom: 30px;
    font-size: 2rem;
    color: #ffc000;
    width: 80px;
    height: 80px;
    border: 2px solid;
    border-radius: 10rem;
    text-align: center;
    line-height: 77px;
}
.contact-page .item p{
    margin-bottom: 0;
    color: #666;
}


.no-results-found{
    position: relative;
    background-color: #f9f8f6;
    padding: 60px 30px;
    text-align: center;
    color: #cccccc;
    overflow: hidden;
}
.no-results-found i{
    margin-right: 5px;
}
footer{
    background-color:#3c3c3b;
    padding:30px 0 0;
}
footer .footer-col{
    margin-bottom:30px;
}
footer .footer-col h4{
    color:#fff;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 30px;
}
footer .footer-col.about p{
    color:#fff;
    font-size: 1rem;
    margin-bottom: 30px;
}
footer .footer-col.about ul{
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}
footer .footer-col.about ul li{
    color:#fff;
    font-size: 1rem;
    margin-bottom: 15px;
}
footer .footer-col.about ul li i{
    color: #fff;
    margin-right: 15px;
    font-size: 0.65rem;
    width: 25px;
    height: 25px;
    background-color: #60b8fe;
    border-radius: 10rem;
    text-align: center;
    line-height: 25px;
}
footer .footer-col.links ul{
    list-style:none;
    margin:0 0 30px;
    padding:0;
    column-count: 2;
}
footer .footer-col.links ul li a{
    display: block;
    color:#fff;
    font-size: 1rem;
    margin-bottom: 15px;
}
footer .footer-col.links ul li a i{
    margin-right: 15px;
}
footer .bottom-line{
    margin: 0 0 -30px;
    background-color: #000000;
    color: #fff;
    padding: 15px 0;
    font-size: 1rem;
}
footer .bottom-line a{
    color: #fff;
}
footer .bottom-line .social-media a i{
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 30px;
    margin: 0 5px 0 0;
    border-radius: 10rem;
    color: #fff;
    transition: 0.3s;
}
footer .bottom-line .social-media a i:hover{
    color: #fff;
    border-color: transparent;
    background-color: #60b8fe;
}
.privacy-pop-up{
    z-index: 9999;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 25%;
    margin: 30px 30px 0;
}
@media(max-width:1200px){
.privacy-pop-up{
	margin: 15px;
    width: 50%;
}
}
@media(max-width:990px){
.privacy-pop-up{
	width: 100%;
	margin: 0;
}
}
.privacy-pop-up i{
    font-size: 5rem;
    margin-bottom: 30px;
    color: #b47d4c;
    filter: drop-shadow(1px 2px 4px #d8c0ab);
}
.privacy-pop-up p{
    margin-bottom: 30px;
}
.privacy-pop-up p a{
    text-decoration: underline!important;
    color: #666;
}
