@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700&display=swap");
.bg-primary {
    background-color: #444544 !important;
}

html {
    scroll-behavior: smooth;
}

.text-primary {
    color: #444544 !important;
}

.bg-secondary {
    background-color: #5a6d90 !important;
}

a {
    color: #444544;
}

a:hover {
    color: #444544;
}

.text-secondary {
    color: #5a6d90 !important;
}

.bg-success {
    background-color: #2eca8b !important;
}

.text-success {
    color: #2eca8b !important;
}

.bg-warning {
    background-color: #f17425 !important;
}

.text-warning {
    color: #f17425 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

.text-info {
    color: #17a2b8 !important;
}

.bg-danger {
    background-color: #e43f52 !important;
}

.text-danger {
    color: #e43f52 !important;
}

.bg-dark {
    background-color: #3c4858 !important;
}

.text-dark {
    color: #3c4858 !important;
}

.bg-muted {
    background-color: #8492a6 !important;
}

.text-muted {
    color: #8492a6 !important;
}

.bg-light {
    background-color: #FBFBF9 !important;
    border-top: 1px solid #444544;
    border-bottom: 1px solid #444544;
}

.text-light {
    color: #f8f9fc !important;
}

.list-inline-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 5px;
}

.rounded {
    border-radius: 10px !important;
}

