.bgCover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bgCont {
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.bblack {
    border: 3px solid black;
}

.bblue {
    border: 3px solid blue;
}

.bred {
    border: 3px solid red !important;
}

.byellow {
    border: 3px solid yellow;
}

.bgreen {
    border: 3px solid green;
}

.b-lite {
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.pointer {
    cursor: pointer;
}

.hide {
    display: none;
}

.ma {
    margin: auto;
}

.pass-toggle {
    position: absolute;
    right: 30px;
    top: 10px;
    cursor: pointer;
}

/* JQUERY MODAL */
.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 99;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.blocker.behind {
    background-color: transparent;
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 100;
    width: auto;
    height: auto;
    max-width: calc(100% - 20px);
    box-sizing: border-box;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
    overflow: unset;
}

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px;
}

.modal-spinner>div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.modal-spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.modal-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.5);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

/* LOADER */
.custom_loader {
    position: relative;
    width: 164px;
    height: 164px;
    display: inline-block;
}

.custom_loader::before,
.custom_loader::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #323232;
    left: 50%;
    top: 50%;
    animation: rotate 1s ease-in infinite;
}

.custom_loader::after {
    width: 20px;
    height: 20px;
    background-color: #7fad39;
    animation: rotate 1s ease-in infinite, moveY 1s ease-in infinite;
}

@keyframes moveY {

    0%,
    100% {
        top: 10%;
    }

    45%,
    55% {
        top: 59%;
    }

    60% {
        top: 40%;
    }
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -100%) rotate(0deg) scale(1, 1);
    }

    25% {
        transform: translate(-50%, 0%) rotate(180deg) scale(1, 1);
    }

    45%,
    55% {
        transform: translate(-50%, 100%) rotate(180deg) scale(3, 0.5);
    }

    60% {
        transform: translate(-50%, 100%) rotate(180deg) scale(1, 1);
    }

    75% {
        transform: translate(-50%, 0%) rotate(270deg) scale(1, 1);
    }

    100% {
        transform: translate(-50%, -100%) rotate(360deg) scale(1, 1);
    }
}

.loader-2,
.loader-2:before,
.loader-2:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    animation-fill-mode: both;
    animation: bblFadInOut 1.8s infinite ease-in-out;
    display: inline-block;
}

.loader-2 {
    color: #fff;
    font-size: 7px;
    position: relative;
    top: -10px;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.16s;
}

.loader-2:before,
.loader-2:after {
    content: "";
    position: absolute;
    top: 0;
}

.loader-2:before {
    left: -3.5em;
    animation-delay: -0.32s;
}

.loader-2:after {
    left: 3.5em;
}

