/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Header
- Introduction
- Features
- Details 1
- Details 2
- Details Lightbox
- Details 3
- Statistics
- Testimonials
- Pricing
- Conclusion
- Footer
- Copyright
- Back To Top Button
- Media Queries
******************************************/

/*****************************************
Colors:
- Primary - deep purple #5a4cdb
- Secondary - coral red #ef4444
- Accent - teal #0d9488
- Backgrounds - clean white #ffffff
- Light bg - soft gray #f8fafc
- Headings text - dark slate #1e293b
- Body text - muted gray #64748b
- Borders - light gray #e2e8f0
******************************************/


/**************************/
/*     General Styles     */
/**************************/
@font-face {
    font-family: "Vazir";
    src: url(../webfonts/Vazir-Regular.ttf);
}

body,
html {
    width: 100%;
    height: 100%;
    direction: rtl;
}

body,
p {
    color: #6b747b;
    font: 400 1rem/1.625rem "Vazir", sans-serif;
}

h1 {
    color: #252c38;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3.125rem;
    letter-spacing: -0.5px;
}

h2 {
    color: #252c38;
    font-weight: 700;
    font-size: 2.125rem;
    line-height: 2.625rem;
    letter-spacing: -0.4px;
}

h3 {
    color: #252c38;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: -0.3px;
}

h4 {
    color: #252c38;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: -0.2px;
}

h5 {
    color: #252c38;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.625rem;
}

h6 {
    color: #252c38;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375rem;
}

.h1-large {
    font-size: 2.875rem;
    line-height: 3.5rem;
}

.p-large {
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-align: justify;
}

.p-small {
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.testimonial-text {
    font-style: italic;
}

.testimonial-author {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
}

.li-space-lg li {
    margin-bottom: 0.5rem;
}

a {
    color: #6b747b;
    /* text-decoration: underline; */
}

a:hover {
    color: #6b747b;
    /* text-decoration: underline; */
}

.no-line {
    text-decoration: none;
}

.no-line:hover {
    text-decoration: none;
}

.purple {
    color: #594cda;
}

.bg-gray {
    background-color: #f1f9fc;
}

.btn-solid-reg {
    display: inline-block;
    padding: 1.375rem 2.25rem 1.375rem 2.25rem;
    border: 1px solid #594cda;
    border-radius: 32px;
    background-color: #594cda;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-solid-reg:hover {
    border: 1px solid #594cda;
    background-color: transparent;
    color: #594cda;
    /* needs to stay here because of the color property of a tag */
    text-decoration: none;
}

.btn-solid-lg {
    display: inline-block;
    padding: 1.625rem 2.75rem 1.625rem 2.75rem;
    border: 1px solid #5a4cdb;
    border-radius: 32px;
    background-color: #5a4cdb;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(90, 76, 219, 0.3);
}

.btn-solid-lg:hover {
    border: 1px solid #5a4cdb;
    background-color: #4a3cca;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(90, 76, 219, 0.4);
    transform: translateY(-2px);
    text-decoration: none;
}

/* FontAwesome removed - styles no longer needed */

.btn-solid-lg.secondary {
    border: 1px solid #ef4444;
    background-color: #ef4444;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
}

.btn-solid-lg.secondary:hover {
    border: 1px solid #ef4444;
    background: #dc2626;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.4);
    transform: translateY(-2px);
}

.btn-outline-reg {
    display: inline-block;
    padding: 1.375rem 2.25rem 1.375rem 2.25rem;
    border: 1px solid #252c38;
    border-radius: 32px;
    background-color: transparent;
    color: #252c38;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-outline-reg:hover {
    background-color: #252c38;
    color: #ffffff;
    text-decoration: none;
}

.btn-outline-lg {
    display: inline-block;
    padding: 1.625rem 2.75rem 1.625rem 2.75rem;
    border: 1px solid #252c38;
    border-radius: 32px;
    background-color: transparent;
    color: #252c38;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-outline-lg:hover {
    background-color: #252c38;
    color: #ffffff;
    text-decoration: none;
}

.btn-outline-sm {
    display: inline-block;
    padding: 1rem 1.5rem 1rem 1.5rem;
    border: 1px solid #252c38;
    border-radius: 32px;
    background-color: transparent;
    color: #252c38;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-outline-sm:hover {
    background-color: #252c38;
    color: #ffffff;
    text-decoration: none;
}

.form-group {
    position: relative;
    margin-bottom: 1.25rem;
}

.label-control {
    position: absolute;
    top: 0.875rem;
    left: 1.875rem;
    color: #7d838a;
    opacity: 1;
    font-size: 0.875rem;
    line-height: 1.5rem;
    cursor: text;
    transition: all 0.2s ease;
}

.form-control-input:focus+.label-control,
.form-control-input.notEmpty+.label-control,
.form-control-textarea:focus+.label-control,
.form-control-textarea.notEmpty+.label-control {
    top: 0.125rem;
    color: #6b747b;
    opacity: 1;
    font-size: 0.75rem;
    font-weight: 700;
}

.form-control-input,
.form-control-select {
    display: block;
    /* needed for proper display of the label in Firefox, IE, Edge */
    width: 100%;
    padding-top: 1.125rem;
    padding-bottom: 0.125rem;
    padding-left: 1.8125rem;
    border: 1px solid #d0d5e2;
    border-radius: 25px;
    background-color: #ffffff;
    color: #6b747b;
    font-size: 0.875rem;
    line-height: 1.875rem;
    transition: all 0.2s;
    -webkit-appearance: none;
    /* removes inner shadow on form inputs on ios safari */
}

.form-control-select {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: 3.25rem;
    color: #7d838a;
}

select {
    /* you should keep these first rules in place to maintain cross-browser behavior */
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../images/down-arrow.png');
    background-position: 96% 50%;
    background-repeat: no-repeat;
    outline: none;
}

.form-control-textarea {
    display: block;
    /* used to eliminate a bottom gap difference between Chrome and IE/FF */
    width: 100%;
    height: 14rem;
    /* used instead of html rows to normalize height between Chrome and IE/FF */
    padding-top: 1.5rem;
    padding-left: 1.3125rem;
    border: 1px solid #d0d5e2;
    border-radius: 4px;
    background-color: #ffffff;
    color: #6b747b;
    font-size: 0.875rem;
    line-height: 1.5rem;
    transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
    border: 1px solid #a1a1a1;
    outline: none;
    /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
    border: 1px solid #a1a1a1;
}

.checkbox {
    font-size: 0.75rem;
    line-height: 1.25rem;
}

input[type='checkbox'] {
    vertical-align: -10%;
    margin-right: 0.5rem;
}

.form-control-submit-button {
    display: inline-block;
    width: 100%;
    height: 3.25rem;
    border: 1px solid #594cda;
    border-radius: 32px;
    background-color: #594cda;
    color: #252c38;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    cursor: pointer;
    transition: all 0.2s;
}

.form-control-submit-button:hover {
    border: 1px solid #252c38;
    background-color: transparent;
    color: #252c38;
}

/* Fade-move Animation For Details Lightbox - Magnific Popup */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
    -ms-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
    transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(37.5rem) rotateX(0);
    -ms-transform: translateY(0) perspective(37.5rem) rotateX(0);
    transform: translateY(0) perspective(37.5rem) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
    -ms-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
    transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
}

/* dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* end of fade-move animation for details lightbox - magnific popup */


/**********************/
/*     Navigation     */
/**********************/
.navbar {
    background-color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0.875rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.navbar .navbar-brand {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}



.navbar .logo-text {
    color: #252c38;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1rem;
    text-decoration: none;
}

.offcanvas-collapse {
    position: fixed;
    top: 3.25rem;
    /* adjusts the height between the top of the page and the offcanvas menu */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #f1f9fc;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.navbar .navbar-nav {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
}

.navbar .nav-item .nav-link {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    color: #6b747b;
    text-decoration: none;
    transition: all 0.2s ease;
}

.navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
    color: #ff6e84;
}

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
    animation: fadeDropdown 0.2s;
    /* required for the fade animation */
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.navbar .dropdown-menu {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: none;
    background-color: #f1f9fc;
}

.navbar .dropdown-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6b747b;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0.875rem;
    text-decoration: none;
}

.navbar .dropdown-item:hover {
    background-color: #f1f9fc;
    color: #ff6e84;
}

.navbar .dropdown-divider {
    width: 100%;
    height: 1px;
    margin: 0.5rem auto 0.5rem auto;
    border: none;
    background-color: #d4dce2;
}

/* end of dropdown menu */

.navbar .app-store-icons {
    display: block;
}

.navbar .app-store-icons a {
    text-decoration: none;
}

/* FontAwesome removed - styles no longer needed */

.navbar .navbar-toggler {
    padding: 0;
    border: none;
    font-size: 1.25rem;
}


/*****************/
/*    Header     */
/*****************/
.header {
    padding-top: 5rem;
    padding-bottom: 3rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    text-align: center;
}

.header .text-container {
    margin-bottom: 4rem;
}

.header .h1-large {
    margin-bottom: 1.25rem;
}

.header .p-large {
    margin-bottom: 2rem;
}

.header .btn-solid-lg {
    margin-right: 0.25rem;
    margin-bottom: 1.25rem;
    margin-left: 0.25rem;
}


/************************/
/*     Introduction     */
/************************/
.basic-1 {
    padding-top: 1rem;
    padding-bottom: 0rem;
    text-align: center;
}

.basic-1 p {
    color: #252c38;
    font-size: 1rem;
    line-height: 2.25rem;
    text-align: justify;
}


/********************/
/*     Features     */
/********************/
.cards-1 {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    text-align: center;
}

.cards-1 .card {
    margin-bottom: 3.5rem;
    padding: 3.125rem 1rem 2.125rem 1rem;
    border: none;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.cards-1 .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.cards-1 .card-image {
    margin-bottom: 1.5rem;
}

.cards-1 .card-image img {
    width: 70px;
    height: 70px;
    margin-right: auto;
    margin-left: auto;
}

.cards-1 .card-body {
    padding: 0;
}

.cards-1 .card-title {
    margin-bottom: 0.375rem;
}


/*********************/
/*     Details 1     */
/*********************/

#aboutus {
    padding-top: 3rem;
    padding-bottom: 4.5rem;
    padding-left: 5vw;
    padding-right: 5vw;
}

#aboutus p {
    text-align: justify;
    line-height: 2rem;

}

#aboutus h4 {
    color: #594cda;
}

.basic-2 {
    padding-top: 3rem;
}

.whyus {
    text-align: right;
    line-height: 1.8rem;
}

.whyus li {
    text-align: justify;
}

.basic-2 h2 {
    margin-bottom: 1.5rem;
}





.basic-2 h6 {
    direction: rtl;
}

.basic-2 p {
    color: #252c38;
    font-size: 1rem;
    line-height: 2.25rem;
    text-align: justify;
}

.basic-2 .text-container {
    margin-bottom: 4rem;
}


/*********************/
/*     Details 2     */
/*********************/
.basic-3 {
    padding-top: 5.5rem;
    padding-bottom: 5.75rem;
}

.basic-3 .image-container {
    margin-bottom: 3rem;
}

.basic-3 h2 {
    margin-bottom: 1.5rem;
}

.basic-3 .list-unstyled {
    margin-bottom: 1.75rem;
}

/* FontAwesome removed - styles no longer needed */

.basic-3 .list-unstyled .media-body {
    margin-left: 0.375rem;
}

.basic-3 .btn-solid-reg {
    margin-right: 0.375rem;
}


/****************************/
/*     Details Lightbox     */
/****************************/
.lightbox-basic {
    position: relative;
    max-width: 1150px;
    margin: 2.5rem auto;
    padding: 3rem 1rem;
    background-color: #ffffff;
    text-align: right;
}

.lightbox-basic .image-container {
    margin-bottom: 3rem;
    text-align: center;
}

.lightbox-basic .image-container img {
    border-radius: 8px;
}

.lightbox-basic h3 {
    margin-bottom: 0.5rem;
}

.lightbox-basic hr {
    width: 44px;
    margin-top: 0.125rem;
    margin-bottom: 1rem;
    margin-right: 0;
    height: 2px;
    border: none;
    background-color: #594cda;
}

.lightbox-basic h4 {
    margin-top: 1.75rem;
    margin-bottom: 0.625rem;
}

.lightbox-basic .list-unstyled {
    margin-bottom: 1.5rem;
}

/* FontAwesome removed - styles no longer needed */

.lightbox-basic .list-unstyled .media-body {
    margin-left: 0.375rem;
}

.lightbox-basic .list-unstyled {
    margin-bottom: 1.5rem;
}

/* Action Button */
.lightbox-basic .btn-solid-reg.mfp-close {
    position: relative;
    width: auto;
    height: auto;
    color: #ffffff;
    opacity: 1;
    font-weight: 600;
    font-family: "Vazir";
}

.lightbox-basic .btn-solid-reg.mfp-close:hover {
    color: #594cda;
}

/* end of action Button */

/* Back Button */
.lightbox-basic .btn-outline-reg.mfp-close.as-button {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 0.375rem;
    padding: 1.375rem 2.25rem 1.375rem 2.25rem;
    border: 1px solid #252c38;
    background-color: transparent;
    color: #252c38;
    opacity: 1;
    font-family: "Vazir";
}

.lightbox-basic .btn-outline-reg.mfp-close.as-button:hover {
    background-color: #252c38;
    color: #ffffff;
}

/* end of back button */

/* Close X Button */
.lightbox-basic button.mfp-close.x-button {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 44px;
    height: 44px;
    color: #555555;
}

/* end of close x button */


/*********************/
/*     Details 3     */
/*********************/
.basic-4 {
    padding-top: 4rem;
    padding-bottom: 3rem;
}

.basic-4 h2 {
    margin-bottom: 1.5rem;
}

.basic-4 .text-container {
    margin-bottom: 4rem;
}