.rounded-top {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.rounded-left {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.rounded-bottom {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.rounded-right {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.small,
small {
    font-size: 90%;
}

.component-wrapper .title {
    font-size: 20px;
}

.btn-primary {
    background-color: #444544 !important;
    border: 1px solid #444544 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus {
    background-color: #2443ac !important;
    color: #ffffff !important;
}

.btn-outline-primary {
    border: 1px solid #444544;
    color: #444544;
    background-color: transparent;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #444544;
    border-color: #444544;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-secondary {
    background-color: #5a6d90 !important;
    border: 1px solid #5a6d90 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
    box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.focus {
    background-color: #465571 !important;
    color: #ffffff !important;
}

.btn-outline-secondary {
    border: 1px solid #5a6d90;
    color: #5a6d90;
    background-color: transparent;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    background-color: #5a6d90;
    border-color: #5a6d90;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
    box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-success {
    background-color: #2eca8b !important;
    border: 1px solid #2eca8b !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
    box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus {
    background-color: #25a06e !important;
    color: #ffffff !important;
}

.btn-outline-success {
    border: 1px solid #2eca8b;
    color: #2eca8b;
    background-color: transparent;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active {
    background-color: #2eca8b;
    border-color: #2eca8b;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
    box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
}

.btn-warning {
    background-color: #f17425 !important;
    border: 1px solid #f17425 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
    box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus {
    background-color: #d55b0e !important;
    color: #ffffff !important;
}

.btn-outline-warning {
    border: 1px solid #f17425;
    color: #f17425;
    background-color: transparent;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active {
    background-color: #f17425;
    border-color: #f17425;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
    box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
}

.btn-info {
    background-color: #17a2b8 !important;
    border: 1px solid #17a2b8 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
    box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus {
    background-color: #117a8b !important;
    color: #ffffff !important;
}

.btn-outline-info {
    border: 1px solid #17a2b8;
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:not(:disabled):not(.disabled):active {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
    box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
}

.btn-danger {
    background-color: #e43f52 !important;
    border: 1px solid #e43f52 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
    box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus {
    background-color: #d21e32 !important;
    color: #ffffff !important;
}

.btn-outline-danger {
    border: 1px solid #e43f52;
    color: #e43f52;
    background-color: transparent;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    background-color: #e43f52;
    border-color: #e43f52;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
    box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
}

.btn-dark {
    background-color: #3c4858 !important;
    border: 1px solid #3c4858 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
    box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus {
    background-color: #272f3a !important;
    color: #ffffff !important;
}

.btn-outline-dark {
    border: 1px solid #3c4858;
    color: #3c4858;
    background-color: transparent;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    background-color: #3c4858;
    border-color: #3c4858;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
    box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}

.btn-muted {
    background-color: #8492a6 !important;
    border: 1px solid #8492a6 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.btn-muted.focus {
    background-color: #68788f !important;
    color: #ffffff !important;
}

.btn-outline-muted {
    border: 1px solid #8492a6;
    color: #8492a6;
    background-color: transparent;
}

.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active,
.btn-outline-muted.focus,
.btn-outline-muted:not(:disabled):not(.disabled):active {
    background-color: #8492a6;
    border-color: #8492a6;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-light {
    background-color: #f8f9fc !important;
    border: 1px solid #f8f9fc !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus {
    background-color: #d4daed !important;
    color: #ffffff !important;
}

.btn-outline-light {
    border: 1px solid #f8f9fc;
    color: #f8f9fc;
    background-color: transparent;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active {
    background-color: #f8f9fc;
    border-color: #f8f9fc;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn {
    padding: 8px 20px;
    outline: none;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
    border-radius: 10px;
}

.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn.btn-sm {
    padding: 7px 16px;
    font-size: 10px;
}

.btn.btn-lg {
    padding: 14px 30px;
    font-size: 16px;
}

.btn.searchbtn {
    padding: 6px 20px;
}

.btn.btn-light {
    color: #3c4858 !important;
    background: #f8f9fc;
    border: 1px solid #dee2e6;
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active,
.btn.btn-light.active,
.btn.btn-light.focus {
    background-color: #d4daed !important;
    color: #3c4858;
}

.btn.btn-outline-light {
    border: 1px solid #dee2e6;
    color: #3c4858;
    background-color: transparent;
}

.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light.active,
.btn.btn-outline-light.focus {
    background-color: #f8f9fc;
}

button:not(:disabled) {
    outline: none;
}

.shadow {
    -webkit-box-shadow: 0 0 15px 2px #eee !important;
    box-shadow: 0 0 15px 2px #eee !important;
}

.badge-primary {
    background-color: #444544 !important;
    color: #ffffff !important;
}

.badge-outline-primary {
    background-color: transparent !important;
    color: #444544 !important;
    border: 1px solid #444544 !important;
}

.badge-secondary {
    background-color: #5a6d90 !important;
    color: #ffffff !important;
}

.badge-outline-secondary {
    background-color: transparent !important;
    color: #5a6d90 !important;
    border: 1px solid #5a6d90 !important;
}

.badge-success {
    background-color: #2eca8b !important;
    color: #ffffff !important;
}

.badge-outline-success {
    background-color: transparent !important;
    color: #2eca8b !important;
    border: 1px solid #2eca8b !important;
}

.badge-warning {
    background-color: #f17425 !important;
    color: #ffffff !important;
}

.badge-outline-warning {
    background-color: transparent !important;
    color: #f17425 !important;
    border: 1px solid #f17425 !important;
}

.badge-info {
    background-color: #17a2b8 !important;
    color: #ffffff !important;
}

.badge-outline-info {
    background-color: transparent !important;
    color: #17a2b8 !important;
    border: 1px solid #17a2b8 !important;
}

.badge-danger {
    background-color: #e43f52 !important;
    color: #ffffff !important;
}

.badge-outline-danger {
    background-color: transparent !important;
    color: #e43f52 !important;
    border: 1px solid #e43f52 !important;
}

.badge-dark {
    background-color: #3c4858 !important;
    color: #ffffff !important;
}

.badge-outline-dark {
    background-color: transparent !important;
    color: #3c4858 !important;
    border: 1px solid #3c4858 !important;
}

.badge-muted {
    background-color: #8492a6 !important;
    color: #ffffff !important;
}

.badge-outline-muted {
    background-color: transparent !important;
    color: #8492a6 !important;
    border: 1px solid #8492a6 !important;
}

.badge-light {
    background-color: #f8f9fc !important;
    color: #ffffff !important;
}

.badge-outline-light {
    background-color: transparent !important;
    color: #f8f9fc !important;
    border: 1px solid #f8f9fc !important;
}

.badge {
    padding: 5px 8px;
    border-radius: 3px;
    letter-spacing: 0px;
}

.badge.badge-light {
    color: #3c4858 !important;
    background-color: #f8f9fc !important;
}

.badge.badge-outline-light {
    color: #3c4858 !important;
    border: 1px solid #b1bcdd !important;
    background-color: transparent !important;
}

.badge:focus,
.badge.focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.alert-primary {
    background-color: #4466d8;
    color: #ffffff;
    border-color: #444544;
}

.alert-primary .alert-link {
    color: #122258;
}

.alert-secondary {
    background-color: #65799f;
    color: #ffffff;
    border-color: #5a6d90;
}

.alert-secondary .alert-link {
    color: #1f2632;
}

.alert-success {
    background-color: #3ed397;
    color: #ffffff;
    border-color: #2eca8b;
}

.alert-success .alert-link {
    color: #124d35;
}

.alert-warning {
    background-color: #f3833d;
    color: #ffffff;
    border-color: #f17425;
}

.alert-warning .alert-link {
    color: #753208;
}

.alert-info {
    background-color: #1ab6cf;
    color: #ffffff;
    border-color: #17a2b8;
}

.alert-info .alert-link {
    color: #062a30;
}

.alert-danger {
    background-color: #e75566;
    color: #ffffff;
    border-color: #e43f52;
}

.alert-danger .alert-link {
    color: #79111d;
}

.alert-dark {
    background-color: #465467;
    color: #ffffff;
    border-color: #3c4858;
}

.alert-dark .alert-link {
    color: black;
}

.alert-muted {
    background-color: #939fb1;
    color: #ffffff;
    border-color: #8492a6;
}

.alert-muted .alert-link {
    color: #3d4654;
}

.alert-light {
    background-color: white;
    color: #ffffff;
    border-color: #f8f9fc;
}

.alert-light .alert-link {
    color: #8d9dce;
}

.alert {
    padding: 8px 15px;
    border-radius: 10px;
}

.alert.alert-light {
    background-color: #f8f9fc;
    color: #3c4858;
    border-color: #dee2e6;
}

.alert .close {
    top: -5px;
    right: -10px;
}

.page-next-level .title {
    font-size: 28px;
    letter-spacing: 0px;
}

.page-next-level .page-next {
    letter-spacing: 0px;
    position: relative;
    padding-left: 0;
    top: 70px;
    z-index: 99;
}

.page-next-level .page-next li {
    display: inline-block;
    margin-right: 5px;
}

.page-next-level .page-next li:after {
    content: "\f142";
    font-size: 16px;
    color: #3c4858;
    font-family: 'Material Design Icons';
}

.page-next-level .page-next li:last-child {
    margin-right: 0;
}

.page-next-level .page-next li:last-child:after {
    display: none;
}

.page-next-level .page-next li a,
.page-next-level .page-next li span {
    font-size: 14px;
    padding-right: 8px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.page-next-level .page-next li a:hover {
    color: #444544 !important;
}

.page-next-level .page-next li span:last-child {
    padding-right: 0px;
}

.avatar.avatar-small {
    height: 80px;
}

.avatar.avatar-medium {
    height: 110px;
}

.avatar.avatar-large {
    height: 140px;
}

.faq-container .question {
    font-size: 20px;
}

.faq-content .card .faq .card-header {
    padding-right: 40px !important;
}

.faq-content .card .faq .card-header.card-header-2 {
    border-bottom: 0;
}

.faq-content .card .faq .card-header.card-header-2 .faq-question {
    font-size: 18px;
}

.faq-content .card a.faq[data-toggle=collapse] {
    background-color: #ffffff;
    color: #444544;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle=collapse]:before {
    content: '\F143';
    display: block;
    font-family: 'Material Design Icons';
    font-size: 18px;
    color: #3c4858;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.faq-content .card a.faq[data-toggle=collapse].collapsed {
    background-color: #ffffff;
    color: #3c4858;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle=collapse].collapsed:before {
    top: 20px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-content .card .title {
    font-size: 18px;
}

.nav-pills .nav-link {
    color: #3c4858 !important;
    margin: auto 15px;
    border: 1px solid #dee2e6;
    padding: 5px;
}

.nav-pills .nav-link.active {
    background-color: #444544;
    color: #ffffff !important;
    border-color: #444544 !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.nav-pills a .title {
    font-size: 18px;
    font-weight: 700;
}

.progress-box .title {
    font-size: 15px;
}

.progress-box .progress {
    height: 8px;
    overflow: visible;
}

.progress-box .progress .progress-bar {
    border-radius: 10px;
    -webkit-animation: animate-positive 3s;
    animation: animate-positive 3s;
}

.progress-box .progress .progress-value {
    position: absolute;
    top: -25px;
    right: -15px;
    font-size: 13px;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.blockquote {
    border-left: 3px solid #dee2e6;
    border-radius: 10px;
    font-size: 16px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-size: 14px;
    font-weight: 700;
}

.form-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dee2e6;
    height: 46px;
    font-size: 13px;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.form-group .form-control:focus,
.form-group .form-control.active {
    border-color: #444544;
}

.form-group textarea {
    height: 120px !important;
}

.form-group textarea.form-control {
    line-height: 25px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
    opacity: 1;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #ffffff;
    border-color: #444544;
    background-color: #444544;
}

.custom-control-input:focus~.custom-control-label::before,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #444544;
}

.subcribe-form input {
    padding: 14px 20px;
    width: 100%;
    color: #3c4858 !important;
    border: none;
    outline: none !important;
    padding-right: 160px;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.8);
}

.subcribe-form button {
    position: absolute;
    top: 6px;
    right: 6px;
    outline: none !important;
}

.subcribe-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}

.display-1 {
    font-size: 80px !important;
}

.display-2 {
    font-size: 72px !important;
}

.display-3 {
    font-size: 64px !important;
}

.display-4 {
    font-size: 56px !important;
}

@media (max-width: 768px) {
    .display-1 {
        font-size: 56px !important;
    }
    .display-2 {
        font-size: 50px !important;
    }
    .display-3 {
        font-size: 42px !important;
    }
    .display-4 {
        font-size: 36px !important;
    }
}

body {
    font-family: 'Cairo', sans-serif;
    overflow-x: hidden !important;
    font-size: 16px;
    color: #000;
    direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Cairo', sans-serif;
    line-height: 1.5;
    font-weight: 600;
}

::-moz-selection {
    background: #4466d8;
    color: #ffffff;
}

::selection {
    background: #4466d8;
    color: #ffffff;
}

a {
    text-decoration: none !important;
}

p {
    line-height: 1.6;
}

.section {
    padding: 50px 0;
    position: relative;
}

.section-two {
    padding: 60px 0;
    position: relative;
}

.bg-overlay {
    background-color: rgba(35, 37, 47, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay-gradient {
    background-color: rgba(47, 86, 212, 0.75);
}

.bg-overlay-hosting {
    background: #122258;
    opacity: 0.8;
}

.title-heading {
    line-height: 26px;
}

.title-heading .heading {
    font-size: 45px;
    letter-spacing: 0px;
}

.title-heading .para-desc {
    font-size: 18px;
}

.section-title {
    position: relative;
    margin-bottom: 0 !important;
    text-align: center;
}

.section-title .main-title {
    font-size: 23px;
    letter-spacing: 0px;
    color: #444544;
    margin-bottom: 10px !important;
    text-align: center;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.section-title .main-title:after {
    content: "";
    position: absolute;
    width: 40%;
    border-radius: 50px;
    height: 4px;
    background: #444544;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.section-title .title {
    font-size: 23px;
    letter-spacing: 0px;
    margin-bottom: 10px !important;
    text-align: center;
    font-weight: 700;
}

.para-desc {
    max-width: 600px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-60 {
    margin-bottom: 60px;
}

.home-shape-bottom {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -1px;
    left: 0;
}

.home-shape-bottom img {
    width: 100%;
    height: auto;
}

.home-shape-arrow {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -38px;
    z-index: 1;
    left: 0;
}

.home-shape-arrow img {
    height: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.home-shape-arrow .arrow-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block;
}

.mover {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, #ffffff, #ffffff);
    z-index: 9999999;
}

#preloader #status {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#preloader #status .spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

#preloader #status .spinner .double-bounce1,
#preloader #status .spinner .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #444544;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.social-icon li a {
    color: #3c4858;
    border: 1px solid #3c4858;
    display: inline-block;
    height: 32px;
    text-align: center;
    font-size: 15px;
    width: 32px;
    line-height: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}

.social-icon li a:hover {
    background-color: #444544;
    border-color: #444544 !important;
    color: #ffffff !important;
}

.social-icon.social li a {
    color: #adb5bd;
    border-color: #adb5bd;
}

.back-to-top {
    z-index: 99;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: none;
    color: #fff;
    background-color: #444544;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.back-to-top i {
    font-size: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    line-height: 45px;
}

.back-to-top:hover {
    background-color: #444544;
    color: #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.back-to-top:hover i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.back-to-home {
    position: absolute;
    top: 4%;
    right: 2%;
    z-index: 1;
}

.back-to-home a {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #444544;
}

@media (min-width: 768px) {
    .margin-top-100 {
        margin-top: 100px;
    }
    .margin-top-100 .heading {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .pt-sm-60 {
        padding-top: 0 !important;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 60px 0;
    }
    .title-heading .heading {
        font-size: 35px !important;
    }
    .title-heading .para-desc {
        font-size: 18px;
    }
    .section-title .main-title {
        font-size: 28px;
    }
    .section-title .title {
        font-size: 24px;
    }
    .mt-60 {
        margin-top: 60px;
    }
}

#topnav {
    position: fixed;
    right: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    left: 0;
    padding: 5px 100px;
    top: 0;
    z-index: 1030;
    background-color: #fff;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#topnav .logo {
    float: left;
    color: #3c4858 !important;
}

#topnav .has-submenu.active a {
    color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active>a {
    color: #444544;
}

#topnav .has-submenu.active.active .menu-arrow {
    border-color: #444544;
}

#topnav .has-submenu {
    position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
    border: solid #3c4858;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 14px;
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    width: 60px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 32px 20px 24px;
    height: 18px;
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #3c4858;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle span:last-child {
    margin-bottom: 0;
}

#topnav .buy-button {
    float: right;
    line-height: 68px;
    padding: 3px 0;
}

#topnav .navbar-toggle.open span {
    position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
    background-color: #444544;
}

#topnav .navbar-toggle:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu>li>a:hover,
#topnav .navbar-toggle:focus {
    background-color: transparent;
}

#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

#topnav .navigation-menu>li {
    float: none;
    display: flex;
    position: relative;
    margin: 0 0px;
    justify-content: center;
    align-items: center;
}

#topnav .navigation-menu>li>a {
    display: block;
    color: #000;
    font-size: 15px;
    background-color: transparent !important;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: 'Cairo', sans-serif;
    padding-left: 13px;
    padding-right: 13px;
}

#topnav .navigation-menu>li>a:hover,
#topnav .navigation-menu>li>a:active {
    color: #444544;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
    border: solid #3c4858;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    right: -1px;
    top: 30px;
}

#topnav .menu-extras {
    float: right;
}

#topnav.scroll,
#topnav.scroll-active,
#topnav.dark-menubar {
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

#topnav.scroll .navigation-menu>li>a,
#topnav.scroll-active .navigation-menu>li>a,
#topnav.dark-menubar .navigation-menu>li>a {
    color: #3c4858;
}

#topnav.scroll .navigation-menu>li>a:hover,
#topnav.scroll-active .navigation-menu>li>a:hover,
#topnav.dark-menubar .navigation-menu>li>a:hover {
    color: #444544 !important;
}

#topnav.scroll .navigation-menu>li.active>a,
#topnav.scroll-active .navigation-menu>li.active>a,
#topnav.dark-menubar .navigation-menu>li.active>a {
    color: #444544 !important;
}

#topnav.defaultscroll.dark-menubar .logo {
    line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
    line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
    line-height: 62px;
}

#topnav.nav-sticky {
    background: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

#navigation-new {
    position: fixed;
    top: 50%;
    bottom: 0;
    right: 0;
    height: 120px;
    z-index: 9;
}

.navigation-social {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.search-button {
    background: transparent;
    border: 0;
    outline: none !important;
}

.logo {
    font-weight: 700;
    font-size: 24px;
    padding: 3px 0;
    letter-spacing: 0px;
    line-height: 68px;
}

.container-2 {
    width: 100%;
    height: 100px;
    vertical-align: middle;
    white-space: nowrap;
    position: absolute;
    margin-top: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: 0.5s;
}

.container-2.show {
    opacity: 1;
    z-index: 1;
    visibility: visible;
    transition: 0.5s;
}

.container-2 .search-section {
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 1;
    top: 20px;
}

#navigation {
    position: relative;
}

.container-2 .close-search {
    background: #fff;
    position: relative;
    left: 0px;
    top: 15px;
    /* bottom: 0; */
    width: 30px;
    height: 30px;
    z-index: 2;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
}

.container-2 input#search {
    width: 100%;
    height: 45px;
    background: #fff;
    border: none;
    font-size: 10pt;
    float: none;
    color: #000;
    padding: 0 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    outline: none;
    border: 0;
    box-shadow: 0 0 0;
    transition: 0.7s;
}

.container-2 input#search::-webkit-input-placeholder {
    color: #65737e !important;
}

.container-2 input#search:-moz-placeholder {
    /* Firefox 18- */
    color: #65737e !important;
}

.container-2 input#search::-moz-placeholder {
    /* Firefox 19+ */
    color: #65737e !important;
}

.container-2 input#search:-ms-input-placeholder {
    color: #65737e !important;
}

