@import "https://fonts.googleapis.com/css2?family=Exo:wght@300;400;500;600;700;800;900&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Outfit:wght@400;500;600;700;800;900&family=Saira:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,900&display=swap";

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: saira, sans-serif
}

body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth
}

a {
    color: unset;
    text-decoration: none
}

a:focus {
    outline: 0 solid
}

a:hover {
    text-decoration: none;
    color: unset
}

input:focus,
textarea:focus,
button:focus {
    outline: none
}

ul {
    list-style: none
}

i.bx {
    vertical-align: middle
}

.pt-120 {
    padding-top: 120px
}

@media(min-width:992px) and (max-width:1199px) {
    .pt-120 {
        padding-top: 90px
    }
}

@media(max-width:991px) {
    .pt-120 {
        padding-top: 80px
    }
}

.mr-40 {
    margin-right: 40px
}

.ml-40 {
    margin-left: 40px
}

.mb-120 {
    margin-bottom: 120px
}

@media(min-width:992px) and (max-width:1199px) {
    .mb-120 {
        margin-bottom: 90px
    }
}

@media(max-width:991px) {
    .mb-120 {
        margin-bottom: 80px
    }
}

.mb-100 {
    margin-bottom: 100px
}

@media(min-width:992px) and (max-width:1199px) {
    .mb-100 {
        margin-bottom: 70px
    }
}

@media(max-width:991px) {
    .mb-100 {
        margin-bottom: 60px
    }
}

.pb-120 {
    padding-bottom: 120px
}

@media(min-width:992px) and (max-width:1199px) {
    .pb-120 {
        padding-bottom: 90px
    }
}

@media(max-width:991px) {
    .pb-120 {
        padding-bottom: 80px
    }
}

.ml--230 {
    margin-left: -230px
}

@media(max-width:1399px) {
    .ml--230 {
        margin-left: unset
    }
}

.pt-80 {
    padding-top: 80px
}

.pt-20 {
    padding-top: 20px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-60 {
    padding-bottom: 60px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-40 {
    margin-bottom: 40px !important
}

.pt-45 {
    padding-top: 45px
}

.pt-70 {
    padding-top: 70px
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pt-25 {
    padding-top: 25px !important
}

.swiper-fix {
    margin: -12px;
    padding: 12px
}

.eg-btn {
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-transform: capitalize;
    font-family: saira, sans-serif
}

.btn--primary {
    background: #333;
    color: #fff;
    position: relative;
    z-index: 1;
    white-space: nowrap
}

.btn--primary::before {
    width: 100%;
    height: 100%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background: #ff014f;
    -webkit-transition: all .52s;
    transition: all .52s;
    z-index: -1;
    border-radius: 5px
}

.btn--primary::after {
    width: 100%;
    height: 100%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background: #ff014f;
    -webkit-transition: all .52s;
    transition: all .52s;
    z-index: -1;
    border-radius: 5px
}

.btn--primary:hover {
    color: #fff
}

.btn--primary:hover::before {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg)
}

.btn--primary:hover::after {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg)
}

.btn--primary2 {
    background: #333;
    color: #fff;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    border-radius: 100px
}

.btn--primary2::before {
    width: 100%;
    height: 100%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background: #e22454;
    -webkit-transition: all .52s;
    transition: all .52s;
    z-index: -1;
    border-radius: 100px
}

.btn--primary2::after {
    width: 100%;
    height: 100%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background: #e22454;
    -webkit-transition: all .52s;
    transition: all .52s;
    z-index: -1;
    border-radius: 100px
}

.btn--primary2:hover {
    color: #fff
}

.btn--primary2:hover::before {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg)
}

.btn--primary2:hover::after {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg)
}

.btn--primary3 {
    background: #333;
    color: #fff;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    border-radius: 100px
}

.btn--primary3::before {
    width: 100%;
    height: 100%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background: #e22454;
    -webkit-transition: all .52s;
    transition: all .52s;
    z-index: -1;
    border-radius: 100px
}

.btn--primary3::after {
    width: 100%;
    height: 100%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background: #e22454;
    -webkit-transition: all .52s;
    transition: all .52s;
    z-index: -1;
    border-radius: 100px
}

.btn--primary3:hover {
    color: #fff
}

.btn--primary3:hover::before {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg)
}

.btn--primary3:hover::after {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg)
}

.btn--primary3-outline {
    border: 1px solid #e22454;
    color: #e22454;
    white-space: nowrap;
    -webkit-transition: all .52s ease;
    transition: all .52s ease
}

.btn--primary3-outline:hover {
    background: #e22454;
    color: #fff
}

.btn--lg {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 48px
}

@media(max-width:767px) {
    .btn--lg {
        padding: 14px 48px
    }
}

.btn--md {
    padding: 14px 45px;
    font-size: 16px;
    font-weight: 700
}

@media(max-width:767px) {
    .btn--md {
        padding: 10px 40px
    }
}

.btn--sm {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 12px
}

.header-btn {
    background-color: #ff014f;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: saira, sans-serif;
    padding: 9px 20px
}

.action-btn {
    min-width: 26px;
    height: 26px;
    line-height: 0;
    border: none;
    outline: none
}

.action-btn.red {
    background: #e22454
}

.action-btn.green {
    background: #ff014f
}

.section-title1>span {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #ff014f;
    margin-left: 20px;
    position: relative
}

.section-title1>span::after {
    position: absolute;
    content: url(../images/icons/section-vector.svg);
    left: -15px
}

.section-title1 h2 {
    font-size: 55px;
    font-weight: 600;
    color: #333;
    padding-top: 12px;
    font-family: saira, sans-serif
}

@media(max-width:991px) {
    .section-title1 h2 {
        font-size: 45px;
        line-height: 67px
    }
}

@media(max-width:576px) {
    .section-title1 h2 {
        font-size: 40px;
        line-height: 55px
    }
}

.section-title1 h2>span {
    position: relative
}

.section-title1 h2>span::after {
    position: absolute;
    content: url(../images/icons/idea-vector.svg);
    left: 0
}

@media(max-width:991px) {
    .section-title1 h2>span::after {
        display: none
    }
}

.section-title1 p {
    font-size: 16px;
    font-weight: 300;
    font-family: outfit, sans-serif;
    color: #333;
    line-height: 32px;
    padding-top: 10px
}

.section-title-11>span {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #ff014f;
    margin-left: 20px;
    position: relative
}

.section-title-11>span::after {
    position: absolute;
    content: url(../images/icons/section-vector-whight.svg);
    left: -15px
}

.section-title-11 h2 {
    font-size: 55px;
    font-weight: 600;
    color: #fff;
    padding-top: 12px;
    font-family: saira, sans-serif
}

@media(max-width:991px) {
    .section-title-11 h2 {
        font-size: 45px;
        line-height: 67px
    }
}

.section-title-11 h2>span {
    position: relative
}

.section-title-11 h2>span::after {
    position: absolute;
    content: url(../images/icons/idea-vector.svg);
    left: 0
}

.section-title-11 p {
    font-size: 16px;
    font-weight: 300;
    font-family: outfit, sans-serif;
    color: #333;
    padding-top: 10px
}

.section-title2 {
    text-align: center
}

.section-title2 h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
    margin-top: -5px
}

.section-title2 p {
    font-size: 16px;
    font-weight: 400;
    font-family: outfit, sans-serif;
    color: #8a8a8a
}

.section-title4 {
    text-align: center;
    margin-bottom: 60px
}

.section-title4 h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
    margin-top: -5px;
    position: relative;
    display: inline-block
}

@media(max-width:767px) {
    .section-title4 h2 {
        font-size: 2.1rem
    }
}

.section-title4 h2::before {
    content: url(https://demo-egenslab.b-cdn.net/html/perport/preview/assets/images/icons/sec-arro1.svg);
    position: absolute;
    top: -5px;
    left: -55px
}

@media(max-width:767px) {
    .section-title4 h2::before {
        left: -45px
    }
}

.section-title4 h2::after {
    content: url(https://demo-egenslab.b-cdn.net/html/perport/preview/assets/images/icons/sec-arro2.svg);
    position: absolute;
    top: -5px;
    right: -55px
}

@media(max-width:767px) {
    .section-title4 h2::after {
        right: -45px
    }
}

.section-title4 p {
    font-size: 16px;
    font-weight: 400;
    font-family: outfit, sans-serif;
    color: #8a8a8a
}

.section-title5>span {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #ff014f;
    position: relative
}

.section-title5 h2 {
    font-size: 55px;
    font-weight: 600;
    color: #333;
    padding-top: 17px;
    font-family: saira, sans-serif
}

@media(max-width:991px) {
    .section-title5 h2 {
        font-size: 45px;
        line-height: 67px
    }
}

.section-title5 p {
    font-size: 16px;
    font-weight: 300;
    font-family: outfit, sans-serif;
    color: #333;
    padding-top: 10px;
    position: relative;
    line-height: 32px
}

.section-title5 p::after {
    content: url(../images/bg/about-p-shape.png);
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-42%);
    transform: translateY(-42%)
}

@media(max-width:576px) {
    .view-all-btn {
        padding-top: 20px
    }
}

.view-all-btn a {
    padding: 9px 38px
}

.section-title-5 img {
    margin-bottom: 12px
}

.section-title-5>span {
    font-family: exo, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #333;
    position: relative;
    display: inline-block;
    z-index: 1
}

.section-title-5 h2 {
    font-size: 45px;
    font-weight: 700;
    color: #333;
    padding-top: 12px;
    font-family: lora, serif;
    letter-spacing: .05em
}

.section-title-5 h2>span {
    position: relative;
    color: #987750
}

.section-title-5 h2>span::after {
    position: absolute;
    content: url(../images/icons/title-bg-2.svg);
    left: 1px
}

@media(max-width:576px) {
    .section-title-5 h2 {
        font-size: 40px
    }
}

.section-title-5 p {
    font-size: 16px;
    font-weight: 400;
    font-family: exo, sans-serif;
    color: #333;
    line-height: 32px;
    padding-top: 10px
}

.section-title-5.two {
    margin-bottom: 55px;
    text-align: center
}

.section-title-5.two h2 {
    color: #fff
}

.section-title-5.two>span {
    color: #fff
}

.egns-preloader {
    min-width: 100%;
    min-height: 100%;
    position: fixed !important;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff
}

.egns-preloader::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: -1
}

.circle-border {
    width: 100%;
    max-width: 140px;
    height: 100%;
    max-height: 140px;
    border: 0 solid var(--primary_color);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 30px rgba(0, 0, 0, .1)
}

.circle-border svg {
    fill: #ff014f
}

.circle-border svg path {
    stroke: #ff014f
}

.circle-border .moving-circle {
    width: 10px;
    height: 10px;
    background: #ff014f;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
    -webkit-animation: circle 2s linear infinite;
    animation: circle 2s linear infinite
}

.circle-border .moving-circle:nth-child(2) {
    width: 10px;
    height: 10px;
    background: #ff014f;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
    -webkit-animation: circle 2.25s linear infinite;
    animation: circle 2.25s linear infinite
}

.circle-border .moving-circle:nth-child(3) {
    width: 10px;
    height: 10px;
    background: #ff014f;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
    -webkit-animation: circle 2.5s linear infinite;
    animation: circle 2.5s linear infinite
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0deg) translate(-70px) rotate(0deg);
        transform: rotate(0deg) translate(-70px) rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-70px) rotate(-360deg);
        transform: rotate(360deg) translate(-70px) rotate(-360deg)
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0deg) translate(-70px) rotate(0deg);
        transform: rotate(0deg) translate(-70px) rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-70px) rotate(-360deg);
        transform: rotate(360deg) translate(-70px) rotate(-360deg)
    }
}

#outline {
    stroke-dasharray: 2.42777px, 242.77666px;
    stroke-dashoffset: 0;
    -webkit-animation: anim 1.6s linear infinite;
    animation: anim 1.6s linear infinite
}

@-webkit-keyframes anim {
    12.5% {
        stroke-dasharray: 33.98873px, 242.77666px;
        stroke-dashoffset: -26.70543px
    }

    43.75% {
        stroke-dasharray: 84.97183px, 242.77666px;
        stroke-dashoffset: -84.97183px
    }

    100% {
        stroke-dasharray: 2.42777px, 242.77666px;
        stroke-dashoffset: -240.34889px
    }
}

@keyframes anim {
    12.5% {
        stroke-dasharray: 33.98873px, 242.77666px;
        stroke-dashoffset: -26.70543px
    }

    43.75% {
        stroke-dasharray: 84.97183px, 242.77666px;
        stroke-dashoffset: -84.97183px
    }

    100% {
        stroke-dasharray: 2.42777px, 242.77666px;
        stroke-dashoffset: -240.34889px
    }
}

header.style-1 {
    background-color: #0a0a0a;
    width: 100%;
    position: relative;
    top: 0;
    z-index: 9999;
    padding: 0 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-1 {
        padding: 0 30px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    header.style-1 {
        padding: 0 30px
    }
}

@media(max-width:991px) {
    header.style-1 {
        padding: 0 30px;
        top: 0
    }
}

header.style-1.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #0a0a0a;
    -webkit-box-shadow: 0 10px 30px -1px rgba(82, 82, 82, .15);
    box-shadow: 0 10px 30px -1px rgba(82, 82, 82, .15);
    -webkit-animation: smooth-header .65s linear;
    animation: smooth-header .65s linear
}

@-webkit-keyframes smooth-header {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes smooth-header {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

header.style-1 .nav-right .hotline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px
}

header.style-1 .nav-right .hotline .hotline-icon {
    margin-right: 8px
}

header.style-1 .nav-right .hotline .hotline-info span {
    font-size: 12px;
    font-weight: 400;
    font-family: saira, sans-serif;
    color: #ff014f
}

header.style-1 .nav-right .hotline .hotline-info h6 {
    font-size: 14px;
    font-weight: 600;
    font-family: saira, sans-serif;
    color: #fff;
    white-space: nowrap
}

header.style-1 .nav-right .search-btn {
    width: 42px;
    height: 42px;
    line-height: 45px;
    text-align: center;
    background-color: #ff014f;
    border-radius: 5px;
    margin-right: 15px;
    cursor: pointer
}

header.style-1 .nav-right .search-btn .bi {
    font-size: 20px;
    color: #fff
}

@media(max-width:991px) {
    header.style-1 .nav-right .search-btn {
        display: none;
        visibility: hidden
    }
}

header.style-1 .header-logo {
    height: 100%
}

@media(max-width:991px) {
    header.style-1 .header-logo {
        padding: 20px 0
    }
}

header.style-1 .header-logo img {
    min-width: 120px;
    max-width: 100%
}

header.style-1 .header-btn {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: .35s ease-in;
    transition: .35s ease-in;
    background: #ff014f;
    cursor: pointer;
    white-space: nowrap
}

header.style-1 .header-btn:hover {
    background: #191a1c
}

header.style-1 .header-btn:hover a {
    color: #fff
}

@media(max-width:1199px) {
    header.style-1 .header-btn {
        display: none;
        visibility: hidden
    }
}

header.style-1 .main-menu .menu-list {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

@media(max-width:991px) {
    header.style-1 .main-menu .menu-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

header.style-1 .main-menu .menu-list>li {
    position: relative;
    margin: 0 17px;
    display: inline-block
}

@media(max-width:1199px) {
    header.style-1 .main-menu .menu-list>li {
        margin: 0 15px
    }
}

@media(max-width:991px) {
    header.style-1 .main-menu .menu-list>li {
        margin: 0;
        width: 100%
    }
}

header.style-1 .main-menu .menu-list>li .dropdown-icon {
    color: #fff;
    font-size: 25px;
    -webkit-transition: .4s ease-in;
    transition: .4s ease-in;
    opacity: 0;
    visibility: hidden
}

@media(max-width:991px) {
    header.style-1 .main-menu .menu-list>li .dropdown-icon {
        opacity: 1;
        visibility: visible
    }
}

header.style-1 .main-menu .menu-list>li .dropdown-icon.active {
    color: #ff014f
}

header.style-1 .main-menu .menu-list>li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 30px 0;
    display: inline-block;
    white-space: nowrap;
    -webkit-transition: .4s;
    transition: .4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: saira, sans-serif
}

header.style-1 .main-menu .menu-list>li a.active {
    color: #ff014f
}

header.style-1 .main-menu .menu-list>li a.active::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    height: 1px;
    background-color: #ff014f
}

@media(max-width:991px) {
    header.style-1 .main-menu .menu-list>li a.active::before {
        display: none;
        visibility: hidden
    }
}

header.style-1 .main-menu .menu-list>li a:hover {
    color: #ff014f
}

header.style-1 .main-menu .menu-list>li a:hover::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    height: 1px;
    background-color: #ff014f
}

@media(max-width:991px) {
    header.style-1 .main-menu .menu-list>li a:hover::before {
        display: none;
        visibility: hidden
    }
}

@media(max-width:991px) {
    header.style-1 .main-menu .menu-list>li a {
        padding: 12px 0;
        display: block;
        position: relative;
        border-bottom: 1px solid rgba(51, 51, 51, .098)
    }

    header.style-1 .main-menu .menu-list>li a:hover {
        color: unset
    }
}

header.style-1 .main-menu .menu-list>li .submenu {
    padding: 0;
    position: absolute;
    top: 84px;
    left: 0;
    max-width: 230px;
    min-width: 200px;
    background-color: #0a0a0a;
    text-align: left;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
    -webkit-box-shadow: 5px 3px 40px rgba(0, 72, 88, .1);
    box-shadow: 5px 3px 40px rgba(0, 72, 88, .1)
}

@media(max-width:991px) {
    header.style-1 .main-menu .menu-list>li .submenu {
        opacity: 1;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        border: unset;
        display: none;
        -webkit-transition: unset;
        transition: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        visibility: unset
    }
}

header.style-1 .main-menu .menu-list>li .submenu>li a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(51, 51, 51, .1);
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #fff
}

@media(max-width:991px) {
    header.style-1 .main-menu .menu-list>li .submenu>li a {
        border-bottom: unset;
        padding: 12px 15px
    }
}

header.style-1 .main-menu .menu-list>li .submenu>li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ff014f;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: .4s ease-in;
    transition: .4s ease-in;
    z-index: -1
}

header.style-1 .main-menu .menu-list>li .submenu>li a:hover {
    color: #ff014f
}

header.style-1 .main-menu .menu-list>li .submenu>li a:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

header.style-1 .main-menu .menu-list>li .submenu>li a:last-child {
    border-bottom: unset
}

header.style-1 .main-menu .menu-list>li.menu-item-has-children {
    position: relative;
    z-index: 1;
    padding-right: 20px
}

@media(max-width:991px) {
    header.style-1 .main-menu .menu-list>li.menu-item-has-children {
        padding-right: unset
    }
}

header.style-1 .main-menu .menu-list>li.menu-item-has-children::after {
    content: '\F282';
    font-family: bootstrap-icons;
    font-weight: 600;
    position: absolute;
    top: 33px;
    right: 0;
    font-size: 13px;
    color: #fff;
    -webkit-transition: all .42s ease-in-out;
    transition: all .42s ease-in-out
}

@media(max-width:991px) {
    header.style-1 .main-menu .menu-list>li.menu-item-has-children::after {
        display: none;
        visibility: hidden
    }
}

header.style-1 .main-menu .menu-list>li.menu-item-has-children .dropdown-icon {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 20px
}

header.style-1 .main-menu .menu-list>li.menu-item-has-children .dropdown-icon.active {
    color: #ff014f
}

header.style-1 .main-menu .menu-list>li.menu-item-has-children:hover .submenu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}

header.style-1 .main-menu .menu-list>li.menu-item-has-children:hover::after {
    color: #ff014f;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(max-width:991px) {
    header.style-1 .main-menu {
        position: fixed;
        top: 0%;
        left: -100%;
        width: 280px;
        height: 100%;
        overflow-y: auto;
        background-color: #0a0a0a;
        border-right: 1px solid rgba(238, 238, 238, .1);
        padding: 40px 20px;
        z-index: 999;
        -webkit-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
        border-right: 1px solid #eee
    }

    header.style-1 .main-menu.show-menu {
        left: 0
    }
}

header.style-1 .main-menu .mobile-logo-area {
    margin-bottom: 25px
}

header.style-1 .main-menu .mobile-logo-area .menu-close-btn {
    cursor: pointer
}

header.style-1 .main-menu .mobile-logo-area .menu-close-btn .bi {
    color: #fff;
    font-size: 18px
}

header.style-1 .main-menu .mobile-logo-area .menu-close-btn .bi:hover {
    color: #ff014f
}

header.style-1 .main-menu .mobile-logo-wrap {
    padding: 10px
}

header.style-1 .mobile-menu-form .hotline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
}

header.style-1 .mobile-menu-form .hotline .hotline-info {
    margin-left: 8px
}

header.style-1 .mobile-menu-form .hotline .hotline-info span {
    font-size: 12px;
    font-weight: 400;
    font-family: saira, sans-serif;
    color: #ff014f
}

header.style-1 .mobile-menu-form .hotline .hotline-info h6 {
    font-size: 14px;
    font-weight: 600;
    font-family: saira, sans-serif;
    color: #fff;
    white-space: nowrap
}

.mobile-menu-btn {
    margin-left: 25px
}

.mobile-menu-btn .bx {
    color: #fff;
    font-size: 28px
}

.hero-style1 {
    background-color: #0a0a0a;
    height: 782px;
    position: relative
}

.hero-style1::after {
    content: url(../images/icons/hero-1-vector-top.svg);
    position: absolute;
    top: 0;
    left: 0
}

@media(max-width:576px) {
    .hero-style1::after {
        display: none;
        visibility: hidden
    }
}

@media(max-width:1399px) {
    .hero-style1 {
        height: 565px
    }
}

@media(max-width:991px) {
    .hero-style1 {
        height: unset
    }
}

