﻿/*Start Fonts*/
@font-face {
    font-family: 'irsns-regular-fa';
    src: url('../../fonts/irsns-regular-fa.eot?#') format('eot'), /* IE6–8 */
    url('../../fonts/irsns-regular-fa.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../../fonts/irsns-regular-fa.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: 'irsns-regular';
    src: url('../../fonts/irsns-regular.eot?#') format('eot'), /* IE6–8 */
    url('../../fonts/irsns-regular.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../../fonts/irsns-regular.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: 'irsns-light-fa';
    src: url('../../fonts/irsns-light-fa.eot?#') format('eot'), /* IE6–8 */
    url('../../fonts/irsns-light-fa.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../../fonts/irsns-light-fa.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: 'irsns-light';
    src: url('../../fonts/irsns-light.eot?#') format('eot'), /* IE6–8 */
    url('../../fonts/irsns-light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../../fonts/irsns-light.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: 'irsns-bold-fa';
    src: url('../../fonts/irsns-bold-fa.eot?#') format('eot'), /* IE6–8 */
    url('../../fonts/irsns-bold-fa.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../../fonts/irsns-bold-fa.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: 'irsns-bold';
    src: url('../../fonts/irsns-bold.eot?#') format('eot'), /* IE6–8 */
    url('../../fonts/irsns-bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../../fonts/irsns-bold.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url('../../fonts/iranyekanwebbold.eot');
    src: url('../../fonts/iranyekanwebbold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../../fonts/iranyekanwebbold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../../fonts/iranyekanwebbold.ttf') format('truetype');
}

/*reset*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*------------------------------------------------------
	Basic Styling 
--------------------------------------------------------*/
* {
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    text-decoration: none;
    transition: 0.5s;
}
html {
    position: relative;
    min-height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden
}
body[data-theme='light'], .light-bg, .light-mode-texts {
    --bg: #fff;
    --bg-2: #f8f9fc;
    --bg-3: #f3f4f6;
    --bg-4: rgba(169, 210, 255, 0.1);
    --bg-5: #f2f5fb;
    --bg-6: #f9fafc;
    font-family: irsns-regular-fa;
    --bg-7: #fdfdfd;
    --bg-8: #e6f8f9;
    --bg-9: rgba(230, 248, 249, 0.4);
    --color-headings: #fff;
    --color-headings-2: #262729;
    --color-headings-3: #000;
    --color-headings-4: #555;
    --color-texts: rgba(37, 55, 63, 0.7);
    --color-texts-2: #3b4656;
    --color-texts-3: rgba(38, 39, 41, 0.7);
    --border-color: rgba(128, 138, 142, 0.2);
    --border-color-2: rgba(37, 55, 63, 0.1);
    --border-color-3: rgba(38, 39, 41, 0.1);
    --border-color-4: rgba(181, 181, 181, 0.2);
    --border-color-5: rgba(38, 39, 41, 0.3);
    --border-color-6: rgba(130, 130, 136, 0.3);
    direction: rtl;
    text-align: right;
}

body {
    --bg: #fff;
    --bg-2: #f8f9fc;
    --bg-3: #f3f4f6;
    --bg-4: rgba(169, 210, 255, 0.1);
    --bg-5: #f2f5fb;
    --bg-6: #f9fafc;
    --bg-7: #fdfdfd;
    --bg-8: #e6f8f9;
    --bg-9: rgba(230, 248, 249, 0.4);
    --color-headings: #25373f;
    --color-headings-2: #262729;
    --color-headings-3: #000;
    --color-texts: rgba(37, 55, 63, 0.7);
    --color-texts-2: #3b4656;
    --color-texts-3: rgba(38, 39, 41, 0.7);
    --border-color: rgba(128, 138, 142, 0.2);
    --border-color-2: rgba(37, 55, 63, 0.1);
    --border-color-3: rgba(38, 39, 41, 0.1);
    --border-color-4: rgba(181, 181, 181, 0.2);
    --border-color-5: rgba(38, 39, 41, 0.3);
    --border-color-6: rgba(130, 130, 136, 0.3);
    margin: 0;
    direction: rtl;
    word-wrap: break-word;
    font-family: 'irsns-light-fa',Tahoma,Arial;
    font-size: 0.9rem;
    line-height: 1.5em;
    text-align: justify;
}

.main_wrap {
    min-height: 400px;
}

.container-fluid {
    padding-right: 35px;
    padding-left: 35px;
}

@media (max-width: 576px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}
/*=== Media Query ===*/
.h-45 {
    height: 45px !important;
}

.h-100vh {
    height: 100vh;
}

.w-140 {
    width: 140px !important;
}

.min-w-163 {
    min-width: 163px !important;
}

.rounded-10 {
    border-radius: 10px !important;
}

.rounded-25 {
    border-radius: 25px !important;
}

.rounded-50 {
    border-radius: 50px !important;
}

.rounded-55 {
    border-radius: 55px !important;
}

.rounded-56 {
    border-radius: 56px !important;
}

.bg-default-3 {
    background-color: var(--bg-3);
}

.bg-default-4 {
    background-color: var(--bg-4);
}

.bg-default-7 {
    background-color: var(--bg-7);
}

.bg-default-8 {
    background-color: var(--bg-8);
}

.bg-default-9 {
    background-color: var(--bg-9);
}

.bg-electric-violet-3 {
    background-color: #6001d3 !important;
}

.hover-link--readical-red:hover {
    color: #fd346e !important;
}

.hover-link--yellow:hover {
    color: #fcdc00 !important;
}

.hover-link--primary:hover {
    color: #ff5722 !important;
}

.hover-link--java-2:hover {
    color: #1de2cf !important;
}

.hover-link--electric-violet-3:hover {
    color: #6001d3 !important;
}

.border-shark {
    border-color: #262729;
}
p {
    font-size:1rem;
    line-height: 1.7rem;
    text-align: justify;
}

h1, h2, h3, h4, h5 {
    font-family: irsns-bold;
}

h1, h2 {
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: bold;
}
li
{
    line-height:1.8rem;
}

h3, .h5, h5 {
    font-size: 1rem !important;
}

.plcholder {
    min-height: 400px;
}

a:hover {
    text-decoration: none;
    color: #159deb;
}


.btn {
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    min-width: 110px;
    line-height: 28px;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'irsns-light-fa';
}

    .btn.btn--medium {
        width: 137px;
        height: 50px;
    }

    .btn.btn--medium-2 {
        width: 142px;
        height: 56px;
        font-family: 'irsns-light-fa';
    }

    .btn.btn--medium-3 {
        width: 164px;
        height: 56px;
    }

    .btn.btn--medium-4 {
        min-width: 158px;
        height: 42px;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: normal;
        line-height: 22px;
    }

    .btn.btn--medium-5 {
        min-width: 177px;
        height: 56px;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: normal;
        line-height: 22px;
    }

    .btn.btn--lg {
        min-width: 172px;
        height: 50px;
        border-radius: 5px;
    }

    .btn.btn--lg-2 {
        min-width: 180px;
        height: 56px;
        border-radius: 5px;
        font-size: 15px;
        font-family: 'irsns-light-fa';
    }

    .btn.btn--lg-3 {
        min-width: 183px;
        height: 56px;
        border-radius: 5px;
        font-size: 15px;
        font-family: 'irsns-light-fa';
    }

    .btn.btn--xl {
        min-width: 194px;
        height: 45px;
    }

    .btn.btn--xxl {
        min-width: 194px;
        height: 60px;
        border-radius: 5px;
        font-family: 'irsns-light-fa';
    }

    .btn.btn--190 {
        width: 190px;
        height: 60px;
        font-family: 'irsns-light-fa';
    }

    .btn.btn--btn-header-7 {
        min-width: 172px;
        height: 42px;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: normal;
    }

    .btn.btn--header-inner {
        min-width: 125px;
        height: 42px;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: normal;
        font-family: 'irsns-light-fa';
    }

    .btn.squer--btn {
        min-width: 44px;
        height: 45px;
        border-radius: 10px;
        background-color: rgba(38, 39, 41, 0.3);
        color: #fff;
    }

    .btn.with-icon i {
        margin-right: -5px;
        margin-left: 3px;
        font-size: 16px;
        margin-top: 2px;
    }

    .btn.with-icon-2 i {
        margin-right: -5px;
        margin-left: 7px;
        font-size: 21px;
    }

.btn-reset {
    background: transparent;
    border: 0;
}

button:focus {
    outline: none;
}

.btn-link {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 28px;
    padding: 0;
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: 'iranyekan';
    text-decoration: none;
}

.btn-link--2 {
    min-width: -webkit-fit-content !important;
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 0 !important;
    height: 30px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 30px;
    text-align: right !important;
    display: inline-flex;
    align-items: center;
}

    .btn-link--2.with--line {
        border-bottom: 2px solid var(--border-color);
    }

        .btn-link--2.with--line.border--primary {
            border-color: #ff5722;
        }

.bookmark-button:before {
    content: "\f02e";
    color: inherit;
    font-size: inherit;
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
}

.bookmark-button:hover:before, .bookmark-button.clicked:before {
    font-weight: 900;
    color: green;
}

.btn-primary {
    color: #000;
    background-color: #ff5722;
    border-color: #ff5722;
}

    .btn-primary:hover {
        color: #000;
        background-color: #ff7043;
        border-color: #ff6838;
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        color: #000;
        background-color: #ff7043;
        border-color: #ff6838;
        box-shadow: 0 0 0 0.2rem rgba(217, 74, 29, 0.5);
    }

    .btn-check:checked + .btn-primary,
    .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
    .show > .btn-primary.dropdown-toggle {
        color: #000;
        background-color: #ff794e;
        border-color: #ff6838;
    }

        .btn-check:checked + .btn-primary:focus,
        .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(217, 74, 29, 0.5);
        }

    .btn-primary:disabled, .btn-primary.disabled {
        color: #000;
        background-color: #ff5722;
        border-color: #ff5722;
    }

.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

    .btn-black:hover {
        color: #fff;
        background-color: black;
        border-color: black;
    }

    .btn-check:focus + .btn-black, .btn-black:focus {
        color: #fff;
        background-color: black;
        border-color: black;
        box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
    }

    .btn-check:checked + .btn-black,
    .btn-check:active + .btn-black, .btn-black:active, .btn-black.active,
    .show > .btn-black.dropdown-toggle {
        color: #fff;
        background-color: black;
        border-color: black;
    }

        .btn-check:checked + .btn-black:focus,
        .btn-check:active + .btn-black:focus, .btn-black:active:focus, .btn-black.active:focus,
        .show > .btn-black.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
        }

    .btn-black:disabled, .btn-black.disabled {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

.btn-white {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

    .btn-white:hover {
        color: #000;
        background-color: white;
        border-color: white;
    }

    .btn-check:focus + .btn-white, .btn-white:focus {
        color: #000;
        background-color: white;
        border-color: white;
        box-shadow: 0 0 0 0.2rem rgba(217, 217, 217, 0.5);
    }

    .btn-check:checked + .btn-white,
    .btn-check:active + .btn-white, .btn-white:active, .btn-white.active,
    .show > .btn-white.dropdown-toggle {
        color: #000;
        background-color: white;
        border-color: white;
    }

        .btn-check:checked + .btn-white:focus,
        .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus,
        .show > .btn-white.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(217, 217, 217, 0.5);
        }

    .btn-white:disabled, .btn-white.disabled {
        color: #000;
        background-color: #fff;
        border-color: #fff;
    }

.btn-readical-red {
    color: #000;
    background-color: #fd346e;
    border-color: #fd346e;
}

    .btn-readical-red:hover {
        color: #000;
        background-color: #fd5284;
        border-color: #fd487d;
    }

    .btn-check:focus + .btn-readical-red, .btn-readical-red:focus {
        color: #000;
        background-color: #fd5284;
        border-color: #fd487d;
        box-shadow: 0 0 0 0.2rem rgba(215, 44, 94, 0.5);
    }

    .btn-check:checked + .btn-readical-red,
    .btn-check:active + .btn-readical-red, .btn-readical-red:active, .btn-readical-red.active,
    .show > .btn-readical-red.dropdown-toggle {
        color: #000;
        background-color: #fd5d8b;
        border-color: #fd487d;
    }

        .btn-check:checked + .btn-readical-red:focus,
        .btn-check:active + .btn-readical-red:focus, .btn-readical-red:active:focus, .btn-readical-red.active:focus,
        .show > .btn-readical-red.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(215, 44, 94, 0.5);
        }

    .btn-readical-red:disabled, .btn-readical-red.disabled {
        color: #000;
        background-color: #fd346e;
        border-color: #fd346e;
    }

.btn-torch-red {
    color: #000;
    background-color: #ff1e38;
    border-color: #ff1e38;
}

    .btn-torch-red:hover {
        color: #000;
        background-color: #ff4056;
        border-color: #ff354c;
    }

    .btn-check:focus + .btn-torch-red, .btn-torch-red:focus {
        color: #000;
        background-color: #ff4056;
        border-color: #ff354c;
        box-shadow: 0 0 0 0.2rem rgba(217, 26, 48, 0.5);
    }

    .btn-check:checked + .btn-torch-red,
    .btn-check:active + .btn-torch-red, .btn-torch-red:active, .btn-torch-red.active,
    .show > .btn-torch-red.dropdown-toggle {
        color: #000;
        background-color: #ff4b60;
        border-color: #ff354c;
    }

        .btn-check:checked + .btn-torch-red:focus,
        .btn-check:active + .btn-torch-red:focus, .btn-torch-red:active:focus, .btn-torch-red.active:focus,
        .show > .btn-torch-red.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(217, 26, 48, 0.5);
        }

    .btn-torch-red:disabled, .btn-torch-red.disabled {
        color: #000;
        background-color: #ff1e38;
        border-color: #ff1e38;
    }

.btn-purple-heart {
    color: #fff;
    background-color: #6a26da;
    border-color: #6a26da;
}

    .btn-purple-heart:hover {
        color: #fff;
        background-color: #5a20b9;
        border-color: #551eae;
    }

    .btn-check:focus + .btn-purple-heart, .btn-purple-heart:focus {
        color: #fff;
        background-color: #5a20b9;
        border-color: #551eae;
        box-shadow: 0 0 0 0.2rem rgba(128, 71, 224, 0.5);
    }

    .btn-check:checked + .btn-purple-heart,
    .btn-check:active + .btn-purple-heart, .btn-purple-heart:active, .btn-purple-heart.active,
    .show > .btn-purple-heart.dropdown-toggle {
        color: #fff;
        background-color: #551eae;
        border-color: #501da4;
    }

        .btn-check:checked + .btn-purple-heart:focus,
        .btn-check:active + .btn-purple-heart:focus, .btn-purple-heart:active:focus, .btn-purple-heart.active:focus,
        .show > .btn-purple-heart.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(128, 71, 224, 0.5);
        }

    .btn-purple-heart:disabled, .btn-purple-heart.disabled {
        color: #fff;
        background-color: #6a26da;
        border-color: #6a26da;
    }

.btn-electric-violet-2 {
    color: #fff;
    background-color: #5034fc;
    border-color: #5034fc;
}

    .btn-electric-violet-2:hover {
        color: #fff;
        background-color: #442cd6;
        border-color: #402aca;
    }

    .btn-check:focus + .btn-electric-violet-2, .btn-electric-violet-2:focus {
        color: #fff;
        background-color: #442cd6;
        border-color: #402aca;
        box-shadow: 0 0 0 0.2rem rgba(106, 82, 252, 0.5);
    }

    .btn-check:checked + .btn-electric-violet-2,
    .btn-check:active + .btn-electric-violet-2, .btn-electric-violet-2:active, .btn-electric-violet-2.active,
    .show > .btn-electric-violet-2.dropdown-toggle {
        color: #fff;
        background-color: #402aca;
        border-color: #3c27bd;
    }

        .btn-check:checked + .btn-electric-violet-2:focus,
        .btn-check:active + .btn-electric-violet-2:focus, .btn-electric-violet-2:active:focus, .btn-electric-violet-2.active:focus,
        .show > .btn-electric-violet-2.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(106, 82, 252, 0.5);
        }

    .btn-electric-violet-2:disabled, .btn-electric-violet-2.disabled {
        color: #fff;
        background-color: #5034fc;
        border-color: #5034fc;
    }

.btn-electric-violet-3 {
    color: #fff;
    background-color: #6001d3;
    border-color: #6001d3;
}

    .btn-electric-violet-3:hover {
        color: #fff;
        background-color: #5201b3;
        border-color: #4d01a9;
    }

    .btn-check:focus + .btn-electric-violet-3, .btn-electric-violet-3:focus {
        color: #fff;
        background-color: #5201b3;
        border-color: #4d01a9;
        box-shadow: 0 0 0 0.2rem rgba(120, 39, 218, 0.5);
    }

    .btn-check:checked + .btn-electric-violet-3,
    .btn-check:active + .btn-electric-violet-3, .btn-electric-violet-3:active, .btn-electric-violet-3.active,
    .show > .btn-electric-violet-3.dropdown-toggle {
        color: #fff;
        background-color: #4d01a9;
        border-color: #48019e;
    }

        .btn-check:checked + .btn-electric-violet-3:focus,
        .btn-check:active + .btn-electric-violet-3:focus, .btn-electric-violet-3:active:focus, .btn-electric-violet-3.active:focus,
        .show > .btn-electric-violet-3.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(120, 39, 218, 0.5);
        }

    .btn-electric-violet-3:disabled, .btn-electric-violet-3.disabled {
        color: #fff;
        background-color: #6001d3;
        border-color: #6001d3;
    }