.container-2:hover .icon {
    color: #93a2ad !important;
}

.autocomplete-suggestions {
    background-color: rgba(0, 0, 0, 0.68);
    padding: 10px 5px;
    max-height: 300px !important;
    overflow-x: auto;
    width: 100%;
}

.autocomplete-suggestion {
    color: #fff;
    margin: 10px 0;
    border-bottom: 1px solid #636363;
    text-align: right;
}

.autocomplete-suggestion:last-child {
    border-bottom: 0 solid #636363;
}

.autocomplete-suggestion span {
    margin-right: 1px;
}

.content.overflow-hidden.d-block.p-3.shadow.rounded.bg-white {
    min-height: 375px;
}

@media (min-width: 992px) {
    #topnav .navigation-menu {}
    #topnav .navigation-menu>.has-submenu>.submenu>.has-submenu>.submenu::before {
        top: 20px;
        margin-left: 11px;
        -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
        border-color: transparent #ffffff #ffffff transparent;
    }
    #topnav .navigation-menu>li .submenu>li .submenu {
        left: 106%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }
    #topnav .navigation-menu>li>a {
        padding-top: 25px;
        padding-bottom: 25px;
        min-height: 62px;
    }
    #topnav .navigation-menu>li:hover>.menu-arrow {
        border-color: #444544;
    }
    #topnav .navigation-menu>li:hover,
    #topnav .navigation-menu>li.active>a {
        color: #444544 !important;
    }
    #topnav .navigation-menu>li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding: 15px 0;
        list-style: none;
        min-width: 180px;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        border-radius: 10px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    }
    #topnav .navigation-menu>li .submenu:before {
        content: "";
        position: absolute;
        top: 2px;
        margin-left: 45px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 7px solid #495057;
        border-color: transparent transparent #ffffff #ffffff;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
        box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
    }
    #topnav .navigation-menu>li .submenu li {
        position: relative;
    }
    #topnav .navigation-menu>li .submenu li a {
        display: block;
        padding: 10px 20px;
        clear: both;
        white-space: nowrap;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0em;
        font-weight: 700;
        color: #3c4858;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    #topnav .navigation-menu>li .submenu li a:hover {
        color: #444544;
    }
    #topnav .navigation-menu>li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    #topnav .navigation-menu>li .submenu.megamenu {
        white-space: nowrap;
        width: auto;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li {
        overflow: hidden;
        min-width: 180px;
        display: inline-block;
        vertical-align: top;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li .submenu {
        left: 100%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }
    #topnav .navigation-menu>li.last-elements .submenu {
        left: auto;
        right: 0;
    }
    #topnav .navigation-menu>li.last-elements .submenu>li.has-submenu .submenu {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 10px;
    }
    #topnav .navbar-toggle {
        display: none;
    }
    .navigation-social li {
        display: inline-block;
        /*margin: 0 4px;*/
    }
    .navigation-social li a {
        font-size: 23px;
        color: #000;
    }
    #topnav.scroll {
        top: 0;
    }
    #topnav.scroll .navigation-menu>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #topnav.scroll-active .navigation-menu>li>a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (max-width: 991px) {
    #topnav {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        min-height: 74px;
        padding: 0 20px 0 0;
    }
    #owl-slide-home .item .cover .header-content {
        padding: 0 15px !important;
    }
    #owl-slide-home .item .container,
    #owl-slide-home .item .cover {
        padding: 0 !important;
    }
    #owl-slide-home .item .cover .header-content .line {
        display: none !important;
    }
    #topnav .container {
        width: auto;
    }
    #topnav .navigation-menu {
        float: none;
        display: block;
        max-height: 400px;
    }
    #topnav .navigation-menu>li {
        float: none;
    }
    #topnav .navigation-menu>li .submenu {
        display: none;
        list-style: none;
        padding-left: 20px;
        margin: 0;
    }
    #topnav .navigation-menu>li .submenu li a {
        display: block;
        position: relative;
        padding: 7px 15px;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 0em;
        font-weight: 700;
        color: #3c4858;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    #topnav .navigation-menu>li .submenu.open {
        display: block;
    }
    #topnav .navigation-menu>li .submenu .submenu {
        display: none;
        list-style: none;
    }
    #topnav .navigation-menu>li .submenu .submenu.open {
        display: block;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li>ul {
        list-style: none;
        padding-left: 0;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li>ul>li>span {
        display: block;
        position: relative;
        padding: 10px 15px;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 0px;
        color: #8492a6;
    }
    #topnav .navigation-menu>li>a {
        color: #3c4858;
        padding: 10px 20px;
    }
    #topnav .navigation-menu>li>a:after {
        position: absolute;
        right: 15px;
    }
    #topnav .navigation-menu>li>a:hover,
    #topnav .navigation-menu>li .submenu li a:hover,
    #topnav .navigation-menu>li.has-submenu.open>a {
        color: #444544;
    }
    #topnav .menu-extras .menu-item {
        border-color: #8492a6;
    }
    #topnav .navbar-header {
        float: left;
    }
    #topnav .has-submenu .submenu .submenu-arrow {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: 20px;
        top: 12px;
    }
    #topnav .has-submenu.active a {
        color: #444544;
    }
    #navigation {
        position: absolute;
        top: 85px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #f1f3f9;
        border-bottom: 1px solid #f1f3f9;
        background-color: #ffffff;
    }
    #navigation.open {
        display: block;
        overflow-y: auto;
    }
}

