
/*=== Google Fonts ===*/
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap);

@font-face {
    font-family: 'yekan';
    src: url('/assets/font/yekan.ttf') format('truetype'),url('/assets/font/yekan.woff') format('woff'),url('/assets/font/yekan.woff2') format('woff');
}
/*=== General Variables ===*/
:root {
    --color1: #212121;
    --color2: #147736;
    --color3: #ffa800;
    --color4: #21a010;
    --color5: #0a1024;
    --color6: #070b1b;
    --color7: #050918;
    --color8: #ffc600;
    --color9: #c40172;
    --color10: #990fff;
    --color11: #ff7500;
    --color12: #0072b1;
    --color13: #55a61d;
    --color14: #e90133;
    --color15: #02728e;
    --color16: #1ec8bf;
    --color17: #ff4747;
    --color18: #ffe27a;
    --color19: #1f5abc;
    --color20: #d2eaff;
    --transition: all 0.2s cubic-bezier(0.19, 0.68, 0.49, 1.21);
    --transition2: all .3s linear;
    --pill: 2.5rem;
    --round: 50%;
    --curve: 3px;
    --full: 100%;
}

.bg-color1 {
    background-color: var(--color1);
}

.bg-color2 {
    background-color: var(--color2);
}

.bg-color3 {
    background-color: var(--color3);
}

.bg-color4 {
    background-color: var(--color4);
}

.bg-color5 {
    background-color: var(--color5);
}

.bg-color6 {
    background-color: var(--color6);
}

.bg-color7 {
    background-color: var(--color7);
}

.bg-color8 {
    background-color: var(--color8);
}

.bg-color9 {
    background-color: var(--color9);
}

.bg-color10 {
    background-color: var(--color10);
}

.bg-color11 {
    background-color: var(--color11);
}

.bg-color12 {
    background-color: var(--color12);
}

.bg-color13 {
    background-color: var(--color13);
}

.bg-color14 {
    background-color: var(--color14);
}

.bg-color15 {
    background-color: var(--color15);
}

.bg-color16 {
    background-color: var(--color16);
}

.bg-color17 {
    background-color: var(--color17);
}

.bg-color18 {
    background-color: var(--color18);
}

.bg-color19 {
    background-color: var(--color19);
}

.bg-color20 {
    background-color: var(--color20);
}

.text-color1 {
    color: var(--color1);
}

.text-color2 {
    color: var(--color2);
}

.text-color3 {
    color: var(--color3);
}

.text-color4 {
    color: var(--color4);
}

.text-color5 {
    color: var(--color5);
}

.text-color6 {
    color: var(--color6);
}

.text-color7 {
    color: var(--color7);
}

.text-color8 {
    color: var(--color8);
}

.text-color9 {
    color: var(--color9);
}

.text-color10 {
    color: var(--color10);
}

.text-color11 {
    color: var(--color11);
}

.text-color12 {
    color: var(--color12);
}

.text-color13 {
    color: var(--color13);
}

.text-color14 {
    color: var(--color14);
}

.text-color15 {
    color: var(--color15);
}

.text-color16 {
    color: var(--color16);
}

.text-color17 {
    color: var(--color17);
}

.text-color18 {
    color: var(--color18);
}

.text-color19 {
    color: var(--color19);
}

.text-color20 {
    color: var(--color20);
}

strong {
    font-weight: 600;
}

/*=== General Styling ===*/
body,
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: yekan !important;
    position: relative;
    width: 100%;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: yekan !important;
    color: #222;
    font-weight: 700;
}

p {
    font-family: yekan !important;
    color: #666;
    line-height: 1.875rem;
    font-size: 1.4rem;
}

ul li,
ol li {
    font-family: yekan !important;
    color: #666;
    line-height: 1.875rem;
    font-size: 2rem;
}

a {
    color: inherit;
}

    a:hover,
    a:focus,
    ins {
        text-decoration: none;
        outline: none;
    }

input,
textarea,
select,
button {
    border: 0;
}

    button,
    input[type="submit"],
    .fileContainer,
    input[type="file"] {
        cursor: pointer;
    }

        input:focus,
        textarea:focus,
        select:focus,
        button:focus,
        a:focus,
        .form-wrp fieldset p a:focus,
        .page-link:focus,
        .btn.focus,
        .btn:focus,
        .bootstrap-select .dropdown-toggle:focus {
            border-color: transparent;
            outline: none !important;
            -webkit-box-shadow: none !important;
            -ms-box-shadow: none !important;
            -o-box-shadow: none !important;
            box-shadow: none !important;
        }