.btn-bittersweet {
    color: #000;
    background-color: #ff7272;
    border-color: #ff7272;
}

    .btn-bittersweet:hover {
        color: #000;
        background-color: #ff8787;
        border-color: #ff8080;
    }

    .btn-check:focus + .btn-bittersweet, .btn-bittersweet:focus {
        color: #000;
        background-color: #ff8787;
        border-color: #ff8080;
        box-shadow: 0 0 0 0.2rem rgba(217, 97, 97, 0.5);
    }

    .btn-check:checked + .btn-bittersweet,
    .btn-check:active + .btn-bittersweet, .btn-bittersweet:active, .btn-bittersweet.active,
    .show > .btn-bittersweet.dropdown-toggle {
        color: #000;
        background-color: #ff8e8e;
        border-color: #ff8080;
    }

        .btn-check:checked + .btn-bittersweet:focus,
        .btn-check:active + .btn-bittersweet:focus, .btn-bittersweet:active:focus, .btn-bittersweet.active:focus,
        .show > .btn-bittersweet.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(217, 97, 97, 0.5);
        }

    .btn-bittersweet:disabled, .btn-bittersweet.disabled {
        color: #000;
        background-color: #ff7272;
        border-color: #ff7272;
    }

.btn-niagara {
    color: #000;
    background-color: #099a97;
    border-color: #099a97;
}

    .btn-niagara:hover {
        color: #000;
        background-color: #2ea9a7;
        border-color: #22a4a1;
    }

    .btn-check:focus + .btn-niagara, .btn-niagara:focus {
        color: #000;
        background-color: #2ea9a7;
        border-color: #22a4a1;
        box-shadow: 0 0 0 0.2rem rgba(8, 131, 128, 0.5);
    }

    .btn-check:checked + .btn-niagara,
    .btn-check:active + .btn-niagara, .btn-niagara:active, .btn-niagara.active,
    .show > .btn-niagara.dropdown-toggle {
        color: #000;
        background-color: #3aaeac;
        border-color: #22a4a1;
    }

        .btn-check:checked + .btn-niagara:focus,
        .btn-check:active + .btn-niagara:focus, .btn-niagara:active:focus, .btn-niagara.active:focus,
        .show > .btn-niagara.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(8, 131, 128, 0.5);
        }

    .btn-niagara:disabled, .btn-niagara.disabled {
        color: #000;
        background-color: #099a97;
        border-color: #099a97;
    }

