/*-----------------------------------------------------------------------------------
    Template Name: Template Name
	Template URI: https://bdcoder.com
	Author: bdCoder
	Author URI: https://bdcoder.com/
	Version: 1.0

    Note: This is Main Style File.
-----------------------------------------------------------------------------------
	CSS INDEX
	===================
    01. Common
    02. NAVBAR
    03. HOME SECTION
    04. @media queries
    05. HOME BANNER
-----------------------------------------------------------------------------------*/

/*=======  COMMON CSS  =======*/

/*== GOOGLE FONT ==*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;1,300;1,400&family=Saira+Condensed:wght@200;300;400;500;600&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:focus {
    outline: none;
}

body {
    font-family: 'Saira Condensed', sans-serif;
    background-color: #F4F6FA;
    width: 100%;
    text-align: left;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

h1 {
    font-family: 'Montserrat', sans-serif;
}

h3 {
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
}

h2 {
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
}
div.img-center img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 0;
    -webkit-text-fill-color: #000000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

/*== START NAVBAR SECTION ===*/
header {
    background-color: #3F1B8C;
}

.navbar {
    padding: 5px 0;
}

.navbar-brand img {
    height: 35px;
}

.navbar-nav .nav-item {
    margin-right: 20px;
    margin-left: 0;
}

