body {
    user-select: none;
    font-family: "Open Sans", sans-serif;
    color: #444;
}

a {
    color: #c23b58
}

a:hover {
    color: #ff724a;
    text-decoration: none
}

h1,
h2,
h3,
h5,
h6 {
    font-family: Raleway, sans-serif
}

h4 {
    font-family: Raleway, sans-serif;
    font-size: 1rem
}

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #c23b58;
    color: #fff;
    transition: all .4s
}

.back-to-top i:hover {
    background: #fff;
    color: #c23b58
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #c23b58;
    border-top-color: #ffe9e3;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media screen and (max-width:768px) {
    [data-aos-delay] {
        transition-delay: 0 !important
    }
}

#header {
    transition: all .5s;
    z-index: 997;
    padding: 20px 0;
}

#header.header-inner-pages,
#header.header-scrolled {
    background: rgba(21, 34, 43, .85);
    padding: 5px 0;
}

#header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px
}

#header .logo a {
    color: #fff
}

#header .logo img {
    pointer-events: none;
    max-height: 50px
}

@media (max-width:992px) {
    #header {
        padding: 12px 0
    }

    .nav-social img {
        pointer-events: none;
        width: 30px
    }

    #header .logo img {
        pointer-events: none;
        ax-height: 40px
    }
}

.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-menu>ul {
    display: flex
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 10px 12px
}

.nav-menu a {
    display: block;
    position: relative;
    color: rgba(255, 255, 255, .9);
    transition: .3s;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 3px
}

.nav-menu>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #c23b58;
    visibility: hidden;
    width: 0;
    transition: all .3s ease-in-out 0s
}

.nav-menu .active>a:before,
.nav-menu a:hover:before,
.nav-menu li:hover>a:before {
    visibility: visible;
    width: 100%
}

.nav-menu .active>a,
.nav-menu a:hover,
.nav-menu li:hover>a {
    color: #fff
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 12px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25);
    transition: .3s
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative
}

.nav-menu .drop-down ul a {
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #15222b
}

.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul li:hover>a {
    color: #c23b58
}

.nav-menu .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px)
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px
}

@media (max-width:1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%
    }

    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%
    }

    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d"
    }
}

.get-started-btn {
    margin-left: 25px;
    color: #fff;
    border-radius: 4px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: .3s;
    font-size: 14px;
    display: inline-block;
    border: 2px solid #fff
}

.get-started-btn:hover {
    background: #fd3800;
    color: #fff;
    border-color: #c23b58
}

@media (max-width:768px) {
    .get-started-btn {
        margin: 0 48px 0 0;
        padding: 6px 18px
    }
}

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 23px;
    z-index: 9998;
    border: 0;
    background: 0 0;
    font-size: 24px;
    transition: all .4s;
    outline: 0 !important;
    line-height: 1;
    cursor: pointer;
    text-align: right
}

.mobile-nav-toggle i {
    color: #fff
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out .2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #15222b;
    padding: 10px 20px;
    font-weight: 500;
    outline: 0
}

.mobile-nav .active>a,
.mobile-nav a:hover,
.mobile-nav li:hover>a {
    color: #c23b58;
    text-decoration: none
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa1"
}

.mobile-nav .drop-down>a {
    padding-right: 35px
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden
}

.mobile-nav .drop-down li {
    padding-left: 20px
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(4, 7, 9, .6);
    overflow: hidden;
    display: none;
    transition: ease-in-out .2s
}

.mobile-nav-active {
    overflow: hidden
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff
}

.nav-social {
    padding-right: 18px
}

/* #hero {
    width: 100%;
    height: 100vh;
    background: url(../img/banner/Banner_landing.webp) top center;
    background-size: cover;
    position: relative;
    padding: 0
} */

.hero-banner-1 {
    width: 100%;
    height: 100vh;
    background: url(../img/banner/banner-1.jpg) top center;
    background-size: cover;
    position: relative;
    padding: 0
}

.hero-banner-2 {
    width: 100%;
    height: 100vh;
    background: url(../img/banner/banner-2.jpg) top center;
    background-size: cover;
    position: relative;
    padding: 0
}