.btn-yellow {
    color: #000;
    background-color: #fcdc00;
    border-color: #fcdc00;
}

    .btn-yellow:hover {
        color: #000;
        background-color: #fce126;
        border-color: #fce01a;
    }

    .btn-check:focus + .btn-yellow, .btn-yellow:focus {
        color: #000;
        background-color: #fce126;
        border-color: #fce01a;
        box-shadow: 0 0 0 0.2rem rgba(214, 187, 0, 0.5);
    }

    .btn-check:checked + .btn-yellow,
    .btn-check:active + .btn-yellow, .btn-yellow:active, .btn-yellow.active,
    .show > .btn-yellow.dropdown-toggle {
        color: #000;
        background-color: #fde333;
        border-color: #fce01a;
    }

        .btn-check:checked + .btn-yellow:focus,
        .btn-check:active + .btn-yellow:focus, .btn-yellow:active:focus, .btn-yellow.active:focus,
        .show > .btn-yellow.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(214, 187, 0, 0.5);
        }

    .btn-yellow:disabled, .btn-yellow.disabled {
        color: #000;
        background-color: #fcdc00;
        border-color: #fcdc00;
    }

.btn-shark {
    color: #fff;
    background-color: #262729;
    border-color: #262729;
}

    .btn-shark:hover {
        color: #fff;
        background-color: #202123;
        border-color: #1e1f21;
    }

    .btn-check:focus + .btn-shark, .btn-shark:focus {
        color: #fff;
        background-color: #202123;
        border-color: #1e1f21;
        box-shadow: 0 0 0 0.2rem rgba(71, 71, 73, 0.5);
    }

    .btn-check:checked + .btn-shark,
    .btn-check:active + .btn-shark, .btn-shark:active, .btn-shark.active,
    .show > .btn-shark.dropdown-toggle {
        color: #fff;
        background-color: #1e1f21;
        border-color: #1d1d1f;
    }

        .btn-check:checked + .btn-shark:focus,
        .btn-check:active + .btn-shark:focus, .btn-shark:active:focus, .btn-shark.active:focus,
        .show > .btn-shark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(71, 71, 73, 0.5);
        }

    .btn-shark:disabled, .btn-shark.disabled {
        color: #fff;
        background-color: #262729;
        border-color: #262729;
    }

.btn-link-water {
    color: #000;
    background-color: #f2f5fb;
    border-color: #f2f5fb;
}

    .btn-link-water:hover {
        color: #000;
        background-color: #f4f7fc;
        border-color: #f3f6fb;
    }

    .btn-check:focus + .btn-link-water, .btn-link-water:focus {
        color: #000;
        background-color: #f4f7fc;
        border-color: #f3f6fb;
        box-shadow: 0 0 0 0.2rem rgba(206, 208, 213, 0.5);
    }

    .btn-check:checked + .btn-link-water,
    .btn-check:active + .btn-link-water, .btn-link-water:active, .btn-link-water.active,
    .show > .btn-link-water.dropdown-toggle {
        color: #000;
        background-color: #f5f7fc;
        border-color: #f3f6fb;
    }

        .btn-check:checked + .btn-link-water:focus,
        .btn-check:active + .btn-link-water:focus, .btn-link-water:active:focus, .btn-link-water.active:focus,
        .show > .btn-link-water.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(206, 208, 213, 0.5);
        }

    .btn-link-water:disabled, .btn-link-water.disabled {
        color: #000;
        background-color: #f2f5fb;
        border-color: #f2f5fb;
    }

.btn-egg-blue {
    color: #000;
    background-color: #0abfbc;
    border-color: #0abfbc;
}

    .btn-egg-blue:hover {
        color: #000;
        background-color: #2fc9c6;
        border-color: #23c5c3;
    }

    .btn-check:focus + .btn-egg-blue, .btn-egg-blue:focus {
        color: #000;
        background-color: #2fc9c6;
        border-color: #23c5c3;
        box-shadow: 0 0 0 0.2rem rgba(9, 162, 160, 0.5);
    }

    .btn-check:checked + .btn-egg-blue,
    .btn-check:active + .btn-egg-blue, .btn-egg-blue:active, .btn-egg-blue.active,
    .show > .btn-egg-blue.dropdown-toggle {
        color: #000;
        background-color: #3bccc9;
        border-color: #23c5c3;
    }

        .btn-check:checked + .btn-egg-blue:focus,
        .btn-check:active + .btn-egg-blue:focus, .btn-egg-blue:active:focus, .btn-egg-blue.active:focus,
        .show > .btn-egg-blue.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(9, 162, 160, 0.5);
        }

    .btn-egg-blue:disabled, .btn-egg-blue.disabled {
        color: #000;
        background-color: #0abfbc;
        border-color: #0abfbc;
    }

.btn-outline-primary {
    color: #ff5722;
    border-color: #ff5722;
}

    .btn-outline-primary:hover {
        color: #000;
        background-color: #ff5722;
        border-color: #ff5722;
    }

    .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.5);
    }

    .btn-check:checked + .btn-outline-primary,
    .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
        color: #000;
        background-color: #ff5722;
        border-color: #ff5722;
    }

        .btn-check:checked + .btn-outline-primary:focus,
        .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.5);
        }

    .btn-outline-primary:disabled, .btn-outline-primary.disabled {
        color: #ff5722;
        background-color: transparent;
    }

.btn-outline-black {
    color: #000;
    border-color: #000;
}

    .btn-outline-black:hover {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

    .btn-check:focus + .btn-outline-black, .btn-outline-black:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
    }

    .btn-check:checked + .btn-outline-black,
    .btn-check:active + .btn-outline-black, .btn-outline-black:active, .btn-outline-black.active, .btn-outline-black.dropdown-toggle.show {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

        .btn-check:checked + .btn-outline-black:focus,
        .btn-check:active + .btn-outline-black:focus, .btn-outline-black:active:focus, .btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
        }

    .btn-outline-black:disabled, .btn-outline-black.disabled {
        color: #000;
        background-color: transparent;
    }

.btn-outline-white {
    color: #fff;
    border-color: #fff;
}

    .btn-outline-white:hover {
        color: #000;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    }

    .btn-check:checked + .btn-outline-white,
    .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
        color: #000;
        background-color: #fff;
        border-color: #fff;
    }

        .btn-check:checked + .btn-outline-white:focus,
        .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
        }

    .btn-outline-white:disabled, .btn-outline-white.disabled {
        color: #fff;
        background-color: transparent;
    }

.btn-outline-readical-red {
    color: #fd346e;
    border-color: #fd346e;
}

    .btn-outline-readical-red:hover {
        color: #000;
        background-color: #fd346e;
        border-color: #fd346e;
    }

    .btn-check:focus + .btn-outline-readical-red, .btn-outline-readical-red:focus {
        box-shadow: 0 0 0 0.2rem rgba(253, 52, 110, 0.5);
    }

    .btn-check:checked + .btn-outline-readical-red,
    .btn-check:active + .btn-outline-readical-red, .btn-outline-readical-red:active, .btn-outline-readical-red.active, .btn-outline-readical-red.dropdown-toggle.show {
        color: #000;
        background-color: #fd346e;
        border-color: #fd346e;
    }

        .btn-check:checked + .btn-outline-readical-red:focus,
        .btn-check:active + .btn-outline-readical-red:focus, .btn-outline-readical-red:active:focus, .btn-outline-readical-red.active:focus, .btn-outline-readical-red.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.2rem rgba(253, 52, 110, 0.5);
        }

    .btn-outline-readical-red:disabled, .btn-outline-readical-red.disabled {
        color: #fd346e;
        background-color: transparent;
    }

.btn-outline-torch-red {
    color: #ff1e38;
    border-color: #ff1e38;
}

    .btn-outline-torch-red:hover {
        color: #000;
        background-color: #ff1e38;
        border-color: #ff1e38;
    }

    .btn-check:focus + .btn-outline-torch-red, .btn-outline-torch-red:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 30, 56, 0.5);
    }

    .btn-check:checked + .btn-outline-torch-red,
    .btn-check:active + .btn-outline-torch-red, .btn-outline-torch-red:active, .btn-outline-torch-red.active, .btn-outline-torch-red.dropdown-toggle.show {
        color: #000;
        background-color: #ff1e38;
        border-color: #ff1e38;
    }

        .btn-check:checked + .btn-outline-torch-red:focus,
        .btn-check:active + .btn-outline-torch-red:focus, .btn-outline-torch-red:active:focus, .btn-outline-torch-red.active:focus, .btn-outline-torch-red.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 30, 56, 0.5);
        }

    .btn-outline-torch-red:disabled, .btn-outline-torch-red.disabled {
        color: #ff1e38;
        background-color: transparent;
    }

.btn-outline-purple-heart {
    color: #6a26da;
    border-color: #6a26da;
}

    .btn-outline-purple-heart:hover {
        color: #fff;
        background-color: #6a26da;
        border-color: #6a26da;
    }

    .btn-check:focus + .btn-outline-purple-heart, .btn-outline-purple-heart:focus {
        box-shadow: 0 0 0 0.2rem rgba(106, 38, 218, 0.5);
    }

    .btn-check:checked + .btn-outline-purple-heart,
    .btn-check:active + .btn-outline-purple-heart, .btn-outline-purple-heart:active, .btn-outline-purple-heart.active, .btn-outline-purple-heart.dropdown-toggle.show {
        color: #fff;
        background-color: #6a26da;
        border-color: #6a26da;
    }

        .btn-check:checked + .btn-outline-purple-heart:focus,
        .btn-check:active + .btn-outline-purple-heart:focus, .btn-outline-purple-heart:active:focus, .btn-outline-purple-heart.active:focus, .btn-outline-purple-heart.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.2rem rgba(106, 38, 218, 0.5);
        }

    .btn-outline-purple-heart:disabled, .btn-outline-purple-heart.disabled {
        color: #6a26da;
        background-color: transparent;
    }