.nav-link {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.nav-link:hover,
.nav-link:active,
.nav-link.active {
    color: #ddd
}

.navbar-nav .fa {
    margin-right: 5px;
    color: #fff;
}

.dropdown-menu {
    box-shadow: 4px 2px 5px 3px rgba(82, 82, 83, 0.2);
}

.dropdown-item {
    font-size: 13px;
}

.dropdown-divider {
    background: #F4F6FA;
}

.btn-outline-light {
    margin-top: 3px !important;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.btn-primary{
    background-color: #5B1ED9;
    border-color: #3F1B8C;
}
.btn-primary:hover{
    background-color: #3F1B8C;
    border-color: #5B1ED9;
}
.btn-outline-light:hover i {
    color: #000;
}

.fa-bars {
    color: #fff;
    padding-left: 2px;
}

.navbar-toggler {
    border-color: #fff;
}

/*== END NAVBAR SECTION ===*/


/*== start home SECTION ===*/

.ad {
    width: 50%;
    height: 90px;
    margin: auto;
    background-color: #ddd;
    text-align: center;
    line-height: 90px;
    font-size: 50px;
    color: #888;
    margin-top: 30px;
}

.ad1 {
    width: 70%;
    height: 280px;
    margin: auto;
    background-color: #ddd;
    text-align: center;
    line-height: 280px;
    font-size: 50px;
    color: #888;
    margin-top: 30px;
    margin-bottom: 50px;
}

.imageuploadify .imageuploadify-images-list span.imageuploadify-message-home {
    font-size: 50px;
    padding: 10px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 0;
    color: #161C40;
}

.imageuploadify .imageuploadify-images-list button.btn-default-home {
    display: block;
    border-radius: 1em;
    margin: 25px auto;
    width: 100%;
    max-width: 300px;
    background-color: #3F1B8C;
    color: #fff;
}

.imageuploadify .imageuploadify-images-list img:hover {
    animation: animationFrames linear 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
}

@keyframes animationFrames {
    0% {
        transform: rotate(0deg) scaleX(1.00) scaleY(1.00);
    }
    10% {
        transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);
    }
    20% {
        transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);
    }
    30% {
        transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    40% {
        transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
    }
    50% {
        transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    60% {
        transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
    }
    70% {
        transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    80% {
        transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
    }
    90% {
        transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    100% {
        transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
}

@-moz-keyframes animationFrames {
    0% {
        -moz-transform: rotate(0deg) scaleX(1.00) scaleY(1.00);
    }
    10% {
        -moz-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);
    }
    20% {
        -moz-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);
    }
    30% {
        -moz-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    40% {
        -moz-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
    }
    50% {
        -moz-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    60% {
        -moz-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
    }
    70% {
        -moz-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    80% {
        -moz-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
    }
    90% {
        -moz-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    100% {
        -moz-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
}

@-webkit-keyframes animationFrames {
    0% {
        -webkit-transform: rotate(0deg) scaleX(1.00) scaleY(1.00);
    }
    10% {
        -webkit-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);
    }
    20% {
        -webkit-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);
    }
    30% {
        -webkit-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    40% {
        -webkit-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
    }
    50% {
        -webkit-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    60% {
        -webkit-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
    }
    70% {
        -webkit-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    80% {
        -webkit-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
    }
    90% {
        -webkit-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    100% {
        -webkit-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
}

@-o-keyframes animationFrames {
    0% {
        -o-transform: rotate(0deg) scaleX(1.00) scaleY(1.00);
    }
    10% {
        -o-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);
    }
    20% {
        -o-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);
    }
    30% {
        -o-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    40% {
        -o-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
    }
    50% {
        -o-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    60% {
        -o-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
    }
    70% {
        -o-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    80% {
        -o-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
    }
    90% {
        -o-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    100% {
        -o-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
}

@-ms-keyframes animationFrames {
    0% {
        -ms-transform: rotate(0deg) scaleX(1.00) scaleY(1.00);
    }
    10% {
        -ms-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);
    }
    20% {
        -ms-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);
    }
    30% {
        -ms-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    40% {
        -ms-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
    }
    50% {
        -ms-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    60% {
        -ms-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
    }
    70% {
        -ms-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    80% {
        -ms-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
    }
    90% {
        -ms-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    100% {
        -ms-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
}

/*== end home SECTION ===*/

/*== START DELETE,PRIVACY & TERMS SECTION ===*/


.header {
    text-align: center;
    padding: 35px
}

.container ol li {
    margin-left: 40px;
}

.container ul li {
    margin-left: 40px;
}

/*== END DELETE,PRIVACY & TERMS SECTION ===*/


/*== Contact Section ==*/

.contact-details .section-content {
    background: #fff;
    padding: 30px;
}

.contact-details .title {
    display: inline-block;
    font-size: 36px;
    font-weight: 600;
    margin: 30px 30px;
    padding-bottom: 24px;
    position: relative;
    text-transform: uppercase;
}

.contact-details .title span {
    color: #3F1B8C;
}

.contact-details .title:after {
    background-color: #3F1B8C;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.form-row .form-group input.form-control {
    background-color: #fbfbfb;
    border: 1px solid #eee;
    font-size: 16px;
    font-family: 'Lora', serif;
    font-weight: 500;
    height: 56px;
    letter-spacing: 0.6px;
    padding-bottom: 10px;
}

.form-row textarea.form-control {
    background-color: #fbfbfb;
    border: 1px solid #eee;
    font-family: 'Lora', serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    padding: 22px;
    text-transform: capitalize;
}

.form-row .btn.btn-theme {
    background-color: #3F1B8C;
    border-radius: 5px;
    color: #ffffff;
    font-family: 'Lora', serif;
    font-weight: 600;
    margin-top: 0;
    padding: 12px 24px;
    text-transform: uppercase;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.form-row .btn.btn-theme:hover {
    background-color: #3F1B8C;
    border: 1px solid #eeeeee;
    color: #ffffff;
}

.contact-details .service-item.style-1 {
    padding: 18px 24px;
    border: 1px solid #eee;
    background-color: #fbfbfb;
    margin-bottom: 30px;
}

.contact-details .service-item.style-1 .content {
    padding-left: 1em;
}

.contact-details .service-item.style-1 .content h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.content h5 a {
    text-decoration: none;
    color: #000;
}

.contact-details .service-item.style-1 i {
    background-color: #3F1B8C;
    color: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    font-size: 30px;
    height: 60px;
    line-height: 54px;
    margin-right: 20px;
    text-align: center;
    width: 60px;
}

.contact-details .service-item.style-1 .service-icon {
    float: left;
}

.contact-details .form-row .btn.btn-theme {
    background-color: #3F1B8C;
    color: #fff;
    display: inline-block;
    width: auto;
}

.contact-details .form-row .btn.btn-theme:hover {
    background-color: #3F1B8C;
    border-color: #161C40;
    color: #fff;
}

.map iframe {
    margin-bottom: -6px;
    border: 0;
    width: 100%;
}

/*== end contact SECTION ===*/


@media only screen and (max-width: 480px) {
    .contact-in:nth-child(1) {
        flex: 50%;
    }

    .contact-in:nth-child(2) {
        flex: 50%;
    }

    .contact-in:nth-child(3) {
        flex: 100%;
    }

}

@media only screen and (max-width: 360px) {
    .contact-in:nth-child(1) {
        flex: 50%;
    }

    .contact-in:nth-child(2) {
        flex: 50%;
    }

    .contact-in:nth-child(3) {
        flex: 100%;
    }

}

/*== start uploader SECTION ===*/
.mt-150 {
    margin-top: 150px;
}

.imageuploadify {
    position: relative;
    width: 100%;
    margin: auto;
    display: flex;
    padding: 0;
    flex-direction: column;
    text-align: center;
    color: #000;
}

.imageuploadify .imageuploadify-overlay {
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    flex-direction: column;
    top: 0;
    left: 0;
    display: none;
    font-size: 7em;
    text-align: center;
    pointer-events: none;
}

.imageuploadify .imageuploadify-overlay i {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.imageuploadify .imageuploadify-images-list {
    display: inline-block
}

.imageuploadify .imageuploadify-images-list img {
    display: block;
    width: 150px;
    margin: auto;
    padding-bottom: 12px;
}

.imageuploadify .imageuploadify-images-list span.imageuploadify-message {
    font-size: 24px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px;
    display: inline-block;
}

.imageuploadify .imageuploadify-images-list button.btn-default {
    display: block;
    border-radius: 1em;
    margin: 25px auto;
    width: 100%;
    max-width: 500px;
    background-color: #3F1B8C;
    color: #fff;
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1em;
    float: left;
    border-radius: 12px;
    box-shadow: 0 0 4px 0 #888;
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container button.btn-danger {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    font-size: 10px;
    line-height: 1.42;
    padding: 2px 0;
    text-align: center;
    z-index: 3;
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container img {
    height: 100px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container .imageuploadify-details {
    position: absolute;
    top: 0;
    padding-top: 20px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    background-image: linear-gradient(to left, rgba(242, 5, 5, 0.5) 0%, rgba(242, 5, 5, 0.5) 100%);
    z-index: 2;
    opacity: 0;

}

.imageuploadify .imageuploadify-images-list .imageuploadify-container .imageuploadify-details span {
    display: block;
}

.imageuploadify .imageuploadify-images-list span.text {
    font-size: 20px;
    font-weight: 400;
    color: #161C40;
}

/*== end uploader SECTION ===*/

/*==========================
      SIGN-IN SECTION
===========================*/
/*===== BASE =====*/
*, ::before, ::after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/*===== LOGIN =====*/
.login {
    display: grid;
    grid-template-columns: 100%;
    height: 100vh;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.login__content {
    display: grid;
}

.login__img {
    justify-self: center;
    background-color: #f2f2f2;
    box-shadow: 0 8px 20px rgba(35, 0, 77, .2);

}

.login__img img {
    width: 310px;
    margin-top: 1.5rem;
}

.login__forms {
    position: relative;
    height: 368px;
}

.login__input {
    border: none;
    outline: none;
    background: none;
    font-size:14px;
}

.login__registre, .login__create {
    position: absolute;
    bottom: 1rem;
    width: 100%;
    background-color: #f2f2f2;
    padding: 2rem 1rem;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0 8px 20px rgba(35, 0, 77, .2);
    animation-duration: .4s;
    animation-name: animate-login;
}

@keyframes animate-login {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}

.login__title {
    font-size: 34px;
    margin-bottom: 2rem;
    color: #161C40;
}

.login__box {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: .5rem;
    padding: 1.125rem 1rem;
    background-color: #FFF;
    margin-top: 1rem;
    border-radius: .5rem;
}

.login__icon {
    font-size: 1.5rem;
    color: #3F1B8C;
}



.login__forgot {
    display: block;
    width: max-content;
    margin-left: auto;
    margin-top: .6rem;
    font-weight: 600;
    color: #A49EAC;
    font-size: 14px;
}

.login__button {
    display: block;
    padding: 1rem;
    margin: 1.5rem 0;
    background-color: #3F1B8C;
    color: #FFF;
    font-weight: 600;
    text-align: center;
    border-radius: .5rem;
    transition: .3s;
    width: 100%;
    cursor: pointer;
    border: none;
}

.login__button:hover {
    color: #cccccc;
    text-decoration: none;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.login__account, .login__signin, .login__signup {
    font-weight: 600;
}

.login__account {
    color: #161C40;
}

.login__signin, .login__signup {
    color: #3F1B8C;
    cursor: pointer;
}

.login__signin:hover, .login__signup:hover {
    text-decoration: underline;
}

.login__social {
    margin-top: 2rem;
}

.login__social-icon {
    font-size: 1.5rem;
    color: #3F1B8C;
    margin: 0 1.5rem;
}

.login__social-icon:hover {
    color: #161C40;
}

/*Show login*/
.block {
    display: block;
}

/*Hidden login*/
.none {
    display: none;
}

/* ===== MEDIA QUERIES =====*/
@media screen and (min-width: 576px) {
    .login__forms {
        width: 348px;
        justify-self: center;
    }
}

@media screen and (min-width: 1024px) {
    .login {
        height: 100vh;
        /* overflow: hidden; */
    }

    .login__content {
        grid-template-columns: repeat(2, max-content);
        justify-content: center;
        align-items: center;
        margin-left: 10rem;
    }

    .login__img {
        display: flex;
        width: 600px;
        height: 588px;
        background-color: #f2f2f2;
        border-radius: 1rem;
        padding-left: 1rem;
        margin-top: 55px;
    }

    .login__img img {
        width: 390px;
        margin-top: 0;
    }

    .login__forms {
        height: 625px;
    }

    .login__registre, .login__create {
        left: -11rem;
    }

    .login__registre {
        bottom: -3.5rem;
    }

    .login__create {
        bottom: -1.5rem;
    }
}

/*== START DOWNLOAD SECTION ===*/

.ad3 {
    width: 90%;
    height: 300px;
    margin: auto;
    background-color: #ddd;
    text-align: center;
    line-height: 280px;
    font-size: 40px;
    color: #888;
    margin-top: 30px;
    margin-bottom: 50px;
}

.box {
    background: #292929;
    border-radius: 5px;
}


.box .box-body {
    padding: 20px 20px;
    color: #fff;
}

.box .box-body .page-subtitle {
    color: #e0e0e0;
}

.box .box-footer {
    background: #474747;
    padding: 10px;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #737373;
}

/*==  END  DOWNLOAD SECTION ===*/


/*== START FOOTER SECTION ===*/
.footer {
    padding-top: 20px;
    padding-bottom: 10px;
    color: #656D77;
}

.footer a {
    text-decoration: none;
}

/*== END FOOTER SECTION ===*/

/*== Start sharing ===*/

.warpper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab {
    cursor: pointer;
    padding: 10px 20px;
    margin: 0px 2px;
    background: #5B1ED9;
    display: inline-block;
    color: #fff;
    border-radius: 3px 3px 0px 0px;
    box-shadow: 0 0.5rem 0.8rem #00000080;
}

.panels {
    background: #ffffff;
    min-height: 200px;
    width: 100%;
    max-width: 700px;
    border-radius: 3px;
    overflow: hidden;
    padding: 20px;
}

.panel {
    display: none;
    animation: fadein .8s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.panel-title {
    font-size: 1.5em;
    font-weight: bold
}

.radio {
    display: none;
}

#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel {
    display: block
}

#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab {
    background: #fffffff6;
    color: #000;
    border-top: 3px solid #5B1ED9;
}

/*-- HOME BANNER --*/
.hm-banner {
    background-color: #3F1B8C;
    margin-bottom: -140px;
    padding-bottom: 180px;
    padding-top: 100px;
    position:relative;
}

.hm-banner h2, .hm-banner p, .hm-banner i {
    color: #ffffff;
}

.hm-banner h2 {
    font-size: 50px;
}

.hm-banner p {
    font-size: 14px;
}

.hm-banner i {
    font-size: 70px;
    margin-bottom: 20px;
    margin-right: 0px;
}

.form-seperate p {
    margin-bottom: 0;
}

.form-seperate hr {
    margin-top: 5px;
}

/**********
      Unlock secret area
***********/

.unlock_secret_text_box{
    height: 150px;
    background-color: #e9e9e9;
}
.unlock_secret_file .sharedp{
    color: #cdcdda;
    font-size: 14px;
}
.unlock_secret_file a{
    text-decoration: none;
    color: #3F1B8C !important;
    font-size: 28px;
}

.unlock_secret_file .usfile_first{
    color: #b6b6ca;
}
.unlock_secret_file .usfile_second{
    color: #7a8a9c;
}

/* For add layout */
.lh-70{
    min-height: 70vh;
}
.height-600{
    height: 600px;
}
.height-60{
    height: 60px;
}
.height-90{
    height: 90px;
}
.mt-170{
    margin-top: 170px;
}

.maxh-310px {
    max-height: 310px;
}
.maxh-303px {
    max-height: 303px;
}
.maxh-120px {
    max-height: 120px;
}
.fs-12pt{
    font-size: 12pt;
}

.fs-14px{
    font-size: 14px;
}
.fs-18px{
    font-size: 18px;
}
.fs-21px{
    font-size: 21px;
}
.fs-32px{
    font-size: 32px;
}

.pt-2{
    padding-top: 0.5rem;
}
.cursor-pointer {
    cursor: pointer;
}

.get-secret-body {
    margin: 0;
    padding: 0 !important;
    background-color: #f1f1f1;
}
.get-secret-ghost {
    display: none;
    font-size: 1px;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    overflow: hidden;
    mso-hide: all;
    font-family: sans-serif;
}

.get-secret-email-container {
    max-width: 600px;
    margin: 0 auto;
}

.ma {
    margin: auto;
}

.email-container-table-wrapper {
    padding: 1em 2.5em 0 2.5em;
}

.get-secret-hero {
    padding: 3em 0 2em 0;
}

.get-secret-email-container-tr {
    border-bottom: 1.5px solid blue;
}

.login_with_google_btn {
    background-color: #EA4335;
    color: #ffffff;
    padding: 10px 0;
}
.login_with_google_btn:hover{
    background-color: #db4032;
    color: #ffffff;
}

.login_with_facebook_btn {
    background-color: #3B5998;
    color: #ffffff;
    padding: 10px 0;
}

.login_with_facebook_btn:hover{
    background-color: #304b86;
    color: #ffffff;
}

.notfound{
    height: 75vh !important;
}
body .hm-banner.m-banner {
    padding-bottom: 50px;
    padding-top: 60px;
    margin-bottom: 0;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
    header{
        padding:0 10px;
    }
    .hm-banner{
        padding-bottom: 140px;
        padding-top: 80px;
    }
    body .hm-banner.m-banner{
        padding-bottom: 60px;
    }
    body{
        text-align:left;
    }
    .login__img{
        display: none;
    }
    .login__forms{
        height: auto;
        display: block;
    }
    .login__registre, .login__create{
        top:40px;
    }
}
/*-- error handler css --*/
.page-wrap{
    min-height: 100vh;
}


/*-- Section Title Style css --*/
.section-title {
    margin-bottom: 57px;
}
@media only screen and (max-width: 1199px) {
    .section-title {
        margin-bottom: 47px;
    }
}
.section-title .title {
    font-size: 42px;
    margin-bottom: 10px;
    line-height: 0.8;
    font-style: inherit;
}
@media only screen and (max-width: 1199px) {
    .section-title .title {
        font-size: 38px;
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 991px) {
    .section-title .title {
        font-size: 32px;
        margin-bottom: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title .title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .section-title .title {
        font-size: 27px;
    }
}
.section-title .desc p {
    color: #595959;
    font-size: 18px;
    line-height: 1.56;
}
@media only screen and (max-width: 1199px) {
    .section-title .desc p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title .desc p {
        font-size: 15px;
    }
}

/*-- Page Header Style css --*/
.page-header-area {
    background-color: #5B1ED9;
    padding-bottom: 98px;
    overflow: hidden;
    padding-top: 110px;
    position: relative;
    z-index: 1;
}

.page-header-area .bg-pattern {
    background-image: url('../images/bg-shape.png');
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .25;
}

.page-header-area .section-content {
    text-align: center;
}

.page-header-area .section-content h4 {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

.page-header-area .section-content p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}

.page-header-area .section-content p span {
    margin: 0 5px;
}

.page-header-area .section-content p a {
    color: #e8e8e8;
}

/*-- Home Style css --*/
.home-section {
    background-color: #5B1ED9;
    padding-bottom: 110px;
    overflow: hidden;
    padding-top: 110px;
    position: relative;
    z-index: 1;
}

.home-section .bg-pattern {
    background-image: url('../images/bg-shape.png');
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .25;
}

.home-section .content {
}

.home-section .content .title {
    color: #fff;
    font-size: 52px;
    margin-bottom: 10px;
    line-height: 1.2;
    font-style: inherit;
}

.home-section .content .desc {
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    margin-top: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ffffff54;
    padding-bottom: 36px;
}

.home-section .content .feature-list li {
    color: #fff;
    font-size: 16px;
    margin-left: 20px;
}

.home-section .content .feature-list li + li {
    margin-top: 12px;
}

/*-- Form Style css --*/
.form-warpper {
    box-shadow: 0 0.5rem 0.8rem #00000080;
    margin-left: 40px;
}

.form-warpper .tabs {
    display: flex;
    width: 100%;
}

.form-warpper .tabs .tab {
    margin: 0;
    width: 50%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    border-radius: 4px 0 0 0;
    border-bottom: 1px solid transparent;
    box-shadow: none;
    position: relative;
}

.form-warpper .tabs .tab:before {
    content: "";
    border-style: solid;
    border-color: #e6e6e6 transparent #e6e6e6 transparent;
    border-width: 8px 18px 0 18px;
    top: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    opacity: 0;
}

.form-warpper .tabs .tab + .tab {
    border-radius: 0 4px 0 0;
}

.form-warpper #one:checked ~ .tabs #one-tab,
.form-warpper #two:checked ~ .tabs #two-tab,
.form-warpper #three:checked ~ .tabs #three-tab {
    background: #fffffff6;
    color: #000;
    border-top: none;
    border-bottom-color: #e6e6e6;
}

.form-warpper #one:checked ~ .tabs #one-tab:before,
.form-warpper #two:checked ~ .tabs #two-tab:before,
.form-warpper #three:checked ~ .tabs #three-tab:before {
    opacity: 1;
}

.form-warpper .panels {
    border-radius: 0 0 4px 4px;
}

/*-- Feature Style css --*/
.feature-section {
    padding: 108px 0 80px;
}

.feature-item {
    box-shadow: 2px 5px 20px 1px rgb(0 0 0 / 6%);
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    z-index: 1;
}

.feature-item:hover {
    box-shadow: 2px 5px 30px 1px rgb(0 0 0 / 10%);
}

.feature-item .shape-icon {
    position: absolute;
    width: 90px;
    bottom: 0;
    right: -10px;
    opacity: .03;
    z-index: -1;
    transform: scale(1.3);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

.feature-item:hover .shape-icon {
    right: 10px;
    opacity: .04;
    transform: scale(1.6);
}

.feature-item .icon-box {
    align-items: center;
    background-color: #5b1ed9;
    border-bottom: 3px solid #5b1ed9;
    display: flex;
    justify-content: center;
    padding: 40px 10px 0;
}

.feature-item .icon-box .icon {
    background-color: #fff;
    width: 80px;
    height: 80px;
    border: 3px solid #5b1ed9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -30px;
    position: relative;
}

.feature-item .icon-box .icon img {
    width: 36px;
}

.feature-item .content {
    padding: 62px 40px 26px;
    text-align: center;
}

.feature-item .content .title {
    font-weight: bold;
    letter-spacing: 0;
    font-size: 24px;
    margin-bottom: 8px
}

.feature-item .content .desc {
    font-size: 16px;
    letter-spacing: .4px;
    font-weight: 500;
}

/*-- Blog Style css --*/
.blog-section {
    padding-bottom: 80px;
    border-top: 1px solid #d2d2d299;
    padding-top: 108px;
}
.blog-post {
    background-color: #fff;
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 70px;
    position: relative;
}

.blog-post .thumb {

}

.blog-post .date-box {
    display: table-cell;
    padding-left: 16px;
    padding-right: 15px;
    padding-top: 18px;
    vertical-align: top;
}

.blog-post .date-box .inner {
    text-align: center;
    width: 65px;
}

.blog-post .date-box .inner .date {
    background: #091426 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 15px 6px;
    text-transform: uppercase;
}

.blog-post .date-box .inner .comment {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e6e6e6;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    color: #091426;
    font-size: 20px;
    font-weight: 500;
    line-height: 17px;
    padding: 16px 0;
}

.blog-post .content {
    display: table-cell;
    vertical-align: top;
    padding-top: 18px;
}

.blog-post .content h3 {
    font-size: 22px;
    letter-spacing: 0;
    margin-bottom: 6px;
    padding-top: 0;
    text-transform: uppercase;
    font-style: inherit;
    font-weight: 700;
}

.blog-post .read-btn {
    background-color: #5b1ed9;
    border-top: 1px solid #eee;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.7px;
    padding: 16px 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.blog-post .read-btn:hover {
    background-color: #091426;
    color: #fff;
}

.blog-post .read-btn i {
    font-size: 15px;
    margin-left: 14px;
    position: relative;
    top: 1px;
}

/*-- Blog Details Style css --*/
.blog-details-section {
    padding: 110px 0;
}
.blog-details .details-thumb {}
.blog-details .details-thumb img {
    width: 100%;
}
/*.blog-details .details-content {*/
/*    margin-top: 40px;*/
/*}*/
.blog-details .details-content .title {
    font-weight: bold;
    letter-spacing: 0;
    font-size: 32px;
    margin-bottom: 22px;
}
.blog-details .details-content p {
    font-size: 17px;
    letter-spacing: .4px;
    font-weight: 500;
    line-height: 1.8;
    color: #000;
    margin-bottom: 26px;
}
.blog-details .details-content blockquote {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 40px;
    margin: 40px 0 38px;
}
.blog-details .details-content blockquote i {
    font-size: 30px;
    float: left;
    margin-right: 13px;
    display: block;
    color: #5b1ed9;
}
.blog-details .details-content blockquote p {
    margin-bottom: 0;
}
.blog-details .details-content .details-info {
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-details .details-content .details-tag {
    margin: 0;
}
.blog-details .details-content .details-tag li {
    display: inline-block;
    margin: 0;
}
.blog-details .details-content .details-tag li + li {
    margin-left: 20px;
}
.blog-details .details-content .details-tag li a {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    color: #000;
}
.blog-details .details-content .details-tag li a i {
    color: #5b1ed9;
    margin-right: 8px;
    position: relative;
    top: -1px;
}
.blog-details .details-content .social-icon {
    margin: 0;
}
.blog-details .details-content .social-icon li {
    display: inline-block;
    margin: 0;
}
.blog-details .details-content .social-icon li + li {
    margin-left: 14px;
}
.blog-details .details-content .social-icon li a {
    font-size: 18px;
    color: #5b1ed9;
}
.blog-details .details-content .social-icon li a:hover {
    color: #000;
}

/*-- Blog Sidebar Style css --*/
.blog-sidebar {
    margin-left: 20px;
}
.blog-sidebar .widget-item {
    margin-bottom: 40px;
}
.blog-sidebar .sidebar-title {
    color: #535353;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 12px;
    text-transform: capitalize;
    z-index: 1;
    font-style: inherit;
    font-weight: bold;
    letter-spacing: 0;
}
.blog-sidebar .sidebar-title:before {
    background-color: #e1e1e1;
    bottom: 0;
    content: "";
    left: 0;
    height: 2px;
    position: absolute;
    width: 150px;
    z-index: -1;
}
.blog-sidebar .sidebar-search-form {
    position: relative;
}
.blog-sidebar .sidebar-search-form input {
    border: 2px solid #e1e1e1;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    font-size: 18px;
    height: 80px;
    line-height: 83px;
    padding: 9px 75px 9px 29px;
    width: 100%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.blog-sidebar .sidebar-search-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}
.blog-sidebar .sidebar-search-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}
.blog-sidebar .sidebar-search-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}
.blog-sidebar .sidebar-search-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}
.blog-sidebar .sidebar-search-form button {
    cursor: pointer;
    background-color: #5b1ed9;
    color: #fff;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 11px;
    top: 50%;
    display: inline-block;
    border-radius: 15px;
    width: 58px;
    height: 58px;
    font-size: 18px;
    line-height: 58px;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.blog-sidebar .sidebar-search-form button:hover {
    background-color: #333131;
}

.blog-sidebar .categories-list {
}

.blog-sidebar .categories-list ul {
    margin: 0;
}

.blog-sidebar .categories-sidebar .sidebar-title {
    margin-bottom: 20px;
}

.blog-sidebar .categories-list ul li {
    display: block;
    line-height: 1;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding: 4px 4px 6px 2px;
}

.blog-sidebar .categories-list ul li a {
    color: #000;
    line-height: 2;
}

.blog-sidebar .categories-list ul li a:hover {
    color: #5b1ed9;
}

.blog-sidebar .categories-list ul li span {
    display: inline-block;
    margin-left: 12px;
}

.blog-sidebar .tags-item {
    margin-bottom: 0;
}

.blog-sidebar .tags-item a {
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    font-weight: 500;
    color: #000;
    font-size: 18px;
    padding: 10px 14px 10px;
    line-height: 1;
    margin-bottom: 5px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.blog-sidebar .tags-item a + a {
    margin-left: 2px;
}

.blog-sidebar .tags-item a:hover {
    background-color: #5b1ed9;
    border-color: #5b1ed9;
    color: #fff;
}

/***Blog Small****/
.blog-small-item {
    min-height: 70px;
}

.blog-small-item img {
    border-radius: 4px;
    float: left;
    position: relative;
    width: 68px;
}

.blog-small-item .text {
    padding-left: 88px;
    padding-top: 0;
}

.blog-small-item .text h5 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.blog-small-item .text h5 a {
    color: #000;
}

/*-- Footer Style css --*/
.footer {
    background-color: #242424;
    color: #fff;
    margin-top: auto;
    padding-top: 20px;
    padding-bottom: 14px;
}
.view-all{
    display: inline-block;
    background-color: #5B1ED9;
    border: 2px solid #3F1B8C;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 50px;
    letter-spacing: 0.6px;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
}
.view-all:hover{
    background-color: #3F1B8C;
    border: 2px solid #5B1ED9;
    color: #ffffff;
    text-decoration: none;
}
.blog-paginate nav{
    margin:auto;
}
.blog-paginate nav ul li{
    margin-left:10px;
}
.blog-paginate nav ul li.page-item.active .page-link{
    background-color: #5b1ed9;
}


/* Responsive css*/

/* Small devices (landscape phones, 544px and up) */
@media (max-width: 576px) {
    h1 {
        font-size:1.2rem !important;
    } /*1rem = 16px*/

    h2 {
        font-size:1.5rem !important;
    }

    .form-warpper {
        margin-left: 0px;
    }

    .page-header-area .section-content h4 {
        font-size: 30px;
    }

    .blog-details .details-content .title {
        font-size: 23px;
    }
    .blog-details-section {
        padding: 50px 0;
    }

}


/* Medium devices (tablets, 768px ) The navbar toggle appears at this breakpoint */
@media (min-width: 576px) and (max-width: 767.98px) {

    h1 {
        font-size:1.8rem !important;
    }

    .blog-details-section {
        padding: 50px 0 !important;
    }
}