textarea {
    resize: none;
}

main,
section,
footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    position: relative;
    width: 100%;
}

/*=== Paddings ===*/
.pt-10 {
    padding-top: 0.625rem;
}

.pb-10 {
    padding-bottom: 0.625rem;
}

.pt-20 {
    padding-top: 1.25rem;
}

.pb-20 {
    padding-bottom: 1.25rem;
}

.pt-30 {
    padding-top: 1.875rem;
}

.pb-30 {
    padding-bottom: 1.875rem;
}

.pt-40 {
    padding-top: 2.5rem;
}

.pb-40 {
    padding-bottom: 2.5rem;
}

.pt-50 {
    padding-top: 3.125rem;
}

.pb-50 {
    padding-bottom: 3.125rem;
}

.pt-55 {
    padding-top: 3.4375rem;
}

.pb-55 {
    padding-bottom: 3.4375rem;
}

.pt-60 {
    padding-top: 3.75rem;
}

.pb-60 {
    padding-bottom: 3.75rem;
}

.pt-70 {
    padding-top: 4.375rem;
}

.pb-70 {
    padding-bottom: 4.375rem;
}

.px-70 {
    padding: 0 4.375rem;
}

.pt-80 {
    padding-top: 5rem;
}

.pb-80 {
    padding-bottom: 5rem;
}

.pt-90 {
    padding-top: 5.625rem;
}

.pb-90 {
    padding-bottom: 5.625rem;
}

.pt-100 {
    padding-top: 6.25rem;
}

.pb-100 {
    padding-bottom: 6.25rem;
}

.pt-110 {
    padding-top: 6.875rem;
}

.pb-110 {
    padding-bottom: 6.875rem;
}

.pt-120 {
    padding-top: 7.5rem;
}

.pb-120 {
    padding-bottom: 7.5rem;
}

.pt-130 {
    padding-top: 8.125rem;
}

.pb-130 {
    padding-bottom: 8.125rem;
}

.pt-140 {
    padding-top: 8.75rem;
}

.pb-140 {
    padding-bottom: 8.75rem;
}

.pt-150 {
    padding-top: 9.375rem;
}

.pb-150 {
    padding-bottom: 9.375rem;
}

.pt-155 {
    padding-top: 9.6875rem;
}

.pb-155 {
    padding-bottom: 9.6875rem;
}

.pt-160 {
    padding-top: 10rem;
}

.pb-160 {
    padding-bottom: 10rem;
}

.pt-165 {
    padding-top: 10.3125rem;
}

.pb-165 {
    padding-bottom: 10.3125rem;
}

.pt-170 {
    padding-top: 10.625rem;
}

.pb-170 {
    padding-bottom: 10.625rem;
}

.pt-180 {
    padding-top: 11.25rem;
}

.pb-180 {
    padding-bottom: 11.25rem;
}

.pt-190 {
    padding-top: 11.875rem;
}

.pb-190 {
    padding-bottom: 11.875rem;
}

.pt-195 {
    padding-top: 12.1875rem;
}

.pb-195 {
    padding-bottom: 12.1875rem;
}

.pt-210 {
    padding-top: 13.125rem;
}

.pb-210 {
    padding-bottom: 13.125rem;
}

.pt-220 {
    padding-top: 13.75rem;
}

.pb-220 {
    padding-bottom: 13.75rem;
}

.pt-235 {
    padding-top: 14.6875rem;
}

.pb-235 {
    padding-bottom: 14.6875rem;
}

.pt-240 {
    padding-top: 15rem;
}

.pb-240 {
    padding-bottom: 15rem;
}

.pt-250 {
    padding-top: 15.625rem;
}

.pb-250 {
    padding-bottom: 15.625rem;
}

.pt-260 {
    padding-top: 16.25rem;
}

.pb-260 {
    padding-bottom: 16.25rem;
}

.pt-280 {
    padding-top: 17.5rem;
}

.pb-280 {
    padding-bottom: 17.5rem;
}

.pt-345 {
    padding-top: 21.5625rem;
}