.btn-outline-electric-violet-2 {
    color: #5034fc;
    border-color: #5034fc;
}

    .btn-outline-electric-violet-2:hover {
        color: #fff;
        background-color: #5034fc;
        border-color: #5034fc;
    }

    .btn-check:focus + .btn-outline-electric-violet-2, .btn-outline-electric-violet-2:focus {
        box-shadow: 0 0 0 0.2rem rgba(80, 52, 252, 0.5);
    }

    .btn-check:checked + .btn-outline-electric-violet-2,
    .btn-check:active + .btn-outline-electric-violet-2, .btn-outline-electric-violet-2:active, .btn-outline-electric-violet-2.active, .btn-outline-electric-violet-2.dropdown-toggle.show {
        color: #fff;
        background-color: #5034fc;
        border-color: #5034fc;
    }

        .btn-check:checked + .btn-outline-electric-violet-2:focus,
        .btn-check:active + .btn-outline-electric-violet-2:focus, .btn-outline-electric-violet-2:active:focus, .btn-outline-electric-violet-2.active:focus, .btn-outline-electric-violet-2.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.2rem rgba(80, 52, 252, 0.5);
        }

    .btn-outline-electric-violet-2:disabled, .btn-outline-electric-violet-2.disabled {
        color: #5034fc;
        background-color: transparent;
    }

.btn-outline-electric-violet-3 {
    color: #6001d3;
    border-color: #6001d3;
}

    .btn-outline-electric-violet-3:hover {
        color: #fff;
        background-color: #6001d3;
        border-color: #6001d3;
    }

    .btn-check:focus + .btn-outline-electric-violet-3, .btn-outline-electric-violet-3:focus {
        box-shadow: 0 0 0 0.2rem rgba(96, 1, 211, 0.5);
    }

    .btn-check:checked + .btn-outline-electric-violet-3,
    .btn-check:active + .btn-outline-electric-violet-3, .btn-outline-electric-violet-3:active, .btn-outline-electric-violet-3.active, .btn-outline-electric-violet-3.dropdown-toggle.show {
        color: #fff;
        background-color: #6001d3;
        border-color: #6001d3;
    }

        .btn-check:checked + .btn-outline-electric-violet-3:focus,
        .btn-check:active + .btn-outline-electric-violet-3:focus, .btn-outline-electric-violet-3:active:focus, .btn-outline-electric-violet-3.active:focus, .btn-outline-electric-violet-3.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.2rem rgba(96, 1, 211, 0.5);
        }

    .btn-outline-electric-violet-3:disabled, .btn-outline-electric-violet-3.disabled {
        color: #6001d3;
        background-color: transparent;
    }

.btn-outline-bittersweet {
    color: #ff7272;
    border-color: #ff7272;
}

    .btn-outline-bittersweet:hover {
        color: #000;
        background-color: #ff7272;
        border-color: #ff7272;
    }

    .btn-check:focus + .btn-outline-bittersweet, .btn-outline-bittersweet:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 114, 114, 0.5);
    }

    .btn-check:checked + .btn-outline-bittersweet,
    .btn-check:active + .btn-outline-bittersweet, .btn-outline-bittersweet:active, .btn-outline-bittersweet.active, .btn-outline-bittersweet.dropdown-toggle.show {
        color: #000;
        background-color: #ff7272;
        border-color: #ff7272;
    }

        .btn-check:checked + .btn-outline-bittersweet:focus,
        .btn-check:active + .btn-outline-bittersweet:focus, .btn-outline-bittersweet:active:focus, .btn-outline-bittersweet.active:focus, .btn-outline-bittersweet.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 114, 114, 0.5);
        }

    .btn-outline-bittersweet:disabled, .btn-outline-bittersweet.disabled {
        color: #ff7272;
        background-color: transparent;
    }

.btn-outline-niagara {
    color: #099a97;
    border-color: #099a97;
}

    .btn-outline-niagara:hover {
        color: #000;
        background-color: #099a97;
        border-color: #099a97;
    }

    .btn-check:focus + .btn-outline-niagara, .btn-outline-niagara:focus {
        box-shadow: 0 0 0 0.2rem rgba(9, 154, 151, 0.5);
    }

    .btn-check:checked + .btn-outline-niagara,
    .btn-check:active + .btn-outline-niagara, .btn-outline-niagara:active, .btn-outline-niagara.active, .btn-outline-niagara.dropdown-toggle.show {
        color: #000;
        background-color: #099a97;
        border-color: #099a97;
    }

        .btn-check:checked + .btn-outline-niagara:focus,
        .btn-check:active + .btn-outline-niagara:focus, .btn-outline-niagara:active:focus, .btn-outline-niagara.active:focus, .btn-outline-niagara.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.2rem rgba(9, 154, 151, 0.5);
        }

    .btn-outline-niagara:disabled, .btn-outline-niagara.disabled {
        color: #099a97;
        background-color: transparent;
    }

.btn-outline-yellow {
    color: #fcdc00;
    border-color: #fcdc00;
}

    .btn-outline-yellow:hover {
        color: #000;
        background-color: #fcdc00;
        border-color: #fcdc00;
    }

    .btn-check:focus + .btn-outline-yellow, .btn-outline-yellow:focus {
        box-shadow: 0 0 0 0.2rem rgba(252, 220, 0, 0.5);
    }

    .btn-check:checked + .btn-outline-yellow,
    .btn-check:active + .btn-outline-yellow, .btn-outline-yellow:active, .btn-outline-yellow.active, .btn-outline-yellow.dropdown-toggle.show {
        color: #000;
        background-color: #fcdc00;
        border-color: #fcdc00;
    }

        .btn-check:checked + .btn-outline-yellow:focus,
        .btn-check:active + .btn-outline-yellow:focus, .btn-outline-yellow:active:focus, .btn-outline-yellow.active:focus, .btn-outline-yellow.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.2rem rgba(252, 220, 0, 0.5);
        }

    .btn-outline-yellow:disabled, .btn-outline-yellow.disabled {
        color: #fcdc00;
        background-color: transparent;
    }

.btn-outline-shark {
    color: #262729;
    border-color: #262729;
}

    .btn-outline-shark:hover {
        color: #fff;
        background-color: #262729;
        border-color: #262729;
    }

    .btn-check:focus + .btn-outline-shark, .btn-outline-shark:focus {
        box-shadow: 0 0 0 0.2rem rgba(38, 39, 41, 0.5);
    }

    .btn-check:checked + .btn-outline-shark,
    .btn-check:active + .btn-outline-shark, .btn-outline-shark:active, .btn-outline-shark.active, .btn-outline-shark.dropdown-toggle.show {
        color: #fff;
        background-color: #262729;
        border-color: #262729;
    }

        .btn-check:checked + .btn-outline-shark:focus,
        .btn-check:active + .btn-outline-shark:focus, .btn-outline-shark:active:focus, .btn-outline-shark.active:focus, .btn-outline-shark.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.2rem rgba(38, 39, 41, 0.5);
        }

    .btn-outline-shark:disabled, .btn-outline-shark.disabled {
        color: #262729;
        background-color: transparent;
    }

.btn-outline-link-water {
    color: #f2f5fb;
    border-color: #f2f5fb;
}

    .btn-outline-link-water:hover {
        color: #000;
        background-color: #f2f5fb;
        border-color: #f2f5fb;
    }

    .btn-check:focus + .btn-outline-link-water, .btn-outline-link-water:focus {
        box-shadow: 0 0 0 0.2rem rgba(242, 245, 251, 0.5);
    }

    .btn-check:checked + .btn-outline-link-water,
    .btn-check:active + .btn-outline-link-water, .btn-outline-link-water:active, .btn-outline-link-water.active, .btn-outline-link-water.dropdown-toggle.show {
        color: #000;
        background-color: #f2f5fb;
        border-color: #f2f5fb;
    }

        .btn-check:checked + .btn-outline-link-water:focus,
        .btn-check:active + .btn-outline-link-water:focus, .btn-outline-link-water:active:focus, .btn-outline-link-water.active:focus, .btn-outline-link-water.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.2rem rgba(242, 245, 251, 0.5);
        }

    .btn-outline-link-water:disabled, .btn-outline-link-water.disabled {
        color: #f2f5fb;
        background-color: transparent;
    }

.btn-outline-egg-blue {
    color: #0abfbc;
    border-color: #0abfbc;
}

    .btn-outline-egg-blue:hover {
        color: #000;
        background-color: #0abfbc;
        border-color: #0abfbc;
    }

    .btn-check:focus + .btn-outline-egg-blue, .btn-outline-egg-blue:focus {
        box-shadow: 0 0 0 0.2rem rgba(10, 191, 188, 0.5);
    }

    .btn-check:checked + .btn-outline-egg-blue,
    .btn-check:active + .btn-outline-egg-blue, .btn-outline-egg-blue:active, .btn-outline-egg-blue.active, .btn-outline-egg-blue.dropdown-toggle.show {
        color: #000;
        background-color: #0abfbc;
        border-color: #0abfbc;
    }

        .btn-check:checked + .btn-outline-egg-blue:focus,
        .btn-check:active + .btn-outline-egg-blue:focus, .btn-outline-egg-blue:active:focus, .btn-outline-egg-blue.active:focus, .btn-outline-egg-blue.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.2rem rgba(10, 191, 188, 0.5);
        }

    .btn-outline-egg-blue:disabled, .btn-outline-egg-blue.disabled {
        color: #0abfbc;
        background-color: transparent;
    }

.check-input-control {
    margin-bottom: 20px;
}

    .check-input-control input:checked ~ .checkbox {
        background: #ff5722 !important;
        border-color: #ff5722;
    }

        .check-input-control input:checked ~ .checkbox::after {
            border-color: #ff5722;
            background-color: #ff5722;
        }

    .check-input-control .checkbox {
        position: relative;
        line-height: 1;
        min-width: 14px;
        max-width: 14px;
        min-height: 14px;
        max-height: 14px;
        border-radius: 2px;
        border: 1px solid gray;
        display: inline-block;
        cursor: pointer;
    }

        .check-input-control .checkbox:after {
            content: "";
            color: black;
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            border-radius: 2px;
            border: 1px solid #e5e5e5;
            background-color: #ffffff;
        }