@keyframes bblFadInOut {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.single-footer-widget span a {
    color: #afb4bf;
    font-size: 14px;
}

.logo-text {
    font-size: 22px;
    color: white;
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
}

.single-welcome-slide .welcome-text h2 {
    font-size: 50px;
}

.single-project-slide {
    height: 300px;
}

.login100-form .form-alert {
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
    color: red;
}

.our-team {
    background: #000;
    text-align: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
}

.our-team .team-profil {
    width: 100%;
    height: auto;
    transition: all 0.55s ease 0s;
}

.our-team:hover .team-profil {
    opacity: 0.5;
}

.our-team .team-content {
    padding: 5px 10px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: 0 0;
    transition: all 0.55s ease 0s;
}

.our-team:hover .team-content {
    opacity: 1;
}

.our-team .team-content:before,
.our-team .team-content:after {
    content: "";
    width: 400px;
    height: 2px;
    background: #95ccea;
    position: absolute;
    top: 0;
    left: 10px;
    transform: translateX(100%);
    transition: all 0.55s ease 0s;
}

.our-team .team-content:after {
    top: auto;
    left: auto;
    bottom: 0;
    right: 10px;
    transform: translateX(-100%);
}

.our-team:hover .team-content:before,
.our-team:hover .team-content:after {
    transform: translate(0, 0);
    transition-delay: 0.15s;
}

.our-team .title {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.our-team .title:before,
.our-team .title:after {
    content: "";
    width: 2px;
    height: 300px;
    background: #95ccea;
    position: absolute;
    top: 10px;
    right: 0;
    transform: translateY(100%);
    transition: all 0.55s ease 0s;
}

.our-team .title:after {
    top: auto;
    right: auto;
    bottom: 10px;
    left: 0;
    transform: translateY(-100%);
}

.our-team:hover .title:before,
.our-team:hover .title:after {
    transform: translate(0, 0);
}

.our-team .post {
    display: block;
    padding: 5px 10px;
    background: #95ccea;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}

.user-pic {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    background-image: linear-gradient(to right, #e8f0f2, #e8f0f2);
}

.user-pic2 {
    height: 65px;
    width: 65px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.user-pic span {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 500;
    color: #e7352b;
    line-height: 2.7;
}

.user-pic2 span {
    line-height: 1.6;
    font-size: 40px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.tags {
    display: inline-block;
    padding: 5px 25px 3px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #ebebeb;
    text-transform: uppercase;
    border-radius: 30px;
}

.tags:hover {
    border-color: #1cc3b2;
    background-color: #1cc3b2;
    color: #ffffff !important;
}

.breadcrumb-area .page-title {
    font-size: 38px;
}

.overlay {
    position: absolute;
    height: 220px;
    background: rgba(0, 0, 0, 0.5);
    width: calc(100% - 8px);
    opacity: 0;
}

.overlay:hover {
    opacity: 1;
}

.overlay i,
.popup-youtube {
    font-size: 15px;
    padding: 15px;
    border-radius: 50px;
    color: white;
    background-color: rgba(0, 0, 0, 0.9);
    margin-top: calc(50% - 50px);
    cursor: pointer;
}

.overlay i:hover,
.popup-youtube:hover {
    background-color: #1cc3b2;
}

.popup-youtube {
    height: 40px;
    display: inline-block;
    margin: auto;
    padding-top: 8px;
}

.nice-select {
    width: 100%;
}

.breakpoint-off .classynav ul li .dropdown,
.breakpoint-off .classynav ul li .megamenu {
    width: 280px;
}

.classynav ul li ul li:hover {
    z-index: 1000;
}

.suscribe-form {
    padding: 30px 40px;
    background-color: #ffffff;
    border-radius: 12px;
    /* max-width: 400px; */
}

.suscribe-form textarea {
    resize: none;
}

.suscribe-form .form-input,
.form-text-area {
    background-color: #f0f4f5;
    height: 50px;
    padding-left: 16px;
}

.suscribe-form .form-text-area {
    background-color: #f0f4f5;
    height: auto;
    padding-left: 16px;
}

.suscribe-form .form-control::placeholder {
    color: #aeb4b9;
    font-weight: 500;
    opacity: 1;
}

.suscribe-form .form-control:-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
}

.suscribe-form .form-control::-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
}

.suscribe-form .form-control:focus {
    border-color: #1cc3b2;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #1cc3b2;
}

.suscribe-form .title {
    font-size: 24px;
    font-weight: 500;
}

.suscribe-form .description {
    color: #aeb4b9;
    font-size: 14px;
}

.suscribe-form .submit-button-wrapper {
    text-align: center;
}

.suscribe-form .submit-button-wrapper input {
    border: none;
    border-radius: 4px;
    background-color: #000000;
    color: white;
    text-transform: uppercase;
    padding: 10px 60px;
    font-weight: 500;
    letter-spacing: 2px;
    width: 100%;
}

.suscribe-form .submit-button-wrapper input:hover {
    background-color: #1cc3b2;
}

.suscribe-form label {
    font-size: 14px;
}

.suscribe-form input[type="checkbox"] {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.login100-form-title {
    margin-bottom: 20px;
}

.container-login100-form-btn {
    margin: 10px 0;
}

.top-contact {
    width: 100%;
    margin-bottom: 40px;
    height: 40px;
    font-size: 13px;
    padding-top: 10px;
    text-align: center;
}

.classynav ul li.cn-dropdown-item {
    position: static !important;
}

.nav-2 {
    display: flex;
    width: 100vw !important;
    position: absolute !important;
    border-radius: 0 !important;
}

.nav-2 .has-down ul {
    width: 100% !important;
    left: 0px !important;
    top: 50px !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.wd-33 li {
    width: 33% !important;
}

.wd-20 li {
    width: 20% !important;
}

.wd-50 li {
    width: 50% !important;
}

.navbar .megamenu {
    padding: 1rem;
    justify-content: center;
    width: 100vw;
    padding: 48px 3vw;
    background: #fff;
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, .05);
    transform: translateX(0);
    transition: opacity .3s 0s, visibility 0s 0s;
}

div.col-megamenu .title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    border: none;
    background: linear-gradient(280deg, #0f870f 0, #e69b3c) 0 100% no-repeat;
    background-size: 3.437rem .25rem;
    padding: 0 0 .625rem;
}

div.col-megamenu ul.list-megamenu li:hover {
    padding-left: 12px !important;
    background-color: #0f870f;
}

div.col-megamenu ul.list-megamenu li>a {
    height: auto !important;
}

div.col-megamenu ul.list-megamenu li:hover>a {
    color: #fff !important;
}

ul.list-megamenu {
    padding-left: 0;
}

ul.list-megamenu li a {
    padding: 0 !important;
    font-weight: 500;
}

ul.list-megamenu li {
    display: block;

}

.header-area {
    position: relative !important;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .dropdown-menu.megamenu.show {
        margin-top: 0px !important;
        border: none !important;
    }

    .dropdown-menu.megamenu.show .row.g-3 {
        max-height: 500px !important;
        overflow-y: scroll !important;
    }

    .has-megamenu>.nav-link {
        font-size: 1rem !important;
    }

    .navbar {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        /* margin-top: 0; */
    }

}

/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px) {

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}

.apply {
    height: 45px;
    margin: 4px 0 0 20px;
    padding: 0 12px;
    cursor: pointer;
    border-radius: 50px;
    background: #f5a031;
    background: linear-gradient(90deg, #f5a031 0, hsl(34, 78%, 63%));
}

.apply a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 45px;
    text-decoration: none;
}

.apply:hover {
    height: 45px;
    margin: 4px 0 0 20px;
    padding: 0 12px;
    cursor: pointer;
    border-radius: 50px;
    background: #f5a031;
    background: linear-gradient(90deg, #f5a031 0, hsl(34, 78%, 63%));
}

.apply a:hover {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 45px;
    text-decoration: none;
}

.loggin {
    height: 45px;
    margin: 4px 0 0 20px;
    padding: 0 12px;
    cursor: pointer;
    border-radius: 50px;
    background: #0f870f;
    background: linear-gradient(90deg, #0f870f 0, hwb(120 6% 47% / 0.835));
}

.loggin a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 45px;
    text-decoration: none;
}

.loggin:hover {
    height: 45px;
    margin: 4px 0 0 20px;
    padding: 0 12px;
    cursor: pointer;
    border-radius: 50px;
    background: #0f870f;
    background: linear-gradient(90deg, #0f870f 0, hwb(120 6% 47% / 0.835));
}

.loggin a:hover {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 45px;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .desktop-wrapper {
        max-width: 1052px;
        margin: 0 auto;
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (max-width: 991px) {
    .dis-mob-no {
        display: none !important;
    }

    .mob-header-menu {
        display: block !important;
    }

    .font-icon {
        font-size: 28px !important;
    }


}

.mob-header-menu {
    height: 100% !important;
    width: 100% !important;
}

.bars-btn {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    cursor: pointer;
}