.hero-style1 .social-area {
    position: absolute;
    left: -97px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

@media(max-width:576px) {
    .hero-style1 .social-area {
        display: none
    }
}

.hero-style1 .social-area ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.hero-style1 .social-area ul li a {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #676767;
    -webkit-transition: .35s;
    transition: .35s
}

.hero-style1 .social-area ul li a:hover {
    color: #fff
}

.hero-style1 .hero-content {
    max-width: 810px;
    width: 100%;
    margin-left: 100px
}

@media(max-width:991px) {
    .hero-style1 .hero-content {
        max-width: unset;
        text-align: center;
        margin-left: unset;
        padding: 150px 100px
    }
}

@media(max-width:767px) {
    .hero-style1 .hero-content {
        padding: 150px 50px
    }
}

@media(max-width:576px) {
    .hero-style1 .hero-content {
        padding: 100px 20px
    }
}

.hero-style1 .hero-content h1 {
    font-family: saira, sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 110px;
    color: #fff
}

.hero-style1 .hero-content h1>span {
    -webkit-text-stroke: 2px #fff;
    color: transparent
}

.hero-style1 .hero-content h1>span.red {
    -webkit-text-stroke: 2px #ff014f
}

@media(max-width:1399px) {
    .hero-style1 .hero-content h1 {
        font-size: 55px;
        line-height: 80px
    }
}

@media(max-width:576px) {
    .hero-style1 .hero-content h1 {
        font-size: 50px;
        line-height: 70px;
        margin-top: 15px
    }
}

.hero-style1 .hero-content .hero-counter {
    margin-bottom: 70px;
    gap: 80px;
    padding-top: 35px
}

@media(max-width:991px) {
    .hero-style1 .hero-content .hero-counter {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(max-width:576px) {
    .hero-style1 .hero-content .hero-counter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 40px
    }
}

.hero-style1 .hero-content .hero-counter .counter-item .counter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hero-style1 .hero-content .hero-counter .counter-item .counter h2 {
    font-family: saira, sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 40px;
    color: #fff
}

@media(max-width:576px) {
    .hero-style1 .hero-content .hero-counter .counter-item .counter h2 {
        text-align: center
    }
}

.hero-style1 .hero-content .hero-counter .counter-item p {
    margin: 0;
    color: #fff;
    font-family: saira, sans-serif;
    white-space: nowrap
}

.hero-style1 .hero-content a {
    display: inline-block
}

.hero-style1 .hero-img {
    background-image: url(../images/bg/hero-img-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 782px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.hero-style1 .hero-img img {
    height: 90%
}

@media(max-width:1399px) {
    .hero-style1 .hero-img {
        height: 565px
    }
}

@media(max-width:991px) {
    .hero-style1 .hero-img {
        display: none
    }
}

.home-one-about .about-content {
    padding-top: 30px
}

.home-one-about .about-content .about-tab {
    padding-top: 20px
}

.home-one-about .about-content .about-tab .nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #eee;
    border-radius: 5px
}

.home-one-about .about-content .about-tab .nav .nav-item {
    width: 33.3%
}

.home-one-about .about-content .about-tab .nav .nav-item .nav-link {
    width: 100%;
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #0a0a0a
}

.home-one-about .about-content .about-tab .nav .nav-item .nav-link:active {
    background-color: #ff014f
}

.home-one-about .about-content .about-tab .nav .nav-item .nav-link:focus {
    background-color: #ff014f
}

.home-one-about .about-content .about-tab .about-details {
    padding-top: 20px
}

.home-one-about .about-content .about-tab .about-details ul li {
    margin-bottom: 20px
}

.home-one-about .about-content .about-tab .about-details ul li span {
    font-family: outfit, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #8a8a8a
}

.home-one-about .about-content .about-tab .about-details ul li h5 {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #0a0a0a
}

.home-one-about .about-content .about-tab .nav-pills .nav-link.active,
.home-one-about .about-content .about-tab .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ff014f
}

.home-one-about .donate {
    background-color: #d8d8d8;
    border-radius: 20px;
    position: relative;
    height: 5px;
    width: 100%
}

.home-one-about .donate span {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #17161a;
    position: absolute;
    display: inline-block;
    right: 9%;
    top: -30px
}

.home-one-about .donate-done {
    position: relative;
    background: #e22454;
    border-radius: 25px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 90%;
    opacity: 1;
    -webkit-transition: 1s ease .3s;
    transition: 1s ease .3s
}

.home-one-about .donate-done.two {
    width: 98%
}

.home-one-about .donate-done.three {
    width: 80%
}

.home-one-about .donate-done.four {
    width: 85%
}

.home-one-about .progress-items {
    margin-bottom: 35px
}

.home-one-about .progress-items h6 {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #17161a
}

.home-one-about .progress-items:last-child {
    margin-bottom: 0
}

@media(max-width:991px) {
    .home-one-about .progress-items:last-child {
        margin-bottom: 50px
    }
}

.home-one-about .progress-items.two .donate span {
    right: 1%
}

.home-one-about .progress-items.three .donate span {
    right: 18%
}

.home-one-about .progress-items.four .donate span {
    right: 13%
}

.services-wrrap {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    padding: 35px 30px;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    position: relative;
    margin-bottom: 20px
}

.services-wrrap::after {
    content: '';
    height: 98%;
    width: 6px;
    background-color: transparent;
    position: absolute;
    right: 0;
    bottom: -6px;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out
}

.services-wrrap::before {
    content: '';
    height: 6px;
    width: 97%;
    background-color: transparent;
    position: absolute;
    right: 0;
    bottom: -6px;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out
}

.services-wrrap:hover {
    margin-top: -20px
}

.services-wrrap:hover::after {
    background-color: #ff014f
}

.services-wrrap:hover::before {
    background-color: #ff014f
}

.services-wrrap:hover .services-top h2 {
    -webkit-text-stroke: unset;
    color: #ff014f
}

.services-wrrap .services-top .icon {
    margin-bottom: 20px
}

.services-wrrap .services-top h2 {
    font-family: saira, sans-serif;
    font-weight: 700;
    font-size: 50px;
    -webkit-text-stroke: 1px #ff014f;
    color: transparent;
    opacity: .15;
    -webkit-transition: .3s;
    transition: .3s
}

.services-wrrap .content {
    margin-bottom: 20px
}

.services-wrrap .content h3 {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    color: #17161a
}

.services-wrrap .read-more-btn a {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #ff014f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0
}

.services-wrrap .read-more-btn a span {
    display: inline-block;
    height: 19px;
    width: 19px;
    line-height: 19px;
    text-align: center;
    border: .8px solid #ff014f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    margin-left: 10px;
    margin-top: 4px
}

.services-wrrap .read-more-btn a span img {
    margin-left: -10px;
    margin-top: -4px
}

.home-one-sponser {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    background-image: url(../images/bg/sponser-bg.png)
}

.home-one-sponser .sponser-logo {
    padding: 45px 50px;
    border: 1px solid #1b1b1b
}

@media(max-width:576px) {
    .home-one-sponser .sponser-logo {
        padding: 30px 10px
    }
}

.home-one-sponser .sponser-logo svg {
    fill: #999;
    -webkit-transition: .35s;
    transition: .35s
}

.home-one-sponser .sponser-logo svg:hover {
    fill: #ff014f
}

.work-area .works-top .works-tab-btn-area ul {
    margin: 0;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: right;
    transform-origin: right
}

.work-area .works-top .works-tab-btn-area ul li {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #0a0a0a;
    margin-right: 40px;
    cursor: pointer;
    -webkit-transition: .35s;
    transition: .35s;
    text-transform: capitalize
}

.work-area .works-top .works-tab-btn-area ul li:hover {
    color: #ff014f
}

.work-area .works-top .works-tab-btn-area ul li:active {
    color: #ff014f
}

.work-area .works-top .works-tab-btn-area ul li.active {
    color: #ff014f
}

.work-area .works-top .works-tab-btn-area .menu-icon {
    cursor: pointer
}

.work-area .works-top .works-tab-btn-area .menu-icon svg {
    fill: #ff014f;
    stroke: #ff014f;
    -webkit-transition: .35s;
    transition: .35s
}

.work-area .works-top .works-tab-btn-area .menu-icon svg:hover {
    fill: #333;
    stroke: #333
}

.work-area .works-top .works-tab-btn-area:hover ul {
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media(max-width:991px) {
    .work-area .works-top .works-tab-btn-area {
        position: relative;
        left: 0;
        margin: 0 0 0 auto
    }
}

.work-area .work-item {
    margin: 30px auto 0
}

.work-area .work-item .item {
    width: 50%;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 20px
}

@media(max-width:576px) {
    .work-area .work-item .item {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(max-width:1199px) {
    .work-area .work-item .item .works-img img {
        width: 100%
    }
}

@media(max-width:767px) {
    .work-area .work-item .item {
        margin-bottom: 0;
        padding: 10px
    }
}

.work-area .work-item .item .big-img {
    width: 100%
}

.work-area .work-item .item .works-wrrap.style-1 {
    position: relative
}

.work-area .work-item .item .works-wrrap.style-1:hover .overlay {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1)
}

.work-area .work-item .item .works-wrrap.style-1 .overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(#0F0F0F), to(#FF014F));
    background: linear-gradient(180deg, #0F0F0F 0%, #FF014F 100%);
    padding: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 5px;
    -webkit-transform: translate(0%, 0%) scale(.3);
    transform: translate(0%, 0%) scale(.3);
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

@media(max-width:991px) {
    .work-area .work-item .item .works-wrrap.style-1 .overlay {
        padding: 20px
    }
}

@media(max-width:767px) {
    .work-area .work-item .item .works-wrrap.style-1 .overlay {
        padding: 10px
    }
}

.work-area .work-item .item .works-wrrap.style-1 .overlay .sl-number {
    margin-bottom: 274px
}

@media(max-width:1399px) {
    .work-area .work-item .item .works-wrrap.style-1 .overlay .sl-number {
        margin-bottom: 195px
    }
}

@media(max-width:1199px) {
    .work-area .work-item .item .works-wrrap.style-1 .overlay .sl-number {
        margin-bottom: 115px
    }
}

@media(max-width:991px) {
    .work-area .work-item .item .works-wrrap.style-1 .overlay .sl-number {
        margin-bottom: 65px
    }
}

@media(max-width:767px) {
    .work-area .work-item .item .works-wrrap.style-1 .overlay .sl-number {
        margin-bottom: 25px
    }
}

.work-area .work-item .item .works-wrrap.style-1 .overlay .sl-number h2 {
    font-family: saira, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    color: #8a8a8a;
    opacity: .2;
    line-height: 52px
}

@media(max-width:991px) {
    .work-area .work-item .item .works-wrrap.style-1 .overlay .sl-number h2 {
        font-size: 45px
    }
}

.work-area .work-item .item .works-wrrap.style-1 .overlay .content span {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #e4e4e4
}

@media(max-width:991px) {
    .work-area .work-item .item .works-wrrap.style-1 .overlay .content span {
        font-size: 16px
    }
}

.work-area .work-item .item .works-wrrap.style-1 .overlay .content h3 {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #fff
}

@media(max-width:991px) {
    .work-area .work-item .item .works-wrrap.style-1 .overlay .content h3 {
        font-size: 25px
    }
}

.work-area .work-item .item .works-wrrap.style-1 .overlay .case-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding-top: 15px
}

.work-area .work-item .item .works-wrrap.style-1 .overlay .case-button a {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 6px 25px
}

.work-area .work-item .works-wrrap.style-2 .overlay {
    max-width: 470px !important
}

.work-area .work-item .works-wrrap.style-2 .overlay .sl-number {
    margin-bottom: 154px !important
}

@media(max-width:1199px) {
    .work-area .work-item .works-wrrap.style-2 .overlay .sl-number {
        margin-bottom: 117px !important
    }
}

@media(max-width:991px) {
    .work-area .work-item .works-wrrap.style-2 .overlay .sl-number {
        margin-bottom: 67px !important
    }
}

@media(max-width:767px) {
    .work-area .work-item .works-wrrap.style-2 .overlay .sl-number {
        margin-bottom: 27px !important
    }
}

.testimonial-area {
    position: relative
}

.testimonial-area .testimonial-wrrap {
    padding-top: 70px
}

.testimonial-area .testimonial-wrrap .testimonial-content {
    background-image: url(../images/bg/testimonial-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 60px 115px 60px 70px;
    border-radius: 10px
}

@media(max-width:991px) {
    .testimonial-area .testimonial-wrrap .testimonial-content {
        padding: 190px 30px 30px
    }
}

@media(max-width:576px) {
    .testimonial-area .testimonial-wrrap .testimonial-content {
        padding: 190px 20px 20px
    }
}

.testimonial-area .testimonial-wrrap .testimonial-content>p {
    font-family: outfit, sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 50px;
    letter-spacing: .03em;
    color: #fff;
    margin-bottom: 0;
    margin-top: -18px
}

@media(max-width:991px) {
    .testimonial-area .testimonial-wrrap .testimonial-content>p {
        text-align: center;
        padding-top: 20px
    }
}

@media(max-width:576px) {
    .testimonial-area .testimonial-wrrap .testimonial-content>p {
        line-height: 35px
    }
}

.testimonial-area .testimonial-wrrap .testimonial-content .author-review {
    padding-top: 35px;
    margin-bottom: 20px
}

@media(max-width:576px) {
    .testimonial-area .testimonial-wrrap .testimonial-content .author-review {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.testimonial-area .testimonial-wrrap .testimonial-content .author-review .author {
    margin-right: 30px
}

.testimonial-area .testimonial-wrrap .testimonial-content .author-review .author h3 {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #f1f1f1;
    margin-bottom: 0
}

.testimonial-area .testimonial-wrrap .testimonial-content .author-review .author>p {
    font-family: outfit, sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #949494;
    margin-bottom: 0
}

.testimonial-area .testimonial-wrrap .testimonial-content .author-review .review ul {
    margin: 0;
    padding: 0
}

.testimonial-area .testimonial-wrrap .testimonial-content .author-review .review ul li {
    margin-left: 10px
}

@media(max-width:576px) {
    .testimonial-area .testimonial-wrrap .testimonial-content .author-review .review ul li {
        margin-right: 10px;
        margin-left: unset
    }
}

.testimonial-area .testimonial-wrrap .testimonial-content .author-review .review ul li i {
    color: #ffc107
}

.testimonial-area .testimonial-wrrap .author-images {
    margin-left: -70px
}

.testimonial-area .testimonial-wrrap .author-images1 {
    display: none
}

@media(max-width:991px) {
    .testimonial-area .testimonial-wrrap .author-images1 {
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: -165px
    }
}

.testimonial-area .slider-navigations {
    position: absolute;
    left: 0;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 1
}

@media(max-width:576px) {
    .testimonial-area .slider-navigations {
        display: none !important
    }
}

.testimonial-area .slider-navigations .swiper-button-prev-c,
.testimonial-area .slider-navigations .swiper-button-next-c {
    position: absolute;
    left: 0;
    display: inline-block;
    height: 50px;
    width: 50px;
    border: 1px solid #8a8a8a;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin: 0 10px;
    -webkit-transition: .35s;
    transition: .35s
}

.testimonial-area .slider-navigations .swiper-button-prev-c i,
.testimonial-area .slider-navigations .swiper-button-next-c i {
    color: #8a8a8a;
    font-size: 25px;
    -webkit-transition: .35s;
    transition: .35s
}

.testimonial-area .slider-navigations .swiper-button-prev-c:hover,
.testimonial-area .slider-navigations .swiper-button-next-c:hover {
    border: 1px solid #ff014f
}

.testimonial-area .slider-navigations .swiper-button-prev-c:hover i,
.testimonial-area .slider-navigations .swiper-button-next-c:hover i {
    color: #ff014f
}

.testimonial-area .slider-navigations .swiper-button-next-c {
    left: auto;
    right: 12.4%;
    top: -142px
}

@media(max-width:1399px) {
    .testimonial-area .slider-navigations .swiper-button-next-c {
        right: 14.4%;
        top: -160px
    }
}

@media(max-width:1199px) {
    .testimonial-area .slider-navigations .swiper-button-next-c {
        right: 17.4%;
        top: -179px
    }
}

@media(max-width:991px) {
    .testimonial-area .slider-navigations .swiper-button-next-c {
        right: -4.6%;
        top: -98px
    }
}

@media(max-width:767px) {
    .testimonial-area .slider-navigations .swiper-button-next-c {
        right: 7.4%;
        top: -55px
    }
}

@media(max-width:576px) {
    .testimonial-area .slider-navigations .swiper-button-next-c {
        display: none;
        visibility: hidden
    }
}

.testimonial-area .slider-navigations .swiper-button-prev-c {
    left: -34px;
    bottom: -302px
}

@media(max-width:1399px) {
    .testimonial-area .slider-navigations .swiper-button-prev-c {
        left: -36px;
        bottom: -330px
    }
}

@media(max-width:1199px) {
    .testimonial-area .slider-navigations .swiper-button-prev-c {
        left: -35px;
        bottom: -360px
    }
}

@media(max-width:991px) {
    .testimonial-area .slider-navigations .swiper-button-prev-c {
        left: -33px;
        bottom: -493px
    }
}

@media(max-width:767px) {
    .testimonial-area .slider-navigations .swiper-button-prev-c {
        left: 45px;
        top: -55px
    }
}

@media(max-width:576px) {
    .testimonial-area .slider-navigations .swiper-button-prev-c {
        display: none;
        visibility: hidden
    }
}

.home1-contact-area {
    background: #0b0b0b;
    padding: 90px 0;
    position: relative;
    z-index: 1
}

@media(max-width:991px) {
    .home1-contact-area .contact-wrrap {
        margin-bottom: 60px
    }
}

.home1-contact-area .form-inner {
    padding-top: 50px
}

.home1-contact-area .form-inner input,
.home1-contact-area .form-inner textarea {
    width: 100%;
    background: #0f0f0f;
    border: 1px solid #292929;
    border-radius: 5px;
    height: 52px;
    padding: 0 25px;
    font-family: outfit, sans-serif;
    margin-bottom: 35px
}

.home1-contact-area .form-inner input:focus,
.home1-contact-area .form-inner textarea:focus {
    color: #fff
}

.home1-contact-area .form-inner textarea {
    height: unset;
    padding: 25px
}

.home1-contact-area .form-inner .contact-btn {
    width: unset;
    padding: 12px 38px;
    font-family: saira, sans-serif;
    font-weight: 600;
    color: #fff;
    border: none
}

.home1-contact-area .contact-vec-1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.home1-contact-area .contact-vec-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

.home1-contact-area .contact-vec-3 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

.home1-contact-area .contact-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    position: relative;
    z-index: 2
}

@media(max-width:1500px) {
    .home1-contact-area .contact-img {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.home1-contact-area .contact-img::after {
    position: absolute;
    content: url(../images/bg/contact-img-bg.png);
    bottom: -8px;
    right: 0;
    z-index: -1
}

@media(max-width:1199px) {
    .home1-contact-area .contact-img::after {
        display: none
    }
}

.pricing-plan-area .pricing-wrrap {
    border: 1px solid rgba(10, 10, 10, .1);
    border-radius: 10px;
    padding: 35px 0 25px;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative
}

.pricing-plan-area .pricing-wrrap>h3 {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #0a0a0a;
    text-align: center;
    line-height: 27px;
    margin-bottom: 30px;
    -webkit-transition: .4s;
    transition: .4s
}

.pricing-plan-area .pricing-wrrap .project-price {
    margin-bottom: 35px
}

.pricing-plan-area .pricing-wrrap .project-price h3 {
    font-family: saira, sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    background-color: #ff014f;
    text-align: center;
    padding: 12px 0
}

.pricing-plan-area .pricing-wrrap .project-price h3 span {
    font-size: 14px;
    font-weight: 400
}

.pricing-plan-area .pricing-wrrap ul {
    margin: 0;
    padding: 0 70px
}

@media(min-width:992px) and (max-width:1199px) {
    .pricing-plan-area .pricing-wrrap ul {
        padding: 0 20px
    }
}

.pricing-plan-area .pricing-wrrap ul li {
    position: relative;
    margin-left: 20px;
    margin-bottom: 20px;
    font-family: outfit, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    -webkit-transition: .4s;
    transition: .4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pricing-plan-area .pricing-wrrap ul li img {
    margin-right: 10px
}

.pricing-plan-area .pricing-wrrap .chose-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
    margin-bottom: 22px
}

.pricing-plan-area .pricing-wrrap .chose-btn a {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #ff014f;
    border: 1px solid #ff014f;
    border-radius: 5px;
    padding: 9px 65px;
    -webkit-transition: .4s;
    transition: .4s
}

.pricing-plan-area .pricing-wrrap p {
    margin: 0;
    padding: 0;
    font-family: outfit, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #333;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s
}

.pricing-plan-area .pricing-wrrap:hover .chose-btn a {
    background: #ff014f;
    color: #fff
}

.pricing-plan-area .pricing-wrrap.two {
    background: #0a0a0a;
    -webkit-box-shadow: 0 0 20px rgba(63, 60, 60, .08);
    box-shadow: 0 0 20px rgba(63, 60, 60, .08)
}

.pricing-plan-area .pricing-wrrap.two>h3 {
    color: #fff
}

.pricing-plan-area .pricing-wrrap.two ul li {
    color: #fff
}

.pricing-plan-area .pricing-wrrap.two .chose-btn a {
    color: #fff;
    background: #ff014f
}

.pricing-plan-area .pricing-wrrap.two p {
    color: #fff
}

.pricing-plan-area .pricing-wrrap.two:hover .chose-btn a {
    background: #fff;
    color: #ff014f
}

.pricing-plan-area .commitions {
    position: absolute;
    top: 7px;
    right: 7px
}

.pricing-plan-area .commitions span {
    font-family: outfit, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    padding: 4px 16px;
    background: #282a2d;
    border-radius: 3px
}

.home-1-blog .blog-wrrap .blog-img {
    position: relative
}

.home-1-blog .blog-wrrap .blog-img img {
    width: 100%
}

.home-1-blog .blog-wrrap .blog-img .batch {
    position: absolute;
    left: 15px;
    top: 15px
}

.home-1-blog .blog-wrrap .blog-img .batch a {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    padding: 3px 15px
}

.home-1-blog .blog-wrrap .blog-img .batch a::after {
    border-radius: unset
}

.home-1-blog .blog-wrrap .blog-img .batch a::before {
    border-radius: unset
}

.home-1-blog .blog-wrrap .blog-img .batch .eg-btn {
    border-radius: 0
}

.home-1-blog .blog-wrrap .blog-content {
    padding: 25px 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0
}

.home-1-blog .blog-wrrap .blog-content .publisher-date {
    position: relative
}

.home-1-blog .blog-wrrap .blog-content .publisher-date .publisher a {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 0;
    color: #5f6062
}

.home-1-blog .blog-wrrap .blog-content .publisher-date .date {
    background: #ff014f;
    text-align: center;
    padding: 8px 15px;
    position: absolute;
    z-index: 1;
    -webkit-transform: translateY(-56px);
    transform: translateY(-56px);
    right: 27px
}

.home-1-blog .blog-wrrap .blog-content .publisher-date .date::after {
    content: "";
    background: rgba(255, 1, 79, .5);
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    z-index: -1
}

.home-1-blog .blog-wrrap .blog-content .publisher-date .date p {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin: 0
}

.home-1-blog .blog-wrrap .blog-content .publisher-date .date span {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 0;
    color: #fff
}

.home-1-blog .blog-wrrap .blog-content h4 {
    margin: 0;
    padding-top: 15px
}

.home-1-blog .blog-wrrap .blog-content h4 a {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #17161a;
    -webkit-transition: .35s;
    transition: .35s;
    text-transform: capitalize
}

.home-1-blog .blog-wrrap .blog-content h4 a:hover {
    color: #ff014f
}

.footer1 {
    background-image: url(../images/bg/footer-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 95px 0
}

@media(max-width:991px) {
    .footer1 .footer-wrrap {
        margin-bottom: 50px
    }
}

.footer1 .footer-wrrap h4 {
    font-family: saira, sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px
}

.footer1 .footer-wrrap .number,
.footer1 .footer-wrrap .office-mail,
.footer1 .footer-wrrap .address {
    margin-bottom: 25px
}

.footer1 .footer-wrrap .number:last-child,
.footer1 .footer-wrrap .office-mail:last-child,
.footer1 .footer-wrrap .address:last-child {
    margin-bottom: 0
}

.footer1 .footer-wrrap .number .num-icon,
.footer1 .footer-wrrap .number .mail-icon,
.footer1 .footer-wrrap .number .address-icon,
.footer1 .footer-wrrap .office-mail .num-icon,
.footer1 .footer-wrrap .office-mail .mail-icon,
.footer1 .footer-wrrap .office-mail .address-icon,
.footer1 .footer-wrrap .address .num-icon,
.footer1 .footer-wrrap .address .mail-icon,
.footer1 .footer-wrrap .address .address-icon {
    margin-right: 7px
}

.footer1 .footer-wrrap .number .num-icon i,
.footer1 .footer-wrrap .number .mail-icon i,
.footer1 .footer-wrrap .number .address-icon i,
.footer1 .footer-wrrap .office-mail .num-icon i,
.footer1 .footer-wrrap .office-mail .mail-icon i,
.footer1 .footer-wrrap .office-mail .address-icon i,
.footer1 .footer-wrrap .address .num-icon i,
.footer1 .footer-wrrap .address .mail-icon i,
.footer1 .footer-wrrap .address .address-icon i {
    color: #ff014f;
    font-size: 25px
}

.footer1 .footer-wrrap .number .phone a,
.footer1 .footer-wrrap .number .email a,
.footer1 .footer-wrrap .number .location a,
.footer1 .footer-wrrap .office-mail .phone a,
.footer1 .footer-wrrap .office-mail .email a,
.footer1 .footer-wrrap .office-mail .location a,
.footer1 .footer-wrrap .address .phone a,
.footer1 .footer-wrrap .address .email a,
.footer1 .footer-wrrap .address .location a {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    color: #fff;
    -webkit-transition: .35s;
    transition: .35s
}

.footer1 .footer-wrrap .number .phone a:hover,
.footer1 .footer-wrrap .number .email a:hover,
.footer1 .footer-wrrap .number .location a:hover,
.footer1 .footer-wrrap .office-mail .phone a:hover,
.footer1 .footer-wrrap .office-mail .email a:hover,
.footer1 .footer-wrrap .office-mail .location a:hover,
.footer1 .footer-wrrap .address .phone a:hover,
.footer1 .footer-wrrap .address .email a:hover,
.footer1 .footer-wrrap .address .location a:hover {
    color: #ff014f
}

.footer1 .footer-wrrap .footer-icon {
    margin-bottom: 28px
}

.footer1 .footer-wrrap p {
    font-family: saira, sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #e4e4e4;
    line-height: 30px;
    margin-bottom: 30px
}

.footer1 .footer-wrrap .footer-btn {
    padding: 8px 30px;
    font-weight: 700;
    font-size: 18px
}

.footer1 .footer-wrrap1 .footer-img {
    margin-bottom: 25px
}

.footer1 .footer-wrrap1 .social-icon {
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer1 .footer-wrrap1 .social-icon span {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    margin-bottom: 0
}

.footer1 .footer-wrrap1 .social-icon ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: circle
}

.footer1 .footer-wrrap1 .social-icon ul li {
    margin-left: 17px;
    position: relative;
    color: #fff
}

.footer1 .footer-wrrap1 .social-icon ul li a {
    padding: 0 12px
}

.footer1 .footer-wrrap1 .social-icon ul li a i {
    color: #fff;
    -webkit-transition: .35s;
    transition: .35s
}

.footer1 .footer-wrrap1 .social-icon ul li a i:hover {
    color: #ff014f
}

.footer1 .footer-wrrap1 .social-icon ul li::marker {
    font-size: .4em
}

.footer1 .footer-wrrap1 .social-icon ul li:nth-child(1) {
    list-style: none
}

.footer1 .footer-wrrap1 .footer-menu {
    margin-bottom: 25px;
    position: relative
}

.footer1 .footer-wrrap1 .footer-menu::after {
    content: "";
    width: 220px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.footer1 .footer-wrrap1 .footer-menu ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer1 .footer-wrrap1 .footer-menu ul li a {
    font-family: saira, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    padding: 17px 0;
    position: relative
}

.footer1 .footer-wrrap1 .footer-menu ul li a.active {
    color: #ff014f
}

.footer1 .footer-wrrap1 .footer-menu ul li a.active::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 13px;
    width: 100%;
    height: 1px;
    background-color: #ff014f;
    -webkit-transition: .35s;
    transition: .35s
}

@media(max-width:991px) {
    .footer1 .footer-wrrap1 .footer-menu ul li a.active::before {
        display: none;
        visibility: hidden
    }
}

.footer1 .footer-wrrap1 .footer-menu ul li a:hover {
    color: #ff014f
}

.footer1 .footer-wrrap1 .footer-menu ul li a:hover::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 13px;
    width: 100%;
    height: 1px;
    background-color: #ff014f
}

@media(max-width:991px) {
    .footer1 .footer-wrrap1 .footer-menu ul li a:hover::before {
        display: none;
        visibility: hidden
    }
}

.footer1 .footer-wrrap1 .devlper-area {
    padding-top: 12px
}

.footer1 .footer-wrrap1 .devlper-area span {
    font-family: saira, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #e4e4e4
}

.footer1 .footer-wrrap1 .devlper-area span a {
    font-weight: 600;
    -webkit-transition: .4s;
    transition: .4s
}

.footer1 .footer-wrrap1 .devlper-area span a:hover {
    color: #ff014f
}

header.style-2 {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 9999;
    padding: 0 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-2 {
        padding: 0 30px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    header.style-2 {
        padding: 0 30px
    }
}

@media(max-width:991px) {
    header.style-2 {
        padding: 0 30px;
        top: 0
    }
}

header.style-2.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    -webkit-box-shadow: 0 10px 30px -1px rgba(82, 82, 82, .15);
    box-shadow: 0 10px 30px -1px rgba(82, 82, 82, .15);
    -webkit-animation: smooth-header .65s linear;
    animation: smooth-header .65s linear
}

@keyframes smooth-header {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

header.style-2 .nav-right .hotline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px
}

header.style-2 .nav-right .hotline .hotline-icon {
    margin-right: 8px
}

header.style-2 .nav-right .hotline .hotline-info span {
    font-size: 12px;
    font-weight: 400;
    font-family: saira, sans-serif;
    color: #e22454
}

header.style-2 .nav-right .hotline .hotline-info h6 {
    font-size: 14px;
    font-weight: 600;
    font-family: saira, sans-serif;
    color: #0a0a0a;
    white-space: nowrap
}

header.style-2 .nav-right .search-btn {
    width: 42px;
    height: 42px;
    line-height: 45px;
    text-align: center;
    background-color: #e22454;
    border-radius: 5px;
    margin-right: 15px;
    cursor: pointer
}

header.style-2 .nav-right .search-btn .bi {
    font-size: 20px;
    color: #0a0a0a
}

@media(max-width:991px) {
    header.style-2 .nav-right .search-btn {
        display: none;
        visibility: hidden
    }
}

header.style-2 .header-logo {
    height: 100%
}

@media(max-width:991px) {
    header.style-2 .header-logo {
        padding: 20px 0
    }
}

header.style-2 .header-logo img {
    min-width: 120px;
    max-width: 100%
}

header.style-2 .header-btn {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: .35s ease-in;
    transition: .35s ease-in;
    background: #e22454;
    cursor: pointer;
    white-space: nowrap
}

header.style-2 .header-btn:hover {
    background: #191a1c
}

header.style-2 .header-btn:hover a {
    color: #0a0a0a
}

@media(max-width:1199px) {
    header.style-2 .header-btn {
        display: none;
        visibility: hidden
    }
}

header.style-2 .main-menu .menu-list {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

@media(max-width:991px) {
    header.style-2 .main-menu .menu-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

header.style-2 .main-menu .menu-list>li {
    position: relative;
    margin: 0 17px;
    display: inline-block
}

@media(max-width:1199px) {
    header.style-2 .main-menu .menu-list>li {
        margin: 0 15px
    }
}

@media(max-width:991px) {
    header.style-2 .main-menu .menu-list>li {
        margin: 0;
        width: 100%
    }
}

header.style-2 .main-menu .menu-list>li .dropdown-icon {
    color: #0a0a0a;
    font-size: 25px;
    -webkit-transition: .4s ease-in;
    transition: .4s ease-in;
    opacity: 0;
    visibility: hidden
}

@media(max-width:991px) {
    header.style-2 .main-menu .menu-list>li .dropdown-icon {
        opacity: 1;
        visibility: visible
    }
}

header.style-2 .main-menu .menu-list>li a {
    font-size: 16px;
    font-weight: 500;
    color: #0a0a0a;
    padding: 30px 0;
    display: inline-block;
    white-space: nowrap;
    -webkit-transition: .4s;
    transition: .4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: saira, sans-serif
}

header.style-2 .main-menu .menu-list>li a.active {
    color: #e22454
}

header.style-2 .main-menu .menu-list>li a.active::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    height: 1px;
    background-color: #e22454
}

@media(max-width:991px) {
    header.style-2 .main-menu .menu-list>li a.active::before {
        display: none;
        visibility: hidden
    }
}

header.style-2 .main-menu .menu-list>li a:hover {
    color: #e22454
}

header.style-2 .main-menu .menu-list>li a:hover::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    height: 1px;
    background-color: #e22454
}

@media(max-width:991px) {
    header.style-2 .main-menu .menu-list>li a:hover::before {
        display: none;
        visibility: hidden
    }
}

@media(max-width:991px) {
    header.style-2 .main-menu .menu-list>li a {
        padding: 12px 0;
        display: block;
        position: relative;
        border-bottom: 1px solid rgba(51, 51, 51, .098)
    }

    header.style-2 .main-menu .menu-list>li a:hover {
        color: unset
    }
}

header.style-2 .main-menu .menu-list>li .submenu {
    padding: 0;
    position: absolute;
    top: 84px;
    left: 0;
    max-width: 230px;
    min-width: 200px;
    background-color: #fff;
    text-align: left;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
    -webkit-box-shadow: 5px 3px 40px rgba(0, 72, 88, .1);
    box-shadow: 5px 3px 40px rgba(0, 72, 88, .1)
}

@media(max-width:991px) {
    header.style-2 .main-menu .menu-list>li .submenu {
        opacity: 1;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        border: unset;
        display: none;
        -webkit-transition: unset;
        transition: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        visibility: unset
    }
}

header.style-2 .main-menu .menu-list>li .submenu>li a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(51, 51, 51, .1);
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #0a0a0a
}

@media(max-width:991px) {
    header.style-2 .main-menu .menu-list>li .submenu>li a {
        border-bottom: unset;
        padding: 12px 15px
    }
}

header.style-2 .main-menu .menu-list>li .submenu>li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e22454;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: .4s ease-in;
    transition: .4s ease-in;
    z-index: -1
}

header.style-2 .main-menu .menu-list>li .submenu>li a:hover {
    color: #e22454
}

header.style-2 .main-menu .menu-list>li .submenu>li a:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

header.style-2 .main-menu .menu-list>li .submenu>li a:last-child {
    border-bottom: unset
}

header.style-2 .main-menu .menu-list>li.menu-item-has-children {
    position: relative;
    z-index: 1;
    padding-right: 20px
}

@media(max-width:991px) {
    header.style-2 .main-menu .menu-list>li.menu-item-has-children {
        padding-right: unset
    }
}

header.style-2 .main-menu .menu-list>li.menu-item-has-children::after {
    content: '\F282';
    font-family: bootstrap-icons;
    font-weight: 600;
    position: absolute;
    top: 33px;
    right: 0;
    font-size: 13px;
    color: #0a0a0a;
    -webkit-transition: all .42s ease-in-out;
    transition: all .42s ease-in-out
}

@media(max-width:991px) {
    header.style-2 .main-menu .menu-list>li.menu-item-has-children::after {
        display: none;
        visibility: hidden
    }
}

header.style-2 .main-menu .menu-list>li.menu-item-has-children .dropdown-icon {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 20px
}

header.style-2 .main-menu .menu-list>li.menu-item-has-children:hover .submenu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}

header.style-2 .main-menu .menu-list>li.menu-item-has-children:hover::after {
    color: #e22454;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(max-width:991px) {
    header.style-2 .main-menu {
        position: fixed;
        top: 0%;
        left: -100%;
        width: 280px;
        height: 100%;
        overflow-y: auto;
        background-color: #fff;
        border-right: 1px solid rgba(238, 238, 238, .1);
        padding: 40px 20px;
        z-index: 999;
        -webkit-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
        border-right: 1px solid #eee
    }

    header.style-2 .main-menu.show-menu {
        left: 0
    }
}

header.style-2 .main-menu .mobile-logo-area {
    margin-bottom: 25px
}

header.style-2 .main-menu .mobile-logo-area .menu-close-btn {
    cursor: pointer
}

header.style-2 .main-menu .mobile-logo-area .menu-close-btn .bi {
    color: #0a0a0a;
    font-size: 18px
}

header.style-2 .main-menu .mobile-logo-area .menu-close-btn .bi:hover {
    color: #e22454
}

header.style-2 .main-menu .mobile-logo-wrap {
    padding: 10px
}

header.style-2 .mobile-menu-form .hotline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
}

header.style-2 .mobile-menu-form .hotline .hotline-info {
    margin-left: 8px
}

header.style-2 .mobile-menu-form .hotline .hotline-info span {
    font-size: 12px;
    font-weight: 400;
    font-family: saira, sans-serif;
    color: #e22454
}

header.style-2 .mobile-menu-form .hotline .hotline-info h6 {
    font-size: 14px;
    font-weight: 600;
    font-family: saira, sans-serif;
    color: #0a0a0a;
    white-space: nowrap
}

header.style-2 .mobile-menu-btn {
    margin-left: 25px
}

header.style-2 .mobile-menu-btn .bx {
    color: #0a0a0a;
    font-size: 28px
}

.hero-style2 {
    background-image: url(../images/bg/banner-bg-2.png);
    height: 876px;
    position: relative;
    z-index: 1
}

@media(max-width:1399px) {
    .hero-style2 {
        height: 650px;
        padding: 86px 0
    }
}

@media(max-width:991px) {
    .hero-style2 {
        padding: unset
    }
}

.hero-style2 .hero-vector ul {
    margin: 0;
    padding: 0
}

.hero-style2 .hero-vector ul .hero2-lt {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

@media(max-width:576px) {
    .hero-style2 .hero-vector ul .hero2-lt {
        display: none;
        visibility: hidden
    }
}

.hero-style2 .hero-vector ul .hero2-lb {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

@media(max-width:767px) {
    .hero-style2 .hero-vector ul .hero2-lb {
        display: none;
        visibility: hidden
    }
}

.hero-style2 .hero-vector ul .hero2-rt {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%
}

.hero-style2 .hero-vector ul .hero2-rt img {
    height: 100%
}

@media(max-width:767px) {
    .hero-style2 .hero-vector ul .hero2-rt {
        display: none;
        visibility: hidden
    }
}

.hero-style2 .hero-vector ul .hero2-rb {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1
}

@media(max-width:576px) {
    .hero-style2 .hero-vector ul .hero2-rb {
        display: none;
        visibility: hidden
    }
}

@media(max-width:991px) {
    .hero-style2 {
        height: unset
    }
}

.hero-style2 .social-area {
    position: absolute;
    left: -97px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9
}

@media(max-width:576px) {
    .hero-style2 .social-area {
        display: none
    }
}

.hero-style2 .social-area ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.hero-style2 .social-area ul li a {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #0a0a0a;
    opacity: .6;
    -webkit-transition: .35s;
    transition: .35s
}

.hero-style2 .social-area ul li a:hover {
    opacity: 1
}

.hero-style2 .hero-content {
    max-width: 810px;
    width: 100%;
    padding-top: 240px
}

@media(max-width:1399px) {
    .hero-style2 .hero-content {
        padding-top: unset
    }
}

@media(max-width:991px) {
    .hero-style2 .hero-content {
        max-width: unset;
        text-align: center;
        margin-left: unset;
        padding: 150px 100px
    }
}

@media(max-width:767px) {
    .hero-style2 .hero-content {
        padding: 150px 50px
    }
}

@media(max-width:576px) {
    .hero-style2 .hero-content {
        padding: 100px 20px
    }
}

.hero-style2 .hero-content span {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 40px;
    color: #e22454;
    line-height: 56px
}

@media(max-width:576px) {
    .hero-style2 .hero-content span {
        font-size: 35px
    }
}

.hero-style2 .hero-content h1 {
    font-family: saira, sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 105px;
    color: #0a0a0a
}

.hero-style2 .hero-content h1>span {
    -webkit-text-stroke: 2px #fff;
    color: transparent
}

.hero-style2 .hero-content h1>span.red {
    -webkit-text-stroke: 2px #ff014f
}

@media(max-width:1399px) {
    .hero-style2 .hero-content h1 {
        font-size: 70px;
        line-height: 90px
    }
}

@media(max-width:576px) {
    .hero-style2 .hero-content h1 {
        font-size: 40px;
        line-height: 55px
    }
}

.hero-style2 .hero-content p {
    font-family: saira, sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #0b0b0b;
    padding-top: 15px;
    margin-bottom: 58px
}

.hero-style2 .hero-content a {
    display: inline-block
}

.hero-style2 .hero-content .btn--primary::before {
    background: #e22454
}

.hero-style2 .hero-content .btn--primary::after {
    background: #e22454
}

.hero-style2 .hero-img2 {
    position: relative
}

@media(max-width:1399px) {
    .hero-style2 .hero-img2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.hero-style2 .hero-img2 img {
    position: absolute;
    top: 240px;
    left: 0
}

@media(max-width:1399px) {
    .hero-style2 .hero-img2 img {
        position: relative;
        top: unset;
        height: 564px !important
    }
}

@media(max-width:991px) {
    .hero-style2 .hero-img2 {
        display: none
    }
}

.hero-counter2 {
    margin-left: 25px;
    gap: 40px;
    padding-top: 30px
}

@media(max-width:1399px) {
    .hero-counter2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: unset
    }
}

@media(max-width:576px) {
    .hero-counter2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 40px
    }
}

.hero-counter2 .counter-item {
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    border-radius: 5px
}

.hero-counter2 .counter-item .counter {
    text-align: center
}

.hero-counter2 .counter-item .counter h3 {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 32px;
    color: #101010;
    text-align: center
}

.hero-counter2 .counter-item p {
    margin: 0;
    color: #8d8d8d;
    font-family: outfit, sans-serif;
    text-align: center;
    white-space: nowrap
}

.section-title-4 {
    margin-bottom: 5px
}

.section-title-4 span {
    font-family: outfit, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #e22454;
    position: relative;
    margin-left: 10px
}

.section-title-4 span::after {
    content: url(../images/icons/section-right.svg);
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-42%);
    transform: translateY(-42%)
}

.section-title-4 span::before {
    content: url(../images/icons/section-left.svg);
    position: absolute;
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-42%);
    transform: translateY(-42%)
}

.section-title-4 h2 {
    font-family: saira, sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 65px;
    color: #0a0a0a;
    padding-top: 13px
}

@media(max-width:991px) {
    .section-title-4 h2 {
        font-size: 45px;
        line-height: 60px
    }
}

@media(max-width:576px) {
    .section-title-4 h2 {
        font-size: 40px;
        line-height: 49px
    }
}

.section-title-4 p {
    font-family: outfit, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #333;
    padding-top: 5px
}

.home-two-solution {
    position: relative;
    z-index: 1
}

.home-two-solution .about-vector ul {
    margin: 0;
    padding: 0
}

.home-two-solution .about-vector ul .home2-about-vector-1 {
    position: absolute;
    right: 0;
    top: 15%;
    z-index: -1
}

@media(max-width:576px) {
    .home-two-solution .about-vector ul .home2-about-vector-1 {
        display: none
    }
}

.home-two-solution .about-vector ul .home2-about-vector-2 {
    position: absolute;
    left: 0;
    bottom: 17%;
    z-index: -1
}

.home-two-solution .slider-navigations {
    gap: 35px
}

.home-two-solution .slider-navigations .swiper-button-prev-d,
.home-two-solution .slider-navigations .swiper-button-next-d {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #e22454;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s
}

.home-two-solution .slider-navigations .swiper-button-prev-d:hover,
.home-two-solution .slider-navigations .swiper-button-next-d:hover {
    background: rgba(226, 36, 84, .1);
    border: 1px solid transparent
}

.home-two-solution .slider-navigations .swiper-button-prev-d i,
.home-two-solution .slider-navigations .swiper-button-next-d i {
    color: #e22454
}

@media(max-width:576px) {
    .home-two-solution .slider-navigations {
        display: none !important
    }
}

.home-two-solution .solution-wrrap {
    background-image: url(../images/bg/solution-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    text-align: center;
    border: 1px solid rgba(143, 181, 104, .2);
    border-radius: 5px
}

.home-two-solution .solution-wrrap .solutions-item {
    padding: 35px 15px 30px
}

.home-two-solution .solution-wrrap .solutions-item .icon {
    margin-bottom: 33px
}

.home-two-solution .solution-wrrap .solutions-item h4 {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #0a0a0a
}

.home-two-solution .solution-wrrap .solutions-item p {
    font-family: outfit, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin-bottom: 0;
    padding-top: 5px
}

.home-two-solution .solution-wrrap .solution-overlay {
    background: #8fb568;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e22454), to(rgba(143, 181, 104, 0))), url(../images/bg/dentistiy-img.png);
    background-image: linear-gradient(#e22454, rgba(143, 181, 104, 0)), url(../images/bg/dentistiy-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    padding: 0 15px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: scale(.2);
    transform: scale(.2);
    -webkit-transition: .5s;
    transition: .5s
}

.home-two-solution .solution-wrrap .solution-overlay .solution-content h4 {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #fff
}

.home-two-solution .solution-wrrap .solution-overlay .solution-content p {
    font-family: outfit, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 25px
}

.home-two-solution .solution-wrrap .solution-overlay .solution-content a {
    font-weight: 500;
    font-size: 15px;
    padding: 6px 18px
}

.home-two-solution .solution-wrrap:hover .solution-overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.home-two-solution .counter-area {
    margin-left: 25px;
    gap: 40px;
    padding-top: 15px
}

@media(max-width:991px) {
    .home-two-solution .counter-area {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(max-width:576px) {
    .home-two-solution .counter-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 40px
    }
}

.home-two-solution .counter-area .counter-item .counter-img {
    margin-right: 20px
}

.home-two-solution .counter-area .counter-item .counter {
    text-align: start !important
}

.home-two-solution .counter-area .counter-item .counter h3 {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 32px;
    color: #101010
}

.home-two-solution .counter-area .counter-item p {
    margin: 0;
    color: #8d8d8d;
    font-family: outfit, sans-serif;
    white-space: nowrap
}

@media(max-width:991px) {
    .home-two-solution .home2-about {
        margin-bottom: 50px
    }
}

.home-two-solution .home2-about img {
    width: 100%
}

.home-two-solution .about-features {
    padding-top: 30px
}

.home-two-solution .about-features ul {
    margin: 0;
    padding: 0
}

.home-two-solution .about-features ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #0a0a0a;
    margin-bottom: 17px
}

.home-two-solution .about-features ul li svg {
    fill: #8fb568;
    margin-right: 10px
}

.home-two-appointment {
    background-image: url(../images/bg/appoinment-bg.png);
    padding: 80px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.home-two-appointment .hotline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px
}

@media(max-width:991px) {
    .home-two-appointment .hotline {
        margin-bottom: 20px
    }
}

.home-two-appointment .hotline .hotline-icon {
    margin-right: 8px
}

.home-two-appointment .hotline .hotline-info span {
    font-size: 12px;
    font-weight: 400;
    font-family: saira, sans-serif;
    color: #ff014f
}

.home-two-appointment .hotline .hotline-info h6 {
    font-size: 14px;
    font-weight: 600;
    font-family: saira, sans-serif;
    color: #0a0a0a;
    white-space: nowrap
}

.home-two-appointment .appointment-form {
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border-radius: 10px;
    padding: 40px 70px
}

@media(max-width:576px) {
    .home-two-appointment .appointment-form {
        padding: 40px 20px
    }
}

.home-two-appointment .appointment-form .form-inner {
    margin-bottom: 30px;
    display: flow-root
}

.home-two-appointment .appointment-form .form-inner label {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #17161a;
    margin-bottom: 10px
}

.home-two-appointment .appointment-form .form-inner input {
    width: 100%;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    height: 58px;
    font-family: saira, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #545454;
    padding: 0 18px
}

.home-two-appointment .appointment-form .form-inner img {
    margin-left: -30px;
    margin-top: 23px;
    position: absolute
}

.home-two-appointment .appointment-form .form-inner .nice-select {
    width: 100%;
    height: 58px;
    line-height: 58px;
    font-family: saira, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #545454
}

.home-two-appointment .appointment-form .form-inner .nice-select .list {
    font-family: saira, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #545454
}

.home-two-appointment .appointment-form .form-inner .nice-select:after {
    border-bottom: unset;
    border-right: unset;
    content: '\F229';
    font-family: bootstrap-icons;
    display: block;
    height: unset;
    margin-top: -34px;
    pointer-events: none;
    position: absolute;
    right: 25px;
    top: 60%;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 5px
}

.home-two-appointment .appointment-form .form-inner .nice-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-top: -54px;
    right: 15px
}

.home-two-appointment .calendar {
    padding: 8px;
    background: #fff;
    border-radius: 5px;
    font-size: 18px;
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 20px 40px rgba(59, 60, 56, .05);
    box-shadow: 0 20px 40px rgba(59, 60, 56, .05);
    z-index: 99
}

.home-two-appointment .ui-datepicker {
    background: #fff;
    border-radius: 15px
}

.home-two-appointment .ui-datepicker-header {
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #31639c;
    margin-bottom: 10px
}

.home-two-appointment .ui-datepicker-prev,
.home-two-appointment .ui-datepicker-next {
    width: 20px;
    height: 20px;
    text-indent: 9999px;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 12px
}

.home-two-appointment .ui-datepicker-prev {
    float: left;
    margin-left: 12px
}

.home-two-appointment .ui-widget-header .ui-icon {
    background-image: url(../images/icons/arrow-right.svg)
}

.home-two-appointment .ui-datepicker-prev:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -43px 0 0 8px
}

.home-two-appointment .ui-datepicker-next {
    float: right;
    margin-right: 12px
}

.home-two-appointment .ui-datepicker-next:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin: -43px 0 0 6px
}

.home-two-appointment .ui-datepicker-prev:after,
.home-two-appointment .ui-datepicker-next:after {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff
}

.home-two-appointment .ui-datepicker-prev:hover,
.home-two-appointment .ui-datepicker-next:hover,
.home-two-appointment .ui-datepicker-prev:hover:after,
.home-two-appointment .ui-datepicker-next:hover:after {
    border-color: #333
}

.home-two-appointment .ui-datepicker-title {
    text-align: center;
    font-size: 25px
}

.home-two-appointment .ui-datepicker-calendar {
    width: 100%;
    text-align: center
}

.home-two-appointment .ui-datepicker-calendar thead tr th span {
    display: block;
    width: 40px;
    color: #31639c;
    margin-bottom: 5px;
    font-size: 18px
}

.home-two-appointment .ui-state-default {
    display: block;
    text-decoration: none;
    color: #333;
    line-height: 40px;
    font-size: 16px
}

.home-two-appointment .ui-state-default:hover {
    color: #fff;
    background: #31639c;
    border-radius: 50px;
    -webkit-transition: all .25s cubic-bezier(.7, -.12, .2, 1.12);
    transition: all .25s cubic-bezier(.7, -.12, .2, 1.12)
}

.home-two-appointment .ui-state-highlight {
    color: #fff;
    background-color: #31639c;
    border-radius: 50px
}

.home-two-appointment .ui-state-active {
    color: #fff;
    background-color: #31639c;
    border-radius: 50px
}

.home-two-appointment .ui-datepicker-unselectable .ui-state-default {
    color: #eee;
    border: 2px solid transparent
}

.home-two-appointment .book-btn {
    padding-top: 30px
}

.home-two-appointment .book-btn button {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    border: unset;
    text-transform: capitalize
}

.ui-widget.ui-widget-content {
    z-index: 9
}

.why-choose {
    position: relative
}

.why-choose .why-choose-vector1 {
    position: absolute;
    right: 0;
    bottom: 50px
}

.why-choose .choose-img img {
    width: 100%
}

.why-choose .donate {
    background-color: #d8d8d8;
    border-radius: 20px;
    position: relative;
    height: 5px;
    width: 100%
}

.why-choose .donate span {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #17161a;
    position: absolute;
    display: inline-block;
    right: 9%;
    top: -30px
}

.why-choose .donate-done {
    position: relative;
    background: #e22454;
    border-radius: 25px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 90%;
    opacity: 1;
    -webkit-transition: 1s ease .3s;
    transition: 1s ease .3s
}

.why-choose .donate-done.two {
    width: 98%
}

.why-choose .donate-done.three {
    width: 80%
}

.why-choose .donate-done.four {
    width: 85%
}

.why-choose .progress-items {
    margin-bottom: 35px
}

.why-choose .progress-items h6 {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #17161a
}

.why-choose .progress-items:last-child {
    margin-bottom: 0
}

@media(max-width:991px) {
    .why-choose .progress-items:last-child {
        margin-bottom: 50px
    }
}

.why-choose .progress-items.two .donate span {
    right: 1%
}

.why-choose .progress-items.three .donate span {
    right: 18%
}

.why-choose .progress-items.four .donate span {
    right: 13%
}

@media(max-width:576px) {
    .viwe-all-btn2 {
        margin-bottom: 20px
    }
}

.viwe-all-btn2 a {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #e22454;
    -webkit-transition: .35s;
    transition: .35s
}

.viwe-all-btn2 a span {
    border: 1px solid #8fb568;
    border-radius: 2px;
    width: 20px;
    height: 25px;
    margin-left: 10px;
    display: inline-table;
    -webkit-transition: .35s;
    transition: .35s
}

.viwe-all-btn2 a span i {
    margin-left: -10px;
    line-height: 31px
}

.viwe-all-btn2 a:hover span {
    border: 1px solid #e22454
}

.quick-solution {
    position: relative
}

.quick-solution .section-title-4 {
    margin-bottom: 47px
}

.quick-solution .gallery-vector-1 {
    position: absolute;
    left: 0;
    bottom: 15%
}

.quick-solution .portfolio-item3 {
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.quick-solution .portfolio-item3:hover .overlay {
    opacity: 1;
    -webkit-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg)
}

.quick-solution .portfolio-item3:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.quick-solution .portfolio-item3 img {
    width: 100%;
    -webkit-transition: all 620ms ease-in-out 25ms;
    transition: all 620ms ease-in-out 25ms
}

.quick-solution .portfolio-item3 .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 39, 52, .75);
    padding: 25px;
    -webkit-transition: all 650ms ease-in-out 25ms;
    transition: all 650ms ease-in-out 25ms;
    opacity: 0;
    -webkit-transform: scale(.2) rotateY(180deg);
    transform: scale(.2) rotateY(180deg)
}

.quick-solution .portfolio-item3 .overlay .overlay-content {
    border: 2px solid #eee;
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px;
    text-align: center;
    border-radius: 5px
}

@media(min-width:1200px) and (max-width:1399px) {
    .quick-solution .portfolio-item3 .overlay .overlay-content {
        padding: 30px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .quick-solution .portfolio-item3 .overlay .overlay-content {
        padding: 15px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .quick-solution .portfolio-item3 .overlay .overlay-content {
        padding: 20px
    }
}

@media(max-width:767px) {
    .quick-solution .portfolio-item3 .overlay .overlay-content {
        padding: 20px
    }
}

.quick-solution .portfolio-item3 .overlay .overlay-content p {
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 5px
}

.quick-solution .portfolio-item3 .overlay .overlay-content h4 {
    margin-bottom: 20px
}

.quick-solution .portfolio-item3 .overlay .overlay-content h4 a {
    font-size: 25px;
    font-weight: 600px;
    color: var(--white);
    line-height: 1.4
}

.quick-solution .portfolio-item3 .overlay .overlay-content i {
    width: 50px;
    height: 50px;
    background: var(--white);
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color3);
    cursor: pointer;
    -webkit-transition: all 420ms ease-out 25ms;
    transition: all 420ms ease-out 25ms
}

.quick-solution .portfolio-item3 .overlay .overlay-content i:hover {
    background-color: var(--primary-color3);
    color: var(--white)
}

.quick-solution .portfolio-item3.four {
    margin-top: -62px
}

@media(max-width:1399px) {
    .quick-solution .portfolio-item3.four {
        margin-top: -53px
    }
}

@media(max-width:1199px) {
    .quick-solution .portfolio-item3.four {
        margin-top: -45px
    }
}

@media(max-width:991px) {
    .quick-solution .portfolio-item3.four {
        margin-top: 0
    }
}

.quick-solution .portfolio-item3.six {
    margin-top: -90px
}

@media(max-width:1399px) {
    .quick-solution .portfolio-item3.six {
        margin-top: -78px
    }
}

@media(max-width:1399px) {
    .quick-solution .portfolio-item3.six {
        margin-top: -65px
    }
}

@media(max-width:991px) {
    .quick-solution .portfolio-item3.six {
        margin-top: 0
    }
}

.testimonial-area2 {
    background-image: url(../images/bg/testimonial2-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0
}

.testimonial-area2 .slider-navigations {
    gap: 35px
}

@media(max-width:576px) {
    .testimonial-area2 .slider-navigations {
        display: none !important
    }
}

.testimonial-area2 .slider-navigations .swiper-button-prev-e,
.testimonial-area2 .slider-navigations .swiper-button-next-e {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #e22454;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s
}

.testimonial-area2 .slider-navigations .swiper-button-prev-e:hover,
.testimonial-area2 .slider-navigations .swiper-button-next-e:hover {
    background: rgba(226, 36, 84, .1);
    border: 1px solid transparent
}

.testimonial-area2 .slider-navigations .swiper-button-prev-e i,
.testimonial-area2 .slider-navigations .swiper-button-next-e i {
    color: #e22454
}

.testimonial-area2 .testomonial-wrrap2 {
    background: #fff;
    border-radius: 5px;
    padding: 45px 30px 35px
}

.testimonial-area2 .testomonial-wrrap2 .author-area {
    margin-bottom: 20px
}

.testimonial-area2 .testomonial-wrrap2 .author-area .author-img {
    margin-right: 20px
}

.testimonial-area2 .testomonial-wrrap2 .author-area .author-img img {
    border-radius: 50%
}

.testimonial-area2 .testomonial-wrrap2 .author-area .author-deatils h4 {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #0a0a0a;
    margin-bottom: 0
}

.testimonial-area2 .testomonial-wrrap2 .author-area .author-deatils span {
    font-family: saira, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #5f6062
}

.testimonial-area2 .testomonial-wrrap2 .testimonial-content p {
    font-family: saira, sans-serif;
    font-weight: 200;
    font-size: 20px;
    line-height: 40px;
    color: #333;
    margin-bottom: 0
}

.fresh-tooth-area {
    position: relative;
    z-index: 1
}

.fresh-tooth-area .section-title-4 {
    margin-bottom: 30px
}

.fresh-tooth-area .process-vector2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.fresh-tooth-area .process-vector1 {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

.fresh-tooth-area .fresh-tooth-content {
    margin-bottom: 42px
}

.fresh-tooth-area .fresh-tooth-content h4 {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 39px;
    color: #0a0a0a;
    margin-bottom: 5px
}

.fresh-tooth-area .fresh-tooth-content p {
    font-family: outfit, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #333
}

.fresh-tooth-area .fresh-tooth-center .fresh-tooth-img {
    position: relative;
    z-index: 1
}

@media(max-width:991px) {
    .fresh-tooth-area .fresh-tooth-center .fresh-tooth-img {
        display: none
    }
}

.fresh-tooth-area .fresh-tooth-center .fresh-tooth-img::after {
    content: url(../images/bg/fresh-tooth-vector.png);
    position: absolute;
    left: -60%;
    top: -42%;
    max-width: 620px;
    z-index: -1;
    width: 100%
}

@media(max-width:767px) {
    .fresh-tooth-area .fresh-tooth-center .fresh-tooth-img::after {
        display: none
    }
}

@media(max-width:991px) {
    .fresh-tooth-area .fressh-tooth {
        display: none;
        visibility: hidden
    }
}

.home-2-blog {
    position: relative;
    z-index: 1
}

.home-2-blog .blog-vector {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

.home-2-blog .blog-wrrap .blog-img {
    position: relative;
    overflow: hidden
}

.home-2-blog .blog-wrrap .blog-img img {
    border-radius: 5px 5px 0 0;
    -webkit-transition: .35s;
    transition: .35s
}

@media(min-width:576px) and (max-width:768px) {
    .home-2-blog .blog-wrrap .blog-img img {
        width: 80%
    }
}

@media(max-width:576px) {
    .home-2-blog .blog-wrrap .blog-img img {
        width: 100%
    }
}

.home-2-blog .blog-wrrap .blog-img .batch {
    position: absolute;
    left: 53px;
    top: 15px
}

@media(max-width:1399px) {
    .home-2-blog .blog-wrrap .blog-img .batch {
        left: 20px
    }
}

@media(max-width:1399px) {
    .home-2-blog .blog-wrrap .blog-img .batch {
        left: 15px
    }
}

@media(min-width:576px) and (max-width:768px) {
    .home-2-blog .blog-wrrap .blog-img .batch {
        left: 65px
    }
}

.home-2-blog .blog-wrrap .blog-img .batch a {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    padding: 3px 10px;
    background: #e22454;
    border: 3px solid rgba(143, 181, 104, .5);
    border-radius: 5px
}

.home-2-blog .blog-wrrap .blog-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.home-2-blog .blog-wrrap .blog-content {
    padding: 25px 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px
}

@media(max-width:576px) {
    .home-2-blog .blog-wrrap .blog-content {
        border-radius: 0 0 10px 10px
    }
}

.home-2-blog .blog-wrrap .blog-content .publisher-date {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.home-2-blog .blog-wrrap .blog-content .publisher-date .publish-date span,
.home-2-blog .blog-wrrap .blog-content .publisher-date .comments span {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 0;
    color: #5f6062;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home-2-blog .blog-wrrap .blog-content .publisher-date .publish-date span img,
.home-2-blog .blog-wrrap .blog-content .publisher-date .comments span img {
    margin-right: 5px
}

.home-2-blog .blog-wrrap .blog-content h4 {
    margin: 0;
    padding-top: 15px
}

.home-2-blog .blog-wrrap .blog-content h4 a {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #17161a;
    -webkit-transition: .35s;
    transition: .35s
}

.home-2-blog .blog-wrrap .blog-content h4 a:hover {
    color: #e22454
}

.footer2 {
    background-image: url(../images/bg/footer-bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 95px 0
}

@media(max-width:991px) {
    .footer2 .footer-wrrap {
        margin-bottom: 50px
    }
}

.footer2 .footer-wrrap h4 {
    font-family: saira, sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #17161a;
    margin-bottom: 20px
}

.footer2 .footer-wrrap .number,
.footer2 .footer-wrrap .office-mail,
.footer2 .footer-wrrap .address {
    margin-bottom: 25px
}

.footer2 .footer-wrrap .number:last-child,
.footer2 .footer-wrrap .office-mail:last-child,
.footer2 .footer-wrrap .address:last-child {
    margin-bottom: 0
}

.footer2 .footer-wrrap .number .num-icon,
.footer2 .footer-wrrap .number .mail-icon,
.footer2 .footer-wrrap .number .address-icon,
.footer2 .footer-wrrap .office-mail .num-icon,
.footer2 .footer-wrrap .office-mail .mail-icon,
.footer2 .footer-wrrap .office-mail .address-icon,
.footer2 .footer-wrrap .address .num-icon,
.footer2 .footer-wrrap .address .mail-icon,
.footer2 .footer-wrrap .address .address-icon {
    margin-right: 7px
}

.footer2 .footer-wrrap .number .num-icon i,
.footer2 .footer-wrrap .number .mail-icon i,
.footer2 .footer-wrrap .number .address-icon i,
.footer2 .footer-wrrap .office-mail .num-icon i,
.footer2 .footer-wrrap .office-mail .mail-icon i,
.footer2 .footer-wrrap .office-mail .address-icon i,
.footer2 .footer-wrrap .address .num-icon i,
.footer2 .footer-wrrap .address .mail-icon i,
.footer2 .footer-wrrap .address .address-icon i {
    color: #e22454;
    font-size: 25px
}

.footer2 .footer-wrrap .number .phone a,
.footer2 .footer-wrrap .number .email a,
.footer2 .footer-wrrap .number .location a,
.footer2 .footer-wrrap .office-mail .phone a,
.footer2 .footer-wrrap .office-mail .email a,
.footer2 .footer-wrrap .office-mail .location a,
.footer2 .footer-wrrap .address .phone a,
.footer2 .footer-wrrap .address .email a,
.footer2 .footer-wrrap .address .location a {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    color: #333;
    -webkit-transition: .35s;
    transition: .35s
}

.footer2 .footer-wrrap .number .phone a:hover,
.footer2 .footer-wrrap .number .email a:hover,
.footer2 .footer-wrrap .number .location a:hover,
.footer2 .footer-wrrap .office-mail .phone a:hover,
.footer2 .footer-wrrap .office-mail .email a:hover,
.footer2 .footer-wrrap .office-mail .location a:hover,
.footer2 .footer-wrrap .address .phone a:hover,
.footer2 .footer-wrrap .address .email a:hover,
.footer2 .footer-wrrap .address .location a:hover {
    color: #e22454
}

.footer2 .footer-wrrap .footer-icon {
    margin-bottom: 28px
}

.footer2 .footer-wrrap p {
    font-family: saira, sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #333;
    line-height: 30px;
    margin-bottom: 30px
}

.footer2 .footer-wrrap .footer-btn {
    padding: 8px 30px !important;
    font-weight: 600 !important;
    font-size: 16px !important
}

.footer2 .footer-wrrap .footer-btn::before {
    background: #e22454
}

.footer2 .footer-wrrap .footer-btn::after {
    background: #e22454
}

.footer2 .footer-wrrap1 .footer-img {
    margin-bottom: 25px
}

.footer2 .footer-wrrap1 .social-icon {
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer2 .footer-wrrap1 .social-icon span {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #17161a;
    margin-bottom: 0;
    line-height: 0
}

.footer2 .footer-wrrap1 .social-icon ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: circle
}

.footer2 .footer-wrrap1 .social-icon ul li {
    margin-left: 17px;
    position: relative;
    color: #17161a
}

.footer2 .footer-wrrap1 .social-icon ul li a {
    padding: 0 12px
}

.footer2 .footer-wrrap1 .social-icon ul li a i {
    color: #17161a;
    -webkit-transition: .35s;
    transition: .35s
}

.footer2 .footer-wrrap1 .social-icon ul li a i:hover {
    color: #e22454
}

.footer2 .footer-wrrap1 .social-icon ul li::marker {
    font-size: .4em
}

.footer2 .footer-wrrap1 .social-icon ul li:nth-child(1) {
    list-style: none
}

.footer2 .footer-wrrap1 .footer-menu {
    margin-bottom: 25px;
    position: relative
}

.footer2 .footer-wrrap1 .footer-menu::after {
    content: "";
    width: 220px;
    height: 1px;
    background-color: #17161a;
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.footer2 .footer-wrrap1 .footer-menu ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer2 .footer-wrrap1 .footer-menu ul li a {
    font-family: saira, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #17161a;
    padding: 17px 0;
    position: relative
}

.footer2 .footer-wrrap1 .footer-menu ul li a.active {
    color: #e22454
}

.footer2 .footer-wrrap1 .footer-menu ul li a.active::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 13px;
    width: 100%;
    height: 1px;
    background-color: #e22454;
    -webkit-transition: .35s;
    transition: .35s
}

@media(max-width:991px) {
    .footer2 .footer-wrrap1 .footer-menu ul li a.active::before {
        display: none;
        visibility: hidden
    }
}

.footer2 .footer-wrrap1 .footer-menu ul li a:hover {
    color: #e22454
}

.footer2 .footer-wrrap1 .footer-menu ul li a:hover::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 13px;
    width: 100%;
    height: 1px;
    background-color: #e22454
}

@media(max-width:991px) {
    .footer2 .footer-wrrap1 .footer-menu ul li a:hover::before {
        display: none;
        visibility: hidden
    }
}

.footer2 .footer-wrrap1 .devlper-area {
    padding-top: 12px
}

.footer2 .footer-wrrap1 .devlper-area span {
    font-family: saira, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #959595
}

.footer2 .footer-wrrap1 .devlper-area span a {
    font-weight: 600;
    -webkit-transition: .4s;
    transition: .4s;
    color: #e22454
}

.footer2 .footer-wrrap1 .devlper-area span a:hover {
    color: #e22454
}

header.style-3 {
    background-color: #fff;
    width: 100%;
    z-index: 9999;
    padding: 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1600px;
    border-radius: 10px
}

@media(min-width:1400px) and (max-width:1599px) {
    header.style-3 {
        max-width: 1400px
    }
}

@media(max-width:1500px) {
    header.style-3 {
        max-width: 1300px
    }
}

@media(max-width:1399px) {
    header.style-3 {
        max-width: 1200px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-3 {
        padding: 0 30px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    header.style-3 {
        padding: 0 30px
    }
}

@media(max-width:991px) {
    header.style-3 {
        padding: 0 30px;
        top: 0
    }
}

header.style-3.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    -webkit-box-shadow: 0 10px 30px -1px rgba(82, 82, 82, .15);
    box-shadow: 0 10px 30px -1px rgba(82, 82, 82, .15);
    -webkit-animation: smooth-header .65s linear;
    animation: smooth-header .65s linear
}

@keyframes smooth-header {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

header.style-3 .nav-right .hotline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px
}

header.style-3 .nav-right .hotline .hotline-icon {
    margin-right: 8px
}

header.style-3 .nav-right .hotline .hotline-info span {
    font-size: 12px;
    font-weight: 400;
    font-family: exo, sans-serif;
    color: #987750
}

header.style-3 .nav-right .hotline .hotline-info h6 {
    font-size: 15px;
    font-weight: 500;
    font-family: exo, sans-serif;
    color: #0a0a0a;
    white-space: nowrap
}

header.style-3 .nav-right .search-btn {
    width: 42px;
    height: 42px;
    line-height: 45px;
    text-align: center;
    background-color: #987750;
    border-radius: 5px;
    margin-right: 15px;
    cursor: pointer
}

header.style-3 .nav-right .search-btn .bi {
    font-size: 20px;
    color: #0a0a0a
}

@media(max-width:991px) {
    header.style-3 .nav-right .search-btn {
        display: none;
        visibility: hidden
    }
}

header.style-3 .header-logo {
    height: 100%
}

@media(max-width:991px) {
    header.style-3 .header-logo {
        padding: 15px 0
    }
}

header.style-3 .header-logo img {
    min-width: 120px;
    max-width: 100%
}

header.style-3 .header-btn {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: .35s ease-in;
    transition: .35s ease-in;
    background: #987750;
    cursor: pointer;
    white-space: nowrap
}

header.style-3 .header-btn:hover {
    background: #191a1c
}

header.style-3 .header-btn:hover a {
    color: #0a0a0a
}

@media(max-width:1199px) {
    header.style-3 .header-btn {
        display: none;
        visibility: hidden
    }
}

header.style-3 .main-menu .menu-list {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

@media(max-width:991px) {
    header.style-3 .main-menu .menu-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

header.style-3 .main-menu .menu-list>li {
    position: relative;
    margin: 0 17px;
    display: inline-block
}

@media(max-width:1199px) {
    header.style-3 .main-menu .menu-list>li {
        margin: 0 15px
    }
}

@media(max-width:991px) {
    header.style-3 .main-menu .menu-list>li {
        margin: 0;
        width: 100%
    }
}

header.style-3 .main-menu .menu-list>li .dropdown-icon {
    color: #0a0a0a;
    font-size: 25px;
    -webkit-transition: .4s ease-in;
    transition: .4s ease-in;
    opacity: 0;
    visibility: hidden;
    font-family: exo, sans-serif
}

@media(max-width:991px) {
    header.style-3 .main-menu .menu-list>li .dropdown-icon {
        opacity: 1;
        visibility: visible
    }
}

header.style-3 .main-menu .menu-list>li a {
    font-size: 15px;
    font-weight: 500;
    color: #0a0a0a;
    padding: 30px 0;
    display: inline-block;
    white-space: nowrap;
    -webkit-transition: .4s;
    transition: .4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: exo, sans-serif
}

header.style-3 .main-menu .menu-list>li a.active {
    color: #987750
}

header.style-3 .main-menu .menu-list>li a.active::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    height: 1px;
    background-color: #987750
}

@media(max-width:991px) {
    header.style-3 .main-menu .menu-list>li a.active::before {
        display: none;
        visibility: hidden
    }
}

header.style-3 .main-menu .menu-list>li a:hover {
    color: #987750
}

header.style-3 .main-menu .menu-list>li a:hover::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    height: 1px;
    background-color: #987750
}

@media(max-width:991px) {
    header.style-3 .main-menu .menu-list>li a:hover::before {
        display: none;
        visibility: hidden
    }
}

@media(max-width:991px) {
    header.style-3 .main-menu .menu-list>li a {
        padding: 12px 0;
        display: block;
        position: relative;
        border-bottom: 1px solid rgba(51, 51, 51, .098)
    }

    header.style-3 .main-menu .menu-list>li a:hover {
        color: unset
    }
}

header.style-3 .main-menu .menu-list>li .submenu {
    padding: 0;
    position: absolute;
    top: 84px;
    left: 0;
    max-width: 230px;
    min-width: 200px;
    background-color: #fff;
    text-align: left;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
    -webkit-box-shadow: 5px 3px 40px rgba(0, 72, 88, .1);
    box-shadow: 5px 3px 40px rgba(0, 72, 88, .1)
}

@media(max-width:991px) {
    header.style-3 .main-menu .menu-list>li .submenu {
        opacity: 1;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        border: unset;
        display: none;
        -webkit-transition: unset;
        transition: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        visibility: unset
    }
}

header.style-3 .main-menu .menu-list>li .submenu>li a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(51, 51, 51, .1);
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #0a0a0a
}

@media(max-width:991px) {
    header.style-3 .main-menu .menu-list>li .submenu>li a {
        border-bottom: unset;
        padding: 12px 15px
    }
}

header.style-3 .main-menu .menu-list>li .submenu>li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #987750;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: .4s ease-in;
    transition: .4s ease-in;
    z-index: -1
}

header.style-3 .main-menu .menu-list>li .submenu>li a:hover {
    color: #987750
}

header.style-3 .main-menu .menu-list>li .submenu>li a:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

header.style-3 .main-menu .menu-list>li .submenu>li a:last-child {
    border-bottom: unset
}

header.style-3 .main-menu .menu-list>li.menu-item-has-children {
    position: relative;
    z-index: 1;
    padding-right: 20px
}

@media(max-width:991px) {
    header.style-3 .main-menu .menu-list>li.menu-item-has-children {
        padding-right: unset
    }
}

header.style-3 .main-menu .menu-list>li.menu-item-has-children::after {
    content: '\F282';
    font-family: bootstrap-icons;
    font-weight: 600;
    position: absolute;
    top: 33px;
    right: 0;
    font-size: 13px;
    color: #0a0a0a;
    -webkit-transition: all .42s ease-in-out;
    transition: all .42s ease-in-out
}

@media(max-width:991px) {
    header.style-3 .main-menu .menu-list>li.menu-item-has-children::after {
        display: none;
        visibility: hidden
    }
}

header.style-3 .main-menu .menu-list>li.menu-item-has-children .dropdown-icon {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 20px
}

header.style-3 .main-menu .menu-list>li.menu-item-has-children:hover .submenu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}

header.style-3 .main-menu .menu-list>li.menu-item-has-children:hover::after {
    color: #987750;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(max-width:991px) {
    header.style-3 .main-menu {
        position: fixed;
        top: 0%;
        left: -100%;
        width: 280px;
        height: 100%;
        overflow-y: auto;
        background-color: #fff;
        border-right: 1px solid rgba(238, 238, 238, .1);
        padding: 40px 20px;
        z-index: 999;
        -webkit-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
        border-right: 1px solid #eee
    }

    header.style-3 .main-menu.show-menu {
        left: 0
    }
}

header.style-3 .main-menu .mobile-logo-area {
    margin-bottom: 25px
}

header.style-3 .main-menu .mobile-logo-area .menu-close-btn {
    cursor: pointer
}

header.style-3 .main-menu .mobile-logo-area .menu-close-btn .bi {
    color: #0a0a0a;
    font-size: 18px
}

header.style-3 .main-menu .mobile-logo-area .menu-close-btn .bi:hover {
    color: #987750
}

header.style-3 .main-menu .mobile-logo-wrap {
    padding: 10px
}

header.style-3 .mobile-menu-form .hotline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
}

header.style-3 .mobile-menu-form .hotline .hotline-info {
    margin-left: 8px
}

header.style-3 .mobile-menu-form .hotline .hotline-info span {
    font-size: 12px;
    font-weight: 400;
    font-family: exo, sans-serif;
    color: #987750
}

header.style-3 .mobile-menu-form .hotline .hotline-info h6 {
    font-size: 14px;
    font-weight: 600;
    font-family: exo, sans-serif;
    color: #0a0a0a;
    white-space: nowrap
}

header.style-3 .mobile-menu-btn {
    margin-left: 25px
}

header.style-3 .mobile-menu-btn .bx {
    color: #0a0a0a;
    font-size: 28px
}

.hero-style3 {
    position: relative;
    z-index: 1
}

@media(max-width:991px) {
    .hero-style3 {
        height: unset
    }
}

.hero-style3 .social-area {
    position: absolute;
    left: -97px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9
}

@media(max-width:576px) {
    .hero-style3 .social-area {
        display: none
    }
}

.hero-style3 .social-area ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.hero-style3 .social-area ul li a {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #0a0a0a;
    opacity: .5;
    -webkit-transition: .35s;
    transition: .35s
}

.hero-style3 .social-area ul li a:hover {
    opacity: 1
}

.hero-style3 .hero-content-wrrap {
    margin-top: -751px
}

@media(max-width:1399px) {
    .hero-style3 .hero-content-wrrap {
        margin-top: -458px
    }
}

@media(max-width:1199px) {
    .hero-style3 .hero-content-wrrap {
        margin-top: -518px
    }
}

@media(max-width:1199px) {
    .hero-style3 .hero-content-wrrap {
        margin-top: -635px
    }
}

@media(max-width:576px) {
    .hero-style3 .hero-content-wrrap {
        margin-top: unset
    }
}

.hero-style3 .hero-content {
    width: 100%;
    margin-top: -120px
}

@media(max-width:1399px) {
    .hero-style3 .hero-content {
        margin-top: -23px;
        max-width: 600px
    }
}

@media(max-width:1199px) {
    .hero-style3 .hero-content {
        margin-top: 26px
    }
}

@media(max-width:991px) {
    .hero-style3 .hero-content {
        max-width: unset;
        text-align: center;
        margin-left: unset;
        padding: 150px 20px
    }
}

@media(max-width:767px) {
    .hero-style3 .hero-content {
        padding: 105px 20px
    }
}

@media(max-width:576px) {
    .hero-style3 .hero-content {
        padding: unset;
        display: none
    }
}

.hero-style3 .hero-content span {
    font-family: exo, sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: #987750
}

.hero-style3 .hero-content h1 {
    font-family: lora, serif;
    font-weight: 700;
    font-size: 75px;
    line-height: 100px;
    color: #fff
}

.hero-style3 .hero-content h1>span {
    -webkit-text-stroke: 2px #fff;
    color: transparent
}

.hero-style3 .hero-content h1>span.red {
    -webkit-text-stroke: 2px #ff014f
}

@media(max-width:1399px) {
    .hero-style3 .hero-content h1 {
        font-size: 55px;
        line-height: 65px
    }
}

@media(max-width:1199px) {
    .hero-style3 .hero-content h1 {
        font-size: 60px;
        line-height: 75px
    }
}

@media(max-width:991px) {
    .hero-style3 .hero-content h1 {
        font-size: 50px;
        line-height: 65px
    }
}

.hero-style3 .hero-content p {
    font-family: exo, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    padding-top: 15px;
    margin-bottom: 58px
}

.hero-style3 .hero-content a {
    display: inline-block;
    font-family: exo, sans-serif;
    font-weight: 600;
    font-size: 18px
}

.hero-style3 .hero-content .btn--primary::before {
    background: #987750
}

.hero-style3 .hero-content .btn--primary::after {
    background: #987750
}

.hero-style3 .hero-img2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

@media(max-width:991px) {
    .hero-style3 .hero-img2 {
        display: none
    }
}

.hero-style3 .hero-bg-left {
    background-image: url(../images/bg/hero-bg-left.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    padding: 480px 0
}

@media(max-width:991px) {
    .hero-style3 .hero-bg-left {
        display: none
    }
}

@media(max-width:1399px) {
    .hero-style3 .hero-bg-left {
        padding: 325px 0
    }
}

.hero-style3 .hero-bg-right {
    background-image: url(../images/bg/hero-bg-right.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    padding: 480px 0
}

@media(max-width:1399px) {
    .hero-style3 .hero-bg-right {
        padding: 325px 0
    }
}

@media(max-width:991px) {
    .hero-style3 .hero-bg-right {
        padding: 325px 0
    }
}

@media(max-width:576px) {
    .hero-style3 .hero-bg-right {
        display: none
    }
}

.hero-style3 .hero-content-smd {
    background-image: url(../images/bg/hero-bg-right.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    text-align: center;
    padding: 170px 20px 120px;
    display: none;
    visibility: hidden
}

@media(max-width:576px) {
    .hero-style3 .hero-content-smd {
        display: block;
        visibility: visible
    }
}

.hero-style3 .hero-content-smd span {
    font-family: exo, sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: #987750
}

.hero-style3 .hero-content-smd h1 {
    font-family: lora, serif;
    font-weight: 700;
    font-size: 75px;
    line-height: 100px;
    color: #fff
}

.hero-style3 .hero-content-smd h1>span {
    -webkit-text-stroke: 2px #fff;
    color: transparent
}

.hero-style3 .hero-content-smd h1>span.red {
    -webkit-text-stroke: 2px #ff014f
}

@media(max-width:1399px) {
    .hero-style3 .hero-content-smd h1 {
        font-size: 55px;
        line-height: 65px
    }
}

@media(max-width:1199px) {
    .hero-style3 .hero-content-smd h1 {
        font-size: 60px;
        line-height: 75px
    }
}

@media(max-width:991px) {
    .hero-style3 .hero-content-smd h1 {
        font-size: 50px;
        line-height: 65px
    }
}

.hero-style3 .hero-content-smd p {
    font-family: exo, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    padding-top: 15px;
    margin-bottom: 58px
}

.hero-style3 .hero-content-smd a {
    display: inline-block;
    font-family: exo, sans-serif;
    font-weight: 600;
    font-size: 18px
}

.hero-style3 .hero-content-smd .btn--primary::before {
    background: #987750
}

.hero-style3 .hero-content-smd .btn--primary::after {
    background: #987750
}

.home-three-service .service-wrrap ul {
    margin: 0;
    padding: 0
}

.home-three-service .service-wrrap ul li {
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 20px
}

.home-three-service .service-wrrap ul li:first-child {
    border-top: 1px solid #eee
}

.home-three-service .service-wrrap ul li .service-name h4 {
    margin-bottom: 0;
    font-family: lora, serif;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: .05em;
    color: #162542;
    -webkit-transition: .35s;
    transition: .35s
}

.home-three-service .service-wrrap ul li .service-img {
    position: absolute;
    right: 10%;
    top: 20px;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    z-index: 9;
    -webkit-transform: scale(.3);
    transform: scale(.3)
}

@media(max-width:1199px) {
    .home-three-service .service-wrrap ul li .service-img {
        right: 7%
    }
}

@media(max-width:991px) {
    .home-three-service .service-wrrap ul li .service-img {
        right: 1%
    }
}

.home-three-service .service-wrrap ul li .ditails-btn a svg {
    fill: #162542;
    -webkit-transition: .35s;
    transition: .35s
}

.home-three-service .service-wrrap ul li .service-img.two {
    top: -120px
}

.home-three-service .service-wrrap ul li .service-img.three {
    top: -120px
}

.home-three-service .service-wrrap ul li .service-img.four {
    top: -250px
}

.home-three-service .service-wrrap ul li .service-img.five {
    top: -250px
}

.home-three-service .service-wrrap ul li:hover .service-img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media(max-width:991px) {
    .home-three-service .service-wrrap ul li:hover .service-img {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
}

@media(max-width:767px) {
    .home-three-service .service-wrrap ul li:hover .service-img {
        display: none;
        visibility: hidden
    }
}

.home-three-service .service-wrrap ul li:hover .service-name h4 {
    color: #987750
}

.home-three-service .service-wrrap ul li:hover .ditails-btn a svg {
    fill: #987750
}

.home3-about {
    padding-top: 90px
}

@media(max-width:1399px) {
    .home3-about {
        padding-top: 0
    }
}

.home3-about .home3-about-bg {
    background-image: url(../images/bg/home3-about-bg.png);
    background-size: cover;
    background-repeat: no-repeat
}

.home3-about .home3-about-bg .about-left {
    padding: 65px 0 65px 65px
}

@media(max-width:991px) {
    .home3-about .home3-about-bg .about-left {
        padding: 65px 30px
    }
}

.home3-about .home3-about-bg .about-left .section-title-5 img {
    margin-left: 25px
}

.home3-about .home3-about-bg .sponser-logo {
    padding-top: 20px
}

.home3-about .home3-about-bg .sponser-logo ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 60px
}

@media(max-width:991px) {
    .home3-about .home3-about-bg .about-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.home3-about .home3-about-bg .about-img img {
    margin-top: -90px
}

@media(max-width:991px) {
    .home3-about .home3-about-bg .about-img img {
        margin-top: 0
    }
}

.home3-work-area {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 37, 66, 0.7)), to(rgba(22, 37, 66, 0.7))), url(../images/bg/home3-work-bg.png);
    background-image: linear-gradient(rgba(22, 37, 66, 0.7), rgba(22, 37, 66, 0.7)), url(../images/bg/home3-work-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0
}

.home3-work-area .single-work {
    background-color: rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border-radius: 10px;
    padding: 30px 10px;
    -webkit-transform: perspective(700px) rotateY(18deg);
    transform: perspective(700px) rotateY(18deg);
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

@media(max-width:991px) {
    .home3-work-area .single-work {
        -webkit-transform: unset;
        transform: unset
    }
}

.home3-work-area .single-work .work-inner {
    -webkit-transform: skewY(2.5deg);
    transform: skewY(2.5deg);
    text-align: center;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

@media(max-width:991px) {
    .home3-work-area .single-work .work-inner {
        -webkit-transform: unset;
        transform: unset
    }
}

.home3-work-area .single-work .work-inner .content h2 {
    margin-bottom: 0;
    font-family: lora, serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 77px;
    color: #162542;
    padding-top: 15px
}

.home3-work-area .single-work .work-inner .content p {
    margin-bottom: 0;
    font-family: exo, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 29px;
    color: #636363;
    opacity: .7
}

.home3-work-area .single-work:hover {
    -webkit-transform: unset;
    transform: unset
}

.home3-work-area .single-work:hover .work-inner {
    -webkit-transform: unset;
    transform: unset
}

.home3-case-area .section-title-5 img {
    margin-left: 35px
}

@media(max-width:991px) {
    .home3-case-area .view-all-btn {
        margin-bottom: 20px
    }
}

.home3-case-area .view-all-btn a {
    font-family: exo, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px
}

.home3-case-area .view-all-btn a::after {
    background: #987750
}

.home3-case-area .view-all-btn a::before {
    background: #987750
}

.home3-case-area .case-wrrap .case-img {
    position: relative;
    overflow: hidden
}

.home3-case-area .case-wrrap .case-img img {
    width: 100%;
    -webkit-transition: .35s;
    transition: .35s
}

.home3-case-area .case-wrrap .case-img img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.home3-case-area .case-wrrap .case-img .overlay {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    background: #162542;
    border-radius: 5px;
    padding: 20px;
    width: 88%;
    margin: 0 auto
}

.home3-case-area .case-wrrap .case-img .overlay .catagory h6 {
    font-family: exo, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    position: relative;
    margin-bottom: 5px
}

.home3-case-area .case-wrrap .case-img .overlay .catagory h6::after {
    content: "";
    height: .8px;
    width: 50px;
    border-bottom: .8px dashed #987750;
    position: absolute;
    left: 0;
    bottom: -4px
}

.home3-case-area .case-wrrap .case-img .overlay .catagory h4 {
    font-family: lora, serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 0
}

.home3-case-area .case-wrrap .case-img .overlay a {
    height: 45px;
    width: 45px;
    line-height: 41px;
    border: 1px solid #987750;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .35s;
    transition: .35s
}

.home3-case-area .case-wrrap .case-img .overlay a>svg {
    fill: #987750;
    -webkit-transition: .35s;
    transition: .35s
}

.home3-case-area .case-wrrap .case-img:hover .overlay a {
    background-color: #987750
}

.home3-case-area .case-wrrap .case-img:hover .overlay a>svg {
    fill: #fff
}

.home3-case-area .case-wrrap.five {
    margin-top: -315px
}

@media(max-width:1399px) {
    .home3-case-area .case-wrrap.five {
        margin-top: -268px
    }
}

@media(max-width:1199px) {
    .home3-case-area .case-wrrap.five {
        margin-top: -222px
    }
}

@media(max-width:991px) {
    .home3-case-area .case-wrrap.five {
        margin-top: unset
    }
}

.home3-case-area .case-wrrap.six {
    margin-top: -159px
}

@media(max-width:1399px) {
    .home3-case-area .case-wrrap.six {
        margin-top: -134px
    }
}

@media(max-width:1199px) {
    .home3-case-area .case-wrrap.six {
        margin-top: -111px
    }
}

@media(max-width:991px) {
    .home3-case-area .case-wrrap.six {
        margin-top: -277px
    }
}

@media(max-width:767px) {
    .home3-case-area .case-wrrap.six {
        margin-top: unset
    }
}

@media(max-width:991px) {
    .home3-case-area .case-wrrap.four {
        margin-top: -153px
    }
}

@media(max-width:767px) {
    .home3-case-area .case-wrrap.four {
        margin-top: unset
    }
}

.home3-testimonial-area .dot-vector img {
    width: 100%
}

@media(max-width:576px) {
    .home3-testimonial-area .dot-vector img {
        display: none
    }
}

.home3-testimonial-area .slider-navigations {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.home3-testimonial-area .slider-navigations .swiper-button-prev-f p {
    height: 50px;
    width: 50px;
    line-height: 48px;
    border: 1px solid #987750;
    margin-bottom: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .35s;
    transition: .35s
}

.home3-testimonial-area .slider-navigations .swiper-button-prev-f p svg {
    margin-left: 30px;
    -webkit-transition: .35s;
    transition: .35s;
    fill: #987750
}

@media(max-width:576px) {
    .home3-testimonial-area .slider-navigations .swiper-button-prev-f p {
        display: none
    }
}

.home3-testimonial-area .slider-navigations .swiper-button-prev-f:hover p svg {
    margin-left: unset
}

@media(max-width:576px) {
    .home3-testimonial-area .slider-navigations .swiper-button-next-f {
        display: none
    }
}

.home3-testimonial-area .slider-navigations .swiper-button-next-f p {
    height: 50px;
    width: 50px;
    line-height: 48px;
    border: 1px solid #987750;
    margin-bottom: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .35s;
    transition: .35s
}

.home3-testimonial-area .slider-navigations .swiper-button-next-f p svg {
    margin-left: -42px;
    -webkit-transition: .35s;
    transition: .35s;
    fill: #987750
}

.home3-testimonial-area .slider-navigations .swiper-button-next-f:hover p svg {
    margin-left: unset
}

.home3-testimonial-area .testimonial-slider-top1,
.home3-testimonial-area .testimonil-slider-btm1 {
    overflow: hidden;
    z-index: 9
}

.home3-testimonial-area .testimonil-slider-btm1 {
    max-width: 560px;
    margin: 0 auto
}

.home3-testimonial-area .testimonil-slider-btm1 .swiper-slide {
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.home3-testimonial-area .testimonil-slider-btm1 .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    position: relative
}

.home3-testimonial-area .testimonil-slider-btm1 .swiper-slide.swiper-slide-active::before {
    content: '';
    position: absolute;
    left: 15px;
    bottom: 33px;
    height: 115px;
    width: 115px;
    border-radius: 50%;
    background: 0 0;
    border: 1px solid #987750;
    z-index: 1
}

@media(max-width:767px) {
    .home3-testimonial-area .testimonil-slider-btm1 .swiper-slide.swiper-slide-active::before {
        left: unset
    }
}

.home3-testimonial-area .testimonial-slider-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 60px
}

.home3-testimonial-area .testimonial-slider-top .testimonial-wraper {
    max-width: 930px;
    width: 100%;
    padding: 30px 50px 0
}

.home3-testimonial-area .testimonial-slider-top .testimonial-wraper .testimonial-content {
    position: relative
}

.home3-testimonial-area .testimonial-slider-top .testimonial-wraper .testimonial-content p {
    margin-bottom: 0;
    font-family: exo, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: .03em;
    color: #333
}

.home3-testimonial-area .testimonial-slider-top .testimonial-wraper .testimonial-content::after {
    content: url(../images/icons/left-quote1.svg);
    position: absolute;
    left: -60px;
    top: -16px
}

.home3-testimonial-area .testimonial-slider-top .testimonial-wraper .testimonial-content::before {
    content: url(../images/icons/right-quote1.svg);
    position: absolute;
    right: -60px;
    bottom: -23px
}

.home3-testimonial-area .testimonial-slider-top .testimonial-wraper .testimonial-author {
    padding-top: 25px
}

.home3-testimonial-area .testimonial-slider-top .testimonial-wraper .testimonial-author h3 {
    margin-bottom: 7px;
    font-family: lora, serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: .03em;
    color: #0a0a0a
}

.home3-testimonial-area .testimonial-slider-top .testimonial-wraper .testimonial-author span {
    font-family: exo, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #987750
}

.home3-contact .contact-left {
    background-image: url(../images/bg/h3-contract-left.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 100px 20px
}

.home3-contact .contact-left .content {
    width: 600px;
    margin: 0 auto
}

@media(max-width:767px) {
    .home3-contact .contact-left .content {
        width: unset
    }
}

.home3-contact .contact-left .content h2 {
    font-family: lora, serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 68px;
    color: #fff;
    margin-top: -10px;
    margin-bottom: 15px
}

@media(max-width:576px) {
    .home3-contact .contact-left .content h2 {
        font-size: 40px;
        line-height: 55px
    }
}

.home3-contact .contact-left .content p {
    font-family: exo, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #fff
}

.home3-contact .contact-left .content a {
    display: inline-block;
    font-family: exo, sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 14px 38px
}

.home3-contact .contact-left .content .btn--primary::before {
    background: #987750
}

.home3-contact .contact-left .content .btn--primary::after {
    background: #987750
}

.home3-contact .contact-right {
    background-image: url(../images/bg/h3-contract-right.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:991px) {
    .home3-contact .contact-right {
        padding: 180px 20px
    }
}

.home3-contact .contact-right .play-icon a {
    height: 120px;
    width: 120px;
    line-height: 118px;
    background-color: rgba(255, 255, 255, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home3-contact .contact-right .play-icon a i {
    font-size: 72px;
    color: #fff
}

.home3-choose .section-title-5 img {
    margin-left: 55px
}

.home3-choose .choose-content ul {
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
    padding-top: 15px
}

.home3-choose .choose-content ul li {
    font-family: lora, serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #333;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home3-choose .choose-content ul li i {
    margin-right: 10px
}

.home3-choose .choose-content ul li:last-child {
    margin-bottom: 0
}

@media(max-width:991px) {
    .home3-choose .appointment-btn {
        margin-bottom: 60px
    }
}

.home3-choose .appointment-btn p {
    margin-bottom: 0;
    border: 1px solid #987750;
    border-radius: 60px;
    padding: 8px 50px;
    font-family: lora, serif;
    font-weight: 400;
    font-size: 16px;
    color: #162542;
    text-align: center
}

.home3-choose .appointment-btn p a {
    text-decoration: underline;
    font-weight: 700
}

.home3-choose .choose-right .choose-img {
    position: relative
}

.home3-choose .choose-right .choose-img .experience-batch {
    position: absolute;
    top: 0;
    left: 0;
    height: 187px;
    width: 187px;
    background: #fff;
    border: 2px solid rgba(22, 37, 66, .3);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 15px
}

.home3-choose .choose-right .choose-img .experience-batch p {
    font-family: lora, serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 70px;
    height: 82px;
    width: 82px;
    color: #987750;
    text-align: center;
    background-color: rgba(152, 119, 80, .1);
    display: inline-block;
    border-radius: 50%;
    padding: 6px 11px;
    margin: 0 auto 5px
}

.home3-choose .choose-right .choose-img .experience-batch span {
    font-family: exo, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #636363
}

.home3-choose .choose-right .blur-iffect {
    position: absolute;
    top: 0;
    right: 0
}

.home3-blog .section-title-5 img {
    margin-left: 35px
}

@media(max-width:991px) {
    .home3-blog .view-all-btn {
        margin-bottom: 20px
    }
}

.home3-blog .view-all-btn a {
    font-family: exo, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px
}

.home3-blog .view-all-btn a::after {
    background: #987750
}

.home3-blog .view-all-btn a::before {
    background: #987750
}

.home3-blog .blog-card-stayle2 .blog-img {
    position: relative;
    overflow: hidden
}

.home3-blog .blog-card-stayle2 .blog-img img {
    width: 100%;
    -webkit-transition: .4s;
    transition: .4s
}

.home3-blog .blog-card-stayle2 .blog-img img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.home3-blog .blog-card-stayle2 .blog-img .blog-batch {
    position: absolute;
    left: 20px;
    top: 20px
}

.home3-blog .blog-card-stayle2 .blog-img .blog-batch:hover>span {
    visibility: hidden;
    opacity: 0
}

.home3-blog .blog-card-stayle2 .blog-img .blog-batch:hover .social-link {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.home3-blog .blog-card-stayle2 .blog-img .blog-batch>span {
    font-family: exo, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background: #987750;
    border-radius: 30px;
    padding: 7px 26px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    cursor: pointer
}

.home3-blog .blog-card-stayle2 .blog-img .blog-batch .social-link {
    background: #987750;
    border-radius: 30px;
    padding: 2px 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.home3-blog .blog-card-stayle2 .blog-img .blog-batch .social-link ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.home3-blog .blog-card-stayle2 .blog-img .blog-batch .social-link ul li {
    margin-right: 15px;
    position: relative
}

.home3-blog .blog-card-stayle2 .blog-img .blog-batch .social-link ul li::after {
    content: '';
    height: 6.5px;
    width: 1px;
    background-color: #eee;
    position: absolute;
    left: -8px;
    top: 10px
}

.home3-blog .blog-card-stayle2 .blog-img .blog-batch .social-link ul li:nth-child(1)::after {
    display: none
}

.home3-blog .blog-card-stayle2 .blog-img .blog-batch .social-link ul li:last-child {
    margin-right: 0
}

.home3-blog .blog-card-stayle2 .blog-img .blog-batch .social-link ul li a i {
    color: #fff;
    line-height: 27px;
    -webkit-transition: .35s;
    transition: .35s
}

.home3-blog .blog-card-stayle2 .blog-img .blog-batch .social-link ul li a i:hover {
    color: #162542
}

.home3-blog .blog-card-stayle2 .blog-content {
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    border-radius: 0 0 10px 10px;
    padding: 30px 20px 25px
}

.home3-blog .blog-card-stayle2 .blog-content .publish-date-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 18px
}

.home3-blog .blog-card-stayle2 .blog-content .publish-date-comment .publish-date {
    font-family: exo, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #5f6062
}

.home3-blog .blog-card-stayle2 .blog-content .publish-date-comment .comment span {
    font-family: exo, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #5f6062
}

.home3-blog .blog-card-stayle2 .blog-content .blog-title span {
    font-family: exo, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #987750
}

.home3-blog .blog-card-stayle2 .blog-content .blog-title a {
    padding-top: 5px
}

.home3-blog .blog-card-stayle2 .blog-content .blog-title a h4 {
    font-family: lora, serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #0a0a0a;
    -webkit-transition: .4s;
    transition: .4s;
    text-transform: capitalize
}

.home3-blog .blog-card-stayle2 .blog-content .blog-title a h4:hover {
    color: #987750
}

.footer3 {
    background-image: url(../images/bg/footer3-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 95px 0
}

@media(max-width:991px) {
    .footer3 .footer-wrrap {
        margin-bottom: 50px
    }
}

.footer3 .footer-wrrap h4 {
    font-family: lora, serif;
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px
}

.footer3 .footer-wrrap .number,
.footer3 .footer-wrrap .office-mail,
.footer3 .footer-wrrap .address {
    margin-bottom: 25px
}

.footer3 .footer-wrrap .number:last-child,
.footer3 .footer-wrrap .office-mail:last-child,
.footer3 .footer-wrrap .address:last-child {
    margin-bottom: 0
}

.footer3 .footer-wrrap .number .num-icon,
.footer3 .footer-wrrap .number .mail-icon,
.footer3 .footer-wrrap .number .address-icon,
.footer3 .footer-wrrap .office-mail .num-icon,
.footer3 .footer-wrrap .office-mail .mail-icon,
.footer3 .footer-wrrap .office-mail .address-icon,
.footer3 .footer-wrrap .address .num-icon,
.footer3 .footer-wrrap .address .mail-icon,
.footer3 .footer-wrrap .address .address-icon {
    margin-right: 7px
}

.footer3 .footer-wrrap .number .num-icon i,
.footer3 .footer-wrrap .number .mail-icon i,
.footer3 .footer-wrrap .number .address-icon i,
.footer3 .footer-wrrap .office-mail .num-icon i,
.footer3 .footer-wrrap .office-mail .mail-icon i,
.footer3 .footer-wrrap .office-mail .address-icon i,
.footer3 .footer-wrrap .address .num-icon i,
.footer3 .footer-wrrap .address .mail-icon i,
.footer3 .footer-wrrap .address .address-icon i {
    color: #987750;
    font-size: 25px
}

.footer3 .footer-wrrap .number .phone a,
.footer3 .footer-wrrap .number .email a,
.footer3 .footer-wrrap .number .location a,
.footer3 .footer-wrrap .office-mail .phone a,
.footer3 .footer-wrrap .office-mail .email a,
.footer3 .footer-wrrap .office-mail .location a,
.footer3 .footer-wrrap .address .phone a,
.footer3 .footer-wrrap .address .email a,
.footer3 .footer-wrrap .address .location a {
    font-family: exo, sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    color: #fff;
    -webkit-transition: .35s;
    transition: .35s
}

.footer3 .footer-wrrap .number .phone a:hover,
.footer3 .footer-wrrap .number .email a:hover,
.footer3 .footer-wrrap .number .location a:hover,
.footer3 .footer-wrrap .office-mail .phone a:hover,
.footer3 .footer-wrrap .office-mail .email a:hover,
.footer3 .footer-wrrap .office-mail .location a:hover,
.footer3 .footer-wrrap .address .phone a:hover,
.footer3 .footer-wrrap .address .email a:hover,
.footer3 .footer-wrrap .address .location a:hover {
    color: #987750
}

.footer3 .footer-wrrap .footer-icon {
    margin-bottom: 28px
}

.footer3 .footer-wrrap p {
    font-family: exo, sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 30px
}

.footer3 .footer-wrrap .footer-btn2 {
    padding: 8px 30px;
    font-weight: 600;
    font-size: 16px
}

.footer3 .footer-wrrap .footer-btn2::before {
    background: #987750
}

.footer3 .footer-wrrap .footer-btn2::after {
    background: #987750
}

.footer3 .footer-wrrap1 .footer-img {
    margin-bottom: 25px
}

.footer3 .footer-wrrap1 .social-icon {
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer3 .footer-wrrap1 .social-icon span {
    font-family: exo, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
    line-height: 0
}

.footer3 .footer-wrrap1 .social-icon ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: circle
}

.footer3 .footer-wrrap1 .social-icon ul li {
    margin-left: 17px;
    position: relative;
    color: #fff
}

.footer3 .footer-wrrap1 .social-icon ul li a {
    padding: 0 12px
}

.footer3 .footer-wrrap1 .social-icon ul li a i {
    color: #fff;
    -webkit-transition: .35s;
    transition: .35s
}

.footer3 .footer-wrrap1 .social-icon ul li a i:hover {
    color: #987750
}

.footer3 .footer-wrrap1 .social-icon ul li::marker {
    font-size: .4em
}

.footer3 .footer-wrrap1 .social-icon ul li:nth-child(1) {
    list-style: none
}

.footer3 .footer-wrrap1 .footer-menu {
    margin-bottom: 25px;
    position: relative
}

.footer3 .footer-wrrap1 .footer-menu::after {
    content: "";
    width: 220px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.footer3 .footer-wrrap1 .footer-menu ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer3 .footer-wrrap1 .footer-menu ul li a {
    font-family: exo, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    padding: 17px 0;
    position: relative
}

.footer3 .footer-wrrap1 .footer-menu ul li a.active {
    color: #987750
}

.footer3 .footer-wrrap1 .footer-menu ul li a.active::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 13px;
    width: 100%;
    height: 1px;
    background-color: #987750;
    -webkit-transition: .35s;
    transition: .35s
}

@media(max-width:991px) {
    .footer3 .footer-wrrap1 .footer-menu ul li a.active::before {
        display: none;
        visibility: hidden
    }
}

.footer3 .footer-wrrap1 .footer-menu ul li a:hover {
    color: #987750
}

.footer3 .footer-wrrap1 .footer-menu ul li a:hover::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 13px;
    width: 100%;
    height: 1px;
    background-color: #987750
}

@media(max-width:991px) {
    .footer3 .footer-wrrap1 .footer-menu ul li a:hover::before {
        display: none;
        visibility: hidden
    }
}

.footer3 .footer-wrrap1 .devlper-area {
    padding-top: 12px
}

.footer3 .footer-wrrap1 .devlper-area span {
    font-family: exo, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #fff
}

.footer3 .footer-wrrap1 .devlper-area span a {
    font-weight: 600;
    -webkit-transition: .4s;
    transition: .4s;
    color: #987750
}

.footer3 .footer-wrrap1 .devlper-area span a:hover {
    color: #987750
}

header.style-4 {
    width: 100%;
    position: relative;
    top: 0;
    z-index: 9999;
    padding: 0 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-4 {
        padding: 0 30px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    header.style-4 {
        padding: 0 30px
    }
}

@media(max-width:991px) {
    header.style-4 {
        padding: 0 30px;
        top: 0
    }
}

header.style-4.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    -webkit-box-shadow: 0 10px 30px -1px rgba(82, 82, 82, .15);
    box-shadow: 0 10px 30px -1px rgba(82, 82, 82, .15);
    -webkit-animation: smooth-header .65s linear;
    animation: smooth-header .65s linear
}

@keyframes smooth-header {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

header.style-4 .nav-right .hotline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px
}

header.style-4 .nav-right .hotline .hotline-icon {
    margin-right: 8px
}

header.style-4 .nav-right .hotline .hotline-info span {
    font-size: 12px;
    font-weight: 400;
    font-family: saira, sans-serif;
    color: #ff014f
}

header.style-4 .nav-right .hotline .hotline-info h6 {
    font-size: 14px;
    font-weight: 600;
    font-family: saira, sans-serif;
    color: #0a0a0a;
    white-space: nowrap
}

header.style-4 .nav-right .search-btn {
    width: 42px;
    height: 42px;
    line-height: 45px;
    text-align: center;
    background-color: #ff014f;
    border-radius: 5px;
    margin-right: 15px;
    cursor: pointer
}

header.style-4 .nav-right .search-btn .bi {
    font-size: 20px;
    color: #0a0a0a
}

@media(max-width:991px) {
    header.style-4 .nav-right .search-btn {
        display: none;
        visibility: hidden
    }
}

header.style-4 .header-logo {
    height: 100%
}

@media(max-width:991px) {
    header.style-4 .header-logo {
        padding: 20px 0
    }
}

header.style-4 .header-logo img {
    min-width: 120px;
    max-width: 100%
}

header.style-4 .header-btn {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: .35s ease-in;
    transition: .35s ease-in;
    background: #ff014f;
    cursor: pointer;
    white-space: nowrap
}

header.style-4 .header-btn:hover {
    background: #fff
}

header.style-4 .header-btn:hover a {
    color: #0a0a0a
}

@media(max-width:1199px) {
    header.style-4 .header-btn {
        display: none;
        visibility: hidden
    }
}

header.style-4 .main-menu .menu-list {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

@media(max-width:991px) {
    header.style-4 .main-menu .menu-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

header.style-4 .main-menu .menu-list>li {
    position: relative;
    margin: 0 17px;
    display: inline-block
}

@media(max-width:1199px) {
    header.style-4 .main-menu .menu-list>li {
        margin: 0 15px
    }
}

@media(max-width:991px) {
    header.style-4 .main-menu .menu-list>li {
        margin: 0;
        width: 100%
    }
}

header.style-4 .main-menu .menu-list>li .dropdown-icon {
    color: #0a0a0a;
    font-size: 25px;
    -webkit-transition: .4s ease-in;
    transition: .4s ease-in;
    opacity: 0;
    visibility: hidden
}

@media(max-width:991px) {
    header.style-4 .main-menu .menu-list>li .dropdown-icon {
        opacity: 1;
        visibility: visible
    }
}

header.style-4 .main-menu .menu-list>li a {
    font-size: 16px;
    font-weight: 500;
    color: #0a0a0a;
    padding: 30px 0;
    display: inline-block;
    white-space: nowrap;
    -webkit-transition: .4s;
    transition: .4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: saira, sans-serif
}

header.style-4 .main-menu .menu-list>li a.active {
    color: #ff014f
}

header.style-4 .main-menu .menu-list>li a.active::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    height: 1px;
    background-color: #ff014f
}

@media(max-width:991px) {
    header.style-4 .main-menu .menu-list>li a.active::before {
        display: none;
        visibility: hidden
    }
}

header.style-4 .main-menu .menu-list>li a:hover {
    color: #ff014f
}

header.style-4 .main-menu .menu-list>li a:hover::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    height: 1px;
    background-color: #ff014f
}

@media(max-width:991px) {
    header.style-4 .main-menu .menu-list>li a:hover::before {
        display: none;
        visibility: hidden
    }
}

@media(max-width:991px) {
    header.style-4 .main-menu .menu-list>li a {
        padding: 12px 0;
        display: block;
        position: relative;
        border-bottom: 1px solid rgba(51, 51, 51, .098)
    }

    header.style-4 .main-menu .menu-list>li a:hover {
        color: unset
    }
}

header.style-4 .main-menu .menu-list>li .submenu {
    padding: 0;
    position: absolute;
    top: 84px;
    left: 0;
    max-width: 230px;
    min-width: 200px;
    background-color: #fff;
    text-align: left;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
    -webkit-box-shadow: 5px 3px 40px rgba(0, 72, 88, .1);
    box-shadow: 5px 3px 40px rgba(0, 72, 88, .1)
}

@media(max-width:991px) {
    header.style-4 .main-menu .menu-list>li .submenu {
        opacity: 1;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        border: unset;
        display: none;
        -webkit-transition: unset;
        transition: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        visibility: unset
    }
}

header.style-4 .main-menu .menu-list>li .submenu>li a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(51, 51, 51, .1);
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #0a0a0a
}

@media(max-width:991px) {
    header.style-4 .main-menu .menu-list>li .submenu>li a {
        border-bottom: unset;
        padding: 12px 15px
    }
}

header.style-4 .main-menu .menu-list>li .submenu>li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ff014f;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: .4s ease-in;
    transition: .4s ease-in;
    z-index: -1
}

header.style-4 .main-menu .menu-list>li .submenu>li a:hover {
    color: #ff014f
}

header.style-4 .main-menu .menu-list>li .submenu>li a:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

header.style-4 .main-menu .menu-list>li .submenu>li a:last-child {
    border-bottom: unset
}

header.style-4 .main-menu .menu-list>li.menu-item-has-children {
    position: relative;
    z-index: 1;
    padding-right: 20px
}

@media(max-width:991px) {
    header.style-4 .main-menu .menu-list>li.menu-item-has-children {
        padding-right: unset
    }
}

header.style-4 .main-menu .menu-list>li.menu-item-has-children::after {
    content: '\F282';
    font-family: bootstrap-icons;
    font-weight: 600;
    position: absolute;
    top: 33px;
    right: 0;
    font-size: 13px;
    color: #0a0a0a;
    -webkit-transition: all .42s ease-in-out;
    transition: all .42s ease-in-out
}

@media(max-width:991px) {
    header.style-4 .main-menu .menu-list>li.menu-item-has-children::after {
        display: none;
        visibility: hidden
    }
}

header.style-4 .main-menu .menu-list>li.menu-item-has-children .dropdown-icon {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 20px
}

header.style-4 .main-menu .menu-list>li.menu-item-has-children:hover .submenu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}

header.style-4 .main-menu .menu-list>li.menu-item-has-children:hover::after {
    color: #ff014f;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(max-width:991px) {
    header.style-4 .main-menu {
        position: fixed;
        top: 0%;
        left: -100%;
        width: 280px;
        height: 100%;
        overflow-y: auto;
        background-color: #fff;
        border-right: 1px solid rgba(238, 238, 238, .1);
        padding: 40px 20px;
        z-index: 999;
        -webkit-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
        border-right: 1px solid #eee
    }

    header.style-4 .main-menu.show-menu {
        left: 0
    }
}

header.style-4 .main-menu .mobile-logo-area {
    margin-bottom: 25px
}

header.style-4 .main-menu .mobile-logo-area .menu-close-btn {
    cursor: pointer
}

header.style-4 .main-menu .mobile-logo-area .menu-close-btn .bi {
    color: #0a0a0a;
    font-size: 18px
}

header.style-4 .main-menu .mobile-logo-area .menu-close-btn .bi:hover {
    color: #ff014f
}

header.style-4 .main-menu .mobile-logo-wrap {
    padding: 10px
}

header.style-4 .mobile-menu-form .hotline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
}

header.style-4 .mobile-menu-form .hotline .hotline-info {
    margin-left: 8px
}

header.style-4 .mobile-menu-form .hotline .hotline-info span {
    font-size: 12px;
    font-weight: 400;
    font-family: saira, sans-serif;
    color: #ff014f
}

header.style-4 .mobile-menu-form .hotline .hotline-info h6 {
    font-size: 14px;
    font-weight: 600;
    font-family: saira, sans-serif;
    color: #0a0a0a;
    white-space: nowrap
}

header.style-4 .mobile-menu-btn .bx {
    color: #0a0a0a
}

.inner-page-banner .inner-banner-top {
    position: relative;
    z-index: 1
}

.inner-page-banner .inner-banner-top .inner-banner-vec-1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.inner-page-banner .inner-banner-top .inner-banner-vec-2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.inner-page-banner .inner-banner-top .inner-banner-title {
    padding-top: 120px
}

.inner-page-banner .inner-banner-top .inner-banner-title h2 {
    font-family: saira, sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 120px;
    color: #020202
}

.inner-page-banner .inner-banner-top .inner-banner-title h2 span {
    color: #fff
}

@media(max-width:991px) {
    .inner-page-banner .inner-banner-top .inner-banner-title h2 {
        font-size: 63px;
        line-height: 92px
    }
}

@media(max-width:767px) {
    .inner-page-banner .inner-banner-top .inner-banner-title h2 {
        font-size: 57px;
        line-height: 80px
    }
}

@media(max-width:576px) {
    .inner-page-banner .inner-banner-top .inner-banner-title h2 {
        text-align: center
    }
}

.inner-page-banner .breadcrumb-area {
    background-image: url(../images/bg/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 550px;
    margin-top: -130px
}

@media(max-width:1399px) {
    .inner-page-banner .breadcrumb-area {
        height: 380px
    }
}

@media(max-width:991px) {
    .inner-page-banner .breadcrumb-area {
        margin-top: -100px
    }
}

@media(max-width:767px) {
    .inner-page-banner .breadcrumb-area {
        margin-top: -88px
    }
}

@media(max-width:420px) {
    .inner-page-banner .breadcrumb-area {
        margin-top: -168px
    }
}

.inner-page-banner .breadcrumb-area .inner-breadcrumb {
    padding-top: 357px
}

@media(max-width:1399px) {
    .inner-page-banner .breadcrumb-area .inner-breadcrumb {
        padding-top: 200px
    }
}

@media(max-width:576px) {
    .inner-page-banner .breadcrumb-area .inner-breadcrumb {
        padding-top: 230px
    }
}

.inner-page-banner .breadcrumb-area .inner-breadcrumb h2 {
    font-family: saira, sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 79px;
    color: #fff
}

@media(max-width:576px) {
    .inner-page-banner .breadcrumb-area .inner-breadcrumb h2 {
        font-size: 35px;
        line-height: 50px
    }
}

.inner-page-banner .breadcrumb-area .inner-breadcrumb nav .breadcrumb {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

@media(max-width:576px) {
    .inner-page-banner .breadcrumb-area .inner-breadcrumb nav .breadcrumb {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.inner-page-banner .breadcrumb-area .inner-breadcrumb nav .breadcrumb .breadcrumb-item {
    font-family: saira, sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #fff
}

.inner-page-banner .breadcrumb-area .inner-breadcrumb nav .breadcrumb .breadcrumb-item a {
    color: #ff014f
}

.inner-page-banner .breadcrumb-area .inner-breadcrumb nav .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #fff;
    content: url(../images/icons/breadcrumb-icon.svg)
}

.about-work .about-img {
    position: relative
}

.about-work .about-img::after {
    content: url(../images/bg/about-work-bg.png);
    position: absolute;
    bottom: -20px;
    left: -20px;
    z-index: -1
}

@media(min-width:992px) and (max-width:1199px) {
    .about-work .about-img::after {
        display: none
    }
}

@media(max-width:767px) {
    .about-work .about-img::after {
        display: none
    }
}

@media(max-width:991px) {
    .about-work .about-img {
        margin-bottom: 60px
    }
}

.about-work .about-content .about-tab {
    padding-top: 30px
}

.about-work .about-content .about-tab .nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #eee;
    border-radius: 5px
}

.about-work .about-content .about-tab .nav .nav-item {
    width: 33.3%
}

.about-work .about-content .about-tab .nav .nav-item .nav-link {
    width: 100%;
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #0a0a0a
}

.about-work .about-content .about-tab .nav .nav-item .nav-link:active {
    background-color: #ff014f
}

.about-work .about-content .about-tab .nav .nav-item .nav-link:focus {
    background-color: #ff014f
}

.about-work .about-content .about-tab .about-details {
    padding-top: 20px
}

.about-work .about-content .about-tab .about-details ul li {
    margin-bottom: 25px
}

.about-work .about-content .about-tab .about-details ul li span {
    font-family: outfit, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #8a8a8a
}

.about-work .about-content .about-tab .about-details ul li h5 {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #0a0a0a
}

.about-work .about-content .about-tab .nav-pills .nav-link.active,
.about-work .about-content .about-tab .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ff014f
}

.about-work .donate {
    background-color: #d8d8d8;
    border-radius: 20px;
    position: relative;
    height: 5px;
    width: 100%
}

.about-work .donate span {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #17161a;
    position: absolute;
    display: inline-block;
    right: 9%;
    top: -30px
}

.about-work .donate-done {
    position: relative;
    background: #e22454;
    border-radius: 25px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 90%;
    opacity: 1;
    -webkit-transition: 1s ease .3s;
    transition: 1s ease .3s
}

.about-work .donate-done.two {
    width: 98%
}

.about-work .donate-done.three {
    width: 80%
}

.about-work .donate-done.four {
    width: 85%
}

.about-work .progress-items {
    margin-bottom: 35px
}

.about-work .progress-items h6 {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #17161a
}

.about-work .progress-items:last-child {
    margin-bottom: 0
}

@media(max-width:991px) {
    .about-work .progress-items:last-child {
        margin-bottom: 50px
    }
}

.about-work .progress-items.two .donate span {
    right: 1%
}

.about-work .progress-items.three .donate span {
    right: 18%
}

.about-work .progress-items.four .donate span {
    right: 13%
}

.about-design .about-design-content {
    max-width: 630px;
    width: 100%
}

@media(max-width:1399px) {
    .about-design .about-design-content {
        max-width: 550px
    }
}

@media(max-width:991px) {
    .about-design .about-design-content {
        margin-bottom: 60px
    }
}

.about-design .about-design-content .section-title1 h3 {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 30px;
    -webkit-text-stroke: 1px #ff014f;
    -webkit-text-fill-color: transparent;
    border: 1px solid rgba(255, 1, 79, .2);
    border-radius: 85px;
    text-align: center;
    padding: 15px 20px;
    margin-bottom: 57px
}

@media(max-width:1399px) {
    .about-design .about-design-content .section-title1 h3 {
        margin-bottom: 20px
    }
}

@media(max-width:1399px) {
    .about-design .about-design-content .section-title1 h2 {
        font-size: 45px
    }
}

.about-design .about-design-content .section-title1 p {
    padding-top: 15px;
    line-height: 30px;
    margin-bottom: 5px
}

@media(max-width:1399px) {
    .about-design .about-design-content .section-title1 p {
        padding-top: 0
    }
}

.about-design .about-design-wrrap .about-design-item {
    border-bottom: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 50px 30px 0
}

@media(max-width:1399px) {
    .about-design .about-design-wrrap .about-design-item {
        padding: 15px 50px 15px 0
    }
}

.about-design .about-design-wrrap .about-design-item .accordion-button:not(.collapsed) {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.about-design .about-design-wrrap .about-design-item .accordion-button {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #5a5a5a;
    padding: unset;
    margin-bottom: 0;
    text-transform: capitalize;
    background-color: unset;
    border: unset
}

.about-design .about-design-wrrap .about-design-item .accordion-button:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.about-design .about-design-wrrap .about-design-item .accordion-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: unset;
    height: unset;
    margin-left: auto;
    background-image: none;
    background-repeat: unset;
    background-size: unset;
    font-family: bootstrap-icons !important;
    position: absolute;
    right: -35px;
    content: "\f4fe";
    -webkit-transition: unset;
    transition: unset;
    font-size: 20px;
    color: #7d7d7d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about-design .about-design-wrrap .about-design-item .accordion-button:not(.collapsed)::after {
    background-image: none;
    -webkit-transform: unset;
    transform: unset;
    font-family: bootstrap-icons !important;
    content: "\f2ea";
    color: #7d7d7d
}

.about-design .about-design-wrrap .about-design-item .about-design-body {
    font-family: outfit, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #333;
    padding-top: 10px;
    padding-left: 0;
    padding-bottom: 0
}

.about-design .about-design-img img {
    width: 100%
}

.about-contact-area {
    background: url(../images/bg/about-contact.png);
    padding: 72px 0;
    position: relative
}

.about-contact-area .contact-wrrap {
    max-width: 620px;
    width: 100%;
    margin: 0 auto
}

.about-contact-area .contact-wrrap .form-inner {
    padding-top: 50px
}

.about-contact-area .contact-wrrap .form-inner input,
.about-contact-area .contact-wrrap .form-inner textarea {
    width: 100%;
    background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 5px;
    height: 52px;
    padding: 0 25px;
    font-family: outfit, sans-serif;
    margin-bottom: 35px
}

.about-contact-area .contact-wrrap .form-inner input:focus,
.about-contact-area .contact-wrrap .form-inner textarea:focus {
    color: #fff
}

.about-contact-area .contact-wrrap .form-inner input::-webkit-input-placeholder,
.about-contact-area .contact-wrrap .form-inner textarea::-webkit-input-placeholder {
    color: #fff
}

.about-contact-area .contact-wrrap .form-inner input:-ms-input-placeholder,
.about-contact-area .contact-wrrap .form-inner textarea:-ms-input-placeholder {
    color: #fff
}

.about-contact-area .contact-wrrap .form-inner input::-ms-input-placeholder,
.about-contact-area .contact-wrrap .form-inner textarea::-ms-input-placeholder {
    color: #fff
}

.about-contact-area .contact-wrrap .form-inner input::placeholder,
.about-contact-area .contact-wrrap .form-inner textarea::placeholder {
    color: #fff
}

.about-contact-area .contact-wrrap .form-inner textarea {
    height: unset;
    padding: 25px
}

.about-contact-area .contact-wrrap .form-inner .contact-btn {
    width: unset;
    padding: 12px 38px;
    font-family: saira, sans-serif;
    font-weight: 600;
    color: #fff
}

.service-process .service-process-content {
    max-width: 550px;
    width: 100%;
    margin-right: 100px
}

@media(max-width:1399px) {
    .service-process .service-process-content {
        margin-right: 0
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .service-process .service-process-content {
        max-width: 456px
    }
}

@media(max-width:991px) {
    .service-process .service-process-content {
        margin-bottom: 60px
    }
}

.service-process .service-process-content .service-process-item {
    margin-bottom: 23px
}

.service-process .service-process-content .service-process-item h3 {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #000;
    margin-bottom: 10px
}

.service-process .service-process-content .service-process-item p {
    margin-bottom: 0;
    font-family: outfit, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #333
}

.service-process .service-process-img img {
    width: 100%
}

@media(max-width:1199px) {
    .service-feature .service-feature-img {
        margin-bottom: 50px
    }
}

.service-feature .service-feature-img img {
    width: 100%
}

.service-feature .service-feature-content {
    margin-left: 70px;
    margin-right: 170px
}

@media(max-width:1399px) {
    .service-feature .service-feature-content {
        margin-right: unset;
        margin-left: unset
    }
}

.service-feature .service-feature-content .about-design-item {
    border-bottom: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 50px 0 0
}

.service-feature .service-feature-content .about-design-item:first-child {
    padding-top: 0
}

.service-feature .service-feature-content .about-design-item .accordion-button:not(.collapsed) {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.service-feature .service-feature-content .about-design-item .accordion-button {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 45px;
    color: #181818;
    padding: unset;
    margin-bottom: 28px;
    text-transform: capitalize;
    background-color: unset;
    border: unset
}

@media(max-width:1399px) {
    .service-feature .service-feature-content .about-design-item .accordion-button {
        font-size: 35px
    }
}

.service-feature .service-feature-content .about-design-item .accordion-button:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.service-feature .service-feature-content .about-design-item .accordion-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: unset;
    height: unset;
    margin-left: auto;
    background-image: none;
    background-repeat: unset;
    background-size: unset;
    font-family: bootstrap-icons !important;
    position: absolute;
    right: -35px;
    content: "\f4fe";
    -webkit-transition: .6s;
    transition: .6s;
    font-size: 20px;
    color: #7d7d7d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.service-feature .service-feature-content .about-design-item .accordion-button:not(.collapsed)::after {
    background-image: none;
    -webkit-transform: unset;
    transform: unset;
    font-family: bootstrap-icons !important;
    content: "\f2ea";
    color: #7d7d7d
}

.service-feature .service-feature-content .about-design-item .about-design-body {
    border-top: 1px solid #eee;
    padding-top: 30px
}

.service-feature .service-feature-content .about-design-item .about-design-body h3 {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #181818
}

.service-feature .service-feature-content .about-design-item .about-design-body p {
    margin-bottom: 25px;
    font-family: outfit, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #333
}

.service-feature .service-feature-content .about-design-item .about-design-body ul {
    margin: 0;
    padding: 0
}

.service-feature .service-feature-content .about-design-item .about-design-body ul li {
    font-family: outfit, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #181818;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

@media(min-width:768px) and (max-width:1799px) {
    .service-feature .service-feature-content .about-design-item .about-design-body ul li {
        display: block
    }
}

.service-feature .service-feature-content .about-design-item .about-design-body ul li img {
    margin-right: 5px
}

.service-feature .service-feature-content .about-design-item .about-design-body ul li:last-child {
    margin-bottom: 0
}

@media(max-width:1399px) {
    .service-feature .mnnb {
        margin-bottom: 15px !important
    }
}

.services-details .service-details-wrrap .service-img-1,
.services-details .service-details-wrrap .service-img-2 {
    margin-bottom: 40px
}

.services-details .service-details-wrrap .service-img-2 {
    padding-top: 40px
}

.services-details .service-details-wrrap h3 {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #0a0a0a;
    margin-bottom: 15px
}

.services-details .service-details-wrrap h3 svg {
    fill: #ff014f;
    margin-right: 10px
}

.services-details .service-details-wrrap .para {
    font-family: saira, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 32px;
    color: #272727
}

.services-details .service-details-wrrap ul {
    margin: 0;
    padding: 0;
    padding-top: 8px
}

.services-details .service-details-wrrap ul li {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #181818;
    margin-bottom: 15px
}

.services-details .service-details-wrrap ul li svg {
    fill: #ff014f;
    margin-right: 5px
}

.pagination .page-item .page-link {
    height: 40px;
    width: 40px;
    padding: unset;
    text-align: center;
    line-height: 37px;
    color: #6a6363;
    background: 0 0;
    border-radius: 50%;
    border-color: #6a6363;
    -webkit-transition: .4s;
    transition: .4s
}

.pagination .page-item .page-link:hover {
    color: #ff014f;
    border-color: #ff014f
}

.pagination .page-item .page-link:hover svg {
    fill: #ff014f
}

.pagination .page-item .page-link svg {
    fill: #6a6363
}

.pagination .page-item .page-link:active {
    border-color: #ff014f;
    color: #ff014f
}

.pagination .page-item .page-link:active svg {
    fill: #ff014f
}

.pagination .page-item:first-child .page-link svg {
    margin-left: 20px
}

.pagination .page-item:last-child .page-link svg {
    margin-left: -32px
}

.blog-standard .blog-st-wrrap {
    margin-bottom: 60px
}

.blog-standard .blog-st-wrrap .blog-st-img {
    margin-bottom: 38px
}

.blog-standard .blog-st-wrrap .blog-st-img img {
    width: 100%
}

.blog-standard .blog-st-wrrap .blog-st-content a h2 {
    font-family: saira, sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #17161a;
    margin-bottom: 10px;
    text-transform: capitalize;
    -webkit-transition: .35s;
    transition: .35s
}

.blog-standard .blog-st-wrrap .blog-st-content a h2:hover {
    color: #ff014f
}

.blog-standard .blog-st-wrrap .blog-st-content p {
    margin-bottom: 0;
    font-family: outfit, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #333
}

.blog-standard .blog-st-wrrap .blog-st-content .publisher-area {
    padding-top: 25px
}

.blog-standard .blog-st-wrrap .blog-st-content .publisher-area ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px
}

@media(max-width:576px) {
    .blog-standard .blog-st-wrrap .blog-st-content .publisher-area ul {
        gap: 15px
    }
}

.blog-standard .blog-st-wrrap .blog-st-content .publisher-area ul li {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #5f6062
}

.blog-standard .blog-st-wrrap .blog-st-content .publisher-area ul li i {
    line-height: 30px;
    vertical-align: baseline;
    margin-right: 7px
}

.blog-standard .blog-st-wrrap .blog-st-content .detils-btn {
    padding-top: 30px
}

.blog-standard .blog-st-wrrap .blog-st-content .detils-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    -webkit-transition: .35s;
    transition: .35s
}

.blog-standard .blog-st-wrrap .blog-st-content .detils-btn a:hover {
    gap: 30px
}

.blog-sidebar .blog-widget-item {
    border: 1px solid rgba(10, 10, 10, .1);
    border-radius: 2px;
    padding: 35px 25px;
    margin-bottom: 40px
}

.blog-sidebar .blog-widget-item .search-area .blog-widget-body1 {
    background: #0a0a0a;
    border-radius: 2px;
    padding: 20px
}

.blog-sidebar .blog-widget-item .search-area .blog-widget-body1 .form-inner {
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog-sidebar .blog-widget-item .search-area .blog-widget-body1 .form-inner input {
    background-color: #0a0a0a;
    border: unset;
    color: #fff;
    font-family: outfit, sans-serif;
    width: 100%;
    font-weight: 400;
    font-size: 12px
}

.blog-sidebar .blog-widget-item .search-area .blog-widget-body1 .form-inner input::-webkit-input-placeholder {
    color: #fff
}

.blog-sidebar .blog-widget-item .search-area .blog-widget-body1 .form-inner input:-ms-input-placeholder {
    color: #fff
}

.blog-sidebar .blog-widget-item .search-area .blog-widget-body1 .form-inner input::-ms-input-placeholder {
    color: #fff
}

.blog-sidebar .blog-widget-item .search-area .blog-widget-body1 .form-inner input::placeholder {
    color: #fff
}

.blog-sidebar .blog-widget-item .search-area .blog-widget-body1 .form-inner .search--btn {
    background-color: #0a0a0a;
    border: unset;
    color: #fff
}

.blog-sidebar .blog-widget-item .search-area .blog-widget-body1 .form-inner .search--btn i {
    font-size: 25px
}

.blog-sidebar .blog-widget-item .sidebar-widget-title {
    border-bottom: 1px solid rgba(10, 10, 10, .1);
    position: relative
}

.blog-sidebar .blog-widget-item .sidebar-widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 80px;
    background: #ff014f
}

.blog-sidebar .blog-widget-item .sidebar-widget-title h4 {
    font-family: outfit, sans-serif;
    font-weight: 500;
    font-size: 22px
}

.blog-sidebar .blog-widget-item .blog-widget-body {
    padding-top: 30px
}

.blog-sidebar .blog-widget-item .blog-widget-body .recent-post {
    margin: 0;
    padding: 0
}

.blog-sidebar .blog-widget-item .blog-widget-body .recent-post .single-post {
    margin-bottom: 25px
}

.blog-sidebar .blog-widget-item .blog-widget-body .recent-post .single-post:last-child {
    margin-bottom: 0
}

.blog-sidebar .blog-widget-item .blog-widget-body .recent-post .single-post .post-img {
    margin-right: 15px
}

.blog-sidebar .blog-widget-item .blog-widget-body .recent-post .single-post .post-content h6 {
    margin-bottom: 0
}

.blog-sidebar .blog-widget-item .blog-widget-body .recent-post .single-post .post-content h6 a {
    font-family: saira, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    color: #17161a;
    -webkit-transition: .4s;
    transition: .4s
}

.blog-sidebar .blog-widget-item .blog-widget-body .recent-post .single-post .post-content h6 a:hover {
    color: #ff014f
}

.blog-sidebar .blog-widget-item .blog-widget-body .recent-post .single-post .post-content span {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #5f6062
}

.blog-sidebar .blog-widget-item .blog-widget-body .recent-post .single-post .post-content span i {
    vertical-align: baseline;
    margin-right: 4px
}

.blog-sidebar .blog-widget-item .blog-widget-body .category-list {
    margin: 0;
    padding: 0
}

.blog-sidebar .blog-widget-item .blog-widget-body .category-list li {
    margin-bottom: 22px
}

.blog-sidebar .blog-widget-item .blog-widget-body .category-list li:last-child {
    margin-bottom: 0
}

.blog-sidebar .blog-widget-item .blog-widget-body .category-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog-sidebar .blog-widget-item .blog-widget-body .category-list li a span {
    font-family: saira, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #555;
    -webkit-transition: .35s;
    transition: .35s
}

.blog-sidebar .blog-widget-item .blog-widget-body .category-list li a span svg {
    fill: #888;
    -webkit-transition: .35s;
    transition: .35s
}

.blog-sidebar .blog-widget-item .blog-widget-body .category-list li a:hover span {
    color: #ff014f
}

.blog-sidebar .blog-widget-item .blog-widget-body .category-list li a:hover span svg {
    fill: #ff014f;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.blog-sidebar .blog-widget-item .blog-widget-body .sidebar-social-list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-sidebar .blog-widget-item .blog-widget-body .sidebar-social-list li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: #ff014f;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .35s;
    transition: .35s
}

.blog-sidebar .blog-widget-item .blog-widget-body .sidebar-social-list li a i {
    font-size: 22px;
    color: #fff
}

.blog-sidebar .blog-widget-item .blog-widget-body .sidebar-social-list li a:hover {
    background: #8a8a8a
}

.blog-sidebar .blog-widget-item .blog-widget-body .post-tag-list {
    margin: 0;
    padding: 0
}

.blog-sidebar .blog-widget-item .blog-widget-body .post-tag-list li a {
    font-family: outfit, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 170%;
    color: #8a8a8a;
    border: 1px solid rgba(10, 10, 10, .1);
    border-radius: 2px;
    padding: 7px 20px;
    -webkit-transition: .35s;
    transition: .35s
}

.blog-sidebar .blog-widget-item .blog-widget-body .post-tag-list li a:hover {
    color: #ff014f;
    border: 1px solid #ff014f
}

@media(min-width:1200px) and (max-width:1399px) {
    .blog-sidebar .blog-widget-item .blog-widget-body .post-tag-list li a {
        padding: 7px 11px
    }
}

.blog-details .blog-dt-wrrap .blog-dt-content .publisher-area {
    padding-top: 30px;
    margin-bottom: 30px
}

.blog-details .blog-dt-wrrap .blog-dt-content .publisher-area ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px
}

@media(max-width:576px) {
    .blog-details .blog-dt-wrrap .blog-dt-content .publisher-area ul {
        gap: 20px
    }
}

.blog-details .blog-dt-wrrap .blog-dt-content .publisher-area ul li {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #5f6062
}

.blog-details .blog-dt-wrrap .blog-dt-content .publisher-area ul li i {
    vertical-align: baseline;
    margin-right: 5px
}

.blog-details .blog-dt-wrrap .blog-dt-content h2 {
    font-family: saira, sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #17161a;
    margin-bottom: 10px
}

.blog-details .blog-dt-wrrap .blog-dt-content .para {
    font-family: outfit, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #333;
    margin-bottom: 15px
}

.blog-details .blog-dt-wrrap blockquote {
    background-color: #0a0a0a;
    border-radius: 10px;
    padding: 60px 30px;
    margin-bottom: 28px;
    position: relative
}

.blog-details .blog-dt-wrrap blockquote img {
    position: absolute;
    left: 60px;
    top: 35px
}

.blog-details .blog-dt-wrrap blockquote .blockquote-author h4 {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 37px;
    color: #ff014f;
    margin-bottom: 12px;
    text-align: center
}

.blog-details .blog-dt-wrrap blockquote>p {
    font-family: outfit, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 37px;
    color: #fff;
    text-align: center
}

.blog-details .blog-dt-wrrap .blog-tag {
    padding-top: 35px;
    margin-bottom: 35px
}

.blog-details .blog-dt-wrrap .blog-tag h4 {
    font-family: outfit, sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #17161a;
    margin-bottom: 0;
    margin-right: 15px
}

.blog-details .blog-dt-wrrap .blog-tag .social-icon {
    margin: 0;
    padding: 0;
    gap: 20px
}

.blog-details .blog-dt-wrrap .blog-tag .social-icon li a i {
    font-size: 24px;
    color: #909090;
    -webkit-transition: .35s;
    transition: .35s
}

.blog-details .blog-dt-wrrap .blog-tag .social-icon li a i:hover {
    color: #ff014f
}

.blog-details .blog-dt-wrrap .blog-tag .tag-list {
    margin: 0;
    padding: 0;
    gap: 12px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.blog-details .blog-dt-wrrap .blog-tag .tag-list li a {
    font-family: outfit, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: rgba(10, 10, 10, .6);
    padding: 6px 20px;
    border: 1px solid rgba(10, 10, 10, .2);
    border-radius: 2px;
    -webkit-transition: .35s;
    transition: .35s
}

.blog-details .blog-dt-wrrap .blog-tag .tag-list li a:hover {
    color: #ff014f;
    border: 1px solid #ff014f
}

@media(max-width:1500px) {
    .blog-details .blog-dt-wrrap .blog-tag .tag-list li a {
        padding: 6px 15px
    }
}

.blog-details .blog-dt-wrrap .page-navigation-area {
    padding: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.blog-details .blog-dt-wrrap .page-navigation-area a {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #888;
    -webkit-transition: .35s;
    transition: .35s
}

.blog-details .blog-dt-wrrap .page-navigation-area a svg {
    fill: #888;
    -webkit-transition: .35s;
    transition: .35s
}

.blog-details .blog-dt-wrrap .page-navigation-area a:hover {
    color: #ff014f
}

.blog-details .blog-dt-wrrap .page-navigation-area a:hover svg {
    fill: #ff014f
}

.blog-details .blog-dt-wrrap .page-navigation-area .prev svg {
    margin-right: 7px
}

.blog-details .blog-dt-wrrap .page-navigation-area .next svg {
    margin-left: 7px
}

.blog-details .blog-dt-wrrap .page-navigation-area h4 {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #17161a;
    margin-bottom: 0
}

.blog-details .blog-dt-wrrap .comments-area .comment-title {
    border-bottom: 1px solid #eee
}

.blog-details .blog-dt-wrrap .comments-area .comment-title h3 {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #111
}

.blog-details .blog-dt-wrrap .comments-area .comment-wrrap {
    padding-top: 50px
}

.blog-details .blog-dt-wrrap .comments-area .comment-wrrap .comment-img {
    margin-right: 25px
}

.blog-details .blog-dt-wrrap .comments-area .comment-wrrap .comment-content .top-area {
    margin-bottom: 15px
}

@media(max-width:576px) {
    .blog-details .blog-dt-wrrap .comments-area .comment-wrrap .comment-content .top-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.blog-details .blog-dt-wrrap .comments-area .comment-wrrap .comment-content .top-area .author-name h4 {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #111;
    margin-bottom: 0
}

.blog-details .blog-dt-wrrap .comments-area .comment-wrrap .comment-content .top-area .date {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #a4a4a4
}

.blog-details .blog-dt-wrrap .comments-area .comment-wrrap .comment-content p {
    font-family: outfit, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #333
}

.blog-details .blog-dt-wrrap .comments-area .comment-wrrap .comment-content .reply-btn {
    padding-top: 15px
}

.blog-details .blog-dt-wrrap .comments-area .comment-wrrap .comment-content .reply-btn a {
    font-family: saira, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #ff014f;
    border: 1px solid rgba(255, 1, 79, .5);
    padding: 6px 33px
}

.blog-details .blog-dt-wrrap .comments-area .comment-wrrap .comment-content .reply-btn a i {
    margin-right: 3px
}

.blog-details .blog-dt-wrrap .comments-area .comment-form {
    padding-top: 60px
}

.blog-details .blog-dt-wrrap .comments-area .comment-form form .form-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.blog-details .blog-dt-wrrap .comments-area .comment-form form .form-inner label {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #17161a;
    margin-bottom: 10px
}

.blog-details .blog-dt-wrrap .comments-area .comment-form form .form-inner input,
.blog-details .blog-dt-wrrap .comments-area .comment-form form .form-inner textarea {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    height: 58px;
    padding: 25px;
    font-family: outfit, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #545454
}

.blog-details .blog-dt-wrrap .comments-area .comment-form form .form-inner input::-webkit-input-placeholder,
.blog-details .blog-dt-wrrap .comments-area .comment-form form .form-inner textarea::-webkit-input-placeholder {
    font-family: outfit, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #545454
}

.blog-details .blog-dt-wrrap .comments-area .comment-form form .form-inner input:-ms-input-placeholder,
.blog-details .blog-dt-wrrap .comments-area .comment-form form .form-inner textarea:-ms-input-placeholder {
    font-family: outfit, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #545454
}

.blog-details .blog-dt-wrrap .comments-area .comment-form form .form-inner input::-ms-input-placeholder,
.blog-details .blog-dt-wrrap .comments-area .comment-form form .form-inner textarea::-ms-input-placeholder {
    font-family: outfit, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #545454
}

.blog-details .blog-dt-wrrap .comments-area .comment-form form .form-inner input::placeholder,
.blog-details .blog-dt-wrrap .comments-area .comment-form form .form-inner textarea::placeholder {
    font-family: outfit, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #545454
}

.blog-details .blog-dt-wrrap .comments-area .comment-form form .form-inner input:focus,
.blog-details .blog-dt-wrrap .comments-area .comment-form form .form-inner textarea:focus {
    border: 1px solid rgba(255, 1, 79, .2)
}

.blog-details .blog-dt-wrrap .comments-area .comment-form form .form-inner input {
    margin-bottom: 25px
}

.blog-details .blog-dt-wrrap .comments-area .comment-form form .form-inner textarea {
    min-height: 250px;
    margin-bottom: 60px
}

.blog-details .blog-dt-wrrap .comments-area .comment-form button {
    outline: none;
    border: none
}

.project-1 .gallery-item .single-gallery {
    position: relative
}

@media(max-width:576px) {
    .project-1 .gallery-item .single-gallery img {
        min-height: 310px
    }
}

.project-1 .gallery-item .single-gallery .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(15, 15, 15, .5);
    border-radius: 5px;
    padding: 40px;
    opacity: 0;
    -webkit-transform: scale(.4);
    transform: scale(.4);
    -webkit-transition: .5s;
    transition: .5s
}

@media(min-width:768px) and (max-width:991px) {
    .project-1 .gallery-item .single-gallery .overlay {
        padding: 20px
    }
}

@media(max-width:576px) {
    .project-1 .gallery-item .single-gallery .overlay {
        padding: 20px
    }
}

.project-1 .gallery-item .single-gallery .overlay .sl-number h2 {
    font-family: saira, sans-serif;
    font-size: 70px;
    font-weight: 700;
    line-height: 55px;
    color: #8a8a8a;
    opacity: .7
}

.project-1 .gallery-item .single-gallery .overlay .content {
    position: absolute;
    bottom: 110px;
    left: 40px;
    right: 40px
}

.project-1 .gallery-item .single-gallery .overlay .content span {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #e4e4e4
}

.project-1 .gallery-item .single-gallery .overlay .content h3 {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 55px;
    color: #fff
}

@media(max-width:991px) {
    .project-1 .gallery-item .single-gallery .overlay .content h3 {
        font-size: 30px;
        line-height: 37px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .project-1 .gallery-item .single-gallery .overlay .content {
        bottom: 90px;
        left: 20px;
        right: 20px
    }
}

@media(max-width:576px) {
    .project-1 .gallery-item .single-gallery .overlay .content {
        left: 20px;
        right: 20px;
        bottom: 70px;
        font-size: 30px
    }
}

.project-1 .gallery-item .single-gallery .overlay .case-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    position: absolute;
    bottom: 40px;
    right: 40px
}

.project-1 .gallery-item .single-gallery .overlay .case-button a {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 7px 26px
}

@media(max-width:576px) {
    .project-1 .gallery-item .single-gallery .overlay .case-button {
        bottom: 20px;
        right: 20px
    }
}

.project-1 .gallery-item .single-gallery:hover .overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.project-2 .project-img {
    margin-right: 65px
}

@media(max-width:991px) {
    .project-2 .project-img {
        display: none
    }
}

.project-2 .project-img2 {
    margin-left: 65px
}

@media(max-width:991px) {
    .project-2 .project-img2 {
        display: none
    }
}

.project-2 .project-content .sl-number {
    font-family: saira, sans-serif;
    font-weight: 700;
    font-size: 70px;
    line-height: 110px;
    color: #8a8a8a;
    opacity: .2
}

@media(max-width:991px) {
    .project-2 .project-content .sl-number {
        font-size: 60px;
        line-height: 95px;
        color: #fff;
        opacity: .8
    }
}

.project-2 .project-content span {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #8a8a8a;
    margin-bottom: 5px
}

@media(max-width:991px) {
    .project-2 .project-content span {
        color: #fff
    }
}

.project-2 .project-content .title {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 45px;
    color: #0a0a0a;
    white-space: nowrap;
    margin-bottom: 45px
}

@media(max-width:1399px) {
    .project-2 .project-content .title {
        font-size: 40px;
        margin-bottom: 35px
    }
}

@media(max-width:991px) {
    .project-2 .project-content .title {
        color: #fff
    }
}

.project-2 .project-content .btn--primary {
    background: #333;
    color: #fff;
    position: relative;
    z-index: 1;
    white-space: nowrap
}

@media(max-width:991px) {
    .project-2 .project-content .btn--primary {
        color: #333;
        background-color: rgba(255, 255, 255, .2)
    }
}

.project-2 .project-content .btn--primary::before {
    width: 100%;
    height: 100%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background: #020202;
    -webkit-transition: all .52s;
    transition: all .52s;
    z-index: -1;
    border-radius: 5px
}

@media(max-width:991px) {
    .project-2 .project-content .btn--primary::before {
        background: #fff
    }
}

.project-2 .project-content .btn--primary::after {
    width: 100%;
    height: 100%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background: #020202;
    -webkit-transition: all .52s;
    transition: all .52s;
    z-index: -1;
    border-radius: 5px
}

@media(max-width:991px) {
    .project-2 .project-content .btn--primary::after {
        background: #fff
    }
}

.project-2 .project-content .btn--primary:hover {
    color: #fff
}

.project-2 .project-content .btn--primary:hover::before {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg)
}

.project-2 .project-content .btn--primary:hover::after {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg)
}

.project-2 .project-content a {
    padding: 12px 50px;
    font-weight: 600;
    font-size: 16px
}

.project-2 .project-content.one {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.5))), url(../images/bg/project-1.png);
    background-image: linear-gradient(rgba(51, 51, 51, 0.5)), url(../images/bg/project-1.png);
    background-size: cover;
    background-position: center center;
    width: 100%;
    text-align: center;
    padding: 25px 10px 50px;
    display: none;
    visibility: hidden
}

@media(max-width:991px) {
    .project-2 .project-content.one {
        display: block;
        visibility: visible
    }
}

.project-2 .project-content.two {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.5))), url(../images/bg/project-2.png);
    background-image: linear-gradient(rgba(51, 51, 51, 0.5)), url(../images/bg/project-2.png);
    background-size: cover;
    background-position: center center;
    width: 100%;
    text-align: center;
    padding: 25px 10px 50px;
    display: none;
    visibility: hidden
}

@media(max-width:991px) {
    .project-2 .project-content.two {
        display: block;
        visibility: visible
    }
}

.project-2 .project-content.three {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.5))), url(../images/bg/project-3.png);
    background-image: linear-gradient(rgba(51, 51, 51, 0.5)), url(../images/bg/project-3.png);
    background-size: cover;
    background-position: center center;
    width: 100%;
    text-align: center;
    padding: 25px 10px 50px;
    display: none;
    visibility: hidden
}