@media (max-width: 768px) {
    #topnav .navigation-menu .has-submenu .menu-arrow {
        right: 16px;
        top: 16px;
    }
}

@media (min-width: 768px) {
    #topnav .navigation-menu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }
    #topnav .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-toggle {
        display: block;
    }
}

@media (max-width: 375px) {
    #topnav .buy-button {
        display: none;
    }
    #topnav .navbar-toggle .lines {
        margin-right: 0 !important;
    }
}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.bg-home {
    height: 100vh;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half-260 {
    padding: 260px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half-170 {
    padding: 170px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half {
    padding: 144px 0 50px;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.gradient {
    background: #444544 !important;
    background: linear-gradient(45deg, #444544, #444544) !important;
    opacity: 0.9;
}

.home-dashboard img {
    position: relative;
    top: 60px;
    z-index: 1;
}

.studio-home {
    padding: 7%;
    border-radius: 30px;
}

.agency-wrapper:before {
    content: "";
    position: absolute;
    bottom: 25rem;
    right: 54rem;
    width: 90rem;
    height: 35rem;
    border-radius: 17rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #f8f9fc;
    z-index: -1;
}

.bg-marketing {
    padding: 76px 0 120px;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.home-slider .carousel-control-next,
.home-slider .carousel-control-prev {
    width: 5%;
}

.home-slider .carousel-item,
.home-slider .carousel {
    height: 100vh;
    width: 100%;
}

.home-slider .carousel-item {
    background-position: center center;
    background-size: cover;
}

.main-slider {
    background: url(./../images/main-slider/1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.main-slider .container {
    position: relative;
    z-index: 1;
}

.main-slider:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
}

.main-slider .slides .bg-slider {
    background-size: cover;
    height: 100vh;
    position: relative;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.main-slider .slides .bg-slider.shopping {
    height: 75vh;
}

.flex-control-paging li a {
    background: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flex-control-paging li a.flex-active {
    background: #444544;
    cursor: default;
    font-size: 17px;
    width: 15px;
    height: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flex-control-nav {
    display: none;
}

.bg-animation-left:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70%;
    height: 100%;
    background: #ffffff none repeat scroll 0 0;
    opacity: 0.85;
    -webkit-clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
    clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
}

@media (min-width: 769px) {
    .bg-studio:after {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50%;
        height: 100%;
        content: "";
        background: #ffffff none repeat scroll 0 0;
        z-index: 2;
    }
}

@media (max-width: 768px) {
    .agency-wrapper:before {
        right: 12rem;
    }
    .bg-half {
        padding: 169px 0 50px;
    }
}

@media (max-width: 767px) {
    .bg-home,
    .bg-half-170,
    .bg-half-260,
    .main-slider .slides .bg-slider,
    .bg-marketing {
        padding: 150px 0;
        height: auto;
    }
    .agency-wrapper:before {
        right: 0rem;
    }
    .bg-animation-left:after {
        width: 100%;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}

.feature-list li {
    margin-bottom: 5px;
    font-size: 15px;
}

.features .icon {
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #edf0fb;
    text-align: center;
}

.features .image img {
    height: 60px;
}

.features .image:before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -15px;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
    background-color: #f1f4fc;
    z-index: -1;
}

.features .title-2 {
    font-size: 20px;
}

.key-feature {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 1px solid #eee;
    cursor: pointer;
}

.key-feature .icon {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #fff;
    font-size: 24px;
}

.key-feature:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.key-feature .content .title,
.features .title {
    font-size: 18px;
}

.work-process {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.work-process .title {
    font-size: 20px;
}

.work-process .step,
.work-process .step-icon {
    font-size: 45px;
    opacity: 0.06;
}

.work-process a {
    font-size: 15px;
}

.work-process a:hover {
    color: #2443ac !important;
}

.work-process:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.course-feature {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: -260px 0 0px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.course-feature .title {
    font-size: 20px;
}

.course-feature .title:hover {
    color: #444544 !important;
}

.course-feature .full-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: 0 auto;
    z-index: -2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.course-feature:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.course-feature:hover .full-img {
    opacity: 0.08;
}

@media screen and (max-width: 767px) {
    .course-feature {
        margin: 0 0 30px;
    }
}

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

.customer-testi {
    cursor: e-resize;
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 2px;
    background: transparent;
    border: 2px solid #444544;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots.clickable .owl-dot:hover span {
    background: #444544;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    width: 100%;
    height: 100%;
}

.slick-slider {
    overflow-x: hidden !important;
    cursor: pointer;
}

.pricing-rates {
    position: relative;
    z-index: 1;
    border-bottom: 3px solid #adb5bd;
}

.pricing-rates .title {
    font-weight: 700;
    font-size: 16px;
}

.pricing-rates .feature .feature-list {
    margin: auto auto 5px;
    font-size: 14px;
}

.pricing-rates.business-rate {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pricing-rates.business-rate:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    z-index: 2;
    border-color: #444544;
}

.pricing-rates.business-rate:hover .title {
    color: #444544;
}

.pricing-rates.starter-plan {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2;
    border-color: #444544;
}

.pricing-rates.best-plan {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pricing-rates.best-plan .lable {
    width: 200px;
    position: absolute;
    top: 15px;
    right: -65px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.pricing-rates.best-plan .lable h6 {
    font-size: 12px;
}

.pricing-rates.best-plan:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

@media (max-width: 767px) {
    .pricing-rates.starter-plan {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.watch-video a.watch {
    font-size: 14px;
    font-weight: 700;
}

.watch-video a .play-icon-circle {
    height: 36px;
    width: 36px;
    background-color: #444544;
    line-height: 36px;
}

.watch-video a .play-icon-circle.play-iconbar {
    font-size: 16px;
}

.watch-video a .play-icon-circle.play {
    top: 77%;
}

.bg-cta {
    padding: 150px 0;
}

.play-btn {
    height: 78px;
    width: 78px;
    font-size: 30px;
    line-height: 76px;
    border-radius: 50%;
    display: inline-block;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.play-icon {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: 0;
    left: 0;
    text-align: center;
}

.play-icon i {
    height: 75px;
    -webkit-text-stroke: 2px #444544;
    -webkit-text-fill-color: transparent;
    width: 75px;
    font-size: 25px;
    line-height: 75px;
    display: inline-block;
}

.play-icon i:hover {
    -webkit-text-stroke: 2px #444544;
    -webkit-text-fill-color: #444544;
}

.blog {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog .content h4 {
    line-height: 1.2;
}

.blog .content .title {
    font-size: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog .content .title:hover {
    color: #444544 !important;
}

.blog .content .post-meta .like,
.blog .content .post-meta .comments,
.blog .content .post-meta .readmore {
    font-size: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog .content .post-meta .like:hover {
    color: #e43f52 !important;
}

.blog .content .post-meta .comments:hover {
    color: #2eca8b !important;
}

.blog .content .post-meta .readmore:hover {
    color: #444544 !important;
}

.blog .author {
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.blog:hover .overlay {
    opacity: 0.4;
}

.blog:hover .author {
    opacity: 1;
}

.sidebar .widget .widget-search form {
    position: relative;
}

.sidebar .widget .widget-search input[type="text"],
.sidebar .widget .searchform input[type="text"] {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 12px 15px;
    height: 45px;
    font-size: 14px;
    display: block;
    width: 100%;
    outline: none !important;
    padding-right: 45px;
}

.sidebar .widget .widget-search input[type="submit"],
.sidebar .widget .searchform input[type="submit"] {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 0;
    width: 40px;
    height: 40px;
}

.sidebar .widget .widget-search .searchform:after {
    content: "\F349";
    position: absolute;
    font-family: "Material Design Icons";
    right: 16px;
    top: 15px;
    font-size: 20px;
    line-height: 20px;
    pointer-events: none;
}

.sidebar .widget .widget-title {
    font-size: 18px;
}

.sidebar .widget .catagories li {
    padding-bottom: 10px;
}

.sidebar .widget .catagories li:last-child {
    padding-bottom: 0;
}

.sidebar .widget .catagories li a,
.sidebar .widget .catagories li span {
    font-size: 15px;
}

.sidebar .widget .catagories li a {
    color: #3c4858;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar .widget .catagories li a:hover {
    color: #444544;
}

.sidebar .widget .post-recent {
    padding-bottom: 15px;
}

.sidebar .widget .post-recent:last-child {
    padding-bottom: 0;
}

.sidebar .widget .post-recent .post-recent-thumb {
    width: 25%;
}

.sidebar .widget .post-recent .post-recent-content {
    width: 75%;
    padding-left: 10px;
}

.sidebar .widget .post-recent .post-recent-content a {
    display: block;
    color: #3c4858;
    font-size: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar .widget .post-recent .post-recent-content a:hover {
    color: #444544;
}

.sidebar .widget .post-recent .post-recent-content span {
    font-size: 13px;
}

.sidebar .widget .tagcloud>a {
    background: #e9ecef;
    color: #3c4858;
    display: inline-block;
    font-size: 9px;
    letter-spacing: 0px;
    margin: 5px 10px 5px 0;
    padding: 8px 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar .widget .tagcloud>a:hover {
    background: #444544;
    color: #ffffff;
}

.page-title {
    font-size: 20px;
}

.media-list .comment-desk .commentor img {
    height: 50px;
}

.media-list .comment-desk .media-heading {
    font-size: 16px;
}

.media-list .comment-desk a:hover {
    color: #444544 !important;
}

.media-list .sub-comment {
    border-left: 2px dashed #dee2e6;
}

.pagination {
    line-height: 20px;
    font-size: 13px;
}

.pagination li {
    display: inline;
}

.pagination li:first-child a {
    border-left-width: 1px;
    border-radius: 20px 0 0 20px;
}

.pagination li:last-child a {
    border-radius: 0 20px 20px 0;
}

.pagination li a {
    float: left;
    text-decoration: none;
    color: #3c4858;
    border: 1px solid #dee2e6;
    border-left-width: 0;
    background: #ffffff;
}

.pagination li a:hover {
    color: #ffffff;
    background: #4466d8;
    border-color: #4466d8;
}

.pagination .active a {
    color: #ffffff;
    background: #444544 !important;
    border-color: #444544;
    cursor: not-allowed;
}

.job-content {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.job-content:before {
    content: "";
    position: absolute;
    top: -45px;
    right: -80px;
    width: 230px;
    height: 130px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #edf0fb;
    z-index: -1;
}

.job-content .head .title {
    font-size: 18px;
}

.job-content .head .title:hover {
    color: #444544 !important;
}

.job-content .head .firm:hover {
    color: #e43f52 !important;
}

.job-content:hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.work-container {
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.work-container .overlay-work {
    border-radius: 10px;
}

.work-container .content {
    position: absolute;
    z-index: 1;
    bottom: 5%;
    left: 5%;
}

.work-container .content .title {
    font-size: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.work-container .content .title:hover {
    color: #c3cef3 !important;
}

.work-container .client,
.work-container .read_more {
    position: absolute;
    z-index: 1;
    right: 5%;
    top: 5%;
}

.work-container .read_more {
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.work-container:hover .personal-port {
    opacity: 1;
}

.work-details ul li b {
    max-width: 90px;
    width: 100%;
    display: inline-block;
}

.work-container img,
.courses-desc img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.work-container .overlay-work,
.courses-desc .overlay-work {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #3c4858;
    z-index: 1;
}

.work-container:hover img,
.courses-desc:hover img {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

.work-container:hover .overlay-work,
.courses-desc:hover .overlay-work {
    opacity: 0.6;
}

.event-schedule {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.event-schedule .date .day {
    font-size: 18px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #e9edfa;
    line-height: 48px;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 0px 2px 0.25px #4466d8;
    box-shadow: 0px 0px 2px 0.25px #4466d8;
}

.event-schedule .date .month {
    font-size: 13px;
}

.event-schedule .content .title {
    font-size: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.event-schedule .content .title:hover {
    color: #444544 !important;
}

.event-schedule .content .location-time {
    font-size: 14px;
}

.event-schedule:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    border-color: #444544 !important;
    background: #f8f9fc !important;
}

.courses-desc {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.courses-desc .overlay-work {
    border-radius: 10px 0;
}

.courses-desc .content .title {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.courses-desc .content .title:hover {
    color: #444544 !important;
}

.courses-desc .collection,
.courses-desc .preview {
    position: absolute;
    opacity: 0;
    z-index: 1;
}

.courses-desc .collection {
    top: 15px;
    left: 15px;
}

.courses-desc .collection i {
    -webkit-text-stroke: 2px #e43f52;
    -webkit-text-fill-color: transparent;
}

.courses-desc .collection i:active {
    -webkit-text-stroke: 0px #e43f52;
    -webkit-text-fill-color: #e43f52;
}

.courses-desc .preview {
    bottom: 15px;
    right: 15px;
}

.courses-desc .preview:hover {
    color: #c3cef3 !important;
}

.courses-desc:hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.courses-desc:hover .collection,
.courses-desc:hover .preview {
    opacity: 1;
}

.personal-port {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.team img {
    height: 200px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.team .name:hover {
    color: #444544 !important;
}

.team .team-icon {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: 0;
    opacity: 0;
    left: 0;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.team:hover img {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    opacity: 0.2;
}

.team:hover .overlay-team {
    opacity: 0.6;
}

.team:hover .team-icon {
    opacity: 1;
}

.login-page {
    font-size: 15px;
}

.login-page .forgot-pass {
    z-index: 99;
    position: relative;
    font-size: 13px;
}

.cover-user .container-fluid {
    max-width: 100%;
}

.cover-user .container-fluid .padding-less.img {
    background: scroll center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
}

.cover-user .cover-user-img {
    height: 100vh;
}

@media (min-width: 1025px) {
    .cover-user .cover-user-img {
        padding: 0px 20%;
    }
}

@media (max-width: 768px) {
    .cover-user .padding-less {
        position: relative !important;
        height: 400px !important;
    }
    .cover-user .cover-user-content {
        text-align: left !important;
    }
    .cover-user .cover-user-img {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: start !important;
    }
}

@media (max-width: 768px) {
    .cover-user .cover-user-img {
        height: auto !important;
    }
    .cover-user .cover-my-30 {
        margin: 30px 0;
    }
}

.coming-soon,
.maintenance,
.error-page {
    font-size: 40px;
    letter-spacing: 0px;
}

#countdown .count-down,
#eventdown .count-down {
    display: inline-block;
    margin: 30px 10px;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #dee2e6;
    height: 130px;
    width: 130px;
}

#countdown .count-down .count-number,
#eventdown .count-down .count-number {
    font-size: 40px;
    line-height: 95px;
}

#countdown .count-down .count-head,
#eventdown .count-down .count-head {
    display: block;
    position: relative;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0px;
}

#eventdown .count-down {
    margin: 10px !important;
    border: 0;
    height: 20px;
    width: 80px;
}

#eventdown .count-down .count-number {
    line-height: 80px;
}

#eventdown .count-down .count-head {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

#clock {
    color: #ffffff;
}

#clock p {
    width: 80px;
}

#clock p span {
    font-size: 40px;
}

#clock p span.indicator {
    font-size: 18px;
}

@media (min-width: 200px) and (max-width: 767px) {
    .coming-soon,
    .maintenance,
    .error-page {
        font-size: 32px;
    }
    #eventdown .count-down {
        width: 60px;
    }
    #eventdown .count-down .count-number {
        font-size: 30px;
    }
    #eventdown .count-down .count-head {
        font-size: 10px;
    }
}

.contact-detail .icon img {
    height: 70px;
}

.contact-detail .content .title {
    font-size: 20px;
}

.form-group .icons {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 100px;
    font-size: 18px;
}

.map iframe {
    width: 100%;
    height: 400px;
}

.error {
    margin: 8px 0px;
    display: none;
    color: #e43f52;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border: 2px solid #e43f52;
    color: #e43f52;
    border-radius: 10px;
    font-size: 14px;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 50px;
}

#success_page h3 {
    color: #2eca8b;
    font-size: 22px;
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover {
    background: #444544;
    border-color: #444544;
}

@media (min-width: 768px) {
    .map.hotel-map iframe {
        height: 551px;
    }
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #333744;
}


/*# sourceMappingURL=style.css.map */

.logo-section {
    float: right;
    margin-left: 15px;
}

.logo-section img {
    width: 65px;
}

.float-r {
    float: right;
}

.dir-l {
    direction: ltr;
}

.img-slider {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.img-slider img {
    width: 100% !important;
}

.text-slider {
    text-align: right;
    font-size: 15px;
    line-height: 25px;
}

.link-slider {
    width: 200px;
    background: #444544;
    display: block;
    text-align: center;
    margin: 15px auto;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid transparent;
    transition: 0.5s;
}

.link-slider:hover {
    background: #fff;
    border: 1px solid #444544;
    color: #444544;
    transition: 0.5s;
}

@media (max-width: 768px) {
    #topnav .menu-extras {
        float: left;
    }
    #topnav .navigation-menu>li>a {
        text-align: right
    }
}

.hide-section {
    display: none;
}

.back-to-parts {
    width: 250px;
    background: #444544;
    display: block;
    text-align: center;
    margin: 50px auto 10px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: 0.5s;
    cursor: pointer;
}

.back-to-parts:hover {
    background: #fff;
    border: 1px solid #444544;
    color: #444544;
    transition: 0.5s;
}

.back-to-goverment {
    width: 250px;
    background: #444544;
    display: block;
    text-align: center;
    margin: 50px auto 10px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: 0.5s;
    cursor: pointer;
}

.back-to-goverment:hover {
    background: #fff;
    border: 1px solid #444544;
    color: #444544;
    transition: 0.5s;
}

.back-to-office {
    width: 250px;
    background: #444544;
    display: block;
    text-align: center;
    margin: 50px auto 10px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: 0.5s;
    cursor: pointer;
}

.back-to-office:hover {
    background: #fff;
    border: 1px solid #444544;
    color: #444544;
    transition: 0.5s;
}

.footer-card {
    text-align: center;
    background: #444544;
    padding: 0px 5px 5px;
    color: #fff;
    font-size: 15px;
    border-top: 1px solid #ab946e;
}

.footer-card p {
    margin-bottom: 0;
}

.part-padding {
    padding: 50px 0;
}

.pagenation-section {
    text-align: center;
    margin-top: 50px;
}

.pagination {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
    direction: ltr;
}

.pagination li {
    text-align: center;
    margin: 0 5px;
    direction: rtl;
    display: inline-block;
}

.pagination li a {
    border-radius: 5px !important;
    width: 35px;
    height: 35px;
    border: 1px solid #444544;
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    transition: 0.5s;
}

.pagination li a:hover {
    background: #444544;
    color: #fff;
    transition: 0.5s;
}

.pagination li a.active {
    background: #444544;
    color: #fff;
}


/*strat login*/

.login {
    padding-top: 160px;
    padding-bottom: 80px;
}

.login form {
    box-shadow: 0 0 10px 0 #ddd8d8;
    padding: 50px 20px 20px 20px;
    border-radius: 10px;
}

.login .tit {
    font-size: 28px;
    font-family: 'Cairo', sans-serif;
    text-align: right;
    margin-bottom: 20px;
}

.pull-sm-3 {
    margin-right: 25%;
}

.hvr-btn {
    width: 190px;
    color: #fff;
    border: 1px solid #444544;
    background-color: #444544;
    font-size: 16px;
    padding: 7px 40px;
    border-radius: 20px;
    display: table;
    margin: 40px auto 10px auto;
    position: relative;
    overflow: hidden;
}

.hvr-btn span {
    position: relative;
    z-index: 2;
}

.hvr-btn:hover {
    background-color: #444544;
    color: #444544;
}

.hvr-btn:before {
    position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -25%;
    width: 0%;
    background-color: rgba(255, 255, 255, 1);
    transform: skew(50deg);
    transition-duration: .5s;
    z-index: 1;
}

.hvr-btn:hover:before {
    width: 170%;
}


/*end login*/


/*start my-data*/

.the-data {
    padding-top: 160px;
    padding-bottom: 80px;
}

.the-data .nav-pills {
    width: 100%;
}

.the-data .nav-pills li.nav-item {
    width: 50%;
    text-align: center;
}

.the-data .nav-pills li.nav-item a {
    padding-top: 12px;
    padding-bottom: 12px;
}

.the-data .nav-pills li.nav-item .icon i {
    font-size: 23px;
    padding-left: 10px;
}

.the-data div#pills-tabContent {
    display: flex;
    padding-top: 30px;
}

.upload-file {
    position: relative;
    overflow: hidden;
}

.upload-file.no-preview .file-text,
.upload-file.no-preview .custom-file,
.upload-file.no-preview .upload-text {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    text-align: center;
    top: 15px;
}

.upload-file.no-preview .file-text {
    top: 7px;
}

.upload-file.no-preview .custom-file {
    opacity: 0;
    z-index: 3;
    cursor: pointer;
}

.card-shadow {
    text-align: center;
    box-shadow: 0 0 10px 0 #e4e2e2;
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 5px;
}

.card-shadow img {
    max-width: 100%;
}

.card-shadow h4 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 15px 0;
}

.card-shadow h4:after {
    content: "";
    position: absolute;
    width: 40%;
    border-radius: 50px;
    height: 4px;
    background: #444544;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.card-shadow p {
    color: #717171;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 20px;
}

.card-shadow h4 span {
    font-size: 17px;
    color: #717171;
    font-weight: bold;
}

.the-data .tab-content>.active {
    width: 100%;
}

.my-photo {
    width: 150px;
    height: 140px;
    display: table;
    margin: 25px auto;
}

.modal-header {
    border-bottom: 0;
}

.my-custom .dropdown-toggle::after {
    display: none;
}

.my-custom .dropdown-menu>li {
    padding-bottom: 7px;
}

.my-custom .dropdown-menu>li>a {
    font-size: 16px;
}


/*end my-data*/


/*start tenders*/

.tenders {
    padding-top: 70px;
    padding-bottom: 80px;
}

.tenders .tend {
    text-align: center;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.tenders .tend .my-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(146, 140, 140, 0.45);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.tenders .tend img {
    margin-bottom: 15px;
}

.middle {
    transition: .5s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.middle .text {
    background-color: #8e8d8d;
    color: #fffafa;
    line-height: 71px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.middle .text i {
    font-size: 32px;
}


/*end tenders*/


/*start tenders-description*/

.tenders-description {
    padding-top: 70px;
    padding-bottom: 80px;
}

.tenders-description .tend {
    padding-top: 20px;
    padding-bottom: 20px;
}

.tenders-description .tend img {
    display: table;
    margin: 0 auto 30px auto;
}

#price .modal-content .modal-body h4 {
    font-size: 18px;
    text-align: right;
}

#price .modal-content .hvr-btn {
    margin: 0px auto 0px auto;
}

#owl-demo .item img {
    width: 100%;
    height: 350px;
}


/*end tenders-description*/


/*start buy-booklet*/

.buy-booklet {
    padding-top: 170px;
    padding-bottom: 80px;
}

.booklet a {
    float: left;
}


/*end buy-booklet*/


/*start editor*/

.the-details {
    padding-top: 70px;
    padding-bottom: 80px;
}

.note-editor.note-frame {
    margin-top: 15px;
    margin-bottom: 25px;
}

.editor-area {
    margin-top: 25px;
    margin-bottom: 25px;
}

.upload-block {
    margin: 0 auto 40px;
}

.upload-block .upload_wrap .upload_btn {
    position: relative;
}

.upload-block .upload_wrap .upload_btn .upload_input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.upload-block .upload_wrap .upload_btn .upload-text {
    text-align: center;
    display: block;
    line-height: 35px;
}

.upload-block .upload_item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 5px 5px 0px;
    border: 1px solid #e8e8e8;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.upload-block .upload_item:after {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.upload-block .upload_img {
    width: 100%;
    height: 100%;
}

.upload-block .upload_del {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #444544;
    color: #ffffff !important;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    z-index: 2;
}

a:not([href]):not([tabindex]) {
    color: #fff;
}


/*end editor*/


/* footer section */

.footer-all {
    background: #444544;
    padding: 65px 0 30px;
    background-attachment: fixed;
    margin-bottom: 0 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.footer-all:after {
    content: "";
    position: absolute;
    left: -30px;
    top: -30px;
    width: 200px;
    height: 200px;
    background: #c6a779;
    border-radius: 100%;
    opacity: 0.7;
}

.footer-all:before {
    content: "";
    position: absolute;
    right: -30px;
    top: -30px;
    width: 200px;
    height: 200px;
    background: #c6a779;
    border-radius: 100%;
    opacity: 0.7;
}

.footer-all .location-footer .title {
    margin-bottom: 30px;
    text-align: right;
}

.footer-all .location-footer .title h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.footer-all .location-footer .all-location {
    margin-bottom: 25px;
}

.footer-all .location-footer .all-location .location {
    display: flex;
    direction: rtl;
}

.footer-all .location-footer .all-location .location i {
    font-size: 20px;
    color: #fff;
    margin-left: 15px;
}

.footer-all .location-footer .all-location .location h3 {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
}

.footer-all .location-footer .all-location .location a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
}

.footer-all .location-footer .all-links .location i {
    margin-left: 9px;
    font-size: 20px;
}

.footer-all .location-footer .all-links .location {
    margin-bottom: 15px;
    transition: 0.7s;
}

.footer-all .location-footer .all-links .location:hover {
    padding-right: 5px;
    transition: 0.7s;
}

.footer-all .dis-footer .title {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
}

.title-image {
    margin-bottom: 10px !important;
}

.footer-all .dis-footer {
    text-align: center;
}

.footer-all .dis-footer .title img {
    width: 170px;
    margin: 0 auto 20px;
}

.footer-all .dis-footer .all-dis .dis p {
    font-size: 13px;
    color: #001b0a;
    line-height: 22px;
}

.footer-all .dis-footer .all-dis .dis ul {
    direction: ltr;
    text-align: center;
}

.footer-all .dis-footer .all-dis .dis ul li {
    display: inline-block;
    margin: 10px 2px 0;
}

.footer-all .dis-footer .all-dis .dis ul li a {
    font-size: 16px;
    color: #001b0a;
    transition: 0.7s;
    border: 1px solid #001b0a;
    /* padding: 5px; */
    width: 32px;
    /* border-radius: 50px; */
    height: 32px;
    line-height: 32px;
    display: block;
    text-align: center;
    border-radius: 50px;
}

.footer-all .dis-footer .all-dis .dis ul li a:hover {
    color: #001b0a;
    transition: 0.7s;
}

.footer-all .contact-footer .title {
    margin-bottom: 10px;
}

.footer-all .contact-footer .title h3 {
    font-size: 20px;
    color: #001b0a;
    font-weight: 500;
    text-align: right;
}

.footer-end {
    background: #C6A779;
    direction: rtl;
    padding: 15px 0 0;
}

.footer-end .copy-right {
    text-align: center;
    direction: rtl;
    width: 100%;
    margin: 0 auto;
}

.footer-end .copy-right h3 {
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #444544;
    outline: none;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-end .copy-right a {
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    outline: none;
    text-decoration: none;
    font-weight: 700;
}

.footer-end {
    background: #C6A779;
    direction: rtl;
    padding: 15px 0 0;
    margin-bottom: 0 !important;
}

.footer-end .copy-right {
    text-align: center;
    direction: ltr;
    width: 100%;
    margin: 0 auto;
}

.footer-end .copy-right h3 {
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #444544;
    outline: none;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-end .copy-right a {
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #444544;
    outline: none;
    text-decoration: none;
    font-weight: 700;
}

.float-r-footer {
    float: right !important;
}


/*modal*/

.my-modal {
    padding: 20px;
    border-radius: 3px;
    background-color: transparent;
    max-width: 700px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 80% !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.my-modal .modal-dialog {
    max-width: 100% !important;
    margin: 0;
}

.my-modal .modal-footer {
    justify-content: space-around;
    border-top: 0;
}

.my-modal .modal-footer .hvr-btn {
    margin: 10px;
    text-align: center;
}


/*----------------------AwaDy & Ah_Am ------------------*/

.key-feature .content .title,
.features .title {
    margin: 0;
}

.d-flex .content {
    margin: 0 !important;
    padding: 0 !important;
}

.tend.card-shadow.custom-tend-card {
    border-radius: 10px;
    margin: 15px 0;
    box-shadow: 0 0 0;
    border: 1px solid #444544;
}

.tend.card-shadow.custom-tend-card:hover {
    background-color: #f9f9f9;
}

.tend.card-shadow.custom-tend-card img {
    width: 100%;
    height: 200px;
}

.tend.card-shadow.custom-tend-card h4 {
    color: #444544;
    font-weight: bold;
    font-size: 18px;
    margin: 15px;
}

.tend.card-shadow.custom-tend-card p.name-tender {
    margin: 0;
    background-color: #444544;
    color: #fff;
    text-align: right;
    line-height: 40px;
    text-align: center;
}

.tend.card-shadow.custom-tend-card p.name-tender i {
    background-color: #C6A779;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    float: right;
}

.tend.card-shadow.custom-tend-card p.name-tender span {
    float: left;
    background-color: #C6A779;
    height: 40px;
    left: 40px;
    padding: 0 5px;
    min-width: 40px;
    max-width: 100px;
    text-align: center;
}

.tend.card-shadow.custom-tend-card p.name-tender:after {
    content: '';
}

.tend.card-shadow.custom-tend-card p.name-tender:before {
    content: '';
}

#owl-slide-home {
    direction: ltr;
    overflow: hidden;
}


/* ---------------- #Ah_Am AwaDy ---------------------- */

#owl-slide-home .item {
    height: 400px;
    position: relative;
    text-align: right;
}

#owl-slide-home .item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

#owl-slide-home .item .cover {
    padding: 0 0;
    position: absolute;
    width: 100%;
    height: 400px;
    top: 0;
    left: 0;
    background: #444544;
    display: flex;
    align-items: center;
    padding: 0 70px;
}

#owl-slide-home .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
}

#owl-slide-home .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 80%;
    left: 0;
    top: 10%;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 85% 0, 36% 100%, 0 100%);
}

#owl-slide-home .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
}

#owl-slide-home .item .cover .header-content h1 {
    font-size: 32px;
    font-weight: bold;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
}

#owl-slide-home .item .cover .header-content h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}

#owl-slide-home .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

#owl-slide-home .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

#owl-slide-home .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

#owl-slide-home .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

#owl-slide-home .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #C6A779 !important;
    width: 40px;
    cursor: pointer;
    line-height: 50px;
    height: 50px;
    position: absolute;
    display: block;
    z-index: 1000;
    margin: 0;
    border-radius: 0;
}

#owl-slide-home .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

#owl-slide-home .owl-nav .owl-prev:focus {
    outline: 0;
}

#owl-slide-home .owl-nav .owl-prev:hover {
    background: #000 !important;
}

#owl-slide-home .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #C6A779 !important;
    width: 40px;
    cursor: pointer;
    height: 50px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
    line-height: 50px;
    margin: 0;
}

#owl-slide-home .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

#owl-slide-home .owl-nav .owl-next:focus {
    outline: 0;
}

#owl-slide-home .owl-nav .owl-next:hover {
    background: #000 !important;
}

#owl-slide-home:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

#owl-slide-home:hover .owl-next {
    right: 0px;
    opacity: 1;
    margin: 0;
}

.tend.card-shadow.info-tend {
    box-shadow: 0 0 0;
}

.tend.card-shadow.info-tend p {}

.tend.card-shadow.info-tend h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #444544;
}

.tend.card-shadow.info-tend ul {
    list-style: none;
    text-align: center;
    margin: 20px 0;
    padding: 15px 0;
    overflow: hidden;
}

.tend.card-shadow.info-tend ul li {
    display: inline-block;
    margin: 0 35px;
    position: relative;
    float: left;
}

.tend.card-shadow.info-tend ul li:first-child {
    float: right;
}

.tend.card-shadow.info-tend ul li span {
    color: #444544;
    font-weight: bold;
}

.tend.card-shadow.info-tend ul li i {
    margin: 5px;
    color: #444544;
    font-weight: bold;
}

.date_count {
    background-color: #f3f2f2;
    position: relative;
}

.description-style {
    background: #fdfcfc;
    padding: 15px;
    border-radius: 5px;
}

.description-style p {
    font-family: "Cairo", sans-serif !important;
}

#owl-demo {
    direction: ltr;
}

.example {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 378px;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
}

.example .flipdown.flipdown__theme-dark {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -15px;
}

.example .flipdown .rotor-group {
    float: none;
}


/* Rotor tops */

.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
    color: #FFFFFF;
    background-color: #444544;
}


/* Rotor bottoms */

.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
    color: #EFEFEF;
    background-color: #444544;
}


/* Hinge */

.flipdown.flipdown__theme-dark .rotor:after {
    border-top: solid 1px #444544;
}

.example p {
    text-align: center;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 35px;
}

.flipdown .rotor-group .rotor-group-heading:before {
    display: none;
}

div#countdownsss {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: scale(0.5) translate(0px, -50%);
}