.hero-banner-3 {
    width: 100%;
    height: 100vh;
    background: url(../img/banner/banner-3.jpg) top center;
    background-size: cover;
    position: relative;
    padding: 0
}

/* #hero:before {
    content: "";
    background: rgba(13, 20, 26, .7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
} */


.hero-banner:before {
    content: "";
    /* background: rgba(13, 20, 26, .7); */
    background: rgb(36 45 52 / 55%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

/* #hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center
} */

.hero-banner .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center
}

/* #hero h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: #fff
} */

.hero-banner h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: #fff
}

/* 
#hero h2 {
    color: #eee;
    margin-bottom: 50px;
    font-size: 24px
} */

.hero-banner h2 {
    color: #eee;
    margin-bottom: 50px;
    font-size: 24px
}

/* #hero .btn-get-started {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    padding: 10px 35px 10px 35px;
    border-radius: 4px;
    transition: .5s;
    color: #fff;
    background: #c23b58;
    border: 2px solid #c23b58
} */

.hero-banner .btn-get-started {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    padding: 10px 35px 10px 35px;
    border-radius: 4px;
    transition: .5s;
    color: #fff;
    background: #c23b58;
    border: 2px solid #c23b58
}

/* #hero .btn-get-started:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .1)
} */

.hero-banner .btn-get-started:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .1)
}

/* #hero .btn-watch-video {
    font-size: 16px;
    display: inline-block;
    padding: 10px 25px 8px 40px;
    transition: .5s;
    margin-left: 25px;
    color: #fff;
    position: relative
} */

.hero-banner .btn-watch-video {
    font-size: 16px;
    display: inline-block;
    padding: 10px 25px 8px 40px;
    transition: .5s;
    margin-left: 25px;
    color: #fff;
    position: relative
}

/* #hero .btn-watch-video i {
    color: #fff;
    font-size: 32px;
    position: absolute;
    left: 0;
    top: 7px;
    transition: .3s
} */


.hero-banner .btn-watch-video i {
    color: #fff;
    font-size: 32px;
    position: absolute;
    left: 0;
    top: 7px;
    transition: .3s
}

/* #hero .btn-watch-video:hover i {
    color: #c23b58
} */

.hero-banner .btn-watch-video:hover i {
    color: #c23b58
}

@media (min-width:1024px) {
    #hero {
        background-attachment: fixed
    }
}

@media (max-width:768px) {
    #hero h1 {
        font-size: 20px;
        line-height: 36px
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px
    }
}

section {
    padding: 60px 0;
    overflow: hidden
}

.section-bg {
    background-color: #f0f4f8
}

.section-title {
    padding-bottom: 40px
}

.section-title h2 {
    font-size: 43px;
    font-weight: 900;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    font-family: Poppins, sans-serif
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    margin: 4px 10px
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    color: #263d4d;
    text-align: center
}

.about .container {
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    padding-bottom: 15px
}

.about .count-box {
    padding: 60px 0;
    width: 100%
}

.about .count-box i {
    display: block;
    font-size: 48px;
    color: #a1bdd1;
    float: left
}

.about .count-box span {
    font-size: 28px;
    line-height: 25px;
    display: block;
    font-weight: 700;
    color: #365870;
    margin-left: 60px
}

.about .count-box p {
    padding: 5px 0 0 0;
    margin: 0 0 0 60px;
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #2e4b5e
}

.about .count-box a {
    font-weight: 600;
    display: block;
    margin-top: 20px;
    color: #2e4b5e;
    font-size: 15px;
    font-family: Poppins, sans-serif;
    transition: ease-in-out .3s
}

.about .count-box a:hover {
    color: #477392
}

.about .content {
    font-size: 15px
}

.about .content h3 {
    font-weight: 700;
    font-size: 24px;
    color: #263d4d
}

.about .content ul {
    list-style: none;
    padding: 0
}

.about .content ul li {
    padding-bottom: 10px;
    padding-left: 28px;
    position: relative
}

.about .content ul i {
    font-size: 24px;
    color: #c23b58;
    position: absolute;
    left: 0;
    top: -2px
}

.about .content p:last-child {
    margin-bottom: 0
}

.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#c23b58 50%, rgba(255, 74, 23, .4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden
}

.about .play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all .4s cubic-bezier(.55, .055, .675, .19)
}