@media(max-width:991px) {
    .project-2 .project-content.three {
        display: block;
        visibility: visible
    }
}

.project-2 .project-content.four {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.5))), url(../images/bg/project-4.png);
    background-image: linear-gradient(rgba(51, 51, 51, 0.5)), url(../images/bg/project-4.png);
    background-size: cover;
    background-position: center center;
    width: 100%;
    text-align: center;
    padding: 25px 10px 50px;
    display: none;
    visibility: hidden
}

@media(max-width:991px) {
    .project-2 .project-content.four {
        display: block;
        visibility: visible
    }
}

.project-2 .project-content.five {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.5))), url(../images/bg/project-5.png);
    background-image: linear-gradient(rgba(51, 51, 51, 0.5)), url(../images/bg/project-5.png);
    background-size: cover;
    background-position: center center;
    width: 100%;
    text-align: center;
    padding: 25px 10px 50px;
    display: none;
    visibility: hidden
}

@media(max-width:991px) {
    .project-2 .project-content.five {
        display: block;
        visibility: visible
    }
}
.project-2 .project-content.six {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.5))), url(../images/bg/project-6.jpg);
    background-image: linear-gradient(rgba(51, 51, 51, 0.5)), url(../images/bg/project-6.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    text-align: center;
    padding: 25px 10px 50px;
    display: none;
    visibility: hidden
}