/*Header Css StaRT*/
.dynamic-sticky-bg.reveal-header {
    background: var(--bg);
    box-shadow: 0 -6px 10px 5px rgba(0,0,0,0.5);
}

.site-navbar {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 992px) {
    .site-navbar {
        flex-flow: row nowrap;
        justify-content: flex-start;
        padding-top: 0px;
    }
}

.site-navbar .menu-block-wrapper {
    flex-grow: 1;
    align-items: center;
}

@media (min-width: 992px) {
    .site-navbar .menu-block-wrapper {
        display: flex !important;
        flex-basis: auto;
    }
}

.site-header--absolute {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.site-header--sticky:not(.mobile-sticky-enable) {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

@media (min-width: 992px) {
    .site-header--sticky:not(.mobile-sticky-enable) {
        position: fixed !important;
        transition: 0.4s;
    }



        .site-header--sticky:not(.mobile-sticky-enable).reveal-header a {
            color: #262729;
        }

        .site-header--sticky:not(.mobile-sticky-enable).reveal-header .btn-link {
            color: var(--color-headings-2);
        }
}

.site-header--sticky.mobile-sticky-enable {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: fixed !important;
    transition: 0.4s;
}


.site-header--menu-center .container {
    position: relative;
}

.site-header--menu-center .menu-block-wrapper {
    position: static;
}

@media (min-width: 992px) {
    .site-header--menu-center .menu-block {
        margin-right: auto;
        margin-left: auto;
    }
}


.site-header--menu-left .menu-block .site-menu-main {
    justify-content: flex-start;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .site-header--menu-left .menu-block {
        width: 100%;
    }
}

.site-header--menu-right .menu-block {
    margin-right: auto;
}




@media (min-width: 480px) {
    .header-btns {
        margin-left: 15px;
    }
}

@media (min-width: 992px) {
    .header-btns {
        margin-left: 0;
    }
}

.dynamic-sticky-bg.reveal-header {
    background: var(--bg);
}

.dynamic-sticky-bg.dark-mode-texts .menu-block.active .nav-link-item {
    color: #262729 !important;
}

.dynamic-sticky-bg.dark-mode-texts .menu-social-share li a {
    color: var(--color-headings-2);
}

.sticky-bg-white.reveal-header {
    background: #fff;
}

    .sticky-bg-white.reveal-header .dark-version-logo {
        display: none !important;
    }

    .sticky-bg-white.reveal-header .light-version-logo {
        display: block !important;
    }

    .sticky-bg-white.reveal-header .menu-sep-left {
        position: relative;
    }

        .sticky-bg-white.reveal-header .menu-sep-left::before {
            content: "";
            border-right: rgba(38, 39, 41, 0.5) !important;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 2px;
            height: 26px;
            z-index: 9;
        }

.notification-block {
    position: relative;
}

    .notification-block .count {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: -4px;
        margin-left: -5px;
    }

body[data-theme="dark"] .reveal-header .menu-social-share li a,
.dark-mode-texts .reveal-header .menu-social-share li a {
    color: #fff;
    transition: 0.4s;
}

    body[data-theme="dark"] .reveal-header .menu-social-share li a:hover,
    .dark-mode-texts .reveal-header .menu-social-share li a:hover {
        color: #5034fc;
    }

body[data-theme="dark"] .reveal-header .nav-link-item,
.dark-mode-texts .reveal-header .nav-link-item {
    color: #262729 !important;
}

@media (min-width: 992px) {
    body[data-theme="dark"] .reveal-header .nav-link-item,
    .dark-mode-texts .reveal-header .nav-link-item {
        color: var(--color-headings-2) !important;
    }
}

@media (min-width: 992px) {
    .row-lg {
        display: flex;
    }
}

@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        transform: translateX(-100%);
    }
}

@keyframes slideRight {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        transform: translateX(-100%);
    }
}

.menu-block-wrapper {
    position: relative;
}

.site-menu-main {
    margin-bottom: 0;
    padding-right: 0;
}

@media (min-width: 992px) {
    .site-menu-main {
        display: flex;
        margin-bottom: 0;
        padding-right: 0;
    }
}

.site-menu-main li {
    list-style: none;
}

.site-menu-main ul {
    list-style: none;
    margin-right: 0;
}

.site-menu-main a {
    text-decoration: none;
}

.site-menu-main .nav-item {
    display: inherit;
}

.site-menu-main .nav-link-item {
    color: var(--color-headings-2);
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.6px;
    line-height: 1.75;
    position: relative;
}

@media (min-width: 992px) {
    .site-menu-main .nav-link-item {
        padding-top: 25px !important;
        padding-bottom: 23px !important;
        padding-right: 18px !important;
        padding-left: 18px !important;
    }
}

@media (min-width: 1200px) {
    .site-menu-main .nav-link-item {
        padding-top: 25px !important;
        padding-bottom: 23px !important;
        padding-right: 24px !important;
        padding-left: 24px !important;
    }
}

@media (max-width: 768px) {
    .light-version-logo {
        width:70%;
    }
}

.site-menu-main .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #fff;
    box-shadow: 2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
    transition: opacity 0.3s ease, top 0.3s ease, margin-top 0.3s ease, background-color 0.3s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
    z-index: -999;
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu {
        top: 100%;
        min-width: 227px;
        max-width: 227px;
    }
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu .sub-menu {
        top: 0 !important;
        right: 100%;
    }
}

.site-menu-main .sub-menu--item {
    color: #262729 !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.75;
    transition: 0.4s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu--item {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0);
    }
}

.site-menu-main .sub-menu--item > a {
    color: inherit;
    transition: 0.4s;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu--item > a {
        transition: 0.4s;
        padding-top: 7px;
        padding-bottom: 10px;
        padding-right: 25px;
        padding-left: 25px;
    }
}