.about .play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 74, 23, .7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0)
}

.about .play-btn:hover::after {
    border-left: 15px solid #c23b58;
    transform: scale(20)
}

.about .play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

.about-boxes {
    background: url(../img/about-boxes-bg.jpg) center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 30px 0;
    position: relative
}

.about-boxes::before {
    pointer-events: none;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .92);
    z-index: 9
}

.about-boxes .container,
.about-boxes .container-fluid {
    position: relative;
    z-index: 10
}

.about-boxes .card {
    border-radius: 3px;
    border: 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    margin-bottom: 30px
}

.about-boxes .card-icon {
    text-align: center;
    margin-top: -32px
}

.about-boxes .card-icon i {
    font-size: 32px;
    color: #fff;
    width: 64px;
    height: 64px;
    padding-top: 5px;
    text-align: center;
    background-color: #c23b58;
    border-radius: 4px;
    text-align: center;
    border: 4px solid #fff;
    transition: .3s;
    display: inline-block
}

.about-boxes .card-body {
    padding-top: 12px
}

.about-boxes .card-title {
    font-weight: 700;
    text-align: center
}

.about-boxes .card-title a {
    color: #15222b
}

.about-boxes .card-title a:hover {
    color: #c23b58
}

.about-boxes .card-text {
    color: #5e5e5e
}

.about-boxes .card:hover .card-icon i {
    background: #fff;
    color: #c23b58
}

@media (max-width:1024px) {
    .about-boxes {
        background-attachment: scroll
    }
}

.clients {
    background: #f0f4f8;
    padding: 15px 0;
    text-align: center
}

.clients img {
    pointer-events: none;
    ax-width: 45%;
    transition: all .4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
    -webkit-filter: grayscale(100);
    filter: grayscale(100)
}

.clients img:hover {
    -webkit-filter: none;
    filter: none;
    transform: scale(1.15)
}

@media (max-width:768px) {
    .clients img {
        pointer-events: none;
        ax-width: 40%
    }
}

.features .nav-tabs {
    border: 0
}

.features .nav-link {
    border: 1px solid #b5ccdb;
    padding: 15px;
    transition: .3s;
    color: #15222b;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.features .nav-link i {
    padding-right: 15px;
    font-size: 48px
}

.features .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0
}

.features .nav-link:hover {
    color: #c23b58
}

.features .nav-link.active {
    background: #c23b58;
    color: #fff;
    border-color: #c23b58
}

@media (max-width:768px) {
    .features .nav-link i {
        padding: 0;
        line-height: 1;
        font-size: 36px
    }
}

@media (max-width:575px) {
    #footer {
        height: 720px !important;
    }

    .features .nav-link {
        padding: 15px
    }

    .features .nav-link i {
        font-size: 24px
    }
}

.features .tab-content {
    margin-top: 30px
}

.features .tab-pane h3 {
    font-weight: 600;
    font-size: 26px
}

.features .tab-pane ul {
    list-style: none;
    padding: 0
}

.features .tab-pane ul li {
    padding-bottom: 10px
}

.features .tab-pane ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #c23b58
}

.features .tab-pane p:last-child {
    margin-bottom: 0
}

.services .icon-box {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 6px;
    background: #fff
}

.services .icon-box i {
    float: left;
    color: #5c8eb0;
    font-size: 40px
}

.services .icon-box h4 {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px
}

.services .icon-box h4 a {
    color: #365870;
    transition: .3s
}

.services .icon-box .icon-box:hover h4 a {
    color: #c23b58
}

.services .icon-box p {
    margin-left: 70px;
    line-height: 24px;
    font-size: 14px
}

.services .icon-box:hover h4 a {
    color: #c23b58
}

.service-image {
    min-height: 110px
}

.image-width {
    width: 47%
}

.testimonials {
    padding: 80px 0;
    background: url(../img/testimonials-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative
}

.testimonials::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(13, 20, 26, .7)
}

.testimonials .section-header {
    margin-bottom: 40px
}

.testimonials .testimonial-item {
    text-align: center;
    color: #fff
}

.testimonials .testimonial-item .testimonial-img {
    pointer-events: none;
    width: 100px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, .15);
    margin: 0 auto
}

.testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 5px 0;
    color: #fff
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #ddd;
    margin: 0 0 15px 0
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: rgba(255, 255, 255, .4);
    font-size: 26px
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
    color: #eee
}

.testimonials .owl-dots,
.testimonials .owl-nav {
    margin-top: 5px;
    text-align: center
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .4) !important
}

.testimonials .owl-dot.active {
    background-color: #c23b58 !important
}

@media (min-width:1024px) {
    .testimonials {
        background-attachment: fixed
    }
}

@media (min-width:992px) {
    .testimonials .testimonial-item p {
        width: 80%
    }
}

#port {
    width: 100%;
    height: 80vh;
    background: url("../img/Banner Image 4.png") top center;
    background-size: cover;
    position: relative
}

#port h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    font-family: Poppins, sans-serif
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #444;
    margin: 0 3px 10px 3px;
    transition: all ease-in-out .3s;
    background: #fff;
    border-radius: 118px
}

.portfolio #portfolio-flters li.filter-active,
.portfolio #portfolio-flters li:hover {
    color: #fff;
    background: #e24774
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0
}

.portfolio .portfolio-item {
    margin-bottom: 30px;
    overflow: hidden
}

.portfolio .portfolio-item img {
    pointer-events: none;
    osition: relative;
    top: 0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1)
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -50px;
    z-index: 3;
    transition: all ease-in-out .3s;
    background: #e24774;
    padding: 15px 20px;
    text-align: center
}

.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600
}

.portfolio .portfolio-item .portfolio-info p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0
}

.portfolio .portfolio-item .portfolio-info .details-link,
.portfolio .portfolio-item .portfolio-info .preview-link {
    position: absolute;
    right: 50px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #fff;
    transition: ease-in-out .3s
}

.portfolio .portfolio-item .portfolio-info .details-link:hover,
.portfolio .portfolio-item .portfolio-info .preview-link:hover {
    color: #ffc1b0
}

.portfolio .portfolio-item .portfolio-info .details-link {
    right: 15px
}

.portfolio .portfolio-item:hover img {
    pointer-events: none;
    op: -30px
}

.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 0
}

.team {
    position: relative
}

.team .container {
    position: relative;
    z-index: 10
}

.team .member {
    margin-bottom: 80px;
    position: relative
}

.team .member .pic {
    overflow: hidden
}

.team .member .member-info {
    position: absolute;
    bottom: -50px;
    left: 20px;
    right: 20px;
    background: #fff;
    padding: 20px 15px;
    color: #15222b;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    overflow: hidden;
    transition: .5s
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
    color: #15222b;
    position: relative;
    padding-bottom: 10px
}

.team .member h4::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #7fa5c0;
    bottom: 0;
    left: 0
}

.team .member span {
    font-style: italic;
    display: block;
    font-size: 13px
}

.team .member .social {
    position: absolute;
    right: 15px;
    bottom: 15px
}

.team .member .social a {
    transition: color .3s;
    color: #477392
}

.team .member .social a:hover {
    color: #c23b58
}

.team .member .social i {
    font-size: 16px;
    margin: 0 2px
}

@media (max-width:992px) {
    .team .member {
        margin-bottom: 110px
    }
}

.contact .info-box {
    color: #444;
    text-align: center;
    padding: 20px 0 30px 0
}

.contact .info-box i {
    font-size: 32px;
    color: #c23b58;
    border-radius: 50%;
    padding: 8px
}

.contact .info-box h3 {
    font-size: 20px;
    color: #777;
    font-weight: 700;
    margin: 10px 0
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0
}

.contact .php-email-form {
    padding: 30px
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 25px
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #c23b58
}

.contact .php-email-form input {
    padding: 25px 15px;
    box-shadow: inset 5px 10px 48px rgba(0, 0, 0, .01), 0 0 8px rgba(0, 0, 0, .2)
}

.contact .php-email-form textarea {
    padding: 12px 15px
}

.contact .php-email-form button[type=submit] {
    background: #c23b58;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: .4s;
    border-radius: 20px
}