@media(max-width:991px) {
    .project-2 .project-content.six {
        display: block;
        visibility: visible
    }
}
.project-2 .project-content.seven {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.5))), url(../images/bg/project--10.png);
    background-image: linear-gradient(rgba(51, 51, 51, 0.5)), url(../images/bg/project--10.png);
    background-size: cover;
    background-position: center center;
    width: 100%;
    text-align: center;
    padding: 25px 10px 50px;
    display: none;
    visibility: hidden
}

@media(max-width:991px) {
    .project-2 .project-content.seven {
        display: block;
        visibility: visible
    }
}

@media(max-width:991px) {
    .project-2 .content-none {
        display: none;
        visibility: hidden
    }
}

.project-details .Project1 {
    position: relative
}

.project-details .Project1 .project1-slider-wrrap .project-img {
    position: relative
}

.project-details .Project1 .project1-slider-wrrap .project-img img {
    width: 100%
}

.project-details .Project1 .project1-slider-wrrap .project-img .batch {
    position: absolute;
    left: 0;
    bottom: 8px
}

.project-details .Project1 .project1-slider-wrrap .project-img .batch span {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    padding: 7px 30px;
    background: #8a8a8a
}

.project-details .Project1 .swiper-button-next-h {
    position: absolute;
    right: 30px;
    top: 50%;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: rgba(138, 138, 138, .3);
    border-radius: 10px;
    text-align: center;
    -webkit-transition: .35s;
    transition: .35s
}