/**********************/
/*     Statistics     */
/**********************/
.counter {
    padding-top: 2rem;
    padding-bottom: 4.5rem;
    text-align: center;
}

.counter #counter {
    margin-bottom: 0.75rem;
}

.counter #counter .cell {
    display: inline-block;
    width: 124px;
    margin-right: 1.5rem;
    margin-bottom: 3.5rem;
    margin-left: 1.5rem;
    vertical-align: top;
}

.counter #counter .counter-value {
    color: #252c38;
    font-weight: 700;
    font-size: 3.25rem;
    line-height: 3.75rem;
    vertical-align: middle;
}

.counter #counter .counter-info {
    margin-bottom: 0;
    font-size: 0.875rem;
    vertical-align: middle;
}


/************************/
/*     Testimonials     */
/************************/
.slider-1 {
    padding-top: 8.25rem;
    padding-bottom: 8.5rem;
}

.slider-1 .section-title {
    text-align: center;
}

.slider-1 .h2-heading {
    margin-bottom: 3rem;
    text-align: center;
}

.slider-1 .slider-container {
    position: relative;
}

.slider-1 .swiper-container {
    position: static;
    width: 86%;
    text-align: center;
}

.slider-1 .swiper-button-prev:focus,
.slider-1 .swiper-button-next:focus {
    /* even if you can't see it chrome you can see it on mobile device */
    outline: none;
}

.slider-1 .swiper-button-prev {
    left: -14px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
    background-size: 18px 28px;
}

.slider-1 .swiper-button-next {
    right: -14px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
    background-size: 18px 28px;
}

.slider-1 .card {
    position: relative;
    border: none;
    background-color: transparent;
}

.slider-1 .card-image {
    width: 80px;
    height: 80px;
    margin-right: auto;
    margin-bottom: 1.25rem;
    margin-left: auto;
    border-radius: 50%;
}

.slider-1 .card-body {
    padding: 0;
}

.slider-1 .testimonial-text {
    margin-bottom: 0.75rem;
}

.slider-1 .testimonial-author {
    margin-bottom: 0;
    color: #252c38;
}


/*******************/
/*     Pricing     */
/*******************/
.cards-2 {
    position: relative;
    padding-top: 2rem;
    background: linear-gradient(rgba(50, 60, 70, 0.9), rgba(50, 60, 70, 0.9)), url('../images/pricing-background.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
}

.cards-2 .h2-heading {
    margin-bottom: 2em;
    color: #ffffff;
    font-size: 1.5rem;
}

.cards-2 .p-heading {
    margin-bottom: 3.75rem;
    color: #ffffff;
}

.cards-2 .card {
    display: block;
    max-width: 330px;
    margin-right: auto;
    margin-bottom: 6rem;
    margin-left: auto;
    border: 1px solid #bcc4ca;
    border-radius: 8px;
}

.cards-2 .card .card-body {
    padding: 3rem 1.75rem 2.25rem 1.75rem;
}

.cards-2 .card .card-title {
    margin-bottom: 1rem;
    color: #eb427e;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.875rem;
    text-align: center;
}

.cards-2 .card p {
    margin-bottom: 1.25rem;
    text-align: right;
}

.cards-2 .card .value {
    color: #252c38;
    font-weight: 600;
    font-size: 5rem;
    line-height: 5rem;
    text-align: center;
}

.cards-2 .card .currency {
    margin-right: 0.375rem;
    color: #252c38;
    font-size: 1.45rem;
    vertical-align: 80%;
}

.cards-2 .card .frequency {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    text-align: center;
}

.cards-2 .card .list-unstyled {
    margin-bottom: 1.625rem;
    text-align: right;
}

.cards-2 .card .list-unstyled li {
    margin-bottom: 0.5rem;
}

/* FontAwesome removed - styles no longer needed */

.cards-2 .card .list-unstyled .media-body {
    margin-left: 0.375rem;
}

.cards-2 .card .button-wrapper {
    position: absolute;
    right: 0;
    bottom: -1.5rem;
    left: 0;
    text-align: center;
}

.cards-2 .card .btn-solid-reg:hover {
    background-color: #ffffff;
}

/* Best Value Label */
.cards-2 .card .label {
    position: absolute;
    top: 0;
    right: 0;
    width: 10.625rem;
    height: 10.625rem;
    overflow: hidden;
}

.cards-2 .card .label .best-value {
    position: relative;
    width: 13.75rem;
    padding: 0.3125rem 0 0.3125rem 4.125rem;
    background-color: #eb427e;
    color: #ffffff;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
}

/* end of best value label */

.cards-2 .decoration-bg {
    position: absolute;
    bottom: 0;
    height: 170px;
    width: 100%;
    background-color: #ffffff;
}


/**********************/
/*     Conclusion     */
/**********************/
.basic-5 {
    padding-top: 4.5rem;
    padding-bottom: 7.5rem;
    background: url('../images/conclusion-background.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
}

.basic-5 .image-container {
    margin-bottom: 4rem;
}

.basic-5 p {
    margin-bottom: 2.25rem;
    color: #252c38;
    font-size: 1.875rem;
    line-height: 2.625rem;
}

.basic-5 .btn-solid-lg {
    margin-right: 0.25rem;
    margin-bottom: 1.25rem;
    margin-left: 0.25rem;
}


/******************/
/*     Footer     */
/******************/
.footer {
    padding-top: 1rem;
    /* padding-bottom: 0rem; */
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(197, 234, 249, 1));
    text-align: center;
}

.footer a {
    text-decoration: none;
}

.footer h4 {
    margin-bottom: 1.875rem;
}

/* FontAwesome removed - replaced with simple social links */
.social-link {
    display: inline-block;
    margin: 0 0.5rem;
    padding: 0.5rem 1rem;
    color: #252c38;
    text-decoration: none;
    transition: all 0.2s ease;
}

.social-link:hover {
    color: #594cda;
    text-decoration: underline;
}


/*********************/
/*     Copyright     */
/*********************/
.copyright {
    padding-top: 1.5rem;
    background-color: #c5eaf9;
    text-align: center;
}

.copyright a {
    text-decoration: none;
}


/******************************/
/*     Back To Top Button     */
/******************************/
a.back-to-top {
    position: fixed;
    z-index: 999;
    right: 3px;
    bottom: 3px;
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 30px;
    background: #343e48;
    background-size: 18px 18px;
    font-size: 1.8rem;
    align-content: center;
    padding-left: 8px;
}

a:hover.back-to-top {
    background-color: #000000;
}


/***********************/
/*     Extra Pages     */
/***********************/
.ex-header {
    padding-top: 8.5rem;
    padding-bottom: 4rem;
    background-color: #f1f9fc;
}

/* FontAwesome removed - styles no longer needed */

.ex-basic-1 .list-unstyled .media-body {
    margin-left: 0.5rem;
}

.ex-basic-1 .text-box {
    padding: 1.25rem 1.25rem 0.5rem 1.25rem;
    background-color: #f1f9fc;
}

.ex-cards-1 .card {
    border: none;
    background-color: transparent;
}

/* FontAwesome removed - replaced with number badges */
.number-badge {
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border-radius: 50%;
    background-color: #ff6e84;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.125rem;
    margin-left: 0.5rem;
}

.ex-cards-1 .card .list-unstyled .media-body {
    margin-left: 0.75rem;
}

.ex-cards-1 .card .list-unstyled .media-body h5 {
    margin-top: 0.125rem;
    margin-bottom: 0.375rem;
}

.company-name-abbr {
    color: #594cda;
}

/*************************/
/*     Media Queries     */
/*************************/
/* Min-width 768px */
@media (min-width: 768px) {

    /* Header */
    .header {
        /* padding-top: 9rem; */
    }

    /* end of header */


    /* Extra Pages */
    .ex-basic-1 .text-box {
        padding: 1.75rem 2rem 0.875rem 2rem;
    }

    /* end of extra pages */
}

/* end of min-width 768px */


/* Min-width 992px */
@media (min-width: 992px) {

    /* General Styles */
    .h2-heading {
        width: 35.25rem;
        margin-right: auto;
        margin-left: auto;
    }

    .p-heading {
        width: 46rem;
        margin-right: auto;
        margin-left: auto;
    }

    /* end of general styles */


    /* Navigation */
    .navbar {
        padding-top: 1.75rem;
        background-color: transparent;
        border-bottom: none;
        transition: all 0.2s;
    }

    .navbar.top-nav-collapse {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        background-color: #f1f9fc;
    }

    .offcanvas-collapse {
        position: static;
        top: auto;
        bottom: auto;
        left: auto;
        width: auto;
        padding-right: 0;
        padding-left: 0;
        background-color: transparent;
        overflow-y: visible;
        visibility: visible;
    }

    .offcanvas-collapse.open {
        -webkit-transform: none;
        transform: none;
    }

    .navbar .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar .nav-item .nav-link {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }

    .navbar .dropdown-menu {
        margin-top: 0.25rem;
        box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.05);
    }

    .navbar .dropdown-divider {
        width: 90%;
    }

    .navbar .app-store-icons {
        margin-left: 0.875rem;
    }

    /* end of navigation */


    /* Header */
    .header {
        text-align: right;
    }

    .header .text-container {
        margin-top: 8rem;
    }

    .header .btn-solid-lg {
        margin-right: 0.5rem;
        margin-left: 0;
    }

    /* end of header */


    /* Introduction */
    .basic-1 p {
        width: 930px;
        margin-right: auto;
        margin-left: auto;
    }

    /* end of introduction */


    /* Details 1 */
    .basic-2 {
        padding-top: 4rem;
    }

    .basic-2 .text-container {
        margin-bottom: 0;
    }

    /* end of details 1 */


    /* Details 2 */
    .basic-3 .image-container {
        margin-bottom: 0;
    }

    /* end of details 2 */


    /* Details Lightbox */
    .lightbox-basic {
        padding: 3rem 3rem;
    }

    .lightbox-basic .image-container {
        margin-bottom: 0;
        text-align: right;
    }

    /* end of details lightbox */


    /* Details 3 */
    .basic-4 .text-container {
        margin-bottom: 0;
    }

    /* end of details 3 */


    /* Features */
    .cards-1 .card {
        display: inline-block;
        width: 296px;
        vertical-align: top;
    }

    .cards-1 .card:nth-of-type(3n+2) {
        margin-right: 1rem;
        margin-left: 1rem;
    }

    /* end of features */


    /* Statistics */
    .counter {
        padding-top: 5rem;
    }

    /* end of statistics */


    /* Testimonials */
    .slider-1 .swiper-container {
        width: 92%;
    }

    .slider-1 .swiper-button-prev {
        left: -16px;
        width: 22px;
        background-size: 22px 34px;
    }

    .slider-1 .swiper-button-next {
        right: -16px;
        width: 22px;
        background-size: 22px 34px;
    }

    /* end of testimonials */


    /* Pricing */
    .cards-2 .card {
        display: inline-block;
        max-width: 100%;
        width: 302px;
        vertical-align: top;
    }

    .cards-2 .card:nth-of-type(3n+2) {
        margin-right: 0.375rem;
        margin-left: 0.375rem;
    }

    /* end of pricing */


    /* Conclusion */
    .basic-5 {
        text-align: right;
    }

    .basic-5 .image-container {
        margin-bottom: 0;
    }

    .basic-5 .text-container {
        margin-top: 6rem;
    }

    .basic-5 .btn-solid-lg {
        margin-right: 0.5rem;
        margin-left: 0;
    }

    /* end of conclusion */


    /* Footer */
    .footer h4 {
        width: 45rem;
        margin-right: auto;
        margin-left: auto;
    }

    /* end of footer */


    /* Copyright */
    .copyright {
        text-align: right;
    }

    .copyright .list-unstyled li {
        display: inline-block;
        margin-right: 1rem;
    }

    .copyright .statement {
        text-align: right;
    }

    /* end of copyright */


    /* Extra Pages */
    .ex-cards-1 .card {
        display: inline-block;
        width: 296px;
        vertical-align: top;
    }

    .ex-cards-1 .card:nth-of-type(3n+2) {
        margin-right: 1rem;
        margin-left: 1rem;
    }

    /* end of extra pages */
}

/* end of min-width 992px */


/* Min-width 1200px */
@media (min-width: 1200px) {

    /* General Styles */
    .h1-large {
        font-size: 3.125rem;
        line-height: 3.75rem;
    }

    /* end of general styles */


    /* Header */
    .header {
        /* padding-top: 11rem; */
        /* padding-bottom: 8rem; */
    }

    .header .text-container {
        margin-top: 10rem;
        margin-right: 3rem;
    }

    .header .image-container {
        text-align: right;
    }

    /* end of header */


    /* Features */
    .cards-1 .card {
        width: 350px;
        padding-right: 3rem;
        padding-left: 3rem;
    }

    .cards-1 .card:nth-of-type(3n+2) {
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }

    /* end of features */


    /* Details 1 */
    .basic-2 .text-container {
        margin-top: 4.25rem;
    }

    .basic-2 .image-container {
        margin-left: 3.5rem;
    }

    /* end of details 1 */


    /* Details 2 */
    .basic-3 .image-container {
        margin-right: 3.5rem;
    }

    .basic-3 .text-container {
        margin-top: 3.25rem;
    }

    /* end of details 2 */


    /* Details Lightbox */
    .lightbox-basic .image-container {
        margin-right: 1.5rem;
    }

    /* end of details lightbox */


    /* Details 3 */
    .basic-4 .text-container {
        margin-top: 4.25rem;
    }

    .basic-4 .image-container {
        margin-left: 3.5rem;
    }

    /* end of details 3 */


    /* Statistics */
    .counter #counter .cell {
        margin-right: 2.875rem;
        margin-left: 2.875rem;
    }

    .counter #counter .counter-value {
        font-size: 3.75rem;
        line-height: 4.25rem;
    }

    /* end of statistics */


    /* Pricing */
    .cards-2 .card {
        width: 340px;
    }

    .cards-2 .card:nth-of-type(3n+2) {
        margin-right: 2.5rem;
        margin-left: 2.5rem;
    }

    .cards-2 .card .card-body {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }

    /* end of pricing */


    /* Conclusion */
    .basic-5 .text-container {
        margin-top: 11.5rem;
        margin-left: 3rem;
    }

    /* end of conclusion */


    /* Extra Pages */
    .ex-cards-1 .card {
        width: 336px;
    }

    .ex-cards-1 .card:nth-of-type(3n+2) {
        margin-right: 2.875rem;
        margin-left: 2.875rem;
    }

    /* end of extra pages */
}