.pb-345 {
    padding-bottom: 21.5625rem;
}

/*=== Margins ===*/
.mt-05 {
    margin-top: 5px;
}

.mb-05 {
    margin-bottom: 5px;
}

.mt-10 {
    margin-top: 0.625rem;
}

.mb-10 {
    margin-bottom: 0.625rem;
}

.mt-15 {
    margin-top: 0.9375rem;
}

.mb-15 {
    margin-bottom: 0.9375rem;
}

.mt-20 {
    margin-top: 1.25rem;
}

.mb-20 {
    margin-bottom: 1.25rem;
}

.mt-25 {
    margin-top: 1.5625rem;
}

.mb-25 {
    margin-bottom: 1.5625rem;
}

.mt-30 {
    margin-top: 1.875rem;
}

.mb-30 {
    margin-bottom: 1.875rem;
}

.mt-35 {
    margin-top: 2.1875rem;
}

.mb-35 {
    margin-bottom: 2.1875rem;
}

.mt-40 {
    margin-top: 2.5rem;
}

.mb-40 {
    margin-bottom: 2.5rem;
}

.mt-45 {
    margin-top: 2.8125rem;
}

.mb-45 {
    margin-bottom: 2.8125rem;
}

.mt-50 {
    margin-top: 3.125rem;
}

.mb-50 {
    margin-bottom: 3.125rem;
}

.mt-55 {
    margin-top: 3.4375rem;
}

.mb-55 {
    margin-bottom: 3.4375rem;
}

.mt-60 {
    margin-top: 3.75rem;
}

.mb-60 {
    margin-bottom: 3.75rem;
}

.mt-65 {
    margin-top: 4.0625rem;
}

.mb-65 {
    margin-bottom: 4.0625rem;
}

.mt-70 {
    margin-top: 4.375rem;
}

.mb-70 {
    margin-bottom: 4.375rem;
}

.mt-80 {
    margin-top: 5rem;
}

.mb-80 {
    margin-bottom: 5rem;
}

.mt-90 {
    margin-top: 5.625rem;
}

.mb-90 {
    margin-bottom: 5.625rem;
}

.mt-100 {
    margin-top: 6.25rem;
}

.mb-100 {
    margin-bottom: 6.25rem;
}

.mt-110 {
    margin-top: 6.875rem;
}

.mb-110 {
    margin-bottom: 6.875rem;
}

.mt-120 {
    margin-top: 7.5rem;
}

.mb-120 {
    margin-bottom: 7.5rem;
}

/*=== Overlap ===*/
.overlap45,
.overlap155,
.overlap245,
.overlap-45,
.overlap-60,
.overlap-90,
.overlap-105,
.overlap-115,
.overlap-150 {
    position: relative;
    z-index: 1;
}

.overlap-45 {
    margin-bottom: -2.8125rem;
}

.overlap-60 {
    margin-bottom: -3.75rem;
}

.overlap-90 {
    margin-bottom: -5.625rem;
}

.overlap-105 {
    margin-bottom: -6.5625rem;
}

.overlap-115 {
    margin-bottom: -7.1875rem;
}

.overlap-150 {
    margin-bottom: -9.375rem;
}

.overlap45 {
    margin-top: -2.8125rem;
}

.overlap155 {
    margin-top: -9.6875rem;
}

.overlap245 {
    margin-top: -15.3125rem;
}

/*=== Default Colors ===*/
.dark-bg {
    background-color: #272727;
}

.dark-bg2 {
    background-color: #181818;
}

.dark-bg3 {
    background-color: #111111;
}

.gray-bg {
    background-color: #f8f8f8;
}

.gray-bg2 {
    background-color: #f2f2f2;
}

.gray-bg3 {
    background-color: #eff4f1;
}

.gray-bg4 {
    background-color: #fbfbfb;
}

.bg-black {
    background-color: #000;
}

.bg-white {
    background-color: #fff;
}

/*=== Container ===*/
.container {
    padding: 0;
    max-width: 73.125rem;
}

/*=== Wide Sec ===*/
.wide-sec,
.wide-sec2 {
    position: relative;
    z-index: 1;
}

.wide-sec {
    width: calc(100% + 18.75rem);
    margin-left: -9.375rem;
}

.wide-sec2 {
    width: calc(100% + 10rem);
    margin-left: -5rem;
}