.project-details .Project1 .swiper-button-next-h i {
    color: #fff;
    font-size: 30px
}

.project-details .Project1 .swiper-button-next-h:hover {
    background: rgba(255, 1, 79, .3)
}

.project-details .Project1 .swiper-button-prev-h {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: rgba(138, 138, 138, .3);
    border-radius: 10px;
    text-align: center;
    -webkit-transition: .35s;
    transition: .35s
}

.project-details .Project1 .swiper-button-prev-h i {
    color: #fff;
    font-size: 30px
}

.project-details .Project1 .swiper-button-prev-h:hover {
    background: rgba(255, 1, 79, .3)
}

.project-details .main-title {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #17161a;
    margin-bottom: 15px;
    padding-top: 35px
}

.project-details .para1 {
    font-family: outfit, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #272727;
    margin-bottom: 18px
}

.project-details .para2 {
    font-family: outfit, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #272727;
    margin-bottom: 25px
}

.project-details .sub-title {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #17161a;
    margin-bottom: 15px
}

.project-details .project-video-area {
    padding-top: 20px;
    position: relative;
    margin-bottom: 32px
}

.project-details .project-video-area img {
    width: 100%
}

.project-details .project-video-area a {
    height: 80px;
    width: 80px;
    line-height: 80px;
    border: 1px dashed #fff;
    border-radius: 50%;
    z-index: 9;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.project-details .project-video-area a i {
    color: #fff;
    font-size: 40px
}

.project-details .project-sidebar .client-deatils {
    margin-bottom: 48px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 25px 30px
}

.project-details .project-sidebar .client-deatils ul {
    margin: 0;
    padding: 0
}

.project-details .project-sidebar .client-deatils ul li {
    border-bottom: 1px solid #eee;
    padding: 20px 0
}

.project-details .project-sidebar .client-deatils ul li p {
    margin-bottom: 5px;
    font-family: saira, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #8a8a8a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.project-details .project-sidebar .client-deatils ul li p img {
    margin-right: 10px
}

.project-details .project-sidebar .client-deatils ul li h5 {
    margin-bottom: 0;
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #0a0a0a
}

.project-details .project-sidebar .client-deatils ul li:last-child {
    border-bottom: unset;
    padding: 20px 0 0
}

.project-details .project-sidebar .client-deatils ul li:first-child {
    padding: 0 0 20px
}

.project-details .project-sidebar .commercial-area {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 35px 25px
}

.project-details .project-sidebar .commercial-area h3 {
    margin-bottom: 7px;
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #17161a;
    margin-top: -6px
}

.project-details .project-sidebar .commercial-area p {
    margin-bottom: 35px;
    font-family: saira, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #272727
}

.project-details .project-sidebar .commercial-area .sidebar-social-list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.project-details .project-sidebar .commercial-area .sidebar-social-list li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: #ff014f;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .35s;
    transition: .35s
}