.contact .php-email-form button[type=submit]:hover {
    background: #ff5e31
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

span.step {
    background: #c23b58;
    border-radius: 5em;
    -moz-border-radius: 5em;
    -webkit-border-radius: 5em;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 3.6em;
    margin-right: 5px;
    text-align: center;
    width: 3.6em
}

.breadcrumbs {
    padding: 15px 0;
    background: #f0f4f8;
    min-height: 40px;
    margin-top: 66px
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 400
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0
}

.breadcrumbs ol li+li {
    padding-left: 10px
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #263d4d;
    content: "/"
}

@media (max-width:992px) {
    .breadcrumbs {
        margin-top: 58px
    }

    .breadcrumbs .d-flex {
        display: block !important
    }

    .breadcrumbs ol {
        display: block
    }

    .breadcrumbs ol li {
        display: inline-block
    }
}

.portfolio-details {
    padding-top: 40px
}

.portfolio-details .portfolio-details-container {
    position: relative
}

.portfolio-details .portfolio-details-carousel {
    position: relative;
    z-index: 1
}

.portfolio-details .portfolio-details-carousel .owl-dots,
.portfolio-details .portfolio-details-carousel .owl-nav {
    margin-top: 5px;
    text-align: left
}

.portfolio-details .portfolio-details-carousel .owl-dot {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
    background-color: #c23b58 !important
}

.portfolio-details .portfolio-info {
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: -70px;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    z-index: 2
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px
}

.portfolio-details .portfolio-description {
    padding-top: 50px
}

.portfolio-details .portfolio-description h2 {
    width: 50%;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px
}

.portfolio-details .portfolio-description p {
    padding: 0
}

@media (max-width:768px) {
    .portfolio-details .portfolio-info {
        position: static;
        margin-top: 30px
    }
}

input.rounded {
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 2px 2px 3px #666;
    -webkit-box-shadow: 2px 2px 3px #666;
    box-shadow: 2px 2px 3px #666;
    font-size: 20px;
    padding: 4px 7px;
    outline: 0;
    -webkit-appearance: none
}

input.rounded:focus {
    border-color: #393
}

.footer-left {
    padding-left: 62px
}

#footer {
    background: #000;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
    text-align: justify;
    height: 600px;
    position: relative
}

#footer .footer-top {
    background: url("../img/Banner_Img_2.webp") center top no-repeat;
    border-bottom: 1px solid #1d303c;
    padding: 60px 0 30px 0;
    height: 100%;
    position: relative
}

#footer .footer-top .footer-info h3 {
    font-size: 28px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

#footer .footer-top .social-links a:hover {
    background: #c23b58;
    color: #fff;
    text-decoration: none
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-top .footer-links {
    margin-bottom: 30px
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #ff5e31;
    font-size: 18px;
    line-height: 1
}

#footer .footer-top .footer-links ul li {
    display: flex;
    align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: .3s;
    display: inline-block;
    line-height: 24px
}

#footer .footer-top .footer-links ul a:hover {
    color: #c23b58
}

#footer .copyright {
    text-align: center;
    padding-top: 30px
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff
}

#footer .credits a {
    transition: .3s
}

@media (min-width:992px) {
    .footer-row {
        padding-top: 20px
    }

    #footer .footer-top .footer-links {
        margin-left: 0
    }
}

#footer .footer-top .footer-links {
    margin-left: 0
}

#masonryGrid .grid {
    margin: 0 auto
}

#masonryGrid .grid .grid-item {
    margin: .5rem;
    max-width: 250px
}

@media screen and (max-width: 767px) {
    .carousel-control-next {
        right: 43px !important;
    }

    .carousel-control-prev {
        left: 43px !important;
    }


    .about-us .img-bg-box-mob {
        width: 55px;
        height: 55px;
        border: 3px solid #c23b58;
        position: absolute;
        top: -25px;
        left: 3px;
        z-index: -1;
        border-top-left-radius: 20px;
    }

    .about-us .img-bg-box-bottom {
        width: 30px;
        height: 30px;
        border: 3px solid #c23b58;
        position: absolute;
        bottom: -9px;
        right: 7px;
        border-top-left-radius: 20px;
    }

    .abt-us-desc {
        margin-top: 20px;
    }

    .blogs-carousel .owl-nav button.owl-prev {
        position: relative;
        left: -16px;
    }

    .blogs-carousel .owl-nav button.owl-next {
        position: relative;
        right: -16px;
    }

    .hero-banner-1,
    .hero-banner-2,
    .hero-banner-3 {
        height: 40vh !important;

    }

    .hero-carousel .owl-nav {
        top: 85px !important;
    }
}