/* end of min-width 1200px */


.features-desc {
    text-align: justify;
}

.contactusinfo {
    text-align: right;
    color: #000000;
    line-height: 2rem;
}

#contact {
    margin-bottom: 3rem;
    margin-right: 5vw;
    margin-left: 5vw;
}

/*
================
 VARIABLES
================
*/
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.shadow-1 {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

@media only screen and (min-width: 1600px) {
    .home-video .mh-home .mh-header-info {
        padding: 100px 0;
    }

    .home-slider .mh-home .mh-header-info {
        padding: 100px 0;
    }
}

@media only screen and (min-width: 1400px) {
    .home-video .mh-service {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 1400px) {
    .mh-single-project-slide-by-side .owl-prev {
        top: 40%;
        left: 0;
    }

    .mh-single-project-slide-by-side .owl-next {
        top: 44%;
        right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .section-separator {
        padding: 40px 0;
    }

    .mh-home-2 .mh-header-info p {
        padding: 0 0px;
        font-weight: 300;
    }

    .home-section-separator {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .mh-footer-address .mh-address-footer-item .each-icon .fa {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .mh-home-2 .mh-header-info .mh-about-tag {
        width: 80%;
    }

    .mh-xs-mobile-nav {
        z-index: 99;
        /*-------------------------------*/
        /*            Overlay            */
        /*-------------------------------*/
        /*  Navigation Menu */
    }

    .mh-xs-mobile-nav .nav-btn .navbar-toggler.active {
        display: none;
    }

    .mh-xs-mobile-nav .navbar-nav {
        padding-top: 50px;
    }

    .mh-xs-mobile-nav .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 320px;
        left: 0;
        z-index: 990;
        margin-top: 0px;
        padding: 0;
        background-color: #0bceaf;
        transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -o-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -ms-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -moz-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -webkit-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow-y: none;
    }

    .mh-xs-mobile-nav .navbar-collapse.active {
        transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
    }

    .mh-xs-mobile-nav .collapse {
        display: block;
    }

    .mh-xs-mobile-nav .navbar-fixed-bottom .navbar-collapse,
    .mh-xs-mobile-nav .navbar-fixed-top .navbar-collapse {
        max-height: inherit;
    }

    .mh-xs-mobile-nav .navbar-header {
        position: fixed;
        z-index: 999;
        width: 100%;
        margin-top: 0px;
        left: 0;
    }

    .mh-xs-mobile-nav .navbar-toggler .icon {
        transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
    }

    .mh-xs-mobile-nav .navbar-toggler .icon,
    .mh-xs-mobile-nav .navbar-toggler .icon::after,
    .mh-xs-mobile-nav .navbar-toggler .icon::before {
        width: 22px;
        height: 2px;
        position: absolute;
        border-radius: 2px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .mh-xs-mobile-nav .navbar-toggler .icon::after,
    .mh-xs-mobile-nav .navbar-toggler .icon::before {
        content: '';
        top: 0;
        right: 0;
        -webkit-transition: all 0.6s ease-out;
        transition: all 0.6s ease-out;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .mh-xs-mobile-nav .navbar-toggler .icon::after {
        transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
        -o-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
        -ms-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
        -moz-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
        -webkit-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
    }

    .mh-xs-mobile-nav .navbar-toggler .icon::before {
        transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
        -o-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
        -ms-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
        -moz-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
        -webkit-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
    }

    .mh-xs-mobile-nav .navbar-toggler.active .icon::after {
        transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
        -o-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
    }

    .mh-xs-mobile-nav .navbar-toggler.active .icon::before {
        transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
        -o-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
    }

    .mh-xs-mobile-nav .navbar-toggler.active .icon::after,
    .mh-xs-mobile-nav .navbar-toggler.active .icon::before {
        background-color: #fff;
    }

    .mh-xs-mobile-nav .navbar-toggler.active .icon {
        background-color: transparent;
    }

    .mh-xs-mobile-nav .navbar-toggler:focus {
        outline: 0 !important;
    }

    .mh-xs-mobile-nav .strict {
        background-color: rgba(0, 0, 0, 0.9);
        padding-bottom: 65px;
    }

    .mh-xs-mobile-nav .navbar-toggler {
        padding: 15px;
        margin-right: 15px;
        margin-left: 15px;
        margin-top: 30px;
        z-index: 1000;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
    }

    .mh-xs-mobile-nav .navbar-header .navbar-toggler .icon-bar {
        background-color: #0bceaf;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .mh-xs-mobile-nav .navbar-header .navbar-toggler.active .icon-bar {
        background-color: #fff;
    }

    .mh-xs-mobile-nav .overlay {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 3;
    }

    .mh-xs-mobile-nav .overlay.active {
        display: block;
    }

    .mh-xs-mobile-nav .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 320px;
        left: 0;
        z-index: 990;
        margin-top: 0px;
        padding: 0;
        background-color: #0bceaf;
        transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -o-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -ms-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -moz-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -webkit-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow-y: none;
    }

    .mh-xs-mobile-nav .navbar-collapse .nav {
        margin-top: 75px;
        border-top: 1px solid;
        border-top-color: rgba(255, 255, 255, 0.1);
        padding: 20px;
    }

    .mh-xs-mobile-nav .navbar-collapse .nav li {
        text-align: center;
        margin-bottom: 0px;
        width: 100%;
        display: block;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translate3d(-20px, -10px, 0);
        transform: translate3d(-20px, -10px, 0);
    }

    .mh-xs-mobile-nav .navbar-collapse .nav li a {
        background-color: transparent;
        text-transform: uppercase;
        font-size: 17px;
        line-height: 26px;
    }

    .mh-xs-mobile-nav .navbar-collapse .nav li a:hover {
        color: white !important;
        background: transparent;
    }

    .mh-xs-mobile-nav .navbar-collapse .nav li a.active {
        color: #fff;
    }

    .mh-xs-mobile-nav .navbar-collapse .nav li.active {
        color: #fff;
    }

    .mh-xs-mobile-nav .navbar-collapse.active {
        transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
    }

    .mh-xs-mobile-nav .collapse.in {
        background-color: rgba(0, 0, 0, 0.9);
    }

    .mh-xs-mobile-nav .navbar-dark .navbar-toggler {
        border-color: transparent;
    }

    .mh-xs-mobile-nav .navbar-dark .navbar-toggler-icon {
        background-image: inherit;
    }

    .mh-home .mh-header-info {
        padding: 0;
    }

    .mh-header {
        padding: 10px 0;
    }

    .home-padding {
        padding: 100px 0;
    }

    .mh-about .mh-about-inner {
        padding-left: 5px;
    }

    .mh-home .mh-header-info h2 {
        font-size: 42px;
        font-weight: 600;
        line-height: 54px;
    }

    .mh-home .mh-header-info h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .mh-nav {
        padding: 0;
    }

    .mh-professional-skills {
        padding-left: 0;
    }

    .mh-skills .mh-professional-skill {
        padding-right: 0;
    }

    .mh-home .mh-header-info .mh-promo {
        margin-bottom: 20px;
    }

    .nav-strict .navbar-toggler {
        margin-top: 0px;
    }

    .mh-footer-3 .mh-footer-address .mh-address-footer-item .each-info {
        padding-left: 20px;
    }

    .mh-blog-sidebar .social-icon li {
        margin-right: 2px;
    }

    .mh-xs-mobile-nav .navbar-nav {
        padding-top: 50px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .mh-blog .mh-blog-item {
        text-align: center;
    }

    .blog-form-inner {
        padding: 10px;
    }

    .mh-blog .mh-blog-item .blog-inner {
        padding: 0px;
    }

    .mh-blog-next-prev-post {
        text-align: center !important;
        margin: 10px 0;
    }

    .mh-blog .mh-blog-item img {
        margin-bottom: 30px;
        margin: 0 auto;
        float: none;
        text-align: center;
        margin-bottom: 20px;
        width: 100%;
    }

    .mh-blog .mh-blog-item h2 {
        margin-bottom: 14px;
        font-weight: bold;
        font-size: 18px;
        line-height: 30px;
    }

    .mh-experince h3 {
        margin-bottom: 30px;
    }

    .mh-work h3 {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .mh-work {
        padding-left: 0;
    }

    .mh-education {
        padding-right: 0;
    }

    .mh-skills .mh-professional-skill h3 {
        margin-bottom: 30px;
    }

    .mh-professional-skills h3 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mh-about .mh-about-inner {
        margin-top: 40px;
    }

    .mh-footer-address .mh-address-footer-item .each-icon .fa {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

    .mh-home-2 .mh-header-info ul.mh-home-contact li {
        display: inline-block;
        margin: 10px 15px;
        width: 40%;
        text-align: left;
    }

    .mh-testimonial .mh-client-item {
        padding: 30px 10px;
    }

    .mh-home-2 .mh-header-info .mh-about-tag {
        width: 100%;
    }

    .mh-blog .mh-blog-item .blog-inner {
        text-align: left;
    }

    .single-comment {
        margin: 0 auto;
        text-align: center;
        display: block;
        margin-top: 30px;
    }

    .single-comment img {
        margin-bottom: 20px;
    }

    .mh-blog .mh-blog-item .blog-inner {
        text-align: center;
        padding: 0 12px;
        padding-bottom: 15px;
    }

    .mh-single-project-slide-by-side .owl-prev {
        top: 98%;
        left: 20%;
    }

    .mh-single-project-slide-by-side .owl-next {
        top: 98%;
        right: 20%;
    }

    .mh-single-project-slide-by-side {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .xs-column-reverse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .mh-header {
        padding: 0;
    }

    .home-padding {
        padding: 100px 0;
    }

    .mh-home .hero-img {
        margin-bottom: 30px;
    }

    .mh-home .mh-header-info {
        padding: 0;
        text-align: center;
        margin-top: 40px;
    }

    .mh-about .mh-about-inner {
        padding-left: 5px;
        text-align: center;
        margin: 30px 15px;
    }

    .mh-skills .mh-professional-skill {
        padding-right: 0;
        padding: 0 15px;
    }

    .mh-experince h3 {
        margin-bottom: 30px;
        text-align: center;
    }

    .mh-education {
        margin-bottom: 30px;
        padding-right: 0;
    }

    .mh-work {
        padding-left: 0;
        margin-bottom: 30px;
    }

    .portfolio-nav ul li {
        margin-bottom: 20px;
    }

    .mh-skills .mh-professional-skill {
        margin-bottom: 50px;
    }

    .section-separator {
        padding: 30px 0;
    }

    .mh-home .mh-header-info .mh-promo {
        margin-bottom: 20px;
    }

    .mh-featured-project-content {
        margin-top: 40px;
        text-align: center;
    }

    .mh-featured-project .mh-featured-item .mh-featured-project-content p {
        text-align: center;
    }

    .mh-quates .each-quates {
        padding: 30px;
    }

    .mh-map {
        padding: 0px;
        margin-top: 40px;
    }

    .mh-home-2 .mh-header-info ul.mh-home-contact li {
        width: 100%;
        margin: 6px 10px;
    }

    .mh-footer-3 .mh-footer-address .mh-address-footer-item {
        display: block;
        padding: 20px 0px;
    }

    .mh-footer-3 .mh-footer-address .mh-address-footer-item .each-info {
        padding-left: 20px;
        text-align: center;
    }

    .mh-footer-3 .mh-footer-address .mh-address-footer-item .each-info {
        padding-left: 0;
        text-align: center;
    }

    .xs-no-padding {
        padding: 0;
    }

    .mh-home-2 .mh-header-info {
        text-align: center;
        padding-top: 50px;
    }

    .mh-portfolio-modal-inner {
        margin-right: 0;
    }

    .mh-portfolio-modal {
        padding: 10px;
    }

    .mh-portfolio-modal-img {
        margin-top: 50px;
    }

    .mh-service .mh-service-item {
        margin-bottom: 20px;
        text-align: center;
    }

    .social-icon {
        display: block;
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    .social-icon li {
        list-style: none;
        float: none;
        text-align: center;
        display: inline-block;
        margin-bottom: 0px;
        margin-right: 4px;
        margin-left: 4px;
    }

    .text-left.text-xs-center {
        text-align: center !important;
    }
}

@media only screen and (max-width: 420px) {
    .mh-home .img-border {
        height: 280px;
        width: 280px;
    }

    .home-padding {
        padding: 60px 0;
    }
}

/*# sourceMappingURL=responsive.css.map */
/*------------- 
[Table of contents]

[ DEFULT INDEX NUMBER ]

1.  GENERAL CSS
2.  NAVBAR
4.  HOME
5.  SERVICE
6.  ABOUT
7.  TESTIMONIAL
8.  FAQ
9.  QUATE
10. SUBSCRIBE
11. PRICING
12. BLOG
13. FOOTER
14. COPYRIGHT


-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[ Color codes ]
    
    [ Text and Background Color ]
        Main color 1:       #1c93e5     
        Main color 2:       #009688      
        Main color 3:       #9c27b0
        Main color 4:       #ff4081      
        Background 1:       #FFFFFF            
        Background 2:       #F6F6F6           
        Shadow color:       #000000;            

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Typography]

    [ There are using two different font typography ]
        Typography 1: Roboto font;
        Typography 2: Montserrat font;

    [ Other Typography style are same ]
    Body :
        font-style:     normal;
        font-size:      15px;

    h2:
        font-size: 48px;
        line-height: 55px;

    h3:
        font-size: 30px;
        line-height: 40px;

    h4:
        font-size: 20px;
        font-weight: 600;

    p:  
        font-size: 18px;
        line-height: 30px;


-------------------------------------------------------------------*/
/*
================
 VARIABLES
================
*/
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.shadow-1 {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

@font-face {
    font-family: "Vazir";
    src: url(../fonts/Vazir-Regular.ttf);
}

/**
   * -------------------
   *  Defult CSS 
   * -------------------
   */
html {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: "Vazir";
    font-size: 14px;
    font-style: none;
    line-height: 24px;
    font-weight: 500;
    overflow-x: hidden !important;
    text-align: left;
    position: relative;
    color: #999999;
    opacity: 0.9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Vazir";
}

p {
    opacity: 0.9;
}

.nav li a {
    text-decoration: none !important;
    display: inline-block;
    cursor: pointer;
    padding: 0px;
    background-color: transparent;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.nav li a:hover {
    background-color: transparent;
}

.nav li a:focus {
    background-color: transparent;
    outline: 0 !important;
}

a {
    text-decoration: none !important;
    cursor: pointer;
    padding: 0px;
    background-color: transparent;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #000;
    opacity: 0.9;
}

a:hover {
    background-color: transparent;
}

a:focus {
    background-color: transparent;
    outline: 0 !important;
}

.center {
    float: none;
    margin: 0 auto;
    text-align: center;
}

/**
   * ---------------------
   *  Defult Halping Class
   * ---------------------
   */
.overflow {
    overflow: hidden;
}

.relative {
    position: relative;
}

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

.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.vertical-middle {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

/**
   * --------------------------------------
   *  Video Section Background Defult Style
   * --------------------------------------
   */
.section-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    z-index: -1;
}

.section-video .bgvid {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.body-video-bg>.section-video {
    position: fixed;
    top: 0;
    left: 0;
}

.section-title {
    text-align: center;
}

.section-title h3 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 60px;
}

/**
   * ------------------------------------
   *  Every Section Headline Defult Class
   * ------------------------------------
   */
.section-heading {
    display: block;
    margin: 0;
}

.section-header {
    margin-bottom: 100px;
    text-align: center;
}

.section-header .sub-heading {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.section-header.text-left,
.section-header.text-left * {
    text-align: left;
}

.section-header.text-right,
.section-header.text-right * {
    text-align: right;
}

.section-header-separator {
    position: relative;
    width: 145px;
    margin: 5px auto;
    display: inline-block;
}

.section-header-separator .icon {
    font-size: 48px;
    text-align: center !important;
}

.section-header-separator::before,
.section-header-separator::after {
    content: '';
    position: absolute;
    width: 57px;
    height: 2px;
    top: 25px;
}

.section-header-separator::before {
    left: 0;
}

.section-header-separator::after {
    right: 0;
}

.v-middle {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.mini-separator {
    padding: 20px 0;
}

/**
   * ---------------------
   *   Defult Button Style
   * ---------------------
   */
.btn {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    outline: 0;
    padding: 8px 30px;
    font-weight: bold;
    border-radius: 20px;
}

.btn:last-child {
    margin-right: 0px !important;
}

.btn .icon {
    position: relative;
    top: 2px;
}

.btn .icon img {
    position: relative;
    top: -3px;
    width: 14px;
}

.btn.btn-fill {
    background-color: #0bceaf;
    color: #fff;
}

.btn.left-icon .icon {
    margin-right: 15px;
}

.btn.right-icon .icon {
    margin-left: 15px;
}

.btn.btn-border {
    background-color: transparent;
}

.btn.white-btn-border {
    background-color: transparent;
    border-color: #fff;
}

.btn.btn-round {
    padding: 15px;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    font-size: 24px;
    text-align: center;
}

.btn.btn-round .icon {
    top: 7px;
}

.btn.apple,
.btn.androad {
    border-radius: 3px !important;
    padding: 9px 28px;
    height: 82px;
}

.btn.apple img,
.btn.androad img {
    width: 35px;
    height: 100%;
    float: left;
}

.btn.apple .icon,
.btn.androad .icon {
    font-size: 60px;
    float: left;
}

.btn.apple span,
.btn.androad span {
    display: block;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.btn.apple .group,
.btn.androad .group {
    float: right;
}

.btn.apple .big,
.btn.apple .small,
.btn.androad .big,
.btn.androad .small {
    text-align: left;
    margin-left: 7px;
    line-height: 30px;
}

.btn.apple .big,
.btn.androad .big {
    font-size: 24px;
    font-weight: 400;
}

.btn.apple .small,
.btn.androad .small {
    font-size: 16px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.btn-text-link {
    padding: 50px 0 0 0;
    text-align: center;
}

.btn-text-link a {
    margin-left: 10px;
}

/** 
   * -----------------
   * Social Icon Style
   * -----------------
   */
.social-icon {
    display: inline-block;
}

.social-icon li {
    list-style: none;
    float: left;
    margin-bottom: 0px;
    margin-right: 8px;
}

.social-icon li a {
    text-align: center;
    width: 45px;
    height: 45px;
    padding: 10px;
    border-radius: 50%;
}

.social-icon li:last-child a {
    margin-right: 0px;
}

/**
   * -----------------------------------
   * Subscription and contact  "MESSAGE"
   * -----------------------------------
   */
.subscription-success,
.subscription-failed,
.email-success,
.email-failed,
.email-loading {
    font-size: 15px;
    display: none;
    text-align: center !important;
    padding: 10px !important;
}

.email-loading {
    color: #52B8FF;
}

.email-loading img {
    width: 15px;
    position: relative;
    top: -2px;
}

.subscription-failed,
.email-failed {
    color: #FF5252 !important;
}

.subscription-failed .icon,
.email-failed .icon {
    font-size: 20px;
    position: relative;
    top: 5px;
}

.subscription-success,
.email-success {
    color: #56CC35;
}

.subscription-failed .icon,
.email-failed .icon,
.subscription-success .icon,
.email-success .icon {
    font-size: 20px;
    position: relative;
    top: 5px;
}

/**
   * ------------------
   * list
   * ------------------
   */
ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

/**
   * =================
   * CONTAINER HALF CONTENT
   * =================
   */
.content-half {
    position: relative;
}

.container-half-left {
    left: 0;
    background-position: center right;
}

.container-half-right {
    right: 0;
    background-position: center left;
}

.vertical-middle-content {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

/**
   * ---------------------------------
   *  Section Background Size Property
   * ---------------------------------
   */
.bg-cover {
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: initial;
    background-repeat: no-repeat;
}

.dark-bg {
    background-color: #202026;
}

.section-separator {
    padding: 60px 0;
    padding-top: 100px;
}

.home-section-separator {
    padding-top: 100px;
    padding-bottom: 200px;
}

.bg-black {
    background-color: #000;
}

.form-control {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.16), 0 0px 2px 0 rgba(255, 255, 255, 0.12);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.16), 0 0px 2px 0 rgba(255, 255, 255, 0.12);
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
}

.form-control:focus {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.16), 0 0px 2px 0 rgba(255, 255, 255, 0.12);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.16), 0 0px 2px 0 rgba(255, 255, 255, 0.12);
    background-color: transparent;
}

.p-200 {
    padding: 0 200px;
}

.img-overlay {
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center center;
}

.image-bg {
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center center;
}

.home-2-img {
    background-image: url(../images/home-bg-img.jpg);
}

.featured-img-one {
    background-image: url(../images/home-bg-img.jpg);
}

.featured-img-two {
    background-image: url(../images/extra-feature-bg.jpg);
}

.map-image {
    background-image: url(../images/map-color-overlay.png);
}

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

button {
    outline: 0;
}

button:hover {
    outline: 0;
}

button:focus {
    outline: 0;
}

.btn {
    outline: 0;
}

.btn:hover {
    outline: 0;
}

.btn:focus {
    outline: 0;
}

.round-image {
    border-radius: 50%;
}

.form-control {
    padding: 20px;
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.form-control:focus {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    border-color: transparent;
}

.contact-message {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 20px;
    width: 100%;
    padding: 20px;
    outline: 0;
}

.contact-message:focus {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    border-color: transparent;
}

.mh-black-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

/** 
   * -----------------
   * General CSS
   * -----------------
   */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

.white-vertion.black-bg {
    background-color: #fff;
}

.white-vertion .single-comment {
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 20px 10px;
}

.white-vertion .blog-form-inner .contact-message,
.white-vertion .blog-form-inner .form-control {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(74, 71, 71, 0.8), 0 0px 1px 1px rgba(241, 241, 241, 0.8);
}

.white-vertion .section-loader {
    background: #fff;
}

.white-vertion ::-webkit-input-placeholder {
    color: #000;
}

.white-vertion :-ms-input-placeholder {
    color: #000;
}

.white-vertion ::-ms-input-placeholder {
    color: #000;
}

.white-vertion ::placeholder {
    color: #000;
}

.white-vertion a {
    color: #000;
}

.white-vertion h2 {
    color: #000;
}

.white-vertion h3 {
    color: #000;
}

.white-vertion h4 {
    color: #000;
}

.white-vertion h5 {
    color: #000;
}

.white-vertion h6 {
    color: #000;
}

.white-vertion p {
    color: #000;
}

.white-vertion address {
    color: #000;
}

.white-vertion span {
    color: #000;
}

.white-vertion ul li {
    color: #000;
}

.white-vertion div {
    color: #000;
}

.white-vertion .form-control {
    color: #fff;
}

.white-vertion .contact-message {
    color: #fff;
}

.white-vertion .nav-strict {
    background-color: #fff;
}

.white-vertion.home-video .img-color-overlay {
    background-color: rgba(255, 255, 255, 0.7);
}

.white-vertion .img-color-overlay {
    background-color: rgba(255, 255, 255, 0.9);
}

.white-vertion .dark-bg {
    background-color: #fff;
}

.white-vertion .mh-home .mh-header-info .mh-promo span {
    color: #fff;
}

.white-vertion .mh-project-gallery .grid-item figure figcaption a {
    color: #fff;
}

.white-vertion .mh-project-gallery .grid-item figure figcaption .title {
    color: #fff;
}

.white-vertion .mh-project-gallery .grid-item figure figcaption .sub-title {
    color: #fff;
}

.white-vertion .mh-portfolio-modal {
    background: #fff;
}

.white-vertion .page-item.active .page-link {
    background-color: #fff;
    color: #0bceaf;
}

.white-vertion .page-item .page-link {
    border-color: #000;
}

.white-vertion .navbar-toggler .icon,
.white-vertion .navbar-toggler .icon::after,
.white-vertion .navbar-toggler .icon::before {
    background-color: #000;
}

.white-vertion .mh-header .navbar-nav li a {
    color: #000;
    opacity: 0.8;
}

.white-vertion .mh-home .mh-header-info .social-icon li .fa:hover {
    background-color: #000;
}

.white-vertion h1,
.white-vertion h2,
.white-vertion h3,
.white-vertion h4,
.white-vertion h5,
.white-vertion h6,
.white-vertion p,
.white-vertion address,
.white-vertion span,
.white-vertion q {
    opacity: 0.8;
}

.white-vertion .mh-header .navbar-nav li.active a {
    padding-right: 0;
    padding-left: 0;
    border-color: #000;
}

.white-vertion .mh-header.nav-3 .navbar-nav li.active a {
    border-color: transparent;
}

.white-vertion .mh-footer .form-control {
    -webkit-box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
    box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
    color: #000;
}

.white-vertion .mh-footer .form-control:focus {
    -webkit-box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
    box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
}

.white-vertion .mh-footer .contact-message {
    -webkit-box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
    box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
    color: #000;
}

.white-vertion .mh-footer .contact-message:focus {
    -webkit-box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
    box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
}

.white-vertion .mh-footer-2 .form-control {
    -webkit-box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
    box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
}

.white-vertion .mh-footer-2 .form-control:focus {
    -webkit-box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
    box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
}

.white-vertion .mh-footer-2 .contact-message {
    -webkit-box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
    box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
}

.white-vertion .mh-footer-2 .contact-message:focus {
    -webkit-box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
    box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
}

.white-vertion .mh-blog .mh-blog-item .blog-inner h2 a {
    color: #202026;
}

.white-vertion .shadow-1 {
    -webkit-box-shadow: 0px 10px 20px 4px #00000015;
    box-shadow: 0px 10px 20px 4px #00000015;
}

.white-vertion .mh-pricing .mh-pricing {
    -webkit-box-shadow: 0px 10px 20px 4px #00000015;
    box-shadow: 0px 10px 20px 4px #00000015;
}

.white-vertion .mh-blog .mh-blog-item {
    -webkit-box-shadow: 0px 10px 20px 4px #00000015;
    box-shadow: 0px 10px 20px 4px #00000015;
}

.white-vertion .mh-experince .mh-education-deatils .mh-education-item {
    -webkit-box-shadow: 0px 10px 20px 4px #00000015;
    box-shadow: 0px 10px 20px 4px #00000015;
}

.white-vertion .mh-work .mh-experience-deatils .mh-work-item {
    -webkit-box-shadow: 0px 10px 20px 4px #00000015;
    box-shadow: 0px 10px 20px 4px #00000015;
}

.white-vertion .mh-testimonial .mh-client-item {
    -webkit-box-shadow: 0px 10px 20px 4px #00000015;
    box-shadow: 0px 10px 20px 4px #00000015;
}

.white-vertion.home-slider .mh-home .img-border {
    border: 20px solid rgba(0, 0, 0, 0.52);
}

.white-vertion.home-slider .mh-home .img-border {
    border-color: rgba(0, 0, 0, 0.62);
}

.white-vertion.home-slider .mh-home .hero-img img {
    border-color: rgba(0, 0, 0, 0.4);
}

.white-vertion.home-slider .img-color-overlay {
    background-color: rgba(255, 247, 247, 0.6);
}

.white-vertion.home-slider .mh-black-header .img-color-overlay {
    background-color: rgba(0, 0, 0, 0.6);
}

.white-vertion.home-slider .mh-black-header h2,
.white-vertion.home-slider .mh-black-header h4,
.white-vertion.home-slider .mh-black-header ul li,
.white-vertion.home-slider .mh-black-header a,
.white-vertion.home-slider .mh-black-header address {
    color: #fff;
}

.white-vertion.home-video .mh-black-header .img-color-overlay {
    background-color: rgba(0, 0, 0, 0.7);
}

.white-vertion.home-video .mh-black-header h2,
.white-vertion.home-video .mh-black-header h4,
.white-vertion.home-video .mh-black-header ul li,
.white-vertion.home-video .mh-black-header a,
.white-vertion.home-video .mh-black-header address {
    color: #fff;
    opacity: 0.9;
}

.white-vertion .mh-header.white-header.nav-strict .navbar-nav li a {
    color: #000;
}

.white-vertion .mh-header.white-header.nav-strict .navbar-nav li.active a {
    border-color: #000;
}

.white-vertion .mh-header.white-header .navbar-nav li a {
    color: #fff;
    opacity: 0.9;
}

.white-vertion .mh-header.white-header .navbar-nav li.active a {
    border-color: #fff;
}

.dark-vertion {
    opacity: 0.9;
}

.dark-vertion.black-bg {
    background-color: #100e17;
}

.dark-vertion .section-loader {
    background: #100e17;
}

.dark-vertion ::-webkit-input-placeholder {
    color: #fff;
}

.dark-vertion :-ms-input-placeholder {
    color: #fff;
}

.dark-vertion ::-ms-input-placeholder {
    color: #fff;
}

.dark-vertion ::placeholder {
    color: #fff;
}

.dark-vertion a {
    color: #fff;
}

.dark-vertion h2 {
    color: #fff;
}

.dark-vertion h3 {
    color: #fff;
}

.dark-vertion h4 {
    color: #fff;
}

.dark-vertion h5 {
    color: #fff;
}

.dark-vertion h6 {
    color: #fff;
}

.dark-vertion p {
    color: #fff;
}

.dark-vertion address {
    color: #fff;
}

.dark-vertion span {
    color: #fff;
}

.dark-vertion div {
    color: #fff;
}

.dark-vertion ul li {
    color: #fff;
}

.dark-vertion .form-control {
    color: #fff;
}

.dark-vertion .contact-message {
    color: #fff;
}

.dark-vertion .nav-strict {
    background-color: #202026;
}

.dark-vertion.home-video .img-color-overlay {
    background-color: rgba(0, 0, 0, 0.7);
}

.dark-vertion .img-color-overlay {
    background-color: rgba(0, 0, 0, 0.9);
}

.dark-vertion .mh-home .mh-header-info .social-icon li .fa:hover {
    background-color: #fff;
}

.dark-vertion .page-item.active .page-link {
    background-color: #fff;
    border-color: #fff;
    color: #0bceaf;
}

.dark-vertion .navbar-toggler .icon,
.dark-vertion .navbar-toggler .icon::after,
.dark-vertion .navbar-toggler .icon::before {
    background-color: #fff;
}

.dark-vertion .mh-header .navbar-nav li.active a {
    border-color: #fff;
    padding-right: 0;
    padding-left: 0;
}

.dark-vertion .mh-header.nav-3 .navbar-nav li.active a {
    border-color: transparent;
}

.dark-vertion .mh-footer .form-control {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.dark-vertion .mh-footer .form-control:focus {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.dark-vertion .mh-footer .contact-message {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.dark-vertion .mh-footer .contact-message:focus {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.dark-vertion .mh-footer-2 .form-control {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.dark-vertion .mh-footer-2 .form-control:focus {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.dark-vertion .mh-footer-2 .contact-message {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.dark-vertion .mh-footer-2 .contact-message:focus {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.dark-vertion .mh-work .mh-experience-deatils .mh-work-item {
    -webkit-box-shadow: -1rem 0 3rem #000;
    box-shadow: -1rem 0 3rem #000;
}

.dark-vertion .mh-pricing .mh-pricing {
    -webkit-box-shadow: -1rem 0 3rem #000;
    box-shadow: -1rem 0 3rem #000;
}

.dark-vertion .mh-blog .mh-blog-item {
    -webkit-box-shadow: -1rem 0 3rem #000;
    box-shadow: -1rem 0 3rem #000;
}

.dark-vertion .mh-footer-address .mh-address-footer-item {
    -webkit-box-shadow: -1rem 0 3rem #000;
    box-shadow: -1rem 0 3rem #000;
}

.dark-vertion .mh-experince .mh-education-deatils .mh-education-item {
    -webkit-box-shadow: -1rem 0 3rem #000;
    box-shadow: -1rem 0 3rem #000;
}

.dark-vertion .mh-service .mh-service-item {
    -webkit-box-shadow: -1rem 0 3rem #000;
    box-shadow: -1rem 0 3rem #000;
}

.dark-vertion .mh-home .hero-img img {
    border: 20px solid rgba(0, 0, 0, 0.4);
}

.dark-vertion .mh-home .img-border {
    border: 20px solid rgba(0, 0, 0, 0.9);
}

.dark-vertion .candidatos .parcial .progressBar {
    background: rgba(199, 198, 198, 0.6);
}

.dark-vertion .mh-progress path:nth-child(1) {
    stroke: rgba(255, 255, 255, 0.5);
}

.dark-vertion.home-slider .mh-home .img-border {
    border-color: rgba(255, 255, 255, 0.52);
}

.dark-vertion.home-slider .mh-home .hero-img img {
    border-color: rgba(255, 255, 255, 0.4);
}

.home-slider .mh-home .img-border {
    border: 20px solid rgba(0, 0, 0, 0.52);
}

.home-slider .img-color-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9;
    position: relative;
}

.home-video .mh-home .img-border {
    border: 20px solid rgba(0, 0, 0, 0.52);
}

.mh-rtl {
    text-align: right;
}

.mh-rtl .mh-work .mh-experience-deatils .mh-work-item .work-responsibility li .fa {
    margin-left: 10px;
}

.mh-rtl .mh-blog-post-info ul li strong {
    margin-left: 6px;
}

.mh-rtl .mh-footer .form-control {
    text-align: right;
}

.mh-rtl .mh-footer .contact-message {
    text-align: right;
}

/*
      ==============
      Navigation
      ==============
  */
/*---------------------------------------------------------------------*/
/* Loader 
  /*---------------------------------------------------------------------*/
.section-loader {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    z-index: 9999999;
}

.section-loader .loader {
    position: relative;
}

.section-loader .loader div {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    border-width: 4px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.section-loader .loader div:nth-child(1) {
    border-color: #E91E63;
}

.section-loader .loader div:nth-child(2) {
    border-color: #0dbda1;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.section-loader .loader {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

@keyframes loader {
    0% {
        top: 94px;
        left: 94px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 57px;
        left: 57px;
        width: 74px;
        height: 74px;
        opacity: 0;
    }
}

@-webkit-keyframes loader {
    0% {
        top: 94px;
        left: 94px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 57px;
        left: 57px;
        width: 74px;
        height: 74px;
        opacity: 0;
    }
}

/*
      ==============
         Navigation
      ==============
  */
.mh-nav {
    width: 100%;
}

.mh-header {
    padding: 10px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mh-header.nav-strict {
    padding: 10px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mh-header .navbar-nav li {
    margin: 0 20px;
}

.mh-header .navbar-nav li a {
    border-bottom: 1px solid transparent;
    font-weight: bold;
    font-family: "Vazir";
    font-size: 18px;
    opacity: 1;
    line-height: 30px;
}

.mh-header .navbar-nav li a.nav-link {
    padding-left: 0;
    padding-right: 0;
}

.mh-header .navbar-nav li a:hover {
    color: #0bceaf;
}

.nav-3 .navbar-dark .navbar-nav .nav-link a {
    color: rgba(255, 255, 255, 0.7);
}

.nav-3 .navbar-dark .navbar-nav .nav-link.active a {
    color: rgba(255, 255, 255, 0.7);
}

.nav-3 .navbar-nav {
    padding-top: 30px;
}

.home-padding {
    padding: 180px 0;
}

/*
      ==============
         Navigation
      ==============
  */
.mh-home-2 .mh-header-info {
    text-align: center;
    padding-top: 100px;
}

.mh-home-2 .mh-header-info .hero-img {
    margin-bottom: 30px;
}

.mh-home-2 .mh-header-info .hero-img img {
    border: 0px solid #fff;
    border-radius: 50%;
}

.mh-home-2 .mh-header-info h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    margin-top: 10px;
    margin-bottom: 0px;
    opacity: 0.9;
}

.mh-home-2 .mh-header-info h4 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.mh-home-2 .mh-header-info p {
    padding: 0 120px;
    font-weight: 300;
}

.mh-home-2 .mh-header-info ul li {
    margin: 10px 6px;
}

.mh-home-2 .mh-header-info ul.mh-home-contact {
    margin-bottom: 15px;
}

.mh-home-2 .mh-header-info ul.mh-home-contact li {
    display: inline-block;
    margin: 10px 15px;
}

.mh-home-2 .mh-header-info ul.mh-home-contact li .fa {
    margin-right: 10px;
}

.mh-home-2 .mh-header-info ul.mh-home-contact li:hover .fa {
    color: #0bceaf;
}

.mh-home-2 .mh-header-info .mh-about-tag {
    width: 60%;
    margin: 0 auto;
}

.mh-home-2 .mh-header-info .mh-about-tag ul li {
    margin: 6px;
}

/*
      ==============
         HOME
      ==============
  */
.mh-home .mh-header-info {
    padding-top: 100px;
}

.mh-home .mh-header-info .mh-promo {
    margin-bottom: 30px;
}

.mh-home .mh-header-info .mh-promo span {
    background-color: #0bceaf;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 10px 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 0px;
}

.mh-home .mh-header-info h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 65px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mh-home .mh-header-info h4 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 30px;
}

.mh-home .mh-header-info ul {
    margin-top: 20px;
}

.mh-home .mh-header-info ul li {
    margin: 10px 0;
}

.mh-home .mh-header-info ul li .fa {
    margin-right: 15px;
    display: inline-block;
}

.mh-home .mh-header-info ul li address {
    display: inline-block;
}

.mh-home .mh-header-info ul li:hover .fa {
    color: #0bceaf;
}

.mh-home .mh-header-info .social-icon {
    margin-top: 0;
}

.mh-home .mh-header-info .social-icon li .fa {
    font-size: 18px;
    line-height: 30px;
    padding: 4px 14px;
    margin-right: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 3px;
}

.mh-home .mh-header-info .social-icon li .fa:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mh-home .mh-header-info .social-icon li a {
    font-size: 25px;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 0;
    margin-right: 0;
    border-radius: 50%;
}

.mh-home .hero-img {
    margin: 0 auto;
    float: none;
    margin-top: 30px;
    text-align: center;
}

.mh-home .hero-img img {
    margin: 0 auto;
    float: none;
    text-align: center;
    border: 20px solid rgba(0, 0, 0, 0.17);
    border-radius: 50%;
}

.mh-home .img-border {
    height: 400px;
    width: 400px;
    border: 20px solid rgba(0, 0, 0, 0.07);
    margin: 0 auto;
    border-radius: 50%;
}

.mh-featured-project-img img {
    width: inherit !important;
    margin: 0 auto;
}

.mh-single-project-slide-by-side {
    margin: 0 auto;
}

/*
      ==============
         ABOUT
      ==============
  */
.mh-about .mh-about-inner {
    padding-left: 50px;
}

.mh-about .mh-about-inner h2 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.mh-about .mh-about-inner p {
    margin-bottom: 30px;
}

.mh-about .mh-about-inner .btn {
    margin-top: 20px;
}

.mh-about .mh-about-inner .btn .fa {
    margin-left: 10px;
}

.mh-about-tag {
    word-break: break-all;
    margin-bottom: 10px;
    margin-top: 10px;
}

.mh-about-tag ul li {
    margin: 0px 6px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 4px 0px;
    display: inline-block;
}

.mh-about-tag ul li span {
    border: 1px solid #0bceaf;
    padding: 4px 10px;
    border-radius: 4px;
}

.mh-about-tag ul li span:hover {
    background-color: transparent !important;
}

/*
      ==============
         SKILLS
      ==============
  */
.mh-skills .mh-professional-skill {
    padding-right: 60px;
}

.mh-skills .mh-professional-skill h3 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 60px;
}

.mh-professional-skills {
    padding-left: 20%;
}

.mh-professional-skills h3 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 60px;
}

.mh-professional-progress li {
    display: inline-block;
    margin: 0 auto;
    float: none;
    width: 48%;
    margin-bottom: 30px;
    text-align: center;
}

.mh-progress {
    margin-bottom: 10px;
    font: 900 1.1428571429em/1 Cinzel, cursive;
}

.mh-progress .progressbar-text {
    color: inherit !important;
}

.progress.progress-line {
    height: 10px;
    margin-right: 60px;
}

.progress.progress-line .progressbar-text {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 60px;
    -webkit-transform: translateY(-35%);
    transform: translateY(-35%);
    text-align: center;
}

.mh-progress.mh-progress-circle {
    display: inline-block;
    width: 100px;
    height: 100px;
}

.mh-progress path:nth-child(1) {
    stroke: rgba(0, 0, 0, 0.7);
}

.mh-progress path:nth-child(2) {
    stroke: #0bceaf;
}

.candidatos {
    position: relative;
    margin-bottom: 15px;
}

.candidatos .parcial {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.candidatos .parcial .info {
    position: relative;
}

.candidatos .parcial .info .nome {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    font-weight: 600;
    opacity: 0.9;
}

.candidatos .parcial .info .eleito,
.candidatos .parcial .info .segundo-turno {
    padding: 0 5px 2px 5px;
    border-radius: 2px;
}

.candidatos .parcial .info .percentagem-num {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-weight: normal;
}

.candidatos .parcial .progressBar {
    position: relative;
    width: 100%;
    height: 7px;
    margin: 30px 0 2px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
}

.candidatos .parcial .percentagem {
    position: absolute;
    top: 0;
    left: 0;
    height: 7px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #0bceaf;
    -webkit-transition: 3s all;
    -webkit-animation-duration: 3s;
    -webkit-animation-name: animationProgress;
}

.candidatos .parcial .partidas {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.percentual {
    -webkit-animation-name: animationProgress;
    animation-name: animationProgress;
}

@-webkit-keyframes animationProgress {
    from {
        width: 0;
    }
}

@keyframes animationProgress {
    from {
        width: 0;
    }
}

/*
      ==============
        EXPERIENCES
      ==============
  */
.mh-experince h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 60px;
}

.mh-experince .mh-education-deatils .mh-education-item {
    margin-bottom: 30px;
    padding: 26px 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.mh-experince .mh-education-deatils .mh-education-item:last-child {
    margin-bottom: 0;
}

.mh-experince .mh-education-deatils .mh-education-item h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.mh-experince .mh-education-deatils .mh-education-item h4 a {
    font-style: italic;
    margin-left: 4px;
    color: #0bceaf;
}

.mh-experince .mh-education-deatils .mh-education-item .mh-eduyear {
    margin: 10px 0;
    color: #0bceaf;
}

.mh-experince .mh-education-deatils .mh-education-item p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0;
}

/*
      ==============
        EDUCATION
      ==============
  */
.mh-education {
    padding-right: 30px;
}

.mh-work {
    padding-left: 30px;
}

.mh-work h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 60px;
}

.mh-work .mh-experience-deatils .mh-work-item {
    margin-bottom: 30px;
    padding: 20px 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.mh-work .mh-experience-deatils .mh-work-item:last-child {
    margin-bottom: 0;
}

.mh-work .mh-experience-deatils .mh-work-item h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.mh-work .mh-experience-deatils .mh-work-item h4 a {
    color: #0bceaf;
}

.mh-work .mh-experience-deatils .mh-work-item .mh-eduyear {
    margin: 10px 0;
    color: #0bceaf;
}

.mh-work .mh-experience-deatils .mh-work-item span {
    font-size: 12px;
    line-height: 22px;
}

.mh-work .mh-experience-deatils .mh-work-item .work-responsibility li {
    font-size: 14px;
    line-height: 23px;
    margin: 2px 0;
}

.mh-work .mh-experience-deatils .mh-work-item .work-responsibility li .fa {
    font-size: 10px;
    line-height: 23px;
    margin-right: 10px;
}

/*
      ==============
        Portfolio
      ==============
  */
.portfolio-nav {
    margin: 0 auto;
    margin-bottom: 40px;
}

.portfolio-nav ul {
    margin: 0 auto;
    float: none;
    text-align: center;
}

@media (max-width:576px) {
    .portfolio-nav ul {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        height: 40px;
    }

    .portfolio-nav ul li {
        margin: 0 5px;
    }
}

.portfolio-nav ul li {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}

.portfolio-nav ul li:hover {
    color: #0bceaf;
}

.portfolio-nav ul li.active {
    color: #0bceaf;
}

.mh-portfolio-modal {
    display: none;
    background: #282828;
}

.mh-portfolio-modal-inner {
    max-height: 500px;
    overflow-y: scroll;
    margin-right: 20px;
}

.mh-portfolio-modal-inner::-webkit-scrollbar-track {
    border: 1px solid #000;
    padding: 2px 0;
    background-color: #fff;
}

.mh-portfolio-modal-inner::-webkit-scrollbar {
    width: 10px;
}

.mh-portfolio-modal-inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px #000;
    box-shadow: inset 0 0 10px #000;
}

.mh-portfolio-modal-inner h2 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.mh-portfolio-modal-img img {
    margin-bottom: 20px;
}

.mix {
    display: none;
}

/*
      ==============
         Pricing
      ==============
  */
.mh-pricing .mh-pricing {
    padding: 30px 0;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 30px;
    border-radius: 4px;
}

.mh-pricing .mh-pricing:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mh-pricing .mh-pricing:hover .btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #0ab69a;
}

.mh-pricing .mh-pricing .fa {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
    color: #7af8e4;
}

.mh-pricing .mh-pricing h4 {
    margin-bottom: 10px;
    margin-top: 20px;
}

.mh-pricing .mh-pricing h5 {
    font-size: 36px;
    line-height: 40px;
    color: #0bceaf;
    margin-bottom: 20px;
    margin-top: 20px;
}

.mh-pricing .mh-pricing span {
    opacity: 0.8;
}

.mh-pricing .mh-pricing ul {
    margin: 30px 0;
}

.mh-pricing .mh-pricing ul li {
    margin: 2px 0;
}

.mh-pricing .mh-pricing .btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/*
      ==============
         BLOG
      ==============
  */
.mh-blog .mh-blog-item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px 10px 0px 0px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 30px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.mh-blog .mh-blog-item:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mh-blog .mh-blog-item .blog-inner {
    padding: 0px 20px;
    padding-bottom: 30px;
}

.mh-blog .mh-blog-item .blog-inner h2 a {
    color: #fff;
}

.mh-blog .mh-blog-item .blog-inner a {
    color: #0bceaf;
}

.mh-blog .mh-blog-item img {
    margin-bottom: 30px;
}

.mh-blog .mh-blog-item h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.mh-blog .mh-blog-item h2 a {
    color: #0bceaf;
}

.mh-blog .mh-blog-item h2 a:hover {
    color: #0ac4a7;
}

/*
      ==============
         MH VIDEO
      ==============
  */
.mh-video .each-video {
    padding-top: 30px;
    padding-bottom: 30px;
}

.mh-video .each-video p {
    margin-top: 20px;
    padding: 0 160px;
}

.mh-video .each-video .fa {
    background-color: #fff;
    border-radius: 50%;
    color: black;
    height: 40px;
    width: 40px;
    margin-top: 20px;
    line-height: 40px;
    text-align: center;
}

/*
      ==============
         QUATES
      ==============
  */
.mh-quates .each-quates {
    padding-top: 30px;
    padding-bottom: 30px;
}

.mh-quates .each-quates p {
    margin-top: 20px;
}

.mh-quates .each-quates .fa {
    background-color: #fff;
    border-radius: 50%;
    color: black;
    height: 40px;
    width: 40px;
    margin-top: 20px;
    line-height: 40px;
    text-align: center;
}

/*
      ==============
         VIDEO
      ==============
  */
.mh-video .each-video {
    padding: 30px 0;
}

.mh-video .each-video p {
    margin-top: 20px;
}

.mh-video .each-video .fa {
    background-color: #fff;
    border-radius: 50%;
    color: black;
    height: 40px;
    width: 40px;
    margin-top: 20px;
    line-height: 40px;
    text-align: center;
}

/*
      =================
         TESTIMONIAL
      =================
  */
.mh-testimonial.mh-single-testimonial .mh-client-item p {
    padding: 0 160px;
    margin: 60px 0;
}

.mh-testimonial.mh-2-testimonial .mh-client-item p {
    padding: 0 0px;
    margin: 20px 0;
}

.mh-testimonial .mh-client-item {
    margin: 0 auto;
    float: none;
    text-align: center;
    padding: 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.mh-testimonial .mh-client-item img {
    width: inherit;
    float: none;
    margin: 0 auto;
    border: 5px solid #0bceaf;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 50%;
}

.mh-testimonial .mh-client-item p {
    margin: 10px 0;
}

.mh-testimonial .mh-client-item p::before {
    content: open-quote;
    margin-right: 6px;
    font-size: 20px;
}

.mh-testimonial .mh-client-item p::after {
    content: close-quote;
    margin-left: 6px;
    font-size: 20px;
}

.mh-testimonial .mh-client-item h4 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 0;
}

.mh-testimonial .mh-client-item span {
    font-size: 14px;
    line-height: 24px;
}

.mh-testimonial .each-client-item {
    margin: 30px 20px;
}

.mh-testimonial .owl-controls .owl-nav {
    display: none !important;
}

.mh-testimonial .owl-controls .owl-dots {
    padding-left: 15px;
    margin-top: 30px;
    text-align: center;
}

.mh-testimonial .owl-controls .owl-dots .owl-dot {
    height: 15px;
    width: 15px;
    border: 1px solid #0bceaf;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.mh-testimonial .owl-controls .owl-dots .owl-dot.active {
    background-color: #0bceaf;
}

/*
      ==============
        FOOTER ONE
      ==============
  */
.mh-footer ::-webkit-input-placeholder {
    opacity: 0.9;
}

.mh-footer :-ms-input-placeholder {
    opacity: 0.9;
}

.mh-footer ::-ms-input-placeholder {
    opacity: 0.9;
}

.mh-footer ::placeholder {
    opacity: 0.9;
}

.mh-footer .form-control {
    padding: 20px;
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.mh-footer .form-control:focus {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    border-color: transparent;
}

.mh-footer .contact-message {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    background-color: transparent;
    border-color: transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    width: 100%;
    padding: 20px;
    outline: 0;
}

.mh-footer .contact-message:focus {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    border-color: transparent;
}

/*
      ==============
         MAP
      ==============
  */
.mh-map {
    padding: 0px;
    margin-top: 10px;
}

.mh-map #mh-map {
    height: 400px;
    width: 100%;
}

/*
      ============
      Footer Address
      ==============
  */
.mh-footer-address {
    margin-bottom: 60px;
}

.mh-footer-address .mh-address-footer-item {
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 4px;
}

.mh-footer-address .mh-address-footer-item h4 {
    margin-bottom: 20px;
}

.mh-footer-address .mh-address-footer-item address {
    margin-bottom: 0;
}

.mh-footer-address .mh-address-footer-item .each-icon {
    margin-bottom: 30px;
}

.mh-footer-address .mh-address-footer-item .each-icon .fa {
    text-align: center;
    width: 100px;
    height: 100px;
    border: 1px solid;
    border-radius: 50%;
    line-height: 100px;
    font-size: 20px;
    border-color: #0bceaf;
}

/*
  ====================
      Subpage
  ====================
  */
.mh-page-title {
    padding-top: 100px;
}

.mh-page-title h2 {
    font-size: 40px;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.nav-strict {
    z-index: 99;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.mh-fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

/*
  ====================
      FOOTER 3
  ====================
  */
.mh-footer-2 .form-control {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
}

.mh-footer-2 .form-control:focus {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    background-color: transparent;
}

.mh-footer-2 .contact-message {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.mh-footer-2 .contact-message:focus {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    background-color: transparent;
}

.mh-copyright {
    margin-top: 60px;
}

/*
  ==================
      FOOTER 3
  =================
  */
.mh-footer-3 .mh-footer-address .mh-address-footer-item {
    padding: 10px 30px;
    text-align: center;
    margin-bottom: 15px;
}

.mh-footer-3 .mh-footer-address .mh-address-footer-item h4 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.mh-footer-3 .mh-footer-address .mh-address-footer-item .each-info {
    padding-left: 40px;
    text-align: left;
}

.mh-footer-3 .form-control {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
}

.mh-footer-3 .form-control:focus {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    background-color: transparent;
}

.mh-footer-3 .contact-message {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.mh-footer-3 .contact-message:focus {
    -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
    background-color: transparent;
}

/*
  ===============
      Mobile Nav
  ==============
  */
.old {
    /*==============
                  Overlay            
        ================== */
    /*  Navigation Menu */
}

.old .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 320px;
    left: 0;
    z-index: 990;
    margin-top: 0px;
    padding: 0;
    background-color: #0bceaf;
    transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: none;
}

.old .navbar-collapse.show {
    transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
}

.old .collapse {
    display: block;
}

.old .navbar-fixed-bottom .navbar-collapse,
.old .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
}

.old .navbar-header {
    position: fixed;
    z-index: 999;
    width: 100%;
    margin-top: 0px;
    left: 0;
}

.old .navbar-toggler .icon {
    transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
}

.old .navbar-toggler .icon,
.old .navbar-toggler .icon::after,
.old .navbar-toggler .icon::before {
    width: 22px;
    height: 2px;
    position: absolute;
    background-color: #fff;
    border-radius: 2px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.old .navbar-toggler .icon::after,
.old .navbar-toggler .icon::before {
    content: '';
    top: 0;
    right: 0;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.old .navbar-toggler .icon::after {
    transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
}

.old .navbar-toggler .icon::before {
    transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
}

.old .navbar-toggler.active .icon::after {
    transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
    -o-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
    -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
    -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
}

.old .navbar-toggler.active .icon::before {
    transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
    -o-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
    -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
    -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
}

.old .navbar-toggler.active .icon::after,
.old .navbar-toggler.active .icon::before {
    background-color: #fff;
}

.old .navbar-toggler.active .icon {
    background-color: transparent;
}

.old .navbar-toggler:focus {
    outline: 0 !important;
}

.old .strict {
    background-color: rgba(0, 0, 0, 0.9);
    padding-bottom: 65px;
}

.old .navbar-toggler {
    padding: 15px;
    margin-right: 15px;
    margin-left: 20%;
    margin-top: 15px;
    z-index: 1000;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
}

.old .navbar-header .navbar-toggler .icon-bar {
    background-color: #0bceaf;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.old .navbar-header .navbar-toggler.active .icon-bar {
    background-color: #fff;
}

.old .overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 3;
}

.old .overlay.active {
    display: block;
}

.old .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 320px;
    left: 0;
    z-index: 990;
    margin-top: 0px;
    padding: 0;
    background-color: #0bceaf;
    transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: none;
}

.old .navbar-collapse .nav {
    margin-top: 75px;
    border-top: 1px solid;
    border-top-color: rgba(255, 255, 255, 0.1);
    padding: 20px;
}

.old .navbar-collapse .nav li {
    text-align: center;
    margin-bottom: 0px;
    width: 100%;
    display: block;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate3d(-20px, -10px, 0);
    transform: translate3d(-20px, -10px, 0);
}

.old .navbar-collapse .nav li a {
    background-color: transparent;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 26px;
}

.old .navbar-collapse .nav li a:hover {
    color: white !important;
    background: transparent;
}

.old .navbar-collapse .nav li a.active {
    color: #fff;
}

.old .navbar-collapse .nav li.active {
    color: #fff;
}

.old .navbar-collapse.active {
    transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
}

.old .collapse.in {
    background-color: rgba(0, 0, 0, 0.9);
}

.old .navbar-dark .navbar-toggler {
    border-color: transparent;
}

.old .navbar-dark .navbar-toggler-icon {
    background-image: inherit;
}

.new {
    z-index: 99;
    /*-------------------------------*/
    /*            Overlay            */
    /*-------------------------------*/
    /*  Navigation Menu */
}

.new .nav-btn .navbar-toggler.active {
    display: none;
}

.new .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 320px;
    left: 0;
    z-index: 990;
    margin-top: 0px;
    padding: 0;
    background-color: #0bceaf;
    transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: none;
}

.new .navbar-collapse.active {
    transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
}

.new .collapse {
    display: block;
}

.new .navbar-fixed-bottom .navbar-collapse,
.new .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
}

.new .navbar-header {
    position: fixed;
    z-index: 999;
    width: 100%;
    margin-top: 0px;
    left: 0;
}

.new .navbar-toggler .icon {
    transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
}

.new .navbar-toggler .icon,
.new .navbar-toggler .icon::after,
.new .navbar-toggler .icon::before {
    width: 22px;
    height: 2px;
    position: absolute;
    background-color: #fff;
    border-radius: 2px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.new .navbar-toggler .icon::after,
.new .navbar-toggler .icon::before {
    content: '';
    top: 0;
    right: 0;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.new .navbar-toggler .icon::after {
    transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
}

.new .navbar-toggler .icon::before {
    transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
}

.new .navbar-toggler.active .icon::after {
    transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
    -o-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
    -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
    -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
}

.new .navbar-toggler.active .icon::before {
    transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
    -o-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
    -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
    -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
}

.new .navbar-toggler.active .icon::after,
.new .navbar-toggler.active .icon::before {
    background-color: #fff;
}

.new .navbar-toggler.active .icon {
    background-color: transparent;
}

.new .navbar-toggler:focus {
    outline: 0 !important;
}

.new .strict {
    background-color: rgba(0, 0, 0, 0.9);
    padding-bottom: 65px;
}

.new .navbar-toggler {
    padding: 15px;
    margin-right: 15px;
    margin-left: 20%;
    margin-top: 15px;
    z-index: 1000;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
}

.new .navbar-header .navbar-toggler .icon-bar {
    background-color: #0bceaf;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.new .navbar-header .navbar-toggler.active .icon-bar {
    background-color: #fff;
}

.new .overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 3;
}

.new .overlay.active {
    display: block;
}

.new .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 320px;
    left: 0;
    z-index: 990;
    margin-top: 0px;
    padding: 0;
    background-color: #0bceaf;
    transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: none;
}

.new .navbar-collapse .nav {
    margin-top: 75px;
    border-top: 1px solid;
    border-top-color: rgba(255, 255, 255, 0.1);
    padding: 20px;
}

.new .navbar-collapse .nav li {
    text-align: center;
    margin-bottom: 0px;
    width: 100%;
    display: block;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate3d(-20px, -10px, 0);
    transform: translate3d(-20px, -10px, 0);
}

.new .navbar-collapse .nav li a {
    background-color: transparent;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 26px;
}

.new .navbar-collapse .nav li a:hover {
    color: white !important;
    background: transparent;
}

.new .navbar-collapse .nav li a.active {
    color: #fff;
}

.new .navbar-collapse .nav li.active {
    color: #fff;
}

.new .navbar-collapse.active {
    transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
}

.new .collapse.in {
    background-color: rgba(0, 0, 0, 0.9);
}

.new .navbar-dark .navbar-toggler {
    border-color: transparent;
}

.new .navbar-dark .navbar-toggler-icon {
    background-image: inherit;
}

/*
  ====================
     PORTFOLIO
  ===================
  */
.grid-item {
    margin-bottom: 20px;
}

.portfolio-nav {
    text-align: center;
    margin-bottom: 50px;
}

.portfolio-nav ul li {
    display: inline-block;
    margin: 0 20px;
    cursor: pointer;
}

.portfolio-nav ul li span {
    padding: 15px 0;
    border-bottom: 2px solid transparent;
}

.portfolio-nav ul li.current span {
    border-bottom: 2px solid #0bceaf;
}

.mh-project-gallery .grid-item figure {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.mh-project-gallery .grid-item figure img {
    position: relative;
    width: 100%;
    display: block;
}

.mh-project-gallery .grid-item figure figcaption {
    position: absolute;
    padding: 15px;
    height: 100%;
    width: 100%;
    top: auto;
    left: 0;
    color: #fff;
    bottom: 0;
    z-index: 10;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mh-project-gallery .grid-item figure figcaption:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
    -o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
    -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
    -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
    z-index: -1;
    opacity: 0;
}

.mh-project-gallery .grid-item figure figcaption .fa {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: 22%;
    margin-top: -22px;
    transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    letter-spacing: 0px;
}

.mh-project-gallery .grid-item figure figcaption .title {
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    top: 27%;
    margin-top: 30px;
    margin-top: -2px;
    transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    letter-spacing: 0px;
}

.mh-project-gallery .grid-item figure figcaption .sub-title {
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 13px;
    top: 35%;
    margin-top: 0.5rem;
    transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    letter-spacing: 0px;
}

.mh-project-gallery .grid-item figure figcaption a {
    position: absolute;
    z-index: 1111;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-indent: -99999px;
}

.mh-project-gallery .grid-item figure:hover {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mh-project-gallery .grid-item figure:hover figcaption {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: rgba(11, 206, 175, 0.9);
}

.mh-project-gallery .grid-item figure:hover figcaption:after {
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mh-project-gallery .grid-item figure:hover figcaption .fa {
    transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
}

.mh-project-gallery .grid-item figure:hover figcaption .title {
    transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
}

.mh-project-gallery .grid-item figure:hover figcaption .sub-title {
    transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 1;
}

.home-ov-img {
    background-image: url(../images/header-bg-2.png);
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center center;
}

.mh-featured-project .mh-featured-item {
    margin: 30px 0;
}

.mh-featured-project .mh-featured-item .mh-featured-project-content .project-category {
    font-size: 14px;
    color: #0bceaf;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mh-featured-project .mh-featured-item .mh-featured-project-content h2 {
    letter-spacing: 2px;
    margin-top: 12px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.mh-featured-project .mh-featured-item .mh-featured-project-content span {
    text-transform: uppercase;
}

.mh-featured-project .mh-featured-item .mh-featured-project-content p {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
}

.mh-featured-project .mh-featured-item .mh-featured-project-content .mh-testimonial blockquote {
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

.mh-featured-project .mh-featured-item .mh-featured-project-content .mh-testimonial blockquote q {
    font-style: italic;
}

.mh-featured-project .mh-featured-item .mh-featured-project-content .mh-testimonial blockquote q::before {
    content: open-quote;
}

.mh-featured-project .mh-featured-item .mh-featured-project-content .mh-testimonial blockquote q::after {
    content: close-quote;
}

.mh-featured-project .mh-featured-item .mh-featured-project-content .mh-testimonial blockquote cite {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-top: 10px;
}

.mh-single-project-slide .owl-controls .owl-nav {
    display: none !important;
}

.mh-single-project-slide .owl-controls .owl-dots {
    padding-left: 15px;
    margin-top: 30px;
    text-align: center;
}

.mh-single-project-slide .owl-controls .owl-dots .owl-dot {
    height: 15px;
    width: 15px;
    border: 1px solid #0bceaf;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.mh-single-project-slide .owl-controls .owl-dots .owl-dot.active {
    background-color: #0bceaf;
}

.mh-single-project-slide-by-side .owl-next {
    position: absolute;
    border-radius: 50%;
    top: 48%;
    height: 50px;
    width: 50px;
    right: -10%;
}

.mh-single-project-slide-by-side .owl-next .fa {
    font-size: 40px;
    margin-left: 15px;
}

.mh-single-project-slide-by-side .owl-prev {
    position: absolute;
    border-radius: 50%;
    top: 48%;
    left: -10%;
    height: 50px;
    width: 50px;
}

.mh-single-project-slide-by-side .owl-prev .fa {
    font-size: 40px;
    margin-left: 10px;
}

.section-title h3 {
    margin-bottom: 60px;
}

.section-title h2 {
    margin-bottom: 60px;
}

/*
      ==============
         SERVICES
      ==============
  */
.mh-service .mh-service-item {
    padding: 20px;
    border-radius: 4px;
}

.mh-service .mh-service-item .fa {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 16px;
}

.mh-service .mh-service-item .fa.purple-color {
    color: #9774fa;
}

.mh-service .mh-service-item .fa.iron-color {
    color: #ed7256;
}

.mh-service .mh-service-item .fa.sky-color {
    color: #2796e2;
}

.mh-service .mh-service-item h3 {
    margin-bottom: 18px;
    font-size: 25px;
    line-height: 34px;
}

.mh-service .mh-service-item a {
    color: #0bceaf;
}

.mh-service .mh-service-item a .fa {
    font-size: 16px;
    line-height: 27px;
    margin-left: 6px;
}

/*
  =================
  BLOG Pagination
  =============
  */
.mh-pagination {
    margin: 40px 0;
}

.mh-pagination ul li {
    margin: 0 10px;
}

.mh-pagination .page-link {
    position: relative;
    display: block;
    padding: 12px 16px;
    margin-left: -1px;
    border-radius: 50%;
    line-height: 14px;
    background-color: transparent;
    border: 1px solid #fff;
    font-weight: bold;
}

.mh-pagination .page-link:hover {
    color: #0bceaf;
}

.mh-pagination .page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.mh-pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.mh-blog-sidebar {
    padding: 0 20px;
}

.sidebar-item {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 30px;
    padding: 20px 10px;
}

.sidebar-item h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}

.mh-author-info {
    text-align: center;
}

.mh-author-info h2 {
    font-size: 24px;
    line-height: 34px;
    margin: 0;
}

.mh-author-info h4 {
    font-size: 14px;
    margin: 0;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}

.mh-author-info .mh-author-img {
    margin: 0 auto;
    margin-bottom: 10px;
    float: none;
    text-align: center;
}

.mh-author-info .mh-author-img img {
    margin: 0 auto;
    text-align: center;
    border: 10px solid rgba(0, 0, 0, 0.17);
    border-radius: 50%;
}

.mh-author-info .img-border {
    height: 130px;
    width: 130px;
    border: 10px solid rgba(0, 0, 0, 0.07);
    margin: 0 auto;
    border-radius: 50%;
}

.mh-author-info .social-icon li a:hover {
    color: #0bceaf;
}

.mh-blog-category h4 {
    margin: 0;
    margin-bottom: 10px;
}

.mh-blog-category ul li {
    display: block;
    margin: 2px 0;
}

.mh-blog-category ul li a:hover {
    color: #0bceaf;
}

.mh-blog-insta ul li {
    width: 48%;
    display: inline-block;
    margin-bottom: 10px;
}

.mh-blog-insta ul li img {
    padding-right: 4px;
}

.mh-blog-post-info {
    margin-bottom: 10px;
}

.mh-blog-post-info ul li {
    display: inline-block;
    margin: 0 6px;
    margin-left: 0;
}

.mh-blog-post-info ul li strong {
    margin-right: 6px;
}

.mh-blog .mh-blog-item.blog-single h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
}

.mh-blog .mh-blog-item.blog-single h3 {
    margin-bottom: 10px;
}

.mh-blog .mh-blog-item.blog-single ul {
    padding-left: 30px;
    margin-bottom: 20px;
}

.mh-blog .mh-blog-item.blog-single ul li {
    list-style-type: circle;
}

.mh-blog-next-prev-post a {
    color: #0bceaf;
}

.mh-blog-next-prev-post a .fa {
    margin: 0 4px;
}

.shadow-one {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.mh-related-post {
    padding: 30px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 0;
    margin-bottom: 30px;
}

.blog-form-inner {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 30px;
}

.blog-form-inner h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 34px;
}

.comments {
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.comment-deatils span {
    color: #0bceaf;
}

.single-comment {
    overflow: hidden;
    margin-top: 30px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.post-comment {
    margin-top: 30px;
    padding: 30px;
}

#msgSubmit {
    margin-top: 20px;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
}

/*
  |===================
  | SLIDER
  |===================
  */
/* Preloader */
.header-slider {
    overflow: hidden;
}

.slider_preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
    min-height: 750px;
}

.slider_preloader_status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/slider/status.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

.header-slider-preloader {
    min-height: 750px;
}

.header-slider {
    position: relative;
}

.header-slider .owl-dots {
    background: transparent;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0%;
}

.header-slider .slider-preloader-wrap,
.header-slider .item {
    text-align: center;
}

.header-slider .item {
    background-size: cover;
    position: relative;
    z-index: 1;
}

.header-slider .slide-img {
    bottom: 0;
    position: absolute;
    right: 5%;
    width: auto !important;
}

.header-slider .item::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.header-slider .slide-table {
    display: table;
    height: 100%;
    width: 100%;
}

.header-slider .slide-tablecell {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.6);
    padding: 280px 0;
}

.header-slider .slide-tablecell h1 {
    color: #fff;
    text-transform: uppercase;
}

.header-slider .slide-tablecell .slide-btn:hover {
    text-decoration: none;
    border-color: transparent;
}

.header-slider .slide-tablecell .slide-btn {
    color: #fff;
    border-color: transparent;
    background-color: #6D40e3;
}

.header-slider .slide-tablecell .slide-btn i.fa {
    margin-left: 10px;
}

.header-slider .slide-tablecell .slide-text>*:nth-child(1) {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.header-slider .slide-tablecell .slide-text>*:nth-child(2) {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    margin-bottom: 30px;
}

.header-slider .slide-tablecell .slide-text>*:nth-child(3) {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-top: 30px;
}

.header-slider .slide-tablecell .slide-text>*:nth-child(4) {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.header-slider .slide-tablecell .slide-text h1 {
    color: #fff;
    text-transform: capitalize;
}

.header-slider .slide-tablecell .slide-text p {
    font-size: 18px;
    line-height: 30px;
    padding: 0 200px;
    margin: 30px 0;
}

.header-slider .owl-nav {
    color: #fff;
    font-size: 60px;
    left: 0;
    line-height: 70px;
    margin-top: -35px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    display: none;
}

.header-slider .owl-theme .owl-dots .owl-dot {
    border: 1px solid #fff;
    display: inline-block;
    height: 8px;
    cursor: pointer;
    margin: 5px;
    width: 15px;
    background-color: #fff;
    border-radius: 6px;
}

.header-slider .animation-slide .owl-dots {
    bottom: 15px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-slider .owl-theme .owl-dots .owl-dot.active {
    background-color: #fff;
    border-color: #fff;
    width: 30px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-slider .item,
.header-slider .preloader-wrap {
    background-color: #bfbfbf;
}

.get-quate h2 {
    font-size: 34px;
}

.animation-slides {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 0000;
}

.header-slider .item div {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.mh-about-tag-2 {
    text-align: center;
}

.mh-about-tag-2 ul {
    margin-bottom: 30px;
    margin-top: 20px;
}

/*# sourceMappingURL=styles.css.map */
/* Elegant & Professional Enhancement CSS */

/* ==========================================
   MODERN COLOR SCHEME
   ========================================== */
:root {
    --primary-color: #5a4cdb;
    --primary-dark: #4a3cca;
    --secondary-color: #ef4444;
    --secondary-dark: #dc2626;
    --accent-color: #0d9488;
    --text-primary: #1e293b;
    --text-secondary: #64748b;
    --bg-light: #f8fafc;
    --bg-white: #ffffff;
    --border-light: #e2e8f0;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.12);
    --shadow-lg: 0 12px 24px rgba(0, 0, 0, 0.15);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ==========================================
   GLOBAL ENHANCEMENTS
   ========================================== */
html,
body {
    scroll-behavior: smooth;
}

body {
    background-color: var(--bg-white);
    color: var(--text-secondary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--text-primary);
    font-weight: 700;
}

/* ==========================================
   NAVBAR ENHANCEMENT
   ========================================== */
.navbar {
    background-color: var(--bg-white) !important;
    box-shadow: var(--shadow-sm) !important;
    transition: var(--transition);
    border-bottom: 1px solid var(--border-light);
}

.navbar.top-nav-collapse {
    box-shadow: var(--shadow-md) !important;
}

.navbar .nav-link {
    transition: var(--transition);
    color: var(--text-secondary) !important;
    font-weight: 500;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: var(--primary-color) !important;
}

.navbar .logo-image img {
    transition: var(--transition);
}

.navbar .logo-image:hover img {
    filter: brightness(1.1);
}

/* ==========================================
   HEADER SECTION
   ========================================== */
.header {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
    padding-bottom: 4rem !important;
}

.header .h1-large {
    color: var(--text-primary);
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.header .p-large {
    color: var(--text-secondary);
}

/* ==========================================
   BUTTON STYLES
   ========================================== */
.btn-solid-lg,
.btn-solid-reg {
    transition: var(--transition);
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.85rem;
}

.btn-solid-lg {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: white !important;
    box-shadow: 0 4px 15px rgba(90, 76, 219, 0.3);
}

.btn-solid-lg:hover {
    background-color: var(--primary-dark) !important;
    border-color: var(--primary-dark) !important;
    color: white !important;
    box-shadow: 0 8px 25px rgba(90, 76, 219, 0.4);
    transform: translateY(-2px);
}

.btn-solid-lg.secondary {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
}

.btn-solid-lg.secondary:hover {
    background-color: var(--secondary-dark) !important;
    border-color: var(--secondary-dark) !important;
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.4);
    transform: translateY(-2px);
}

.btn-outline-lg,
.btn-outline-reg,
.btn-outline-sm {
    border: 2px solid var(--text-primary);
    color: var(--text-primary);
    transition: var(--transition);
}

.btn-outline-lg:hover,
.btn-outline-reg:hover,
.btn-outline-sm:hover {
    background-color: var(--text-primary);
    color: white;
    box-shadow: 0 4px 12px rgba(30, 41, 59, 0.2);
    transform: translateY(-2px);
}

/* ==========================================
   CARD STYLES
   ========================================== */
.cards-1 .card {
    background-color: var(--bg-white) !important;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border-radius: 20px;
}

.cards-1 .card:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-color);
}

.cards-1 .card-title {
    color: var(--text-primary);
    font-weight: 700;
    margin-bottom: 1rem;
}

.cards-1 .card-image img {
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
    transition: var(--transition);
}

.cards-1 .card:hover .card-image img {
    filter: drop-shadow(0 6px 20px rgba(90, 76, 219, 0.2));
    transform: scale(1.05);
}

/* ==========================================
   SECTION BACKGROUNDS
   ========================================== */
.basic-1 {
    background-color: var(--bg-white);
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.basic-1 p {
    color: var(--text-primary);
    font-size: 1.05rem;
    line-height: 1.8;
}

.cards-1 {
    background-color: var(--bg-light);
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

/* ==========================================
   FORM ELEMENTS
   ========================================== */
.form-control-input,
.form-control-select,
.form-control-textarea {
    border: 2px solid var(--border-light);
    transition: var(--transition);
    background-color: var(--bg-white);
    color: var(--text-secondary);
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(90, 76, 219, 0.1);
    outline: none;
}

.form-control-submit-button {
    background-color: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
    color: white !important;
    transition: var(--transition);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-control-submit-button:hover {
    background-color: var(--primary-dark) !important;
    border-color: var(--primary-dark) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(90, 76, 219, 0.3);
}

/* ==========================================
   FOOTER
   ========================================== */
.footer {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-top: 1px solid var(--border-light);
    padding-top: 3rem !important;
}

/* FontAwesome removed - replaced with simple social links */
.social-link {
    display: inline-block;
    margin: 0 0.5rem;
    padding: 0.5rem 1rem;
    color: var(--primary-color);
    text-decoration: none;
    transition: var(--transition);
    border-radius: 8px;
}

.social-link:hover {
    color: var(--secondary-color);
    background-color: var(--bg-light);
    transform: scale(1.05);
}

/* ==========================================
   PORTFOLIO GRID
   ========================================== */
.portfolioContainer .grid-item {
    transition: var(--transition);
}

.portfolioContainer figure {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    cursor: pointer;
}

.portfolioContainer figure:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.portfolioContainer .fig-caption {
    /* background: rgba(0, 0, 0, 0.85); */
    /* backdrop-filter: blur(4px); */
}

.portfolioContainer figure a {
    display: block;
    width: 100%;
    height: 100%;
}

/* ==========================================
   PRICING SECTION
   ========================================== */
.cards-2 {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%) !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.pricing-cards-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.cards-2 .card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--transition);
    background-color: rgba(255, 255, 255, 0.98) !important;
    border-radius: 16px;
    padding: 2.5rem !important;
    display: flex;
    flex-direction: column;
}

.cards-2 .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(90, 76, 219, 0.2);
}

.cards-2 .card-title {
    color: var(--primary-color);
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cards-2 .card .price {
    margin-bottom: 1.5rem;
}

.cards-2 .card .currency {
    color: var(--text-primary);
    font-weight: 800;
    font-size: 1.1rem;
}

.cards-2 .card .li-space-lg li {
    margin-bottom: 1rem;
}

.cards-2 .button-wrapper {
    margin-top: auto;
    padding-top: 1.5rem;
}

/* ==========================================
   CONTACT SECTION
   ========================================== */
.contact-section {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.contact-bg-decoration {
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(90, 76, 219, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.contact-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.contact-title {
    color: var(--text-primary);
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.contact-subtitle {
    color: var(--text-secondary);
    font-size: 1.1rem;
    margin-bottom: 3rem;
}

.contact-methods {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.contact-method-item {
    background-color: var(--bg-white);
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid var(--border-light);
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
}

.contact-method-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-color);
}

.method-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    border-radius: 50%;
    color: white;
    font-size: 1.5rem;
    transition: var(--transition);
}

.contact-method-item:hover .method-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 20px rgba(90, 76, 219, 0.3);
}

.method-info h5 {
    color: var(--text-primary);
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.method-info p {
    color: var(--text-secondary);
    margin-bottom: 0;
}

.method-info a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
}

.method-info a:hover {
    color: var(--secondary-color);
}

.contact-cta {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    padding: 3rem 2rem;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(90, 76, 219, 0.2);
    transition: var(--transition);
}

.contact-cta:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(90, 76, 219, 0.3);
}

.cta-text {
    color: white;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.contact-cta .btn-solid-lg {
    background-color: white !important;
    color: var(--primary-color) !important;
    border-color: white !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contact-cta .btn-solid-lg:hover {
    background-color: var(--bg-light) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* ==========================================
   ABOUT SECTION
   ========================================== */
#aboutus {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

#aboutus h4 {
    color: var(--primary-color);
    font-weight: 700;
}

.whyus {
    background-color: var(--bg-light);
    padding: 2rem;
    border-radius: 16px;
    border-left: 4px solid var(--primary-color);
}

.whyus li {
    color: var(--text-secondary);
    margin-bottom: 1.2rem;
    padding-left: 1.5rem;
    position: relative;
}

.whyus li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.2rem;
}

/* ==========================================
   CONTACT SECTION
   ========================================== */
.contact-info {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    background-color: var(--bg-light);
    padding: 1rem 1.5rem;
    border-radius: 50px;
    transition: var(--transition);
    cursor: pointer;
}

.contact-item:hover {
    background-color: var(--primary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.contact-icon {
    font-size: 1.3rem;
}

/* ==========================================
   TESTIMONIALS
   ========================================== */
.slider-1 .card {
    background-color: var(--bg-white);
    border: none;
    box-shadow: var(--shadow-sm);
    border-radius: 16px;
    transition: var(--transition);
    padding: 2rem;
}

.slider-1 .card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}

.slider-1 .card-image {
    border: 3px solid var(--primary-color);
    box-shadow: 0 4px 12px rgba(90, 76, 219, 0.2);
}

.user-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px !important;
    height: 80px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 1.25rem !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark)) !important;
    box-shadow: var(--shadow-md) !important;
    transition: var(--transition);
}

.user-icon-container:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 20px rgba(90, 76, 219, 0.3) !important;
}

.user-icon-container .user-icon {
    font-size: 3.5rem;
    color: white;
    line-height: 1;
}

.slider-1 .testimonial-text {
    color: var(--text-secondary);
    line-height: 1.8;
}

.slider-1 .testimonial-author {
    color: var(--text-primary);
    font-weight: 700;
}

/* ==========================================
   ANIMATIONS
   ========================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

.slide-in-right {
    animation: slideInRight 0.6s ease-out;
}

/* ==========================================
   UTILITY CLASSES
   ========================================== */
.text-primary {
    color: var(--primary-color) !important;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.shadow-sm {
    box-shadow: var(--shadow-sm) !important;
}

.shadow-md {
    box-shadow: var(--shadow-md) !important;
}

.shadow-lg {
    box-shadow: var(--shadow-lg) !important;
}

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

/* ==========================================
   RESPONSIVE ENHANCEMENTS
   ========================================== */
@media (max-width: 1024px) {
    .pricing-cards-wrapper {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1.5rem;
    }

    .contact-methods {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-method-item {
        flex-direction: column;
        text-align: center;
    }

    .method-icon {
        margin: 0 auto 1rem;
    }

    .method-info {
        text-align: center;
    }
}

@media (max-width: 900px) {
    .contact-title {
        font-size: 2rem;
    }

    .contact-methods {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .header {
        padding-top: 3rem !important;
        padding-bottom: 2rem !important;
    }

    .cards-1 .card {
        margin-bottom: 2rem;
    }

    .contact-info {
        flex-direction: column;
        gap: 1rem;
    }

    .contact-item {
        justify-content: center;
        width: 100%;
    }

    .cards-2 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .pricing-cards-wrapper {
        grid-template-columns: 1fr !important;
        gap: 1rem;
    }

    .cards-2 .card {
        padding: 1.5rem !important;
    }

    .cards-2 .card-title {
        font-size: 1.1rem;
    }

    .cards-2 .card .currency {
        font-size: 1rem;
    }

    .cards-2 .card .li-space-lg li {
        margin-bottom: 0.75rem;
        font-size: 0.95rem;
    }

    .cards-2 .card .media-body {
        font-size: 0.9rem;
    }

    .cards-2 .button-wrapper {
        padding-top: 1rem;
    }


    .contact-bg-decoration {
        width: 300px;
        height: 300px;
        top: -30%;
        right: -15%;
    }

    .contact-title {
        font-size: 1.8rem;
        margin-bottom: 0.3rem;
    }

    .contact-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .contact-methods {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-bottom: 2rem;
    }

    .contact-method-item {
        padding: 1.5rem;
        display: flex;
        gap: 1rem;
        text-align: left;
    }

    .method-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 1.2rem;
        margin: 0;
    }

    .method-info h5 {
        font-size: 1rem;
    }

    .method-info p {
        font-size: 0.9rem;
    }

    .contact-cta {
        padding: 2rem 1.5rem;
    }

    .cta-text {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}