.project-details .project-sidebar .commercial-area .sidebar-social-list li a i {
    font-size: 22px;
    color: #fff
}

.project-details .project-sidebar .commercial-area .sidebar-social-list li a:hover {
    background: #8a8a8a
}

.project-details .related-project-area .section-title {
    margin-bottom: 70px
}

.project-details .related-project-area .section-title h3 {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #17161a;
    margin-bottom: 0
}

.project-details .related-project-area .section-title .slider-btn {
    gap: 40px
}

.project-details .related-project-area .section-title .slider-btn .swiper-button-prev-i,
.project-details .related-project-area .section-title .slider-btn .swiper-button-next-i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: rgba(138, 138, 138, .3);
    border-radius: 10px;
    text-align: center;
    -webkit-transition: .35s;
    transition: .35s
}

.project-details .related-project-area .section-title .slider-btn .swiper-button-prev-i i,
.project-details .related-project-area .section-title .slider-btn .swiper-button-next-i i {
    color: #fff;
    font-size: 30px
}

.project-details .related-project-area .section-title .slider-btn .swiper-button-prev-i:hover,
.project-details .related-project-area .section-title .slider-btn .swiper-button-next-i:hover {
    background: rgba(255, 1, 79, .3)
}

.project-details .related-project-area .related-project-slider .related-project-wrrap {
    position: relative;
    border-radius: 10px
}