@media screen and (min-width:320px) {
    .section-title h2 {
        font-size: 23px;
    }
}

@media screen and (min-width:400px) {
    .section-title h2 {
        font-size: 27px;
    }
}

@media screen and (min-width:411px) {
    .section-title h2 {
        font-size: 25px;
    }
}

@media screen and (min-width:700px) {
    .section-title h2 {
        font-size: 43px;
    }
}

@media screen and (max-width:375px) {
    #footer .footer-info.text-poppins {
        margin-top: -10px;
    }

    #footer .col-lg-2.col-md-6.footer-links.footer-left {
        margin-left: -45px;
        margin-top: 20px;
    }

    #footer .footer-info.footer-left {
        margin-left: -45px;
    }
}

@media screen and (max-width:414px) {
    #footer .footer-info.text-poppins {
        margin-top: -10px;
    }

    #footer .col-lg-2.col-md-6.footer-links.footer-left {
        margin-left: -45px;
        margin-top: 20px;
    }

    #footer .footer-info.footer-left {
        margin-left: -45px;
    }
}

.blogs-description p {
    margin: 0;
    padding-bottom: 10px !important;
}

.blogs-description h6 {
    margin: 0;
    font-size: 24px;
    padding-bottom: .5rem;
}

.blogs-description img {
    padding: 20px 0 20px 0;
}

@media only screen and (max-width:767px) {
    .blogs-description p {
        text-align: justify;
    }

    .landing-page .text-wrapper {
        padding: 30px 0;
    }

    .landing-page .section-title h1 {
        font-size: 30px !important;
        margin-bottom: 20px !important;
    }

    .landing-page .text-wrapper .section-title {
        padding-bottom: 0;
    }

    .landing-page .why-tandem .section-title {
        margin-left: 0 !important;
        padding-top: 30px;
    }

    .landing-page .why-choose-tandem .section-title {
        margin-right: 0 !important;
    }

    .landing-page .img-wrap img {
        padding-top: 20px;
    }

    .client-card {
        padding: 20px !important;
    }

    .client-stories .col-sm-12 {
        margin-bottom: 30px;
    }
}

.blogs-cards .card {
    height: 100%;

}

.mobile-nav-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 1001;
}

#services .section-title h3 {
    font-family: Poppins;
    font-size: 18px;
}

#services {
    padding: 50px 0;
}

#services .section-title {
    padding-bottom: 25px;
}

.services-cards .info-box p {
    text-align: justify;
}

.services-cards .info-box {
    height: 100%;
}

.services-cards .myservices {
    margin-bottom: 30px;
}

.services-cards .info-box h3 {
    margin: 0;
    padding: 15px;
}

#footer .footer-top .footer-info p {
    text-align: left;
}

.nav-social {
    margin-right: 25px
}

#footer {
    height: 100% !important;
}

.shb-accommodation-listing-button1 {
    padding: 10px 40px;
    background: #c23b58;
    color: #fff;
    font-weight: 600;
    border: 1px solid #c23b58;
}

.portfolio-details .portfolio-description p {
    text-align: left;
    font-size: 17px;
}

.nav-menu ul li a.active {
    color: #c23b58;
}

.breadcrumb-content span {
    color: #fff;
}

.breadcrumb-content a {
    color: #fff;
}

.breadcrumb-content {
    padding: 20px 0;
}

.breadcrumb-content a:hover {
    color: #c23b58;
}

.breadcrumb-content .active {
    color: #c23b58;
}

.mobile-nav a.active {
    color: #c23b58;
}

#footer .footer-top .footer-links ul li {
    padding-bottom: 10px;
}

.blogs-cards .col-md-4 {
    margin-bottom: 30px;
}

.blogs-description ul {
    margin-bottom: 10px;
}

.blogs-cards .card-footer {
    background: transparent;
    border-top: none;
}

.hero-carousel .owl-nav {
    position: absolute;
    top: 250px;
    color: antiquewhite;
    display: flex;
    justify-content: space-between;
    font-size: 60px;
    /* justify-content: space-evenly; */
    align-items: initial;
    width: 100%;
}