/*=== Parallax Background ===*/
.fixed-bg,
.parallax-bg {
    background-position: center;
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}

.fixed-bg {
    background-attachment: scroll;
    background-size: cover;
}

.parallax-bg {
    background-attachment: fixed;
    background-size: contain;
}

.back-post-cntrbtm-norpet {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.back-post-cntrbtm {
    background-position: center bottom;
}

.back-post-lftcntr {
    background-position: left center;
}

.fixed-bg.patern-bg,
.parallax-bg.patern-bg {
    background-size: initial;
}

.fixed-bg.bg-norepeate {
    background-size: initial;
    background-repeat: no-repeat;
}

.back-blend-soft-light {
    background-blend-mode: soft-light;
}

.back-blend-difference {
    background-blend-mode: difference;
}

.back-blend-screen {
    background-blend-mode: screen;
}

.back-blend-multiply {
    background-blend-mode: multiply;
}

.back-blend-subtract {
    background-blend-mode: subtract;
}


/*=== Background Layer ===*/
.black-layer:before,
.white-layer:before,
.gray-layer:before,
.gray-layer2:before,
.gray-layer3:before,
.dark-layer:before,
.dark-layer2:before,
.dark-layer3:before,
.blue-layer:before,
.thm-layer:before,
.grn-layer2:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.black-layer:before {
    background-color: #000000;
}

.white-layer:before {
    background-color: #ffffff;
}

.gray-layer:before {
    background-color: #f8f8f8
}

.gray-layer2:before {
    background-color: #fbfbfb
}

.gray-layer3:before {
    background-color: #eff4f1
}

.dark-layer:before {
    background-color: #272727;
}

.dark-layer2:before {
    background-color: var(--color1);
}

.dark-layer3:before {
    background-color: var(--color7);
}

.blue-layer:before {
    background-color: var(--color1);
}

.grn-layer2:before {
    background-color: var(--color2);
}

.paralx-70:before,
.paralx-70 .fixed-bg {
    height: 70%;
}

.paralx-52:before,
.paralx-52 .fixed-bg {
    height: 52%;
}

/*=== Opacity ===*/
.opc1:before {
    opacity: .1;
}

.opc15:before {
    opacity: .15;
}

.opc2:before {
    opacity: .2;
}

.opc25:before {
    opacity: .25;
}

.opc3:before {
    opacity: .3;
}

.opc35:before {
    opacity: .35;
}

.opc4:before {
    opacity: .4;
}

.opc45:before {
    opacity: .45;
}

.opc5:before {
    opacity: .5;
}

.opc55:before {
    opacity: .55;
}

.opc6:before {
    opacity: .6;
}

.opc65:before {
    opacity: .65;
}

.opc7:before {
    opacity: .7;
}

.opc75:before {
    opacity: .75;
}

.opc8:before {
    opacity: .8;
}

.opc85:before {
    opacity: .85;
}

.opc9:before {
    opacity: .9;
}

.opc95:before {
    opacity: .95;
}

.opc97:before {
    opacity: .97;
}

.opc99:before {
    opacity: .99;
}

/*=== Iframe ===*/
iframe {
    border: 0;
    width: 100%;
}

/*=== Image ===*/
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

/*=== Width ===*/
.wdth5 {
    width: 5%;
}

.wdth10 {
    width: 10%;
}

.wdth15 {
    width: 15%;
}

.wdth20 {
    width: 20%;
}

.wdth25 {
    width: 25%;
}

.wdth30 {
    width: 30%;
}

.wdth35 {
    width: 35%;
}

.wdth40 {
    width: 40%;
}

.wdth45 {
    width: 45%;
}

.wdth50 {
    width: 50%;
}

.wdth55 {
    width: 55%;
}

.wdth60 {
    width: 60%;
}

.wdth65 {
    width: 65%;
}

.wdth70 {
    width: 70%;
}

.wdth75 {
    width: 75%;
}

.wdth80 {
    width: 80%;
}

.wdth85 {
    width: 85%;
}

.wdth90 {
    width: 90%;
}

.wdth95 {
    width: 95%;
}

.wdth100 {
    width: 100%;
}

.wow {
    visibility: hidden;
}

/*=== Cross Browser Compatibility ===*/
i,
a,
img,
input,
button,
textarea,
:before,
:after,
label,
span,
nav ul li,
.serv-box,
.serv-box > *,
.volume-btn,
.post-share-social,
.course-info3 > span,
.course-scholar > *,
.rsnp-mnu,
.sticky-menu {
    -webkit-transition: var(--transition2);
    -ms-transition: var(--transition2);
    -o-transition: var(--transition2);
    transition: var(--transition2);
}

nav ul ul,
.social-links2,
.gallery-info {
    -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
    -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}

a i,
button i {
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/*=== Top Image ===*/
.sec-top-mckp {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*=== Bottom Image ===*/
.sec-btm-mckp {
    left: 50%;
    bottom: -1px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sec-btm-140 {
    bottom: -8.75rem;
}

.sec-botm-rgt-mckp {
    bottom: 0;
    right: 6.875rem;
}

/*===== Theme Style =====*/

/*===== Header Styles =====*/
header {
    position: relative;
    width: 100%;
    z-index: 9999;
}

.logo {
    z-index: 1;
}

    .logo:before {
        z-index: -1;
    }

    .logo a {
        display: block;
    }

.social-links > a {
    font-size: 1rem;
}

    .social-links > a:not(:first-child) {
        margin-left: 1.25rem;
    }

.topbar {
    padding: 0 1.25rem;
    position: relative;
}

.topbar-info-list > li {
    font-size: 14px;
    position: relative;
    padding-top: 9.125px;
    padding-bottom: 9.125px;
}

.topbar-left .topbar-info-list > li {
    font-family: yekan !important;
}

.bg-color1 .topbar-info-list > li {
    color: #fff;
}

.topbar-info-list > li:not(:first-child) {
    padding-left: 1.5625rem;
    margin-left: 1.5625rem;
}

    .topbar-info-list > li:not(:first-child):before {
        content: "";
        width: 1px;
        height: 1rem;
        top: 1.0625rem;
        position: absolute;
        left: 0;
        background-color: #000;
        opacity: .2;
    }

.bg-color1 .topbar-info-list > li:not(:first-child)::before {
    background-color: #fff;
}

.topbar-info-list > li i {
    font-size: 1.25rem;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

    .topbar-info-list > li i.far,
    .topbar-info-list > li i.fas {
        font-size: inherit;
    }

.topbar-info-list > li span {
    margin-left: 8px;
}

.topbar .social-links {
    padding: 13px 1.5625rem;
}

.bg-color1 .social-links {
    background-color: rgba(255,255,255,.04);
}

    .bg-color1 .social-links > a {
        color: #767676;
    }

nav ul li {
    position: relative;
    font-family: yekan !important;
    color: #333;
}

nav > div > ul > li {
    margin-right: 2.5rem;
    font-size: 1.125rem;
    line-height: 3.75rem;
}

nav ul li a {
    display: block;
}

nav ul li.menu-item-has-children > a::before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
}

nav ul li.menu-item-has-children > a {
    padding-right: 1.375rem;
}

header .thm-btn,
.header-right .thm-btn {
    font-size: 1.125rem;
    padding: 11.5px 1.75rem;
}


/*=== Header Style 1 ===*/
header.style1 .topbar {
    padding-left: 26.5625rem;
}

    header.style1 .topbar ul + .social-links {
        margin-left: 2.5rem;
    }

.logo-menu-wrap {
    padding-right: 2.375rem;
}

header.style1 .logo a {
    padding: 2rem 1.875rem;
}

header.style1 .logo {
    flex: 0 0 26.5625rem;
    max-width: 26.5625rem;
    text-align: center;
    margin-top: -3.12604375rem;
}

header.style1 nav {
    flex: 0 0 71.25rem;
    max-width: 71.25rem;
}

header.style1 .logo + nav {
    flex: 0 0 calc(100% - 26.5625rem);
    max-width: calc(100% - 26.5625rem);
    padding-left: 2.375rem;
}

/*=== Sticky Header ===*/
.sticky-menu {
    position: fixed;
    top: -5rem;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 9999;
    -webkit-box-shadow: 0 0 1.25rem rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 1.25rem rgba(0,0,0,.15);
    -o-box-shadow: 0 0 1.25rem rgba(0,0,0,.15);
    box-shadow: 0 0 1.25rem rgba(0,0,0,.15);
    opacity: 0;
    visibility: hidden;
}

body.sticky .sticky-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.sticky-menu nav > div > ul > li {
    line-height: 5rem;
    margin-right: 2rem;
}

    .sticky-menu nav > div > ul > li:last-child {
        margin-right: 0;
    }

/*===== Responsive Header =====*/
.rspn-hdr {
    display: none;
    width: 100%;
    position: relative;
    z-index: 999;
}

.rspn-mdbr {
    background-color: #252a2c;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.rspn-scil {
    display: inline-flex;
}

    .rspn-scil > a {
        background-color: rgba(255,255,255,.05);
        height: 2.5rem;
        width: 2.5rem;
        line-height: 2.5rem;
        font-size: .9375rem;
        text-align: center;
        color: #fff;
    }

        .rspn-scil > a:not(:first-child) {
            margin-left: 1px;
        }

.rspn-srch {
    height: 2.5rem;
    position: relative;
    flex: 0 0 calc(100% - 10.1875rem);
    max-width: calc(100% - 10.1875rem);
}

    .rspn-srch > input {
        background-color: transparent;
        color: #7e7e7e;
        font-size: 13px;
        height: 100%;
        padding: 0 3.125rem 0 5%;
        width: 100%;
    }

        .rspn-srch > input:focus {
            font-style: normal;
        }

    .rspn-srch > button {
        background-color: transparent;
        border: 0;
        color: #999;
        font-size: 13px;
        height: 100%;
        position: absolute;
        right: 10px;
    }

.lg-mn {
    padding: 1.125rem 5rem 1.125rem .9375rem;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.rspn-cnt {
    display: inline-block;
}

    .rspn-cnt > span {
        color: #777;
        display: inline-block;
        margin: 5px .5rem;
    }

        .rspn-cnt > span i {
            margin-right: .5rem;
        }

.rspn-mnu-btn {
    background-color: var(--color1);
    color: #fff;
    cursor: pointer;
    font-size: 0.875rem;
    height: 2.5rem;
    line-height: 2.5rem;
    position: absolute;
    right: 1.25rem;
    text-align: center;
    top: 50%;
    width: 2.5rem;
    margin-top: -1.25rem;
}

/*=== Responsive Menu ===*/
.rsnp-mnu {
    background-color: #0c0c0c;
    bottom: 0;
    opacity: 0;
    padding: 5.3125rem 2.5rem 3.125rem;
    position: fixed;
    right: -21.875rem;
    top: 0;
    visibility: hidden;
    z-index: 99999;
    max-width: 21.875rem;
    width: 100%;
    text-align:right !important;
}

    .rsnp-mnu.slidein {
        opacity: 1;
        right: 0;
        visibility: visible;
    }

.rspn-mnu-cls {
    background-color: #303030;
    color: #fff;
    cursor: pointer;
    font-size: 0.875rem;
    height: 2.5rem;
    line-height: 2.5rem;
    position: absolute;
    right: .75rem;
    text-align: center;
    top: .75rem;
    width: 2.5rem;
}

.rsnp-mnu > ul {
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
    overflow-y: auto !important;
    width: 100% !important;
}

    .rsnp-mnu > ul li {
        font-family: yekan !important;
    }

    .rsnp-mnu > ul > li {
        color: #fff;
        font-size: 1.125rem;
        font-weight: 600;
        position: relative;
        right:1rem;
        text-transform: uppercase;
        width: 100%;
    }

        .rsnp-mnu > ul > li a {
            color: inherit;
            display: block;
        }

        .rsnp-mnu > ul > li:not(:first-child) {
            margin-top: 1.25rem;
        }

    .rsnp-mnu > ul ul {
        display: none;
        margin-bottom: 0;
        padding-left: 1.25rem;
        opacity: 1;
        position: static;
        visibility: visible;
    }

.rsnp-mnu ul li.menu-item-has-children.active > a {
    margin-bottom: 15px;
}

.rsnp-mnu > ul li.menu-item-has-children > a::before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    top: 0;
    color: inherit;
    font-weight: 900;
}

.rsnp-mnu > ul ul > li {
    color: #a4a4a4;
    font-size: 1rem;
    position: relative;
    text-transform: initial;
    width: 100%;
    font-weight: 400;
}

    .rsnp-mnu > ul ul > li:not(:first-child) {
        margin-top: .75rem;
    }

/*===== Theme Button =====*/
.thm-btn {
    display: inline-block;
    color: #fff;
    font-family: yekan !important;
    font-size: 1.25rem;
    font-weight: 500;
    padding: .9375rem 3.75rem;
    position: relative;
    overflow: hidden;
    margin-bottom: -5px;
    text-align: center;
    z-index: 1;
}

    .thm-btn span {
        position: absolute;
        width: 25%;
        height: 100%;
        background-color: var(--c);
        -webkit-transform: translateY(150%);
        -ms-transform: translateY(150%);
        -o-transform: translateY(150%);
        transform: translateY(150%);
        -webkit-border-radius: 50%;
        border-radius: 50%;
        left: calc((var(--n) - 1) * 25%);
        -webkit-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        -webkit-transition-delay: calc((var(--n) - 1) * 0.1s);
        -ms-transition-delay: calc((var(--n) - 1) * 0.1s);
        -o-transition-delay: calc((var(--n) - 1) * 0.1s);
        transition-delay: calc((var(--n) - 1) * 0.1s);
        z-index: -1;
    }

.pack-box.active .pack-body .thm-btn {
    background-color: var(--color1);
}

    .pack-box.active .pack-body .thm-btn span,
    .thm-layer .thm-btn span,
    .thm-bg .thm-btn span,
    .camp-info .thm-btn span {
        background-color: #000;
    }

.thm-btn:hover span,
.thm-btn:focus span {
    -webkit-transform: translateY(0) scale(2);
    -ms-transform: translateY(0) scale(2);
    -o-transform: translateY(0) scale(2);
    transform: translateY(0) scale(2);
}

.donation-detail-info-wrap .thm-btn:hover span,
.donation-detail-info-wrap .thm-btn:focus span {
    -webkit-transform: translateY(0) scale(2.5);
    -ms-transform: translateY(0) scale(2.5);
    -o-transform: translateY(0) scale(2.5);
    transform: translateY(0) scale(2.5);
}

.thm-btn span:nth-of-type(1) {
    --n: 1;
}

.thm-btn span:nth-of-type(2) {
    --n: 2;
}

.thm-btn span:nth-of-type(3) {
    --n: 3;
}

.thm-btn span:nth-of-type(4) {
    --n: 4;
}

.thm-btn.thm-bg span {
    background-color: #222;
}

.thm-btn.bg-color2 span {
    background-color: #000;
}

.thm-btn:hover,
.thm-btn:focus {
    color: #fff;
}

.thm-btn.mini-btn {
    font-size: 1.125rem;
    padding: 1.035rem 2.5rem;
}

/*===== Featured Area Style 1 =====*/
.feat-caro {
    max-height: 44.6875rem;
    position: relative;
    overflow: hidden;
}

.feat-item {
    min-height: 44.6875rem;
    max-height: 44.6875rem;
}

.feat-img {
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    -webkit-transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    height: 100%;
}

    .feat-img:before {
        content: "";
        background-color: #000;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        opacity: 0.65;
        z-index: -1;
    }

.slick-active .feat-img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.feat-cap-wrap {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 73.125rem;
    min-width: 73.125rem;
    z-index: 1;
}

.feat-wrap.v1 .feat-cap-wrap {
    margin-top: -5rem;
}

.feat-cap {
    max-width: 45rem;
    position: relative;
}

    .feat-cap > i {
        font-size: 3.125rem;
        line-height: 1;
    }

        .feat-cap > i + h2 {
            margin-top: .9375rem;
        }

    .feat-cap > h2 {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.1;
        color: #fff;
    }

        .feat-cap > h2 + p {
            margin-top: 10px;
        }

    .feat-cap > p {
        font-size: 2rem;
        line-height: 2;
        color: #fff;
    }

        .feat-cap > p + a {
            margin-top: 3.125rem;
        }

.feat-wrap ul.slick-dots {
    position: absolute;
    right: 5.625rem;
    z-index: 1;
    top: 50%;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.25rem;
    z-index: 1;
}

    .feat-wrap ul.slick-dots li {
        line-height: initial;
        font-size: 0;
        margin: 9px 5px;
    }

        .feat-wrap ul.slick-dots li button {
            color: transparent;
            padding: 0;
            background-color: #fff;
            height: 10px;
            width: 10px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            opacity: .5;
        }

            .feat-wrap ul.slick-dots li button:hover,
            .feat-wrap ul.slick-dots li button:focus,
            .feat-wrap ul.slick-dots li.slick-active button {
                opacity: 1;
            }

/*=== Contact Info Style 1 ===*/
.cont-info {
    margin-left: 9rem;
    text-align: right !important;
}

.cont-info-list > li {
    font-family: yekan !important;
    font-size: 1.5rem;
    font-weight: 500;
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 2.1875rem 0;
    /*padding-left: 2rem;*/
}

.thm-layer .cont-info-list > li {
    color: #fff;
}

.cont-info-list > li span {
    height: 3.4375rem;
    width: 3.4375rem;
    line-height: 3.4375rem;
    position: relative;
    text-align: center;
    z-index: 1;
    font-size: 1.5rem;
    flex: 0 0 3.4375rem;
    max-width: 3.4375rem;
    margin: 0 1.5625rem 0 1.5625rem;
}

    .cont-info-list > li span::before,
    .cont-info-list > li span::after {
        content: "";
        height: 3.4375rem;
        width: 3.4375rem;
        border: 2px solid #000;
        position: absolute;
        left: 0;
        top: 0;
        background-color: inherit;
        z-index: -1;
    }

.thm-layer .cont-info-list > li a:hover,
.thm-layer .cont-info-list > li a:focus {
    color: #000;
}

.cont-info-list > li:hover span:before,
.cont-info-list > li span:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cont-info-list > li:hover span:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

/*===== About Style 1 =====*/
.about-inner {
    max-width: 70%;
}

    .about-inner > img + h2 {
        margin-top: 1.5rem;
    }

    .about-inner > h2 {
        font-size: 3.125rem;
    }

        .about-inner > h2 + p {
            margin-top: 1.25rem;
        }

    .about-inner > p {
        color: #333;
        line-height: 1.75rem;
        text-align: justify;
    }

        .about-inner > p + a {
            margin-top: 3.375rem;
        }

/*===== Footer Style 1 =====*/
.widget {
    margin-bottom: 2.5rem;
}

    .widget .logo + p {
        margin-top: 2.8125rem;
    }

    .widget p {
        font-size: .9375rem;
        line-height: 1.625rem;
        text-align: justify !important;
    }

    .widget .logo {
        text-align: center !important;
    }

.logo-p {
    margin-top: -2.5rem !important;
}

.widget-title {
    font-size: 1.5rem;
    margin-bottom: 2.6875rem;
    text-align: right !important;
    margin-right: 2.9rem;
}

.widget ul li {
    position: relative;
    font-size: 1rem;
    text-align: right !important;
}

.widget a {
    text-align: right !important;
    margin-left: 6rem;
}

.widget ul:not(.cont-info-list2) li a:before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    line-height: inherit;
    font-size: 14px;
}

.widget ul:not(.cont-info-list2) li {
    font-family: yekan;
    font-size: 1.125rem;
    padding-left: 1.5625rem;
}

.dark-layer .widget-title,
.black-layer .widget-title {
    color: #fff;
}

.dark-layer .widget p {
    color: #f0f0f0;
}

.dark-layer .widget ul li {
    color: #ddd;
}

.black-layer .widget ul li {
    color: #eaeaea;
}

.widget ul.cont-info-list2 li {
    line-height: 1.625rem;
}

    .widget ul.cont-info-list2 li i {
        font-style: normal;
    }

.widget ul li:not(:first-child) {
    margin-top: 8px;
}

.footer-icon {
    color: white;
    font-size: 30px;
}

.footer-label {
    position: relative;
    right: 5px;
    font-size: 16px;
    text-decoration: none;
    color: white;
    text-align: right !important;
}

    .footer-label:hover {
        color: #0a973b;
    }

/*=== Bottom Bar Style 1 ===*/
.bottom-bar {
    padding: 1.875rem .9375rem;
}

    .bottom-bar p {
        font-size: 1.125rem;
        font-family: yekan !important;
    }

        .bottom-bar p a:hover,
        .bottom-bar p a:focus {
            color: #fff;
        }

.dark-bg2 p {
    color: #fff;
}

.nuran {
    color: yellow !important;
}

    .nuran:hover {
        color: #fff !important
    }