.project-details .related-project-area .related-project-slider .related-project-wrrap .images img {
    width: 100%
}

.project-details .related-project-area .related-project-slider .related-project-wrrap .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(15, 15, 15, .5);
    border-radius: 10px;
    padding: 35px 20px;
    opacity: 0;
    -webkit-transform: scale(.4);
    transform: scale(.4);
    -webkit-transition: .4s;
    transition: .4s
}

.project-details .related-project-area .related-project-slider .related-project-wrrap .overlay h2 {
    font-family: saira, sans-serif;
    font-weight: 700;
    font-size: 70px;
    color: #8a8a8a;
    line-height: 50px;
    opacity: .4;
    margin-bottom: 0
}

@media(max-width:1199px) {
    .project-details .related-project-area .related-project-slider .related-project-wrrap .overlay h2 {
        font-size: 55px
    }
}

.project-details .related-project-area .related-project-slider .related-project-wrrap .overlay .catagory {
    padding-top: 100px
}

@media(max-width:1399px) {
    .project-details .related-project-area .related-project-slider .related-project-wrrap .overlay .catagory {
        padding-top: 80px
    }
}

@media(max-width:1199px) {
    .project-details .related-project-area .related-project-slider .related-project-wrrap .overlay .catagory {
        padding-top: 30px
    }
}