.hero-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    display: flex;
    width: 100%;
    justify-content: center;
}

/* .abt-img-div {
    border-right: 2px solid #b91b57;
    padding-right: 27px;
} */


.about-us .col-lg-5 {
    border-left: 2px solid #b91b57;
}

/* .btn-see-more {
    background-color: #b91b57;
    color: white;

} */



.btn-see-more {
    border: none;
    position: relative;
    display: inline-block;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 12px;
    background: linear-gradient(to bottom, #f9f8f8 50%, #b91b57 50%);
    background-size: 100% 200%;
    background-position: 0 0;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    transition: background-position 0.3s ease-in-out, color 0.3s ease-in-out;
    box-shadow: 0px 0px 2px 1px #b91b57;
}

.btn-see-more:hover {
    background-position: 0 100%;

    color: #ffffff;
    box-shadow: none;
}

.btn-see-more a {
    color: black;
}

.btn-see-more a:hover {
    color: white;
}

.img-bg-box-bottom {
    width: 50px;
    height: 50px;
    border: 3px solid #c23b58;
    position: absolute;
    bottom: 25px;
    right: -3px;
    border-top-left-radius: 20px;
}

.img-bg-box {
    width: 100px;
    height: 100px;
    border: 3px solid #c23b58;
    position: absolute;
    top: -36px;
    left: -21px;
    z-index: -1;
    border-top-left-radius: 20px;
}


.abt-us-desc {
    text-align: justify;
}


.services-card {
    width: 20rem;
    height: 34rem;
}

.services-card .card-body {
    /* display: flex;
    flex-direction: column;
    justify-content: end; */
    padding-top: 0px;
}


.services-card .card-footer {
    background-color: #ffffff;
    border: none;

}


.abt-us-btn {
    color: #b91b57;
}

.services-card .card-footer .btn {
    width: 100%;
    border-top: 1px solid black;
    border-radius: 0px;
    position: relative;
    display: inline-block;
    color: #000000;
    padding: 10px 20px;
    font-size: 12px;
    background: linear-gradient(to bottom, #ffffff 50%, #b91b57 50%);
    background-size: 100% 200%;
    background-position: 0 0;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    transition: background-position 0.3s ease-in-out, color 0.3s ease-in-out;
    box-shadow: none;
}

.services-card .card-footer .btn:hover {
    background-position: 0 100%;

    color: #ffffff;
    box-shadow: none;
}

.services-card .card-title {
    padding: 1.25rem;
    padding-bottom: 0PX;
}

.portfolio-item {
    opacity: .36;
    transition: all .35s;
    display: inline-block;
}


@keyframes beat {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.portfolio-item:hover {
    opacity: 1;
    -webkit-animation: beat 1.5s ease-in-out infinite;
    animation: beat 1.5s ease-in-out infinite;
}


.services-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    font-size: 33px;
    position: absolute;
    width: 100%;
    top: 190px;
}


.services-carousel .item,
.blogs-carousel .item {
    display: flex;
    justify-content: center;
}

.blogs-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    font-size: 33px;
    position: absolute;
    width: 100%;
    top: 181px;
}

/*  */


.blogs-home-card {

    width: 22rem;
    height: 34rem;
}


.blogs-carousel .owl-nav button.owl-prev,
.blogs-carousel .owl-nav button.owl-next,
.services-carousel .owl-nav button.owl-prev,
.services-carousel .owl-nav button.owl-next {
    background-color: #b91b57 !important;
    border: solid 2px rgb(255, 255, 255) !important;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    color: #ffffff !important;
    text-align: center;
    font-size: 37px;
    display: flex;
    align-items: center;
    justify-content: center;

}


.blogs-carousel .owl-nav button.owl-prev {
    position: relative;
    left: -27px;
}


.blogs-carousel .owl-nav button.owl-next {
    position: relative;
    right: -27px;
}


.services-carousel .owl-nav button.owl-prev span,
.services-carousel .owl-nav button.owl-next span,
.blogs-carousel .owl-nav button.owl-prev span,
.blogs-carousel .owl-nav button.owl-next span {
    top: -5px;
    position: absolute;
}