.site-menu-main .sub-menu--item > a > i {
    margin-top: 8px;
    min-width: 10px;
    max-width: 10px;
    min-height: 10px;
    max-height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-menu-main .sub-menu--item:hover > a {
    color: #ff5722;
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu--item:first-child a {
        padding-top: 0;
        padding-bottom: 7px;
    }
}

.site-menu-main .sub-menu--item:last-child {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

    .site-menu-main .sub-menu--item:last-child a {
        padding-bottom: 0;
    }

@media (min-width: 992px) {
    .site-menu-main .sub-menu.megamenu {
        background-color: #fff;
    }
}

.site-menu-main .sub-menu.megamenu .dropdown-image-block {
    max-height: 336px;
}

@media (min-width: 320px) and (max-width: 992px) {
    .site-menu-main .sub-menu.megamenu {
        border: 0;
    }
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu.megamenu {
        padding-top: 30px;
        padding-bottom: 15px;
        padding-right: 40px;
        padding-left: 40px;
        min-width: 925px;
        top: 100%;
        right: 50%;
        transform: translateX(50%) translateY(10px);
        will-change: transform;
        top: 100%;
        box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
        border: 1px solid #e7e9ed;
        border-radius: 8px;
        visibility: hidden;
        z-index: -99;
        opacity: 0;
        pointer-events: none;
    }

        .site-menu-main .sub-menu.megamenu.megadropdown-center {
            transform: translate(50%, 10px);
        }

        .site-menu-main .sub-menu.megamenu.megadropdown-right {
            left: 0%;
            transform: translate(12%, 10px);
        }

        .site-menu-main .sub-menu.megamenu.megadropdown-left {
            right: 0%;
            transform: translate(16%, 10px);
        }
}

@media (min-width: 1200px) {
    .site-menu-main .sub-menu.megamenu {
        min-width: 1100px;
    }

        .site-menu-main .sub-menu.megamenu.megadropdown-center {
            transform: translate(50%, 10px);
        }

        .site-menu-main .sub-menu.megamenu.megadropdown-right {
            left: 0%;
            transform: translate(12%, 10px);
        }

        .site-menu-main .sub-menu.megamenu.megadropdown-left {
            right: 0%;
            transform: translate(13%, 10px);
        }
}

@media (min-width: 1366px) {
    .site-menu-main .sub-menu.megamenu {
        min-width: 1300px;
    }

        .site-menu-main .sub-menu.megamenu.megadropdown-center {
            transform: translate(50%, -10px);
        }

        .site-menu-main .sub-menu.megamenu.megadropdown-right {
            left: 0%;
            transform: translate(12%, 0);
        }

        .site-menu-main .sub-menu.megamenu.megadropdown-left {
            right: 0%;
            transform: translate(12%, 0);
        }
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block .mega-drop-menu-item {
    padding-top: 14px;
    padding-bottom: 14px;
    display: block;
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block h3 {
    color: rgba(38, 39, 41, 0.5) !important;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.75;
    transition: 0.4s;
    margin-right: 10px;
    padding-top: 12px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu.megamenu .single-dropdown-block h3 {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 15px;
    }
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block .mega-drop-menu-item {
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block a {
    color: #262729 !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.75;
    transition: 0.4s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu.megamenu .single-dropdown-block a {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0);
    }
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block a:hover {
    color: #ff5722;
}

.site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.4s;
    color: #000;
}

@media (min-width: 320px) and (max-width: 992px) {
    .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
        color: var(--color-headings);
        border-top: 1px solid var(--border-color-3);
        padding-right: 20px;
        padding-bottom: 13px;
        padding-top: 13px;
    }
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
        padding-right: 10px;
        padding-left: 10px;
    }

        .site-menu-main .sub-menu.megamenu .mega-drop-menu-item:hover {
            color: #ff5722 !important;
        }
}

@media (min-width: 320px) and (max-width: 992px) {
    .site-menu-main .sub-menu.megamenu [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

    .site-menu-main .sub-menu.megamenu [class*="row-"] {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    li.nav-item-has-children:not(.has-megamenu) {
        position: relative;
    }
}

@media (min-width: 992px) {
    li.nav-item-has-children:hover > .sub-menu {
        top: 100%;
        margin-top: 0;
        visibility: visible;
        opacity: 1;
        z-index: 99;
        pointer-events: visible;
        border-radius: 0px 0px 15px 15px;
        border-top: 3px solid #ff5722;
    }
}

.site-menu-main > li .sub-menu > ul > li > a {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    color: #555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

.site-menu-main > li .sub-menu.mega-menu {
    right: 50%;
    transform: translateX(50%);
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}

/*responsive*/
@media (max-width: 991px) {
    .site-header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-right: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

        .site-header .mobile-menu-trigger span {
            display: block;
            height: 2px;
            background-color: var(--color-headings-2);
            width: 24px;
            position: relative;
        }

            .site-header .mobile-menu-trigger span:before,
            .site-header .mobile-menu-trigger span:after {
                content: "";
                position: absolute;
                right: 0;
                width: 100%;
                height: 100%;
                background-color: var(--color-headings-2);
            }

    .dark-mode-texts .mobile-menu-trigger span {
        background-color: #fff;
    }

        .dark-mode-texts .mobile-menu-trigger span:before,
        .dark-mode-texts .mobile-menu-trigger span:after {
            background-color: #fff;
        }

    .site-header .mobile-menu-trigger span:before {
        top: -6px;
    }

    .site-header .mobile-menu-trigger span:after {
        top: 6px;
    }

    .site-header .item-right {
        align-items: center;
    }

    .site-header .menu-block {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        right: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }

        .site-header .menu-block.active {
            transform: translate(0%);
        }

    .site-menu-main > li {
        line-height: 1;
        margin: 0;
        display: block;
    }

        .site-menu-main > li > a {
            line-height: 50px;
            padding-right: 10px;
            padding-left: 10px;
            padding-top: 15px;
            padding-bottom: 15px;
            display: flex;
            align-items: center;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }
}

@media (max-width: 991px) and (min-width: 992px) {
    .site-menu-main > li > a {
        display: block;
    }
}

@media (max-width: 991px) {
    .site-menu-main > li > a i {
        position: absolute;
        top: 5px;
        left: 0;
        transform: rotate(90deg);
        min-width: 50px;
        max-width: 50px;
        min-height: 50px;
        max-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .site-header .menu-block .mobile-menu-head {
        display: flex;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: -webkit-sticky;
        position: sticky;
        background-color: #ffffff;
        top: 0;
    }

        .site-header .menu-block .mobile-menu-head .go-back {
            height: 50px;
            width: 50px;
            border-left: 1px solid rgba(0, 0, 0, 0.1);
            cursor: pointer;
            line-height: 50px;
            text-align: center;
            color: #000000;
            font-size: 16px;
            display: none;
        }

        .site-header .menu-block .mobile-menu-head.active .go-back {
            display: block;
        }

        .site-header .menu-block .mobile-menu-head .current-menu-title {
            font-size: 15px;
            font-weight: 500;
            color: #000000;
            visibility: hidden;
        }

        .site-header .menu-block .mobile-menu-head.active .current-menu-title {
            visibility: visible;
        }

        .site-header .menu-block .mobile-menu-head .mobile-menu-close {
            height: 50px;
            width: 50px;
            border-right: 1px solid rgba(0, 0, 0, 0.1);
            cursor: pointer;
            line-height: 50px;
            text-align: center;
            color: #000000;
            font-size: 25px;
        }

    .site-header .menu-block .site-menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .site-menu-main > li .sub-menu.mega-menu,
    .site-menu-main > li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        padding-top: 50px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
        overflow-x: hidden;
    }

        .site-menu-main > li .sub-menu.active {
            display: block;
            z-index: 99;
        }

        .site-menu-main > li .sub-menu > ul > li > a,
        .site-menu-main > li .sub-menu.mega-menu > .list-item > ul > li > a {
            display: block;
        }

        .site-menu-main > li .sub-menu.mega-menu > .list-item > ul {
            margin-bottom: 15px;
        }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

        .menu-overlay.active {
            visibility: visible;
            opacity: 1;
        }
}

/*Custom Css for menu*/
@media (min-width: 992px) {
    .has-megamenu ul {
        margin-right: auto;
    }

    .site-menu-main a {
        display: flex;
        align-items: center;
    }

    .site-menu-main i {
        margin-right: 15px;
        font-size: 15px;
    }
}

@media (min-width: 1200px) and (min-width: 992px) {
    .site-header--menu-center .menu-block-wrapper {
        margin-right: auto;
        margin-left: auto;
    }
}

.nav-item-has-children a {
    display: flex;
    justify-content: space-between;
}

@media (min-width: 992px) {
    .reveal-header .site-navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    .reveal-header .nav-link-item {
        color: var(--color-headings-2) !important;
    }
}

@media (min-width: 992px) {
    .reveal-header li.nav-item-has-children:hover > .sub-menu {
        top: 100%;
    }

    .reveal-header li.nav-item-has-children:hover > .megamenu {
        top: 100%;
    }
}

.menu-block.active .nav-link-item {
    color: #262729 !important;
}

@media (min-width: 480px) {
    .d-xs-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .menu-block-3 .megadropdown-center {
        transform: translate(50%, 0) !important;
    }
}

@media (min-width: 1200px) {
    .menu-block-3 .megadropdown-center {
        transform: translate(40%, 0) !important;
    }
}

@media (min-width: 1366px) {
    .menu-block-3 .megadropdown-center {
        transform: translate(40%, 0) !important;
    }
}

@media (min-width: 1366px) {
    .menu-block-4 .megadropdown-center {
        transform: translate(45%, 0) !important;
    }
}

@media (min-width: 1366px) {
    .menu-block-5 .megadropdown-center {
        transform: translate(49%, 0) !important;
    }
}


/*------------------footer-----------------*/

/*footer*/
footer {
    background-color: #414247;
    color: rgba(255,255,255,0.45);
    padding-top: 80px;
    padding-bottom: 0px;
}

.mnu-footer li {
    line-height: 35px;
    font-size: 20px;
}

    .mnu-footer li a:hover {
        text-decoration: none;
    }

footer p {
    text-align: justify;
    color: #eee;
}

.footerb {
    padding: 10px;
    background-color: #222;
    display: block;
    margin-bottom: 0;
    position: relative;
}

    .footerb p {
        position: relative;
        color: #888 !important;
        margin-bottom: 0;
        display: inline-block;
    }

.bgcontact {
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    padding-top: 55px !important;
    padding-bottom: 12px !important;
    background-image: url('../../images/world-map-1.png') !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    border-left-color: rgba(255,255,255,0.1) !important;
    border-left-style: solid !important;
    border-right-color: rgba(255,255,255,0.1) !important;
    border-right-style: solid !important;
    border-top-color: rgba(255,255,255,0.1) !important;
    border-top-style: solid !important;
    border-bottom-color: rgba(255,255,255,0.1) !important;
    border-bottom-style: solid !important;
    background-position: center center !important;
    margin-bottom: 30px;
}

.icon-box {
    margin-bottom: 2em;
    text-align: center;
    color: #999;
    position: relative;
}

    .icon-box .icon-container {
        position: relative;
        display: block;
        font-size: 3.71429em;
        line-height: 53px;
        text-align: center;
        color: #f42958;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.ra_icon_box .icon-container {
    color: #ffffff !important;
    font-size: 50px !important;
}

.icon-box h3 {
    margin: 1.2em 0 0.7em;
    font-size: 1.23333333em;
    line-height: 1.3em;
    letter-spacing: .01em;
    color: #010101;
}

.icon-box p {
    padding-left: 8%;
    padding-right: 8%;
    margin-bottom: 1.2em;
    font-size: 1em;
    line-height: 2em;
    letter-spacing: 0.025em;
}


/*-------customize swiper*/

.swiper {
    width: 100%;
    height: 400px;
}

.swiper-wrapper {
    width: 100%;
    max-width: 100%;
    max-height: 60vh;
}

    .swiper-wrapper img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

/*-----------home services--------*/
.services i {
    color: #0f89d1;
}

.itm {
    /* display: flex; */
    padding-top: 20px;
    background: #fff;
    margin: 5px;
    border-radius: 8px;
    border: solid 1px #d8e4ee;
}
    .itm:hover {
        background: #fff;
        border: solid 1px #0f89d1;
    }
    .itm .stxt h3 {
        font-size: 0.8rem !important;
    }
.sico {
    background: #f2f6f6;
    border: 1px solid #f2f6f6;
    width: 90px;
    height: 90px;
    line-height: 60px;
    border-radius: 50%;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    
}
    .sico i:hover {
        color: #099a97;
    }
.itm-ico {
    flex-direction: column;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
        

.stxt {
    /* margin-right: 100px; */
    margin-left: 0px;
    display: block;
    width: 100%;
    text-align: center;
    margin-top:20px;
}

.services h3 {
    font-size: 1rem;
    font-weight: normal;
    display: inline;
    word-wrap: break-word;
    vertical-align: super;
}
.services h2 {
    font-size: 2rem;
    color: #1256a9;
}
/*
  Home 3 : Service Section
---------------------------------*/
.service-area--l3 {
    padding-top: 35px;
    padding-bottom: 36px;
}

@media (min-width: 768px) {
    .service-area--l3 {
        padding-top: 40px;
        padding-bottom: 65px;
    }
}

@media (min-width: 992px) {
    .service-area--l3 {
        padding-top: 60px;
        padding-bottom: 110px;
    }
}

.service-area--l3 .section-title {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .service-area--l3 .section-title {
        margin-bottom: 69px;
    }
}

.service-area--l3 .section-title__sub-heading {
    margin-bottom: 27px;
}

.services-content {
    margin-top: 50px;
}

/*-------------talk-------------------*/
.text-sign {
    text-align: left !important;
    font-weight: bold;
}

.talk {
    background-color: #f0f8ff;
}

.service-wrap-layout6 {
    padding: 0 0 6rem;
    background-color: #f0f8ff;
}

.service-box-layout8 img {
    max-width: 100%;
    height: auto;
}

.service-box-layout8 {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1199px) {
    .service-box-layout8 {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .service-box-layout8 {
        padding: 0;
    }
}

.service-box-layout8 .single-item {
    width: 50%;
}

@media only screen and (max-width: 1199px) {
    .service-box-layout8 .single-item {
        width: 100%;
    }
}

.service-box-layout8 .service-item-left {
    margin-top: 6.5rem;
    padding-right: calc((100% - 1200px) / 2);
    width: 70%;
}

@media only screen and (max-width: 1259px) {
    .service-box-layout8 .service-item-left {
        padding-left: calc((100% - 1110px) / 2);
    }
}

@media only screen and (max-width: 1199px) {
    .service-box-layout8 .service-item-left {
        margin-top: 5rem;
        padding-left: 0;
    }
}
@media only screen and (max-width: 768px) {
    .service-box-layout8 .service-item-left {
        width: 100%;
    }
}

.service-box-layout8 .service-item-right {
    padding-right: calc((100% - 1550px) / 2);
    width:30%;
}
@media only screen and (max-width: 768px) {
    .service-box-layout8 .service-item-right {
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .service-box-layout8 .service-item-right {
        text-align: center;
        padding-right: 0;
    }
}

/* Sidebar */
.sidebar-area .widget {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 56px rgba(22, 22, 22, 0.05);
    margin-bottom: 25px;
    display: block;
    padding-top: 35px;
    padding-bottom: 40px;
    padding-right: 40px;
    padding-left: 35px;
}

.sidebar-area .widget__title {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 30px;
    margin-bottom: 20px;
    color: #262729;
    font-family: 'irsns-light-fa';
}

.sidebar-area .widget__search form {
    border: 1px solid rgba(62, 73, 243, 0.1);
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

    .sidebar-area .widget__search form i {
        font-size: 18px;
        letter-spacing: normal;
        line-height: 22px;
    }

    .sidebar-area .widget__search form input {
        border: none;
        height: 60px;
        width: 100%;
        padding-right: 20px;
    }

        .sidebar-area .widget__search form input:focus {
            outline: none;
        }

.sidebar-area .widget__recent-post__single {
    border-bottom: 1px solid rgba(38, 39, 41, 0.1);
    padding-top: 20px;
    padding-bottom: 13px;
}

    .sidebar-area .widget__recent-post__single:first-child {
        padding-top: 0;
    }

    .sidebar-area .widget__recent-post__single:last-child {
        border-bottom: 1px solid rgba(38, 39, 41, 0);
        padding-bottom: 0px;
    }

    .sidebar-area .widget__recent-post__single:hover a .widget__recent-post__title {
        color: #ff5722;
    }

.sidebar-area .widget__recent-post__title {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 25px;
    color: #262729;
    transition: 0.4s;
}

.sidebar-area .widget__recent-post__date {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 28px;
    margin-bottom: 0;
    color: rgba(38, 39, 41, 0.7);
}

.sidebar-area .widget__tweets {
    padding: 0;
    margin: 0;
}

    .sidebar-area .widget__tweets li {
        border-bottom: 1px solid rgba(38, 39, 41, 0.1);
        padding-top: 20px;
        padding-bottom: 13px;
        transition: 0.4s;
    }

        .sidebar-area .widget__tweets li span {
            color: #5034fc;
        }

        .sidebar-area .widget__tweets li:first-child {
            padding-top: 0;
        }

        .sidebar-area .widget__tweets li:last-child {
            border-bottom: 1px solid rgba(38, 39, 41, 0);
            padding-bottom: 0px;
            margin-bottom: 0;
        }

        .sidebar-area .widget__tweets li:hover a {
            color: #ff5722;
        }

        .sidebar-area .widget__tweets li a {
            font-size: 18px;
            font-weight: 500;
            letter-spacing: normal;
            line-height: 25px;
            color: #262729;
            margin-bottom: 5px;
            display: block;
        }

.sidebar-area .widget__category ul li a {
    color: rgba(38, 39, 41, 0.7);
    margin-bottom: 17px;
}

    .sidebar-area .widget__category ul li a h4 {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: normal;
        line-height: 25px;
        color: #262729;
    }

@media (min-width: 576px) {
    .sidebar-area .widget__category ul li a h4 {
        width: 75%;
    }
}

@media (max-width: 576px) {


    .sidebar-area .widget {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.sidebar-area .widget__category ul li a span {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 30px;
    color: rgba(38, 39, 41, 0.7);
    display: block;
    position: relative;
    text-align: left;
}

    .sidebar-area .widget__category ul li a span:before {
        content: "";
        position: absolute;
        right: -100%;
        top: 50%;
        width: 51px;
        height: 1px;
        background-color: transparent;
    }

@media (min-width: 576px) {
    .sidebar-area .widget__category ul li a span {
        width: 25%;
    }

        .sidebar-area .widget__category ul li a span:before {
            content: "";
            position: absolute;
            right: -100%;
            top: 50%;
            width: 51px;
            height: 1px;
            background-color: rgba(38, 39, 41, 0.1);
        }
}

.sidebar-area .widget__category ul li:last-child a {
    margin-bottom: 0;
}
.bg-default-6 {
    background: var(--bg-6);
}
.lead {
    font-size: 1.05rem;
    line-height:1.6rem;
}

.blog-details {
    padding-top: 50px;
    padding-bottom: 20px;
}

    .blog-details li
    {
        list-style:circle;
        margin-right:30px;
    }

    @media (min-width: 768px) {
        .blog-details {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .blog-details {
        padding-top: 40px;
        padding-bottom: 110px;
    }
}

.blog-title {
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    .blog-title {
        padding-bottom: 55px;
    }
}

.blog-title__heading {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: var(--color-headings-3);
}

@media (min-width: 576px) {
    .blog-title__heading {
        font-size: 1.4rem;
    }
}

@media (min-width: 768px) {
    .blog-title__heading {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .blog-title__heading {
        font-size: 1.7rem;
    }
}

.blog__metainfo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.blog__metainfo__author-name {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 32px;
    color: var(--color-texts-3);
    padding-left: 15px;
    padding-right: 55px;
    position: relative;
}

@media (min-width: 768px) {
    .blog__metainfo__author-name {
        padding-right: 70px;
        padding-left: 25px;
        font-size: 18px;
    }
}

.blog__metainfo__author-name::before {
    content: "";
    position: absolute;
    width: 41px;
    height: 1px;
    right: 0;
    top: 50%;
    background-color: #ff5722;
}

.blog__metainfo__date {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 32px;
    color: var(--color-texts-3);
    position: relative;
    padding-right: 30px;
}

@media (min-width: 768px) {
    .blog__metainfo__date {
        padding-left: 25px;
        font-size: 18px;
    }
}

.blog__metainfo__date::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 21px;
    right: 0;
    top: 0;
    background-color: rgba(38, 39, 41, 0.7);
}

.blog-content__box {
    padding-top: 5px;
}

.blog-content__img {
    margin-bottom: 25px;
}

    .blog-content__img img {
        border-radius: 15px;
    }

@media (min-width: 992px) {
    .blog-content__img {
        margin-bottom: 25px;
    }
}

.blog-content__heading {
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 2rem;
    margin-bottom: 17px;
}

.blog-content__lead {
    background-color: #fff3e1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    padding: 15px;
    border: none;
    margin: 10px 0px 10px 0px;
}

    .blog-content__lead h2 {
        font-size: 1.1rem;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 2.2rem;
        margin-bottom: 17px;
        text-align: justify;
        color: var(--color-headings-4);
    }

.blog-content__text p {
    font-size: 1rem;
    letter-spacing: normal;
    line-height: 2rem;
    margin-bottom: 30px;
}

.blog-content__list {
    padding: 0;
    margin: 0;
    margin-right: 20px;
}

    .blog-content__list li {
        font-size: 18px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        line-height: 32px;
        margin-bottom: 8px;
    }

.qoute__content {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 34px;
    margin-right: 45px;
    position: relative;
    color: var(--color-headings-2);
    margin-bottom: 35px;
}

    .qoute__content::before {
        content: "\f10d";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        font-weight: 700;
        font-size: 25px;
        right: -45px;
        top: 0;
        color: #ff5722;
    }

@media (min-width: 992px) {
    .post-tags-section {
        padding-top: 20px;
    }
}

.post-tags-section__title {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 30px;
    margin-bottom: 0;
    margin-left: 25px;
    margin-top: 10px;
}

.post-tags-section .post-tags li {
    display: inline-flex;
    align-items: center;
}

    .post-tags-section .post-tags li a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 75px;
        min-height: 40px;
        border-radius: 5px;
        border: 1px solid rgba(22, 22, 22, 0.12);
        background-color: #fff;
        color: rgba(38, 39, 41, 0.7);
        padding: 0 23px;
        margin-left: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
        flex-wrap: wrap;
        transition: 0.4s;
    }

        .post-tags-section .post-tags li a:hover {
            background-color: #5034fc;
            color: #fff;
        }

.post-social-share {
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .post-social-share {
        padding-bottom: 0;
        padding-top: 10px;
    }
}

.post-social-share__title {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 30px;
    margin-bottom: 0;
    margin-left: 25px;
}

.post-social-share .social-share {
    margin-top: 8px;
}

    .post-social-share .social-share li {
        display: inline-block;
    }

        .post-social-share .social-share li a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: var(--color-texts-3);
            padding: 0 15px;
            flex-wrap: wrap;
            transition: 0.4s;
            font-size: 21px;
        }

            .post-social-share .social-share li a:hover {
                color: #5034fc;
            }

@media (min-width: 992px) {
    .next-prev-btn {
        padding-top: 85px;
    }
}

.next-prev-btn .btn-link {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: var(--color-headings-2);
    transition: 0.4s;
}

    .next-prev-btn .btn-link:hover {
        color: #5034fc;
    }

.next-prev-btn .btn-link--prev i {
    margin-left: 10px;
}

.next-prev-btn .btn-link--next i {
    margin-right: 10px;
}

.blogs-area--right-sidebar,
.blogs-area--left-sidebar,
.blog-area--reguler {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 768px) {
    .blogs-area--right-sidebar,
    .blogs-area--left-sidebar,
    .blog-area--reguler {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .blogs-area--right-sidebar,
    .blogs-area--left-sidebar,
    .blog-area--reguler {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

.blogs-area--right-sidebar .section-title,
.blogs-area--left-sidebar .section-title,
.blog-area--reguler .section-title {
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    .blogs-area--right-sidebar .section-title,
    .blogs-area--left-sidebar .section-title,
    .blog-area--reguler .section-title {
        padding-bottom: 50px;
    }
}

.blogs-post {
    position: relative;
    margin-bottom: 24px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-filter: grayscale(70%);
    -moz-filter: grayscale(70%);
    filter: grayscale(70%);
    transition: 0.5s;
}

    .blogs-post:hover {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        filter: grayscale(0%);
    }

.blogs-post--big {
    border-radius: 10px;
    min-height: 190px;
}

.blogs-post--small {
    width: 100%;
    max-height:400px;
}

.blogs-post .hover-content {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 10px;
    background-image: linear-gradient(-360deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.67) 45%, rgba(0, 0, 0, 0) 100%);
    padding-right: 20px;
    padding-bottom: 20px;
}

@media (min-width: 576px) {
    .blogs-post .hover-content {
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .blogs-post .hover-content {
        padding-right: 20px;
        padding-left: 5px;
    }
}

.blogs-post .hover-content__badge {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 20px;
    min-width: 78px;
    height: 26px;
    border-radius: 15px;
    margin-left: 12px;
}

    .blogs-post .hover-content__badge:hover {
        color: #fff;
    }

.blogs-post .hover-content__date {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 22px;
    color: #fff;
    transition: 0.4s;
}

    .blogs-post .hover-content__date:hover {
        color: #ff5722;
    }

.blogs-post .hover-content__title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 25px;
    color: #fff;
    margin-bottom: 19px;
    display: block;
    transition: 0.4s;
}

    .blogs-post .hover-content__title:hover {
        color: #ff5722;
    }

.blogs-post .hover-content__post-meta li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 26px;
    padding-left: 30px;
    position: relative;
    transition: 0.4s;
}

    .blogs-post .hover-content__post-meta li a:hover {
        color: #ff5722;
    }

    .blogs-post .hover-content__post-meta li a:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 14px;
        background-color: #fff;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .blogs-post .hover-content__post-meta li a:last-child::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 14px;
        background-color: transparent;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .blogs-post .hover-content__post-meta li a i {
        font-weight: 500;
        margin-left: 10px;
        color: #ff5722;
    }

.blogs-post .hover-content__top {
    margin-bottom: 20px;
}

.pagination ul li {
    display: inline-flex;
    align-items: center;
}

    .pagination ul li a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 36px;
        height: 36px;
        border: 1px solid rgba(38, 39, 41, 0.1);
        background-color: #fff;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: normal;
        line-height: 25px;
        color: #262729;
        transition: 0.4s;
        margin: 0 5px;
    }

        .pagination ul li a:hover {
            background-color: #5034fc;
            color: #fff;
        }

/*
  Home 4 : Testimonial
---------------------------------*/
.card-testimonial--l4 {
    background: #fff;
    border: 0;
    color: #262729;
    border-radius: 15px;
    transition: 0.4s;
    margin: 0 20px;
    direction: rtl;
}

@media (min-width: 576px) {
    .card-testimonial--l4 {
        margin: 0 0;
        margin-left: 30px;
        direction: rtl;
    }
}

.card-testimonial--l4 .card-image {
    /*min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;*/
    border-radius: 500px;
    width: 100%;
    margin-left: 5px;
    margin-bottom: 5px;
}

@media (min-width: 480px) {
    .card-testimonial--l4 .card-image {
        margin-bottom: 0;
    }
}

.card-testimonial--l4 .card-image img {
    width: 100%;
}

.card-testimonial--l4 .card-icon {
    color: #6001d3;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    transition: 0.4s;
}

.card-testimonial--l4 .card-body {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}

@media (min-width: 576px) {
    .card-testimonial--l4 .card-body {
        padding-top: 15px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 20px;
    }
}

.card-testimonial--l4 .card-body__top {
    margin-bottom: 20px;
}

.card-testimonial--l4 .card-body p {
    color: inherit;
    margin-bottom: 0;
}

.card-testimonial--l4 .card-description {
    color: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 30px;
}

.card-testimonial--l4 .card-title {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.73333;
    color: #262729;
    margin-bottom: 0;
    transition: 0.4s;
}

.card-testimonial--l4 .card-b {
    
    position:absolute;
    bottom:5px;
    left:10px;
}

.card-testimonial--l4 .btn_like:hover {
    color: crimson;
}

.card-testimonial--l4 .card-text--ext {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 22px;
    color: rgba(38, 39, 41, 0.7);
}

.card-testimonial--l4:hover {
    background-color: #5034fc;
    color: #fff;
}

    .card-testimonial--l4:hover .card-title,
    .card-testimonial--l4:hover .card-icon {
        color: #fff;
    }

@media (min-width: 992px) {
    .card-testimonial--l4:hover {
        box-shadow: 0 23px 45px rgba(80, 52, 252, 0.25);
    }
}

.card-testimonial--l4:hover .card-user-block {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mble
{
    display:none !important;
}

@media (max-width: 568px) {
    .mble {
        display: flex !important;
        width: 98%;
        margin: 5px;
        font-weight: bold;
        font-family: irsns-bold-fa;
        font-size: 1.1rem;
    }
    .btn.btn--medium-4 {
        font-size: 1.1rem;
    }
}

/*articles */

.section-header-one {
    margin-bottom: 60px;
}

    .section-header-one h2 {
        font-size: 40px;
        font-weight: 600;
        color: #1f2937;
        margin-bottom: 0;
    }

@media (max-width: 991.98px) {
    .section-header-one h2 {
        font-size: 34px;
    }
}

@media (max-width: 767.98px) {
    .section-header-one h2 {
        font-size: 26px;
    }
}

.section-header-one .section-title {
    display: inline-block;
    position: relative;
}

    .section-header-one .section-title::before {
        content: "";
        background: url(../../images/icons/header-icon.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        position: absolute;
        top: -5px;
        right: -30px;
        width: 35px;
        height: 20px;
    }

@media (max-width: 991.98px) {
    .section-header-one .section-title::before {
        top: -15px;
        right: 0;
    }
}

@media (max-width: 767.98px) {
    .section-header-one .section-title::before {
        display: none;
    }
}

.section-header-one h5 {
    font-weight: 600;
    font-size: 18px;
    color: #0e82fd;
    margin-bottom: 10px;
}

@media (max-width: 991.98px) {
    .section-header-one {
        margin-bottom: 40px;
    }
}

.articles-section {
    background-color: #ffffff;
    margin: 0;
    padding: 80px 0 55px;
}

@media (max-width: 991.98px) {
    .articles-section {
        margin: 0;
        padding: 40px 0 15px;
    }
}

.articles-grid {
    border: 2px solid #ededed;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
}
.articles-info {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.articles-info .articles-left {
    margin-left: 20px;
}

    .articles-info .articles-left .articles-img {
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        width: 205px;
        height: 180px;
    }

        .articles-info .articles-left .articles-img img {
            position: relative;
            border-radius: 8px;
            -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
            -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
            transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
            transform: translateZ(0);
            -webkit-transform: translateZ(0);
            -ms-transform: translateZ(0);
            width: 100%;
        }

        .articles-info .articles-left .articles-img:hover img {
            transform: scale(1.15);
            -webkit-transform: scale(1.15);
            -ms-transform: scale(1.15);
        }

        .articles-info .articles-left .articles-img:hover::before {
            -webkit-animation: circle 1s;
            animation: circle 1s;
        }

        .articles-info .articles-left .articles-img::before {
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 2;
            display: block;
            content: "";
            width: 0;
            height: 0;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 100%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            opacity: 0;
        }

@media (max-width: 1199.98px) {
    .articles-info .articles-left .articles-img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 1199.98px) {
    .articles-info .articles-left {
        margin: 0 0 20px 0;
        padding: 0;
    }
}

@media (max-width: 1199.98px) {
    .articles-info {
        display: block;
        text-align: center;
    }
}

.articles-content .articles-list {
    margin-bottom: 10px;
}

    .articles-content .articles-list li {
        margin-left: 15px;
    }

        .articles-content .articles-list li:last-child {
            margin-left: 0;
        }

        .articles-content .articles-list li i {
            font-size: 18px;
            margin-left: 8px;
        }

@media (max-width: 1199.98px) {
    .articles-content .articles-list {
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
    }
}

.articles-content h4 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    max-width: 320px;
}

@media (max-width: 1199.98px) {
    .articles-content h4 {
        margin: auto;
        margin-bottom: 10px;
    }
}

@media (max-width: 991.98px) {
    .articles-content h4 {
        max-width: inherit;
    }
}

.articles-content h4 a:hover {
    color: #0e82fd;
}

.articles-content p {
    margin-bottom: 16px;
}

.articles-content .btn {
    font-weight: 500;
    font-size: 15px;
    color: #0e82fd;
    background: #ffffff;
    border: 2px solid #0e82fd;
    box-shadow: inset 0 0 0 0 #0e82fd;
    border-radius: 6px;
    min-width: 112px;
    padding: 7px 12px;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

    .articles-content .btn:hover {
        color: #ffffff;
        border-color: #0e82fd;
        background: #0e82fd;
        box-shadow: inset 0 0 0 50px #0e82fd;
        -webkit-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
    }

@media (max-width: 767.98px) {
    .articles-content .btn {
        font-size: 14px;
    }
}

/*ceo*/
.work-section {
    background: #f2f6f6;
    margin: 0;
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
    .work-section::before {
        content: "";
        background: url(../../images/doctor-shape-img2.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        position: absolute;
        right: 0;
        bottom: 0;
        opacity: 0.5;
        width: 213px;
        height: 335px;
        z-index: -1;
    }
.work-section::after {
    content: "";
    background: url(../../images/doctor-shape-img1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 213px;
    height: 335px;
    opacity: 0.5;
    z-index: -1;
}