@media(max-width:991px) {
    .project-details .related-project-area .related-project-slider .related-project-wrrap .overlay .catagory {
        padding-top: 72px
    }
}

@media(min-width:576px) and (max-width:768px) {
    .project-details .related-project-area .related-project-slider .related-project-wrrap .overlay .catagory {
        padding-top: 165px
    }
}

.project-details .related-project-area .related-project-slider .related-project-wrrap .overlay .catagory span {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #e4e4e4
}

.project-details .related-project-area .related-project-slider .related-project-wrrap .overlay .catagory h3 {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #fff
}

.project-details .related-project-area .related-project-slider .related-project-wrrap .overlay .case-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: 77px
}

@media(max-width:1399px) {
    .project-details .related-project-area .related-project-slider .related-project-wrrap .overlay .case-btn {
        margin-top: 43px
    }
}

@media(max-width:1199px) {
    .project-details .related-project-area .related-project-slider .related-project-wrrap .overlay .case-btn {
        margin-top: 37px
    }
}

@media(min-width:576px) and (max-width:768px) {
    .project-details .related-project-area .related-project-slider .related-project-wrrap .overlay .case-btn {
        margin-top: 130px
    }
}

.project-details .related-project-area .related-project-slider .related-project-wrrap .overlay .case-btn a {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 7px 26px;
    -webkit-transition: .35s;
    transition: .35s
}

.project-details .related-project-area .related-project-slider .related-project-wrrap .overlay .case-btn a:hover {
    color: #ff014f;
    border: 1px solid #ff014f
}

.project-details .related-project-area .related-project-slider .related-project-wrrap:hover .overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.project-details .project-features {
    margin: 0;
    padding: 0;
    padding-top: 8px
}

.project-details .project-features li {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #0a0a0a;
    margin-bottom: 20px
}

.project-details .project-features li img {
    margin-right: 10px;
    vertical-align: baseline
}

.error-pages {
    background-image: url(../images/bg/error-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.error-pages .error-wrrap {
    padding: 120px 0
}

@media(max-width:767px) {
    .error-pages .error-wrrap {
        padding: 100px 0
    }
}

.error-pages .error-wrrap .sm-title {
    font-family: saira, sans-serif;
    font-weight: 700;
    font-size: 55px;
    color: #ff014f;
    margin-bottom: 45px
}

.error-pages .error-wrrap .main-title {
    font-family: saira, sans-serif;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 20px;
    color: #272727;
    padding-top: 60px
}

@media(max-width:576px) {
    .error-pages .error-wrrap .main-title {
        font-size: 40px;
        padding-top: 40px
    }
}

.error-pages .error-wrrap p {
    max-width: 680px;
    width: 100%;
    font-family: saira, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 32px;
    color: #272727;
    margin: 0 auto;
    margin-bottom: 50px
}

.error-pages .error-wrrap .back-btn a {
    padding: 13px 20px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px
}

.error-pages .error-wrrap .back-btn a::after {
    border-radius: 30px
}

.error-pages .error-wrrap .back-btn a::before {
    border-radius: 30px
}

.error-pages .error-wrrap .back-btn a i {
    vertical-align: baseline;
    margin-right: 7px
}

.photo-gallery .portfolio-item3 {
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.photo-gallery .portfolio-item3:hover .overlay {
    opacity: 1;
    -webkit-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg)
}

.photo-gallery .portfolio-item3:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.photo-gallery .portfolio-item3 img {
    width: 100%;
    -webkit-transition: all 620ms ease-in-out 25ms;
    transition: all 620ms ease-in-out 25ms
}

.photo-gallery .portfolio-item3 .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 39, 52, .75);
    padding: 25px;
    -webkit-transition: all 650ms ease-in-out 25ms;
    transition: all 650ms ease-in-out 25ms;
    opacity: 0;
    -webkit-transform: scale(.2) rotateY(180deg);
    transform: scale(.2) rotateY(180deg)
}

.photo-gallery .portfolio-item3 .overlay .overlay-content {
    border: 2px solid #eee;
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px;
    text-align: center;
    border-radius: 5px
}

@media(min-width:1200px) and (max-width:1399px) {
    .photo-gallery .portfolio-item3 .overlay .overlay-content {
        padding: 30px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .photo-gallery .portfolio-item3 .overlay .overlay-content {
        padding: 15px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .photo-gallery .portfolio-item3 .overlay .overlay-content {
        padding: 20px
    }
}

@media(max-width:767px) {
    .photo-gallery .portfolio-item3 .overlay .overlay-content {
        padding: 20px
    }
}

.photo-gallery .portfolio-item3 .overlay .overlay-content p {
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 5px
}

.photo-gallery .portfolio-item3 .overlay .overlay-content h4 {
    margin-bottom: 20px
}

.photo-gallery .portfolio-item3 .overlay .overlay-content h4 a {
    font-size: 25px;
    font-weight: 600px;
    color: var(--white);
    line-height: 1.4
}

.photo-gallery .portfolio-item3 .overlay .overlay-content i {
    width: 50px;
    height: 50px;
    background: var(--white);
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color3);
    cursor: pointer;
    -webkit-transition: all 420ms ease-out 25ms;
    transition: all 420ms ease-out 25ms
}

.photo-gallery .portfolio-item3 .overlay .overlay-content i:hover {
    background-color: var(--primary-color3);
    color: var(--white)
}

.photo-gallery .portfolio-item3.four {
    margin-top: -62px
}

@media(max-width:1399px) {
    .photo-gallery .portfolio-item3.four {
        margin-top: -53px
    }
}

@media(max-width:1199px) {
    .photo-gallery .portfolio-item3.four {
        margin-top: -45px
    }
}

@media(max-width:991px) {
    .photo-gallery .portfolio-item3.four {
        margin-top: 0
    }
}

.photo-gallery .portfolio-item3.six {
    margin-top: -90px
}

@media(max-width:1399px) {
    .photo-gallery .portfolio-item3.six {
        margin-top: -78px
    }
}

@media(max-width:1199px) {
    .photo-gallery .portfolio-item3.six {
        margin-top: -65px
    }
}

@media(max-width:991px) {
    .photo-gallery .portfolio-item3.six {
        margin-top: 0
    }
}

.contact-page .google-map {
    z-index: 1
}

.contact-page .google-map .map {
    /* -webkit-filter: grayscale(100%) invert(92%) contrast(83%);
    filter: grayscale(100%) invert(92%) contrast(83%); */
    width: 100%;
    height: 718px
}

.contact-page .contact-address {
    padding: 65px 0
}

@media(max-width:991px) {
    .contact-page .contact-address .single-contact {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.contact-page .contact-address .single-contact .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: rgba(23, 22, 26, .1);
    border-radius: 50%;
    margin-right: 30px;
    -webkit-transition: .35;
    transition: .35
}

.contact-page .contact-address .single-contact .icon i {
    font-size: 50px;
    color: #17161a;
    -webkit-transition: .35;
    transition: .35
}

.contact-page .contact-address .single-contact .icon:hover {
    background-color: rgba(255, 1, 79, .1)
}

.contact-page .contact-address .single-contact .icon:hover i {
    color: #ff014f
}

.contact-page .contact-address .single-contact .content h3 {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #17161a;
    margin-bottom: 12px
}

.contact-page .contact-address .single-contact .content a {
    font-family: saira, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #272727;
    -webkit-transition: .35s;
    transition: .35s
}

.contact-page .contact-address .single-contact .content a:hover {
    color: #ff014f
}

.contact-page .contact-form-area {
    background: #181818;
    border-radius: 10px;
    padding: 90px 75px;
    margin-top: -300px;
    z-index: 22;
    position: relative
}

@media(max-width:991px) {
    .contact-page .contact-form-area {
        margin-top: 0
    }
}

.contact-page .contact-form-area h2 {
    font-family: saira, sans-serif;
    font-weight: 600;
    font-size: 55px;
    color: #fff;
    margin-bottom: 45px
}

.contact-page .contact-form-area .form-inner input {
    height: 52px;
    width: 100%;
    font-family: outfit, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #9a9999;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 5px;
    padding: 20px 25px;
    background: #181818;
    margin-bottom: 40px
}

.contact-page .contact-form-area .form-inner textarea {
    width: 100%;
    font-family: outfit, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #9a9999;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 5px;
    padding: 20px 25px;
    background: #181818;
    margin-bottom: 40px
}

.contact-page .contact-form-area .form-inner button {
    font-size: 18px;
    border: none
}