.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    background-color: #444544;
}

.price_div {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.price_div h6 {
    display: inline-block;
    margin: 15px 20px;
}

.price_div h6 span.badge-success {
    background-color: #444544 !important;
}

.alert-msg {
    direction: rtl;
    color: #FFF;
    border-radius: 5px;
    position: fixed;
    top: 12%;
    margin-right: 35px;
}

.alert-msg p {
    width: auto;
    padding: 12px 25px;
    margin: 0;
    direction: rtl;
    color: #FFF;
    border-radius: 5px;
}

.alert-msg p i {}

.alert-msg.success {
    background-color: #5CB85C;
}

.alert-msg.danger {
    background-color: #EF8383;
}

.alert-msg.info {
    background-color: #5BC0DE;
}

.alert-msg.warning {
    background-color: #F0AD4E;
}

.hidden {
    display: none;
}

.alert-msg p i {
    margin-left: 10px;
    font-size: 22px;
}

.navigation-social li {
    width: 30px;
    height: 30px;
    margin: 5px 0px;
}

.navigation-social li a {}

.navigation-social li a i {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: #ccc;
    text-align: center;
    padding-top: 1px;
    color: #fff;
    line-height: 30px;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation-social li a i.fa-facebook {
    background-color: #4267b2;
    color: #fff;
    line-height: 30px;
}

.navigation-social li a i.fa-instagram {
    background-image: linear-gradient(to right, #ef840f, #a72897, #f13c0d);
}

.navigation-social li a i.fa-twitter {
    background-color: #1da1f2;
}

.navigation-social li.my-custom {}

.navigation-social li.my-custom ul li {
    width: 100%;
    text-align: right;
}

.my-custom-notifications {
    position: relative;
}

.dropdown-menu {
    transform: translate3d(0px, 0px, 0px) !important;
    opacity: 0;
    display: block !important;
    z-index: -9;
    top: 5px !important;
    right: 40px !important;
    left: auto !important;
    text-align: center;
    border: 1px solid #444544;
}

.dropdown-menu li {
    text-align: center !important;
    padding: 0 !important;
    border-bottom: 1px solid #444544;
    width: 87% !important;
    margin: auto !important;
}

.dropdown-menu li a {
    font-size: 14px !important;
    font-weight: 600;
    color: #444544;
}

.dropdown-menu li:last-of-type {
    border-bottom: 0;
}

.dropdown-menu.show {
    opacity: 1;
    z-index: 9;
}

.my-custom-notifications .dropdown-menu {
    width: 350px;
    top: 70px !important;
    text-align: right;
    padding: 10px;
    transform: translate3d(0px, 0px, 0px) !important;
    opacity: 0;
    display: block !important;
    z-index: -9;
}

.my-custom-notifications .dropdown-menu.show {
    top: 55px !important;
    opacity: 1;
    z-index: 9;
}

.my-custom-notifications .dropdown-menu li {
    width: 100%;
    height: 100%;
    margin: 0;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 5px;
}

.my-custom-notifications .dropdown-menu li {
    border-bottom: 1px solid #f0f0f0;
}

.my-custom-notifications .dropdown-menu li:last-child {
    border-bottom: 0
}

.my-custom-notifications .dropdown-menu li a {
    display: block;
}

.my-custom-notifications .dropdown-menu li a .img-noti {
    width: 16%;
    float: right;
}

.my-custom-notifications .dropdown-menu li a .img-noti img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.my-custom-notifications .dropdown-menu li a .text-noti {
    float: right;
    width: 84%;
    padding-right: 5px;
}

.my-custom-notifications .dropdown-menu li a .text-noti p {
    font-size: 12px;
    margin: 0;
}

.my-custom-notifications .date_more {
    width: 24%;
    float: right;
    direction: ltr;
}

.my-custom-notifications .text-noti h4 small {
    font-size: 11px;
    display: block;
    color: #b1b0b0;
    text-align: left;
    float: left;
}

.my-custom-notifications .text-noti h4 {
    margin: 0;
    color: #444544;
    font-size: 16px;
    font-weight: bold;
}

.my-custom-notifications .date_more span {
    font-size: 12px;
    display: block;
    background-color: #d9534f;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    width: 80%;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: -1px;
}

* {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}


/*================notifications=====================*/

.tender-notifications {
    overflow: hidden;
    margin: 5px 0;
    padding: 5px;
    border-bottom: 1px solid #f0f0f0;
}

.tender-notifications .img-notifications {
    width: 10%;
    float: right;
    border-left: 1px solid #ccc;
    position: relative;
    margin-top: 15px;
}

.tender-notifications .img-notifications img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    /* margin-top: 15px; */
}

.tender-notifications .img-notifications:before {
    content: '';
    border-bottom: 6px solid #cccccc;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    transform: rotate(-90deg);
    position: absolute;
    left: -10px;
    top: 22px;
}

.tender-notifications .text-notifications {
    width: 90%;
    float: right;
    padding: 0 1%;
    padding-right: 2%;
    background-color: rgba(240, 240, 240, 0.55);
    border-radius: 5px;
}

.tender-notifications .text-notifications h4 {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}

.tender-notifications .text-notifications p {
    margin: 0;
    font-size: 14px;
}

.tender-notifications .date-notifications {
    width: 18%;
    float: right;
    text-align: center;
}

.tender-notifications .text-notifications h4 small {
    color: #b1adae;
    font-size: 80%;
    float: left;
}

.card-shadow-custom {
    width: 60%;
    margin: 0 auto;
    max-height: 500px;
    overflow-y: scroll;
}

.card-shadow-custom::-webkit-scrollbar {
    width: 10px;
}

.card-shadow-custom::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.card-shadow-custom::-webkit-scrollbar-thumb {
    background: #444544;
    border-radius: 10px;
}

.card-shadow-custom::-webkit-scrollbar-thumb:hover {
    background: #444544;
}

.tenders .title {
    width: 60%;
    text-align: right;
    margin: 20px auto;
}

.tenders .title h3 {}

a.all_noti {
    width: 45%;
    background-color: #444544;
    display: block;
    font-size: 14px !important;
    text-align: center;
    font-weight: bold;
    padding: 4px;
    border-radius: 25px;
    margin: 0 auto;
    color: #fff !important;
}

a.all_noti:hover {
    background-color: #2f5d39 !important;
}

@media (max-width: 768px) {
    .tenders .title {
        width: 100%;
    }
    .card-shadow-custom {
        width: 100%;
    }
    .tender-notifications .img-notifications {
        width: 100%;
        text-align: center;
        border-left: 0;
        border-bottom: 1px solid #ccc;
        display: block;
        padding-bottom: 15px;
    }
    .tender-notifications .img-notifications:before {
        transform: rotate(180deg);
        left: 0;
        top: 100%;
        margin: 0 auto;
        right: 0;
        width: 6px;
    }
    .tender-notifications .text-notifications {
        width: 100%;
        padding: 15px 1%;
    }
}


/* ------------------------ Notifications details page -----------------------*/

.tender-notifications.details .img-notifications {
    border: 0;
    width: 100%;
    background-color: #f7f7f7;
    margin: 15px auto;
    border: 1px solid #ccc;
    text-align: center;
    padding: 20px 15px 40px;
    position: relative;
    border-radius: 5px;
}

.tender-notifications.details .img-notifications img {
    height: 90px;
    width: 91px;
    border: 1px solid #cccccc;
    padding: 5px;
    background-color: #f7f7f7;
    margin-bottom: 20px;
}

.tender-notifications.details .img-notifications a {
    display: block;
    border: 1px solid #444544;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    background-color: #444544;
    color: #fff;
    font-size: 14px;
}

.tender-notifications.details {}

.tender-notifications.details .text-notifications {
    position: relative;
    padding: 15px 20px 40px;
    border: 1px solid #ccc;
    width: 100%;
    margin: 15px auto;
}

.tender-notifications.details .text-notifications:before,
.tender-notifications.details .img-notifications:before {
    content: '';
    border-top: 5px solid #444544;
    border-right: 5px solid #444544;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    width: 50px;
    position: absolute;
    height: 50px;
    right: -1px;
    top: -1px;
    transform: rotate(0);
    margin: 0;
}

.tender-notifications.details .text-notifications:after,
.tender-notifications.details .img-notifications:after {
    content: '';
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid #444544;
    border-bottom: 5px solid #444544;
    width: 50px;
    position: absolute;
    height: 50px;
    left: -1px;
    bottom: -1px;
}

.tender-notifications.details .text-notifications h4 {
    margin-bottom: 30px;
}

.title.details {
    width: 100%;
}

.tender-notifications.details .img-notifications a:hover {
    background-color: transparent;
    border-color: #ccc;
    color: #444544
}

#owl-slide-hero {
    direction: ltr;
}

#owl-slide-hero .text-item {
    text-align: right;
}

#owl-slide-hero .text-item h3 {
    color: #fff;
    position: relative;
    padding: 0 20px;
    font-size: 24px;
}

#owl-slide-hero .text-item h3:before {
    content: "\f10e";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: -50px;
    font-size: 2em;
    color: #C6A779;
}

#owl-slide-hero .text-item h3:after {
    content: "\f10d";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    bottom: -50px;
    font-size: 2em;
    left: 0;
    color: #C6A779;
}

#owl-slide-hero .img-item img {
    margin-bottom: -25px;
}

#owl-slide-hero .img-item {}

.bg-marketing {
    padding-bottom: 0;
    padding-top: 150px;
}

.card-style {
    box-shadow: 0 0 0;
}

.card-style .form-group {
    text-align: right;
}

.card-style .form-group label {
    position: relative;
    top: 20px;
    z-index: 1;
}

.card-style .form-group .form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #444544;
    padding: 0;
}

.card-choose-stage {
    display: flex;
    background: #444544;
    position: relative;
}

.card-choose-stage:after {
    content: "";
    position: absolute;
    left: -25px;
    bottom: -20px;
    width: 70px;
    height: 70px;
    background: #C6A779;
    border-radius: 50%;
    opacity: 0.8;
}

.card-choose-stage h4 {
    color: #fff;
    font-size: 17px;
    text-align: right;
}

.card-choose-stage p {
    color: #fff;
    margin: 0;
    text-align: right;
}

.banner {
    background: url(./../images/main-slider/1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    padding-top: 100px;
}

.banner:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
}

.banner h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 0;
    position: relative;
    z-index: 1;
}

.contant-area li {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.contant-area li a {
    color: #fff;
    font-size: 18px;
}