


.portfolio_listing_page .buton.active .text2 {
    color: #ca2942;
}


.portfolio_listing_page .buton .text2::before,
.portfolio_listing_page .buton .hover2::before {
    content: '';
    position: absolute;
    background: #ca2942;
    /* Or desired color */
    width: 0;
    /* Start at 0 */
    height: 0;
    /* Start at 0 */
    transition: all 350ms ease-out;
    /* Add transition */
}


.breadcrumb-item::after {
    color: #000;
    --bs-breadcrumb-divider: ">";
    padding-right: 15px
}

.breadcrumb-item+.breadcrumb-item::after {
    color: #6c757d;
    padding-left: 15px;
    content: var(--bs-breadcrumb-divider, ">")
}

.breadcrumb_section {
    padding: 30px 0
}

.breadcrumb_section .breadcrumb {
    margin-bottom: 0
}

.breadcrumb_section .breadcrumb .breadcrumb-item {
    padding: 0;
    letter-spacing: 1px
}

.breadcrumb_section .breadcrumb .breadcrumb-item a {
    color: #000
}

.breadcrumb_section .breadcrumb .breadcrumb-item a:hover {
    color: #CA2942
}

.breadcrumb_section .breadcrumb .breadcrumb-item:last-child {
    padding-right: 0
}

.breadcrumb_section .breadcrumb .breadcrumb-item::before {
    display: none
}

.breadcrumb_section .breadcrumb .breadcrumb-item:first-child::after {
    color: #6c757d;
    padding-left: 15px;
    content: var(--bs-breadcrumb-divider, ">")
}

.breadcrumb_section .breadcrumb .breadcrumb-item:last-child::after {
    display: none
}

.inner_banner {
    padding: 60px 0 0
}

.inner_banner .banner_wrapper {
    display: flex;
    position: relative
}

.inner_banner .banner_wrapper .banner_image {
    width: 66.66%;
    position: relative
}

.inner_banner .banner_wrapper .banner_image::before {
    width: 120px;
    height: 120px;
    border: 7px solid #CA2942;
    content: "";
    display: block;
    position: absolute;
    top: -40px;
    right: -60px;
    z-index: -1;
    border-radius: 100%
}

.inner_banner .banner_wrapper .banner_title {
    width: 33.333%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.inner_banner .banner_wrapper .banner_title h2 {
    font-size: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500
}

.about_us_page {
    padding: 100px 0
}

.about_us_page .left_about_image {
    position: relative
}

.about_us_page .left_about_image .top_logo_animation {
    position: relative;
    padding-left: 80px;
    display: flex;
    align-items: center;
    margin-bottom: 25px
}

.about_us_page .left_about_image .top_logo_animation .line {
    width: 200px;
    height: 1.1px;
    background: #CA2942
}

@keyframes myLineright {
    0% {
        width: 0
    }
    50% {
        width: 200px
    }
    100% {
        width: 0
    }
}

.about_us_page .left_about_image .top_logo_animation .right_logo {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: -7px;
}

.about_us_page .left_about_image .top_logo_animation .right_logo img {
    margin: 0;
    padding: 0
}

.about_us_page .left_about_image .image_box {
    position: relative
}

.about_us_page .left_about_image .image_box::before {
    width: 120px;
    height: 120px;
    border: 7px solid #CA2942;
    content: "";
    display: block;
    position: absolute;
    bottom: -60px;
    left: -60px;
    z-index: -1;
    border-radius: 100%
}



.about_us_page .left_about_image .image_box::after {
    width: 114px;
    height: 150px;
    content: "";
    display: block;
    position: absolute;
    bottom: 60%;
    left: -30px;
    z-index: -1;
    background: url(../images/pattern.png) 0 0/cover;
    animation: rotate 1s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -2s);
    animation-iteration-count: 1;
    animation-fill-mode: both
}

@keyframes rotate {
    to {
        bottom: -29px
    }
}

.about_us_page .left_about_image .bottom_logo_animation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 15px
}

.about_us_page .left_about_image .bottom_logo_animation .line {
    width: 300px;
    height: 1.1px;
    background: #CA2942
}



.about_us_page .left_about_image .bottom_logo_animation .left_logo {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.about_us_page .left_about_image .bottom_logo_animation .left_logo img {
    margin: 0;
    padding: 0;
    transform: rotate(-90deg);
    position: relative;
    left: -2px;
}

.about_us_page .right_about_details {
    display: flex;
    align-items: center;
    padding-left: 30px
}

.about_us_page .right_about_details h2 {
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    margin-bottom: 30px
}

.about_us_page .right_about_details p {
    margin-bottom: 20px
}

.about_us_page .right_about_details p:last-child {
    margin-bottom: 0
}

.vision_mission_section {
    padding: 0;
    position: relative;
    z-index: 1
}

.vision_mission_section .left_bg {
    position: absolute;
    width: 50%;
    height: 100%
}

.vision_mission_section .left_bg img {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%
}

.vision_mission_section .left_bg::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #091821;
    top: 0;
    left: 0;
    opacity: .88
}

.vision_mission_section .right_bg {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    z-index: 0
}

.vision_mission_section .right_bg img {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%
}

.vision_mission_section .right_bg::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #CA2942;
    top: 0;
    left: 0;
    opacity: .85
}

.vision_mission_section h2 {
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #fff;
    margin-bottom: 40px
}

.vision_mission_section p {
    color: #fff
}

.vision_mission_section .vision {
    padding: 100px 40px 100px 0;
    position: relative;
    z-index: 3
}

.vision_mission_section .vision .icon_box {
    position: absolute;
    width: 54px;
    height: 100%;
    top: 0;
    right: -39px;
    display: table
}

.vision_mission_section .vision .icon_box::after {
    display: table-cell;
    vertical-align: middle;
    content: url(../images/svg/about_penta_icon.svg)
}

.vision_mission_section .mission {
    padding: 100px 0 100px 40px;
    position: relative;
    z-index: 3
}

.story {
    padding: 0 0 150px
}

.story .wrapper {
    display: flex;
    align-items: start;
    justify-content: space-between
}

.story .wrapper .left_area {
    width: 26%;
    padding-top: 60px
}

.story .wrapper .left_area h2 {
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500
}

.story .wrapper .left_area h2 mark {
    color: #CA2942;
    background: 0 0;
    padding: 0;
    margin: 0;
    display: block;
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500
}

.story .wrapper .left_area h5 {
    font-family: Barlow-SemiBold;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #707070;
    padding: 20px 0
}

.story .wrapper .right_area {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.story .wrapper .right_area .top_logo_animation {
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 10%
}

.story .wrapper .right_area .top_logo_animation .line {
    width: 1px;
    height: 100%;
    background: #CA2942
}

.story .wrapper .right_area .top_logo_animation .left_logo {
    width: 15.86px;
    height: 16.16px;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.story .wrapper .right_area .top_logo_animation .left_logo img {
    margin: 0;
    padding: 0;
    transform: rotate(270deg);
    position: relative;
    top: -10px;
}

.story .wrapper .right_area .penta_overlay {
    width: 9%;
    display: flex;
    align-items: center
}

.story .wrapper .right_area .penta_story {
    width: 80%;
    padding: 50px 0
}

.story .wrapper .right_area .penta_story ul li {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.story .wrapper .right_area .penta_story ul li h2 {
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #CA2942
}

.story .wrapper .right_area .penta_story ul li .cnt_box {
    width: 80%;
    border-bottom: 1px solid rgba(112, 112, 112, .22);
    padding: 50px 0
}

.story .wrapper .right_area .penta_story ul li:last-child .cnt_box {
    border-bottom: 0
}

.about_team_footer .team {
    padding: 0;
    position: relative
}

.about_team_footer .team .bg_image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0
}

.about_team_footer .team .bg_image img {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.about_team_footer .team::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .55)
}

.about_team_footer .team .wrapper {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.about_team_footer .team .wrapper .left_area {
    width: 25%;
    padding: 80px 0
}

.about_team_footer .team .wrapper .left_area h2 {
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #fff;
    padding-bottom: 20px;
    width: 80%
}

.about_team_footer .team .wrapper .left_area p {
    width: 85%;
    color: #fff;
    padding-bottom: 15px
}

.about_team_footer .team .wrapper .left_area .signature {
    display: block
}

.about_team_footer .team .wrapper .left_area .signature h1 {
    font-family: "Kunstler Script";
    color: #fff;
    transform: rotate(-16deg);
    display: block;
    top: -20px;
    position: relative;
    opacity: .45
}

.about_team_footer .team .wrapper .left_area h5 {
    color: #fff;
    padding-top: 40px;
    padding-bottom: 8px;
    font-family: Barlow-Regular;
    font-family: Montserrat, sans-serif;
    font-weight: 400
}

.about_team_footer .team .wrapper .left_area h6 {
    color: #fff;
    opacity: .45;
    font-size: 16px;
    font-family: Barlow-Regular;
    font-family: Montserrat, sans-serif;
    font-weight: 400
}

.about_team_footer .team .wrapper .right_area {
    width: 70%
}

.about_team_footer .team .wrapper .right_area .silder_wrapper {
    width: 100%;
    height: 39vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 {
    height: auto;
    width: calc(33.3333333333% - 40px);
    margin-bottom: 50px
}

.about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box {
    position: relative
}

.about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box img {
    width: 95%
}

.about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay {
    position: absolute;
    width: 230px;
    height: 76.64px;
    bottom: 20px;
    right: 5%
}

.about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay::before {
    position: absolute;
    width: 35.11px;
    height: 54px;
    display: block;
    content: "";
    background: url(../images/logo_left.svg) 0 0/cover;
    top: -3px;
    left: -22.11px;
    z-index: 999
}

.about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay::after {
    position: absolute;
    width: 41.11px;
    height: 58px;
    display: block;
    content: "";
    background: url(../images/logo_right.svg) 0 0/cover;
    bottom: 1.5px;
    right: -13px;
    z-index: 999
}

.about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay .name_box {
    width: 100%;
    height: 100%;
    position: relative
}

.about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay .name_box::before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: url(../images/about_team_pattern_02.svg) 0 0/cover;
    top: 0
}

.about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay .name_box::after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: url(../images/about_team_pattern_01.svg) 0 0/cover;
    top: 0
}

.about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay .name_box .name {
    z-index: 1;
    color: #fff;
    font-size: 18px;
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    position: relative;
    letter-spacing: .5px;
    top: 18px;
    left: 15px
}

.about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay .name_box .position {
    z-index: 1;
    color: #fff;
    font-size: 12px;
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    position: relative;
    letter-spacing: .5px;
    top: 14px;
    left: 40px
}

.about_team_footer .team .wrapper .right_area .silder_wrapper .b,
.about_team_footer .team .wrapper .right_area .silder_wrapper .e {
    position: relative;
    top: -80px
}

.about_team_footer .space_sction {
    padding-top: 140px;
    background: #f3f3f3
}

.blog_listing_page {
    padding: 50px 0 60px;
    position: relative
}

.blog_listing_page .latest_blog {
    position: relative;
    margin-bottom: 80px
}

.blog_listing_page .latest_blog::before {
    width: 120px;
    height: 120px;
    border: 7px solid #CA2942;
    content: "";
    display: block;
    position: absolute;
    top: -60px;
    left: -45px;
    z-index: -1;
    border-radius: 100%
}

.blog_listing_page .latest_blog .latest_blog_image {
    display: flex;
    position: relative;
    overflow: hidden
}

.blog_listing_page .latest_blog .latest_blog_image a {
    width: 100%
}

.blog_listing_page .latest_blog .latest_blog_image img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.blog_listing_page .latest_blog .latest_blog_details {
    display: flex
}

.blog_listing_page .latest_blog .latest_blog_details .latest_blog_details_bg {
    background: url(../images/blog_bg.png) center/cover #CA2942;
    padding: 50px;
    width: 100%;
    display: flex;
    align-items: center
}

.blog_listing_page .latest_blog .latest_blog_details .latest_blog_details_bg h5 {
    font-size: 23px;
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.blog_listing_page .latest_blog .latest_blog_details .latest_blog_details_bg .date {
    font-family: Barlow-Regular;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: #fff;
    padding: 20px 0 10px
}

.blog_listing_page .latest_blog .latest_blog_details .latest_blog_details_bg .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-family: Barlow-Regular;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px
}

.blog_listing_page .latest_blog .latest_blog_details .latest_blog_details_bg .text p a {
    color: #0a1821;
    font-weight: 700;
    display: contents
}

.blog_listing_page .latest_blog .latest_blog_details .latest_blog_details_bg .more {
    font-family: Barlow-Regular;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.blog_listing_page .latest_blog .latest_blog_details .latest_blog_details_bg .more:hover {
    color: #000
}

.blog_listing_page .latest_blog:hover .latest_blog_image img {
    transform: scale(1.05)
}

.blog_listing_page .blog-card {
    overflow: hidden;
    margin-bottom: 60px;
    border: 1px solid #ccc;
    padding: 15px
}

.blog_listing_page .blog-card .blog-top-image {
    overflow: hidden
}

.blog_listing_page .blog-card .blog-top-image img {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.blog_listing_page .blog-card .blog-body {
    padding-top: 30px
}

.blog_listing_page .blog-card .blog-body h5 {
    font-size: 20px;
    min-height: 55.2px;
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #000;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.blog_listing_page .blog-card .blog-body .date {
    font-family: Barlow-Regular;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: #CA2942;
    padding: 10px 0 20px
}

.blog_listing_page .blog-card .blog-body .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: Barlow-Regular;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
    display: none
}

.blog_listing_page .blog-card .blog-body .text p:first-child {
    display: block;
    display: -webkit-box
}

.blog_listing_page .blog-card .blog-body .text p a {
    color: #CA2942;
    font-weight: 700;
    display: contents
}

.blog_listing_page .blog-card .blog-body .more {
    font-family: Barlow-Regular;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    background: #CA2942;
    padding: 10px 15px;
    color: #fff
}

.blog_listing_page .blog-card .blog-body .more:hover {
    background: #000
}

.blog_listing_page .blog-card:hover .blog-top-image img {
    transform: scale(1.05)
}

.blog_listing_page .blog-card:hover h5 {
    color: #CA2942
}

.blog_listing_page .load_more {
    font-size: 18px;
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.blog_listing_page .load_more:hover {
    color: #CA2942
}

.blog_details_page {
    padding: 50px 0 100px
}

.blog_details_page .blog_details_single {
    width: 100%;
    padding: 0;
    position: relative
}

.blog_details_page .blog_details_single::before {
    width: 120px;
    height: 120px;
    border: 7px solid #CA2942;
    content: "";
    display: block;
    position: absolute;
    top: -60px;
    left: -45px;
    z-index: -1;
    border-radius: 100%
}

.blog_details_page .blog_details_single h1.title {
    padding-top: 35px;
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 30px
}

@media (max-width:1199.98px) {
    .blog_details_page .blog_details_single h1.title {
        font-size: 26px
    }
}

@media (max-width:766.98px) {
    .blog_details_page .blog_details_single h1.title {
        font-size: 24px
    }
}

@media (max-width:575.98px) {
    .blog_details_page .blog_details_single h1.title {
        font-size: 18px
    }
}

.blog_details_page .blog_details_single .date {
    font-family: Barlow-Regular;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: #000;
    padding: 10px 0 0
}

.blog_details_page .blog_details_single .text h1,
.blog_details_page .blog_details_single .text h2,
.blog_details_page .blog_details_single .text h3,
.blog_details_page .blog_details_single .text h4,
.blog_details_page .blog_details_single .text h5,
.blog_details_page .blog_details_single .text h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 26px
}

.blog_details_page .blog_details_single .text p {
    font-family: Barlow-Regular;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: #000;
    margin: 20px 0 10px
}

.blog_details_page .blog_details_single .text p a {
    color: #CA2942;
    font-weight: 700;
    display: contents
}

.blog_details_page .blog_details_single .text ol {
    padding-top: 10px;
    padding-bottom: 0
}

.blog_details_page .blog_details_single .text ol li {
    position: relative;
    line-height: 28px;
    margin-bottom: 10px
}

.blog_details_page .blog_details_single .text ol li a {
    color: #CA2942;
    font-weight: 700
}

.blog_details_page .blog_details_single .text ul {
    padding-top: 10px;
    padding-bottom: 0
}

.blog_details_page .blog_details_single .text ul li {
    position: relative;
    line-height: 28px;
    padding-left: 40px;
    margin-bottom: 10px
}

.blog_details_page .blog_details_single .text ul li a {
    color: #CA2942;
    font-weight: 700
}

.blog_details_page .blog_details_single .text ul li::before {
    width: 17px;
    height: 17px;
    content: "";
    left: 0;
    top: 6px;
    display: block;
    background: url(../images/mightywarner-logo.png) no-repeat center;
    background-size: contain;
    position: absolute
}

@media (max-width:1199.98px) {
    .blog_details_page .blog_details_single text h1,
    .blog_details_page .blog_details_single text h2,
    .blog_details_page .blog_details_single text h3,
    .blog_details_page .blog_details_single text h4,
    .blog_details_page .blog_details_single text h5,
    .blog_details_page .blog_details_single text h6 {
        font-size: 22px
    }
}

@media (max-width:766.98px) {
    .blog_details_page .blog_details_single text h1,
    .blog_details_page .blog_details_single text h2,
    .blog_details_page .blog_details_single text h3,
    .blog_details_page .blog_details_single text h4,
    .blog_details_page .blog_details_single text h5,
    .blog_details_page .blog_details_single text h6 {
        font-size: 19px
    }
}

@media (max-width:575.98px) {
    .blog_details_page .blog_details_single text h1,
    .blog_details_page .blog_details_single text h2,
    .blog_details_page .blog_details_single text h3,
    .blog_details_page .blog_details_single text h4,
    .blog_details_page .blog_details_single text h5,
    .blog_details_page .blog_details_single text h6 {
        font-size: 15px
    }
}

.blog_details_page .blog_details_single .video-area {
    margin-top: 20px;
    position: relative
}

.blog_details_page .blog_details_single .video-area img {
    width: 100%;
    border-radius: 0;
    margin: 0
}

.blog_details_page .blog_details_single .video-area .video-btn {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: 0 0;
    border: none;
    animation: animate 2s linear infinite;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}



.blog_details_page .blog_details_single .share_navigation_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px
}

.blog_details_page .blog_details_single .share_navigation_area .share a {
    margin-right: 20px
}

.blog_details_page .blog_details_single .share_navigation_area .share a i {
    font-size: 20px;
    color: #091821;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.blog_details_page .blog_details_single .share_navigation_area .share a:last-child {
    margin-right: 0
}

.blog_details_page .blog_details_single .share_navigation_area .share a:hover i {
    color: #CA2942
}

.blog_details_page .blog_details_single .share_navigation_area .prev_next .primary_btn {
    padding: 10px 20px;
    width: 123px;
    display: inline-block;
    text-align: center
}

.blog_details_page .blog_details_single .share_navigation_area .prev_next .primary_btn:last-child {
    margin-left: 20px
}

.blog_details_page .recent_blog_area {
    background: url(../images/blog_bg.png) center/cover #CA2942;
    padding: 30px 20px;
    margin-left: 10px
}

.blog_details_page .recent_blog_area h4 {
    color: #fff;
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500
}

.blog_details_page .recent_blog_area ul {
    margin-top: 25px
}

.blog_details_page .recent_blog_area ul li {
    display: flex;
    margin-bottom: 40px
}

.blog_details_page .recent_blog_area ul li .image_box {
    width: 38%;
    margin-right: 15px;
    position: relative;
    overflow: hidden
}

.blog_details_page .recent_blog_area ul li .image_box picture {
    display: flex;
}

.blog_details_page .recent_blog_area ul li .image_box img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    overflow: hidden
}

.blog_details_page .recent_blog_area ul li .deails_box {
    width: 62%;
    padding-bottom: 5px
}

.blog_details_page .recent_blog_area ul li .deails_box h6 {
    color: #fff;
    font-family: Barlow-SemiBold;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.blog_details_page .recent_blog_area ul li .deails_box .date {
    font-family: Barlow-Regular;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 13px
}

.blog_details_page .recent_blog_area ul li .deails_box .more {
    font-family: Barlow-Regular;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.blog_details_page .recent_blog_area ul li .deails_box .more:hover {
    color: #000
}

.blog_details_page .recent_blog_area ul li:hover img {
    transform: scale(1.05)
}

.privacy_policy {
    padding: 0 0 100px
}

.privacy_policy h2 {
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    padding-bottom: 10px
}

.privacy_policy h4 {
    color: #707070;
    font-family: Barlow-SemiBold;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 23px
}

.privacy_policy h5 {
    font-family: Barlow-SemiBold;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 23px;
    margin-top: 40px;
    padding-bottom: 15px
}

.privacy_policy .text {
    padding: 0 0 25px
}

.privacy_policy ul {
    padding-top: 15px
}

.privacy_policy ul li {
    position: relative;
    line-height: 28px;
    padding-bottom: 20px;
    padding-left: 40px
}

.privacy_policy ul li::before {
    width: 17px;
    height: 17px;
    content: "";
    left: 0;
    top: 6px;
    display: block;
    background: url(../images/privacy_list.svg) no-repeat center;
    position: absolute
}

.conatct_page {
    padding: 50px 0 100px
}

.conatct_page .contact_detail_card_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(10px, auto);
    grid-gap: 30px
}

.conatct_page .contact_detail_card_wrapper .contact_detail_box .map {
    background-color: #CA2942;
    padding: 15px 20px;
    display: inline-block;
    margin: 0;
    line-height: 0;
    border-radius: 10px 10px 0 0
}

.conatct_page .contact_detail_card_wrapper .contact_detail_box .contact_detail_box_wrapper {
    background-color: #CA2942;
    padding: 40px 30px
}

.conatct_page .contact_detail_card_wrapper .contact_detail_box h3 {
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #fff
}

.conatct_page .contact_detail_card_wrapper .contact_detail_box .contact_details_wrapper {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    grid-row-gap: 30px;
    grid-auto-rows: minmax(10px, auto)
}

.conatct_page .contact_detail_card_wrapper .contact_detail_box .contact_details_wrapper .contact_box {
    display: flex;
    align-items: flex-start
}

.conatct_page .contact_detail_card_wrapper .contact_detail_box .contact_details_wrapper .contact_box ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px
}

.conatct_page .contact_detail_card_wrapper .contact_detail_box .contact_details_wrapper .contact_box ul li:last-child {
    margin-bottom: 0
}

.conatct_page .contact_detail_card_wrapper .contact_detail_box .contact_details_wrapper .contact_box .icon_box {
    width: 30px;
    margin-right: 15px
}

.conatct_page .contact_detail_card_wrapper .contact_detail_box .contact_details_wrapper .contact_box .info {
    width: 90%
}

.conatct_page .contact_detail_card_wrapper .contact_detail_box .contact_details_wrapper .contact_box .info p {
    font-size: 13px !important;
    color: #fff
}

.conatct_page .contact_detail_card_wrapper .contact_detail_box .contact_details_wrapper .contact_box .info p strong {
    font-size: 15px !important;
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500
}

.conatct_page .contact_detail_card_wrapper .contact_detail_box .contact_details_wrapper .contact_box .info p mark {
    background: 0 0;
    color: #fff
}

.conatct_page .contact_detail_card_wrapper .contact_detail_box .contact_details_wrapper .contact_box .info p a {
    color: #fff;
    font-size: 13px !important
}

.conatct_page .contact_detail_card_wrapper .contact_detail_box .contact_details_wrapper .contact_box .info p a:hover {
    color: #ccc;
    text-decoration: underline
}

.conatct_page .contact_detail_card_wrapper .cnt_details {
    position: relative
}

.conatct_page .contact_detail_card_wrapper .cnt_details::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: 0;
    background: #CA2942;
    z-index: -1
}

.conatct_page .contact_detail_card_wrapper .contact_detail_map {
    background-color: transparent;
    margin: 0;
    padding: 0;
    z-index: 0;
    position: relative;
    height: 320px
}

.conatct_page .contact_detail_card_wrapper .contact_detail_map iframe {
    width: 100%;
    border: none;
    outline: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    height: 100%
}

.case_study {
    padding: 0 0 60px
}

.case_study .project_info {
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px
}

.case_study .project_info .project_logo {
    width: 200px;
    margin-bottom: 30px
}

.case_study .project_info p {
    font-family: Barlow-Regular;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    padding-bottom: 20px
}

.case_study .project_info .list_info {
    margin-top: 10px
}

.case_study .project_info .list_info li {
    display: flex;
    align-items: center;
    margin-bottom: 25px
}

.case_study .project_info .list_info li img {
    margin-right: 20px;
    width: 28px
}

.case_study .project_info .list_info li p {
    padding: 0;
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 16px
}

.case_study .project_info .list_info li p a {
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.case_study .project_info .list_info li p a:hover {
    color: #CA2942;
    text-decoration: underline
}

.case_study .project_info .list_info li:last-child {
    margin-bottom: 0
}

.case_study .project_info .tag {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px
}

.case_study .project_info .tag .fltr {
    display: flex;
    align-items: center;
    background: #CA2942;
    justify-content: space-between;
    padding: 7px 15px;
    margin-right: 12px;
    margin-bottom: 15px;
    border-radius: 10px 0
}

.case_study .project_info .tag .fltr img {
    margin-right: 8px;
    width: 25px
}

.case_study .project_info .tag .fltr .txt {
    font-size: 15px;
    font-family: Barlow-Regular;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 15px;
    display: flex;
    color: #fff
}

.case_study .project_info .tag .fltr:last-child {
    margin-right: 0
}

.case_study .project_tab_display {
    display: flex;
    align-items: center
}

.case_study .project_tab_display .project_tab_wrapper {
    align-items: center
}

.case_study .project_tab_display .project_tab_wrapper .project_btn_left,
.case_study .project_tab_display .project_tab_wrapper .project_btn_right {
    font-family: Barlow-Regular;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000
}

.case_study .project_tab_display .project_tab_wrapper .project_btn_left:hover,
.case_study .project_tab_display .project_tab_wrapper .project_btn_right:hover {
    color: #CA2942;
    text-decoration: underline
}

.case_study .project_tab_display .project_tab_wrapper .project_btn_left {
    margin-bottom: 30px
}

.case_study .project_tab_display .project_tab_wrapper .project_btn_left i {
    margin-right: 10px
}

.case_study .project_tab_display .project_tab_wrapper .project_btn_right {
    margin-top: 10px
}

.case_study .project_tab_display .project_tab_wrapper .project_btn_right i {
    margin-left: 10px
}

.case_study .project_tab_display .project_tab_wrapper .project_tab,
.case_study .project_tab_display .project_tab_wrapper .project_tab .tab_screen {
    position: relative
}

.case_study .project_tab_display .project_tab_wrapper .project_tab .mask {
    position: absolute;
    width: 95%;
    height: 90%;
    left: 2.5%;
    top: 4%;
    overflow: hidden
}

.case_study .more-section {
    margin: 30px 0;
    padding-top: 50px;
    padding-bottom: 50px
}

.case_study .more-section .more-section-img img {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.case_study .more-section .more-section-details {
    padding-top: 30px;
    padding-bottom: 0;
    display: flex;
    align-items: center
}

.case_study .more-section .more-section-details h3 {
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    padding-bottom: 30px
}

.case_study .more-section .more-section-details p {
    padding-bottom: 20px
}

.case_study .more-section .more-section-details ul {
    padding-top: 30px;
    padding-bottom: 30px
}

.case_study .more-section .more-section-details ul li {
    position: relative;
    line-height: 28px;
    padding-bottom: 20px;
    padding-left: 40px
}

.case_study .more-section .more-section-details ul li::before {
    width: 17px;
    height: 17px;
    content: "";
    left: 0;
    top: 6px;
    display: block;
    background: url(../images/privacy_list.svg) no-repeat center;
    position: absolute
}

.case_study .more-section .more-section-details ul li:last-child {
    padding-bottom: 0
}

.case_study .more-section-2 {
    background-color: #CA2942
}

.case_study .more-section-2 .more-section-img {
    position: relative
}

.case_study .more-section-2 .more-section-img img {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.case_study .more-section-2 .more-section-img::before {
    position: absolute;
    left: -29px;
    content: url(../images/penta_component.svg);
    background-size: cover;
    display: flex;
    align-items: center;
    height: 100%
}

.case_study .more-section-2 .more-section-details {
    padding-top: 60px;
    padding-bottom: 40px;
    display: flex;
    align-items: center
}

.case_study .more-section-2 .more-section-details h3 {
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    padding-bottom: 30px;
    color: #fff
}

.case_study .more-section-2 .more-section-details p {
    padding-bottom: 20px;
    color: #fff
}

.case_study .more-section-2 .more-section-details ul {
    padding-top: 30px;
    padding-bottom: 20px
}

.case_study .more-section-2 .more-section-details ul li {
    position: relative;
    line-height: 28px;
    padding-bottom: 20px;
    padding-left: 40px;
    color: #fff
}

.case_study .more-section-2 .more-section-details ul li::before {
    width: 17px;
    height: 17px;
    content: "";
    left: 0;
    top: 6px;
    display: block;
    background: url(../images/case-list-icon.svg) no-repeat center;
    position: absolute
}

.case_study .more-section-2 .more-section-details ul li:last-child {
    padding-bottom: 0
}

.related_works {
    padding: 0
}

.related_works h2 {
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    padding-bottom: 50px
}

.related_works .related_works-slider {
    margin: 0;
    padding: 0;
    background: #f3f3f3
}

.related_works .slick-dotted {
    margin-bottom: 0 !important
}

.related_works .slick-list,
.related_works .slick-slide {
    margin: 0 !important;
    line-height: 0
}

.related_works .appendDots2 {
    padding: 30px 0 50px;
    background: #f3f3f3;
    z-index: 999;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.related_works .appendDots2 .slick-dots {
    position: relative;
    top: 0;
    display: inline-block;
    width: auto
}

.related_works .appendDots2 .slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: #CA2942;
    border-radius: 100%
}

.related_works .appendDots2 .slick-dots li button::before {
    display: none
}

.related_works .appendDots2 .slick-dots .slick-active button {
    width: 15px;
    height: 15px
}

.case_study_video_area {
    padding: 0;
    position: relative;
    margin-top: 30px
}

.case_study_video_area .video_image {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0
}

.case_study_video_area .overlay {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .37);
    z-index: 0
}

.case_study_video_area .video-btn {
    position: absolute;
    z-index: 99;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: 0 0;
    border: none;
    animation: animate 2s linear infinite;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.case_study_testimonials {
    padding: 50px 0 0;
    margin: 50px 0 0
}

.case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card {
    display: flex !important;
    padding-bottom: 50px
}

.case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card .left_profile {
    width: 50%;
    display: flex
}

.case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card .left_profile .profile_picture {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-top: 8%;
    padding-right: 9%;
    padding-bottom: 8%
}

.case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card .left_profile .profile_picture .cs-quote {
    width: 32%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card .left_profile .profile_picture .img_profile {
    border-radius: 20px;
    max-width: 200px;
    position: relative;
    z-index: 1
}

.case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card .left_profile .profile_picture .video-btn {
    position: absolute;
    z-index: 99;
    content: "";
    right: 9%;
    bottom: 30px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: 0 0;
    border: none;
    animation: animate2 2s linear infinite;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}



.case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card .left_profile .profile_details {
    width: 50%;
    display: flex;
    align-items: center;
    padding-left: 20px
}

.case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card .left_profile .profile_details h5 {
    font-family: Barlow-SemiBold;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    margin-bottom: 10px
}

.case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card .left_profile .profile_details .rating__body {
    display: flex
}

.case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card .left_profile .profile_details .rating__body .rating__star+.rating__star {
    margin-left: 3px
}

.case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card .left_profile .profile_details .rating__body .rating__star {
    width: 13px;
    height: 12px;
    background-image: url(../images/case-studies/svg/star.svg)
}

.case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card .left_profile .profile_details .rating__body .rating__star--active {
    background-image: url(../images/case-studies/svg/star-active.svg)
}

.case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card .left_profile .profile_details .c_s_testimonials_logo {
    margin-top: 20px;
    width: 160px
}

.case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card .right_details {
    width: 50%;
    display: flex;
    align-items: center
}

.case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card .right_details .right_details_wrapper {
    position: relative
}

.case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card .right_details .right_details_wrapper::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    left: 0;
    background-color: rgba(112, 112, 112, .22)
}

.case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card .right_details .right_details_wrapper h2 {
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    margin-bottom: 20px
}

.case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card .right_details .right_details_wrapper p {
    font-family: Barlow-Regular;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    padding-bottom: 20px
}

.case_study_testimonials .appendDots {
    position: relative;
    z-index: 99;
    bottom: 0;
    margin-top: -80px
}

.case_study_testimonials .appendDots .slick-dots {
    bottom: 0;
    display: inline-block;
    width: auto;
    left: 50%;
    padding-left: 3rem !important
}

.case_study_testimonials .appendDots .slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: #CA2942;
    border-radius: 100%
}

.case_study_testimonials .appendDots .slick-dots li button::before {
    display: none
}

.case_study_testimonials .appendDots .slick-dots .slick-active button {
    width: 15px;
    height: 15px
}

.faq_wrapper {
    padding: 30px 0
}

.faq_wrapper .faq_left_img {
    position: relative
}

.faq_wrapper .faq_left_img ::after {
    width: 114px;
    height: 150px;
    content: "";
    display: block;
    position: absolute;
    bottom: -29px;
    left: -26px;
    z-index: -1;
    background: url(../images/pattern.png) 0 0/cover
}

.faq_wrapper .faq_left_img .faq_img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%
}

.faq_wrapper .faq_right_details_wrapper .faq_accordion {
    padding: 50px 40px;
    width: 100%;
    background-color: #CA2942;
    display: flex;
    align-items: center;
    height: 100%
}

.faq_wrapper .faq_right_details_wrapper .faq_accordion .box {
    width: 100%
}

.faq_wrapper .faq_right_details_wrapper .faq_accordion .box h2 {
    color: #fff;
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    margin-bottom: 20px
}

.faq_wrapper .faq_right_details_wrapper .faq_accordion .box .accordion {
    display: block
}

.faq_wrapper .faq_right_details_wrapper .faq_accordion .box .accordion .accordion-item {
    border-radius: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: transparent
}

.faq_wrapper .faq_right_details_wrapper .faq_accordion .box .accordion .accordion-item .accordion-header .accordion-button {
    padding: 20px 0;
    font-size: 22px;
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #fff;
    box-shadow: none;
    outline: 0;
    background-color: transparent
}

.faq_wrapper .faq_right_details_wrapper .faq_accordion .box .accordion .accordion-item .accordion-header .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.faq_wrapper .faq_right_details_wrapper .faq_accordion .box .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    box-shadow: none
}

.faq_wrapper .faq_right_details_wrapper .faq_accordion .box .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.faq_wrapper .faq_right_details_wrapper .faq_accordion .box .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0
}

.faq_wrapper .faq_right_details_wrapper .faq_accordion .box .accordion .accordion-item .accordion-collapse .accordion-body p {
    color: #fff;
    padding-bottom: 20px
}

.faq_wrapper .faq_right_details_wrapper .faq_accordion .box .accordion .accordion-item .accordion-collapse .accordion-body ul {
    padding-top: 30px;
    padding-bottom: 0
}

.faq_wrapper .faq_right_details_wrapper .faq_accordion .box .accordion .accordion-item .accordion-collapse .accordion-body ul li {
    margin-bottom: 10px;
    color: #fff;
    position: relative;
    line-height: 28px;
    padding-left: 40px
}

.faq_wrapper .faq_right_details_wrapper .faq_accordion .box .accordion .accordion-item .accordion-collapse .accordion-body ul li::before {
    width: 20px;
    height: 20px;
    content: "";
    left: 0;
    top: 6px;
    display: block;
    background: url(../images/logo-icon-white.png) no-repeat center;
    position: absolute;
    background-size: contain;
}

.faq_wrapper .faq_right_details_wrapper .faq_accordion .box .accordion .accordion-item:last-child {
    border-bottom: 0
}

.services_details_Page {
    padding: 0 0 60px
}

.services_details_Page .services_request {
    padding: 30px 0
}

.services_details_Page .services_request .services_request_wrapper {
    /*display: flex;*/
    background-color: #27426f;
    justify-content: space-between
}

.services_details_Page .services_request .services_request_wrapper .left_heading {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    /*width: 23%;*/
    /*background-color: #CA2942;*/
    padding: 25px 20px 10px 20px;
}

.services_details_Page .services_request .services_request_wrapper .left_heading h2 {
    color: #fff;
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500
}

.services_details_Page .services_request .services_request_wrapper form {
    padding: 0px 30px 0px 30px;
    /*width: 75%;*/
    display: flex;
    align-items: center
}

.services_details_Page .services_request .services_request_wrapper form .type_box {
    width: 100%
}

.services_details_Page .services_request .services_request_wrapper form .form-control {
    width: 100%;
    padding: 8px 15px;
    font-size: 14px;
    margin-bottom: 0;
    font-family: Barlow-Regular;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    border: 0
}

.services_details_Page .services_request .services_request_wrapper form input[type=number] {
    -moz-appearance: textfield
}

.services_details_Page .services_request .services_request_wrapper form input::-webkit-inner-spin-button,
.services_details_Page .services_request .services_request_wrapper form input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.services_details_Page .services_request .services_request_wrapper form .form-message {
    resize: none;
    height: 89px
}

.services_details_Page .services_request .services_request_wrapper form .primary_btn {
    background: #fff;
    padding: 0;
    /*margin: 0 0 0 30px;*/
    border: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    animation: animate 2s linear infinite;
    z-index: 1;
    box-shadow: 0 3px 6px rgba(21, 117, 97, .4)
}

.services_details_Page .services_request .services_request_wrapper form .primary_btn:hover {
    border: 0;
    background: #000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .4)
}

.services_details_Page .more-section {
    margin: 0;
    padding-top: 50px;
    padding-bottom: 50px
}

.services_details_Page .more-section .more-section-img {
    position: relative
}

.services_details_Page .more-section .more-section-img img {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.services_details_Page .more-section .more-section-img .icon_wrapper {
    position: absolute;
    right: 35px;
    bottom: 0;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #CA2942
}

.services_details_Page .more-section .more-section-img .icon_wrapper img {
    width: 80%
}

.services_details_Page .more-section .more-section-details {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center
}

.services_details_Page .more-section .more-section-details .service_header,
.services_details_Page .more-section .more-section-details .service_header h1,
.services_details_Page .more-section .more-section-details .service_header h2,
.services_details_Page .more-section .more-section-details .service_header h3,
.services_details_Page .more-section .more-section-details .service_header h4,
.services_details_Page .more-section .more-section-details .service_header h5,
.services_details_Page .more-section .more-section-details .service_header h6 {
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    padding-bottom: 30px;
    font-size: 28px
}

.services_details_Page .more-section .more-section-details p {
    padding-bottom: 20px
}

.services_details_Page .more-section .more-section-details p a {
    color: #CA2942;
    font-weight: 700;
    display: contents
}

.services_details_Page .more-section .more-section-details ul {
    padding-top: 30px;
    padding-bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px
}

.services_details_Page .more-section .more-section-details ul li {
    position: relative;
    line-height: 28px;
    padding-left: 40px
}

.services_details_Page .more-section .more-section-details ul li::before {
    width: 20px;
    height: 20px;
    content: "";
    left: 0;
    top: 6px;
    display: block;
    background: url(../images/mightywarner-logo.png) no-repeat center;
    position: absolute;
    background-size: contain;
}

.services_details_Page .service_list_wrapper {
    margin-top: 30px;
    margin-bottom: 50px
}

.services_details_Page .service_list_wrapper .service_list_slider .service_list_item {
    padding: 50px 10px;
    background-color: #CA2942
}

.services_details_Page .service_list_wrapper .service_list_slider .service_list_item a img {
    height: 77px;
    width: fit-content;
    margin: auto
}

.services_details_Page .service_list_wrapper .service_list_slider .service_list_item a h6 {
    margin-top: 15px;
    color: #fff;
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500
}

.services_details_Page .service_list_wrapper .slick-dotted {
    margin-bottom: 0 !important
}

.services_details_Page .service_list_wrapper .slick-slide {
    margin: 0 .7rem
}

.services_details_Page .service_list_wrapper .slick-track {
    display: flex !important
}

.services_details_Page .service_list_wrapper .slick-slide {
    height: inherit !important
}

.services_details_Page .more-section-2 {
    background-color: rgba(197, 39, 64, 0.05);
    padding-bottom: 80px;
    padding-top: 80px
}

.services_details_Page .more-section-2 .more-section-img img {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.services_details_Page .more-section-2 .more-section-details {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center
}

.services_details_Page .more-section-2 .more-section-details .service_header,
.services_details_Page .more-section-2 .more-section-details .service_header h1,
.services_details_Page .more-section-2 .more-section-details .service_header h2,
.services_details_Page .more-section-2 .more-section-details .service_header h3,
.services_details_Page .more-section-2 .more-section-details .service_header h4,
.services_details_Page .more-section-2 .more-section-details .service_header h5,
.services_details_Page .more-section-2 .more-section-details .service_header h6 {
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    padding-bottom: 30px;
    font-size: 28px
}

.services_details_Page .more-section-2 .more-section-details p {
    padding-bottom: 20px;
    color: #000
}

.services_details_Page .more-section-2 .more-section-details p a {
    color: #CA2942;
    font-weight: 700
}

.services_details_Page .more-section-2 .more-section-details ul {
    padding-top: 30px;
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px
}

.services_details_Page .more-section-2 .more-section-details ul li {
    position: relative;
    line-height: 28px;
    padding-left: 40px;
    color: #000
}

.services_details_Page .more-section-2 .more-section-details ul li::before {
    width: 20px;
    height: 20px;
    content: "";
    left: 0;
    top: 6px;
    display: block;
    background: url(../images/mightywarner-logo.png) no-repeat center;
    position: absolute;
    background-size: contain;
}

.services_details_Page .more-section-2 .more-section-details ul li a {
    color: #CA2942;
    font-weight: 700;
    display: contents
}

.services_details_Page .home_portfolio_section {
    padding-top: 80px
}

.services_details_Page .our_process {
    padding: 50px 0
}

.services_details_Page .our_process h2 {
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500
}

.services_details_Page .our_process .our_process_slider {
    padding-top: 30px
}

.services_details_Page .our_process .our_process_slider .our_process_card {
    position: relative
}

.services_details_Page .our_process .our_process_slider .our_process_card::after {
    position: absolute;
    right: 20px;
    top: 100px;
    content: "";
    display: inline-block;
    width: 70px;
    height: 71.29px;
    background: url(../images/mightywarner-logo.png) 0 0 / contain no-repeat;
    opacity: 0.2;
}

.services_details_Page .our_process .our_process_slider .our_process_card .top-icon {
    position: relative;
    width: 130px;
    height: 130px;
    margin-left: 40px;
    border: 4px solid #CA2942;
    padding: 10px;
    border-radius: 100%;
    background-color: #fff
}

.services_details_Page .our_process .our_process_slider .our_process_card .our_process_body {
    margin-top: -50px;
    border: 2px solid #CA2942;
    padding: 70px 50px;
    border-radius: 30px
}

.services_details_Page .our_process .our_process_slider .our_process_card .our_process_body h3 {
    padding-bottom: 20px;
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #091821
}

.services_details_Page .our_process .our_process_slider .our_process_card .our_process_body p {
    color: #030303
}

.services_details_Page .our_process .our_process_slider .our_process_card .our_process_count {
    position: relative;
    right: 0;
    margin-right: 50px;
    margin-top: -33px;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    display: flex;
    align-items: center;
    justify-content: center
}

.services_details_Page .our_process .our_process_slider .our_process_card .our_process_count::before {
    z-index: 0;
    position: absolute;
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background-color: #CA2942;
    border-radius: 100%
}

.services_details_Page .our_process .our_process_slider .our_process_card .our_process_count h4 {
    position: relative;
    z-index: 1;
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #fff
}

.services_details_Page .our_process .appendDots2 {
    z-index: 999;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.services_details_Page .our_process .appendDots2 .slick-dots {
    position: relative;
    top: 0;
    display: inline-block;
    width: auto
}

.services_details_Page .our_process .appendDots2 .slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: #CA2942;
    border-radius: 100%
}

.services_details_Page .our_process .appendDots2 .slick-dots li button::before {
    display: none
}

.services_details_Page .our_process .appendDots2 .slick-dots .slick-active button {
    width: 15px;
    height: 15px
}

.services_details_Page .our_process .slick-dotted {
    margin-bottom: 0 !important
}

.services_details_Page .our_process .slick-slide {
    margin: 0 .7rem;
    padding: 10px 0
}

.services_details_Page .our_process_2 {
    padding: 60px 0
}

.services_details_Page .our_process_2 h2 {
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    margin-bottom: 50px
}

.services_details_Page .our_process_2 .our_process_2_wrapper {
    display: flex;
    justify-content: space-between
}

.services_details_Page .our_process_2 .our_process_2_wrapper .penta_logo_space {
    width: 30%;
    display: flex;
    align-items: center
}

.services_details_Page .our_process_2 .our_process_2_wrapper .penta_logo_space .wrapper_logo {
    display: flex;
    align-items: center;
    position: relative
}

.services_details_Page .our_process_2 .our_process_2_wrapper .penta_logo_space .wrapper_logo .logo-box {
    width: 80%
}

.services_details_Page .our_process_2 .our_process_2_wrapper .penta_logo_space .wrapper_logo .border_box {
    position: absolute;
    right: 0;
    width: 20%;
    height: 88%;
    border: 2px dashed #707070;
    border-left: 0
}

.services_details_Page .our_process_2 .our_process_2_wrapper .penta_logo_space .wrapper_logo .border_box::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #CA2942;
    border-radius: 100%;
    position: absolute;
    top: -7.5px;
    left: -7.5px
}

.services_details_Page .our_process_2 .our_process_2_wrapper .penta_logo_space .wrapper_logo .border_box::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #CA2942;
    border-radius: 100%;
    position: absolute;
    bottom: -7.5px;
    left: -7.5px
}

.services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details .line {
    width: 10%;
    height: 1px;
    border-top: 2px dashed #707070
}

.services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details ul {
    width: 90%
}

.services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 50px;
    border-left: 2px dashed #707070;
    position: relative
}

.services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details ul li .left_icon_wrapper {
    width: 97px;
    height: 40px;
    display: flex;
    justify-content: flex-end
}

.services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details ul li .left_icon_wrapper .left_icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /*background: url(../images/svg/process_list_icon.svg) 0 0/cover;*/
    border: 1px solid #CA2942;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details ul li .left_icon_wrapper .left_icon h6 {
    line-height: 18px;
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500
}

.services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details ul li .left_icon_wrapper .left_icon::before {
    display: block;
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    left: -55px;
    border-top: 2px dashed #707070
}

.services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details ul li .right_cnt {
    width: 84%
}

.services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details ul li .right_cnt .textArea h1,
.services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details ul li .right_cnt .textArea h2,
.services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details ul li .right_cnt .textArea h3,
.services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details ul li .right_cnt .textArea h4,
.services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details ul li .right_cnt .textArea h5,
.services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details ul li .right_cnt .textArea h6 {
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #CA2942;
    padding-bottom: 20px;
    font-size: 22px;
    margin-bottom: 0
}

.services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details ul li:last-child {
    padding-bottom: 0
}

.services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details ul li:last-child::after {
    content: "";
    display: block;
    height: 50%;
    width: 10px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: -5px
}

.services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details ul li:first-child {
    padding-bottom: 0
}

.services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details ul li:first-child::before {
    content: "";
    display: block;
    height: 50%;
    width: 10px;
    background-color: #fff;
    position: absolute;
    top: -1px;
    left: -5px
}

.services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details ul li:nth-child(2) {
    padding-top: 50px
}

.faq_page_section .faq_nav_bg {
    padding: 20px 0;
    background: #f3f3f3
}

.faq_page_section .faq_nav_bg .nav-pills {
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    overflow-x: auto;
    height: 55px
}

.faq_page_section .faq_nav_bg .nav-pills::-webkit-scrollbar {
    width: 1px;
    height: 5px
}

.faq_page_section .faq_nav_bg .nav-pills::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px grey;
    border-radius: 3px
}

.faq_page_section .faq_nav_bg .nav-pills::-webkit-scrollbar-thumb {
    background: #CA2942;
    border-radius: 3px
}

.faq_page_section .faq_nav_bg .nav-pills .nav-item {
    display: flex;
    justify-content: center;
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2
}

.faq_page_section .faq_nav_bg .nav-pills .nav-item .nav-link {
    color: #000;
    position: relative;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-right: 20px
}

.faq_page_section .faq_nav_bg .nav-pills .nav-item .nav-link::before {
    display: block;
    content: "";
    width: 27px;
    height: 39px;
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0
}

.faq_page_section .faq_nav_bg .nav-pills .nav-item .nav-link::after {
    display: block;
    content: "";
    width: 30px;
    height: 37px;
    background: 0 0;
    position: absolute;
    top: 0;
    right: 0
}

.faq_page_section .faq_nav_bg .nav-pills .nav-item .active {
    background: 0 0;
    position: relative;
    padding-left: 1.6rem;
    padding-right: 1.6rem
}

.faq_page_section .faq_nav_bg .nav-pills .nav-item .active::before {
    display: block;
    content: "";
    width: 27px;
    height: 39px;
    background: url(../images/tab_active_left.png) 0 0/cover;
    position: absolute;
    top: 0;
    left: 0
}

.faq_page_section .faq_nav_bg .nav-pills .nav-item .active::after {
    display: block;
    content: "";
    width: 30px;
    height: 37px;
    background: url(../images/tab_active_right.png) 0 0/cover;
    position: absolute;
    top: 0;
    right: 0
}

.faq_page_section .faq_nav_bg .nav-pills .nav-item:last-child .nav-link {
    margin-right: 0
}

.faq_page_section .tab-content {
    margin-top: 50px
}

.faq_page_section .faq_page_accordion {
    margin-top: 30px
}

.faq_page_section .faq_page_accordion .accordion {
    display: block
}

.faq_page_section .faq_page_accordion .accordion .accordion-item {
    border-radius: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background-color: transparent
}

.faq_page_section .faq_page_accordion .accordion .accordion-item .accordion-header .accordion-button {
    padding: 20px 0;
    font-size: 22px;
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #000;
    box-shadow: none;
    outline: 0;
    background-color: transparent
}

.faq_page_section .faq_page_accordion .accordion .accordion-item .accordion-header .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.faq_page_section .faq_page_accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none
}

.faq_page_section .faq_page_accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.faq_page_section .faq_page_accordion .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0
}

.faq_page_section .faq_page_accordion .accordion .accordion-item .accordion-collapse .accordion-body p {
    color: #000;
    padding-bottom: 20px
}

.faq_page_section .faq_page_accordion .accordion .accordion-item .accordion-collapse .accordion-body ul {
    padding-top: 30px;
    padding-bottom: 0
}

.faq_page_section .faq_page_accordion .accordion .accordion-item .accordion-collapse .accordion-body ul li {
    margin-bottom: 10px;
    position: relative;
    line-height: 28px;
    padding-left: 40px
}

.faq_page_section .faq_page_accordion .accordion .accordion-item .accordion-collapse .accordion-body ul li::before {
    width: 17px;
    height: 17px;
    content: "";
    left: 0;
    top: 6px;
    display: block;
    background: url(../images/privacy_list.svg) no-repeat center;
    position: absolute
}

.faq_page_section .faq_page_accordion .accordion .accordion-item:last-child {
    border-bottom: 0
}

.count_gallery {
    margin-top: 30px;
    padding: 0;
    margin-bottom: 50px
}

.count_gallery .count_card {
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid rgba(112, 112, 112, .44)
}

.count_gallery .count_card h2 {
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px
}

.count_gallery .count_card h2 span {
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #000
}

.count_gallery .count_card h5 {
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #CA2942
}

.count_gallery .count_card:last-child {
    border-right: 0
}

.gallery_page {
    padding: 0
}

.gallery_page .gallery_nav_bg {
    padding: 20px 0;
    background: #f3f3f3
}

.gallery_page .gallery_nav_bg .nav-pills {
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    overflow-x: auto;
    height: 55px
}

.gallery_page .gallery_nav_bg .nav-pills::-webkit-scrollbar {
    width: 1px;
    height: 5px
}

.gallery_page .gallery_nav_bg .nav-pills::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px grey;
    border-radius: 3px
}

.gallery_page .gallery_nav_bg .nav-pills::-webkit-scrollbar-thumb {
    background: #CA2942;
    border-radius: 3px
}

.gallery_page .gallery_nav_bg .nav-pills .nav-item {
    display: flex;
    justify-content: center;
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2
}

.gallery_page .gallery_nav_bg .nav-pills .nav-item .nav-link {
    color: #000;
    position: relative;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-right: 20px
}

.gallery_page .gallery_nav_bg .nav-pills .nav-item .nav-link::before {
    display: block;
    content: "";
    width: 27px;
    height: 39px;
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0
}

.gallery_page .gallery_nav_bg .nav-pills .nav-item .nav-link::after {
    display: block;
    content: "";
    width: 30px;
    height: 37px;
    background: 0 0;
    position: absolute;
    top: 0;
    right: 0
}

.gallery_page .gallery_nav_bg .nav-pills .nav-item .active {
    background: 0 0;
    position: relative;
    padding-left: 1.6rem;
    padding-right: 1.6rem
}

.gallery_page .gallery_nav_bg .nav-pills .nav-item .active::before {
    display: block;
    content: "";
    width: 27px;
    height: 39px;
    background: url(../images/tab_active_left.png) 0 0/cover;
    position: absolute;
    top: 0;
    left: 0
}

.gallery_page .gallery_nav_bg .nav-pills .nav-item .active::after {
    display: block;
    content: "";
    width: 30px;
    height: 37px;
    background: url(../images/tab_active_right.png) 0 0/cover;
    position: absolute;
    top: 0;
    right: 0
}

.gallery_page .gallery_nav_bg .nav-pills .nav-item:last-child .nav-link {
    margin-right: 0
}

.gallery_page .gallery_card {
    margin-bottom: 40px;
    position: relative
}

.gallery_page .gallery_card .gallery_img_box {
    position: relative
}

.gallery_page .gallery_card .gallery_img_box .gallery_image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 370px
}

.gallery_page .gallery_card .gallery_img_box .video-btn {
    position: absolute;
    z-index: 99;
    content: "";
    bottom: 50px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: 0 0;
    border: none;
    animation: animategallery 2s linear infinite;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

@keyframes animategallery {
    0% {
        box-shadow: 0 0 rgba(7, 114, 91, .5)
    }
    40%,
    80% {
        box-shadow: 0 0 0 10px rgba(7, 114, 91, 0)
    }
    100% {
        box-shadow: 0 0 0 rgba(7, 114, 91, 0)
    }
}

.gallery_page .column {
    display: none
}

.gallery_page .show {
    display: block
}

.team_page {
    position: relative;
    padding: 80px 0;
    margin-bottom: 80px
}

.team_page .bg_image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0
}

.team_page .bg_image img {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.team_page .team_page_wrapper {
    display: flex
}

.team_page .left_ceo {
    width: 30%
}

.team_page .right_team_wrapper {
    display: flex;
    align-items: flex-end;
    width: 70%
}

.team_page .right_team_wrapper h2 {
    color: #fff;
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    margin-bottom: 20px
}

.team_page .right_team_wrapper .team_directors_slider .slick-slide {
    line-height: 0;
    margin: 0 .5rem
}

.team_card {
    position: relative
}

.team_card img {
    width: 95%
}

.team_card .overlay {
    position: absolute;
    width: 230px;
    height: 76.64px;
    bottom: 20px;
    right: 5%
}

.team_card .overlay::before {
    position: absolute;
    width: 35.11px;
    height: 54px;
    display: block;
    content: "";
    background: url(../images/logo_left.svg) 0 0/cover;
    top: -3px;
    left: -22.11px;
    z-index: 999
}

.team_card .overlay::after {
    position: absolute;
    width: 41.11px;
    height: 58px;
    display: block;
    content: "";
    background: url(../images/logo_right.svg) 0 0/cover;
    bottom: 1.5px;
    right: -16px;
    z-index: 999
}

.team_card .overlay .name_box {
    width: 100%;
    height: 100%;
    position: relative
}

.team_card .overlay .name_box::before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: url(../images/about_team_pattern_02.svg) 0 0/cover;
    top: 0
}

.team_card .overlay .name_box::after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: url(../images/about_team_pattern_01.svg) 0 0/cover;
    top: 0
}

.team_card .overlay .name_box .name {
    z-index: 1;
    color: #fff;
    font-size: 18px;
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    position: relative;
    letter-spacing: .5px;
    display: block;
    width: 100%;
    top: 18px;
    left: 15px
}

.team_card .overlay .name_box .name2 {
    top: 30px
}

.team_card .overlay .name_box .position {
    z-index: 1;
    color: #fff;
    font-size: 12px;
    font-family: Barlow-Regular;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    position: relative;
    letter-spacing: .5px;
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    line-height: 14px;
    top: 14px;
    left: 20px
}

.team_card .overlay .name_box .position2 {
    top: 43px
}

.left_ceo .team_card .overlay {
    width: 300px;
    height: 110.47px
}

.left_ceo .team_card .overlay::before {
    width: 50.11px;
    height: 80px;
    top: -6px;
    left: -30.11px
}

.left_ceo .team_card .overlay::after {
    width: 59.11px;
    height: 84px;
    bottom: 8.5px;
    right: -21px
}

.left_ceo .team_card .overlay .name_box .name {
    top: 35px;
    font-size: 17px
}

.left_ceo .team_card .overlay .name_box .position {
    top: 36px;
    font-size: 15px
}

.team_list {
    padding: 0 0 60px
}

.team_list h3 {
    color: #000;
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    margin-bottom: 30px
}

.team_list .team_list_wrapper {
    grid-gap: 15px;
    grid-row-gap: 40px
}

.team_list .team_list_wrapper .team_card .overlay {
    width: 200px
}

.team_list .team_list_wrapper .team_card .overlay::after {
    position: absolute;
    width: 45.11px;
    height: 62px;
    bottom: 3.5px;
    right: -20px
}

.team_list .team_list_wrapper .team_card .overlay .name_box .name {
    font-size: 15px
}

.team_list .team_list_wrapper .team_card .overlay .name_box .position {
    font-size: 12px;
    font-family: Barlow-Regular;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    left: 30px;
    top: 17px
}

.team_list .team_list_wrapper .slick-track {
    margin-left: 0
}

.team_list .team_list_wrapper .slick-slide {
    margin: 0 .8rem
}

.portfolio_listing_page {
    padding: 30px 0 60px
}

.portfolio_listing_page .portfolio_nav_bg {
    padding: 20px 0;
    background: #f3f3f3
}

.portfolio_listing_page .portfolio_nav_bg .nav-pills {
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    overflow-x: auto;
    height: 55px
}

.portfolio_listing_page .portfolio_nav_bg .nav-pills::-webkit-scrollbar {
    width: 1px;
    height: 5px
}

.portfolio_listing_page .portfolio_nav_bg .nav-pills::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px grey;
    border-radius: 3px
}

.portfolio_listing_page .portfolio_nav_bg .nav-pills::-webkit-scrollbar-thumb {
    background: #CA2942;
    border-radius: 3px
}

.portfolio_listing_page .portfolio_nav_bg .nav-pills .nav-item {
    display: flex;
    justify-content: center;
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2
}

.portfolio_listing_page .portfolio_nav_bg .nav-pills .nav-item .nav-link {
    color: #000;
    position: relative;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-right: 20px
}

.portfolio_listing_page .portfolio_nav_bg .nav-pills .nav-item .nav-link::before {
    display: block;
    content: "";
    width: 27px;
    height: 39px;
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0
}

.portfolio_listing_page .portfolio_nav_bg .nav-pills .nav-item .nav-link::after {
    display: block;
    content: "";
    width: 30px;
    height: 37px;
    background: 0 0;
    position: absolute;
    top: 0;
    right: 0
}

/*.portfolio_listing_page .portfolio_nav_bg .nav-pills .nav-item .active {*/

/*    background: 0 0;*/

/*    position: relative;*/

/*    padding-left: 1.6rem;*/

/*    padding-right: 1.6rem*/

/*}*/

/*.portfolio_listing_page .portfolio_nav_bg .nav-pills .nav-item .active::before {*/

/*    display: block;*/

/*    content: "";*/

/*    width: 30px;*/

/*    height: 36px;*/

/*    background: url(../images/tab_active_right-new.png) 0 0 / cover;*/

/*    position: absolute;*/

/*    top: 0;*/

/*    left: 0;*/

/*    transform: rotate(212deg);*/

/*}*/

/*.portfolio_listing_page .portfolio_nav_bg .nav-pills .nav-item .active::after {*/

/*    display: block;*/

/*    content: "";*/

/*    width: 31px;*/

/*    height: 37px;*/

/*    background: url(../images/tab_active_left-new.png) 0 0 / contain;*/

/*    position: absolute;*/

/*    top: 1px;*/

/*    right: 0;*/

/*    transform: rotate(203deg);*/

/*    background-repeat: no-repeat;*/

/*}*/

.portfolio_listing_page .portfolio_nav_bg .nav-pills .nav-item:last-child .nav-link {
    margin-right: 0
}

.portfolio_listing_page .portfolio_nav_bg.sticky-top {
    top: 102px;
    padding: 10px 0;
    z-index: 998
}

.portfolio_listing_page .portfolio_nav_bg.sticky-top .nav-pills .nav-item .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-right: 0;
    font-size: 13px
}

.portfolio_listing_page .portfolio_nav_bg.sticky-top .nav-pills .nav-item .active {
    display: flex;
    align-items: center
}

/*.portfolio_listing_page .portfolio_nav_bg.sticky-top .nav-pills .nav-item .active::before {*/

/*    display: block;*/

/*    content: "";*/

/*    width: 20px;*/

/*    height: 28px;*/

/*    background: url(../images/tab_active_left.png) 0 0/cover;*/

/*    position: absolute;*/

/*    top: inherit;*/

/*    left: 0*/

/*}*/

/*.portfolio_listing_page .portfolio_nav_bg.sticky-top .nav-pills .nav-item .active::after {*/

/*    display: block;*/

/*    content: "";*/

/*    width: 24px;*/

/*    height: 28px;*/

/*    background: url(../images/tab_active_right.png) 0 0/cover;*/

/*    position: absolute;*/

/*    top: inherit;*/

/*    right: 0*/

/*}*/

.portfolio_listing_page .portfolio_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(100px, auto)
}

.portfolio_listing_page .portfolio_wrapper .left_portfolio_details {
    display: flex;
    justify-content: end
}

.portfolio_listing_page .portfolio_wrapper .left_portfolio_details .portfolio_container {
    position: relative;
    height: 100%;
    padding: 0 50px 0 .8rem;
    display: flex;
    align-items: center
}

.portfolio_listing_page .portfolio_wrapper .left_portfolio_details .portfolio_container .logoTab {
    margin-bottom: 20px
}

.portfolio_listing_page .portfolio_wrapper .left_portfolio_details .portfolio_container .buttons_area {
    margin-top: 35px;
    display: flex
}

.portfolio_listing_page .portfolio_wrapper .left_portfolio_details .portfolio_container .buttons_area .primary_btn {
    padding: 10px 25px;
    font-size: 14px
}

.portfolio_listing_page .portfolio_wrapper .left_portfolio_details .portfolio_container .buttons_area .primary_btn:last-child {
    margin-left: 20px
}

.portfolio_listing_page .portfolio_wrapper .left_portfolio_details .portfolio_container .tag {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px
}

.portfolio_listing_page .portfolio_wrapper .left_portfolio_details .portfolio_container .tag .fltr {
    display: flex;
    align-items: center;
    background: #CA2942;
    justify-content: space-between;
    padding: 7px 14px;
    margin-right: 12px;
    margin-bottom: 15px;
    border-radius: 10px 0
}

.portfolio_listing_page .portfolio_wrapper .left_portfolio_details .portfolio_container .tag .fltr img {
    margin-right: 8px;
    width: 25px
}

.portfolio_listing_page .portfolio_wrapper .left_portfolio_details .portfolio_container .tag .fltr .txt {
    font-size: 14px;
    font-family: Barlow-Regular;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 15px;
    display: flex;
    color: #fff
}

.portfolio_listing_page .portfolio_wrapper .left_portfolio_details .portfolio_container .tag .fltr:last-child {
    margin-right: 0
}

.portfolio_listing_page .portfolio_wrapper:nth-child(even) .left_portfolio_image {
    grid-column: 1/2;
    grid-row: 1/2
}

.portfolio_listing_page .portfolio_wrapper:nth-child(even) .left_portfolio_details {
    grid-column: 2/3;
    justify-content: start
}

.portfolio_listing_page .portfolio_wrapper:nth-child(even) .left_portfolio_details .portfolio_container {
    padding-right: 0;
    padding-left: 50px
}

@media (max-width:991.98px) {
    .portfolio_listing_page .portfolio_nav_bg.sticky-top {
        top: 85px
    }
}

.more_portfolio_section {
    padding-bottom: 40px
}

.more_portfolio_section .portfolio_slider_card {
    padding-bottom: 0;
    margin-top: 30px
}

.more_portfolio_section .portfolio_slider_card .link_wrapper {
    display: flex;
    justify-content: center;
    padding: 20px 0
}

.more_portfolio_section .portfolio_slider_card .link_wrapper a {
    display: block;
    padding: 10px 30px;
    text-transform: uppercase;
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
    line-height: 24px
}

.more_portfolio_section .portfolio_slider_card .link_wrapper a:hover {
    color: #CA2942
}

.more_portfolio_section .slick-dotted.slick-slider {
    margin-bottom: 0
}

.more_portfolio_section .slick-slide {
    margin-bottom: 0;
    line-height: 0
}

.carrers .carrerContentsleft {
    padding-right: 30px
}

.carrers .carrerContentsleft .head h2 {
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500
}

.carrers .carrerContentsleft .head p {
    font-family: Barlow-Medium;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #707070;
    font-size: 18px
}

.carrers .carrerContentsleft .carrerBox .position_year_area {
    display: flex;
    margin-bottom: 20px
}

.carrers .carrerContentsleft .carrerBox .position_year_area .item_area_career h4 {
    font-family: Barlow-SemiBold;
    font-family: Montserrat, sans-serif;
    font-weight: 600
}

.carrers .carrerContentsleft .carrerBox .position_year_area .item_area_career:last-child {
    display: flex;
    align-items: center;
    justify-content: end
}

.carrers .carrerContentsleft .carrerBox p {
    margin-bottom: 20px
}

.carrers .carrerContentsleft .carrerBox .accordion-body>ul {
    padding-top: 30px;
    padding-bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 30px
}

.carrers .carrerContentsleft .carrerBox ul li {
    position: relative;
    line-height: 28px;
    padding-left: 29px
}

@media(min-width:1200px) {
    .carrers .carrerContentsleft .carrerBox ul li {
        padding-left: 40px
    }
}

.carrers .carrerContentsleft .carrerBox ul li::before {
    width: 20px;
    height: 20px;
    content: "";
    left: 0;
    top: 6px;
    display: block;
    background: url(../images/mightywarner-logo.png) no-repeat center;
    position: absolute;
    background-size: contain;
}

.carrers .carrerContentsRight .carrerImgBox {
    margin-bottom: 60px;
    position: relative
}

.carrers .carrerContentsRight .carrerImgBox img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 450px;
    width: 100%
}

.carrers .carrerContentsRight .carrerImgBox::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 56%;
    bottom: 0;
    left: 0;
    background-image: url(../images/carrer/before.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom
}

.carrers .carrerContentsRight .carrerImgBox .content {
    position: absolute;
    content: "";
    bottom: 50px;
    right: 60px;
    text-align: end
}

.carrers .carrerContentsRight .carrerImgBox .content h4 {
    font-family: Barlow-Regular;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: #fff
}

.carrers .carrerContentsRight .carrerImgBox .animate {
    position: absolute;
    top: 0;
    right: 20px
}

.carrers .carrerContentsRight .carrerImgBox .animate .swing {
    animation: animateSwing ease-in-out 1s infinite alternate;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transform-origin: center -20px;
    box-shadow: none;
    top: 210px;
    width: 38px;
    height: 110px;
    position: relative
}

.carrers .carrerContentsRight .carrerImgBox .animate .swing img {
    border: 0 solid #f8f8f8;
    display: block;
    position: relative;
    top: 100px;
    width: 34px;
    height: 35px;
    object-fit: contain;
}

.carrers .carrerContentsRight .carrerImgBox .animate .swing::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 113px;
    background: #fff;
    top: 0;
    left: 50%;
    z-index: 1;
    border-bottom: none;
    border-right: none
}



.carrers .position-sticky {
    height: 100%;
    overflow: hidden
}

.fourZeroFour {
    padding: 80px 0
}

.fourZeroFour h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    text-align: center
}

.fourZeroFour h5 {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #CA2942;
    text-align: center
}

.fourZeroFour .primary_btn {
    margin-top: 30px;
    text-align: center
}

@media (min-width:992px) {

    .portfolio_listing_page .portfolio_wrapper .left_portfolio_details .portfolio_container {
        width: 480px
    }
}

@media (min-width:1200px) {

    .portfolio_listing_page .portfolio_wrapper .left_portfolio_details .portfolio_container {
        width: 570px
    }
}

@media (min-width:1400px) {

    .portfolio_listing_page .portfolio_wrapper .left_portfolio_details .portfolio_container {
        width: 660px
    }
}

@media (min-width:1550px) {
    .about_team_footer .space_sction {
        padding-top: 50px
    }
}

@media (min-width:1713px) {

    .about_team_footer .space_sction {
        padding-top: 20px
    }
}

@media only screen and (max-width:1399.98px) {

    .about_team_footer .team .wrapper .left_area {
        width: 25%;
        padding: 60px 0
    }
    .about_team_footer .team .wrapper .left_area h2 {
        font-size: 35px
    }
    .about_team_footer .team .wrapper .right_area {
        width: 70%
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 {
        width: calc(33.3333333333% - 20px);
        margin-bottom: 50px
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box {
        position: relative
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay {
        width: 200px;
        height: 68.87px
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay::before {
        width: 30.11px;
        height: 49px;
        top: -3px;
        left: -19px
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay:after {
        width: 40.11px;
        height: 54px;
        bottom: 1.5px;
        right: -13px
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay .name_box .name {
        top: 13px;
        font-size: 16px
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay .name_box .position {
        top: 10px;
        font-size: 12px
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .b {
        position: relative;
        top: -100px
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .e {
        position: relative;
        top: -80px
    }
    .about_team_footer footer {
        padding-top: 140px;
        background: #f3f3f3
    }

    .gallery_page .gallery_card .gallery_img_box .gallery_image {
        height: 330px
    }
    .services_details_Page .services_request .services_request_wrapper .left_heading {
        /*width: 20%;*/
        padding-left: 30px;
        padding-right: 30px
    }
    .services_details_Page .services_request .services_request_wrapper .left_heading h2 {
        font-size: 30px
    }
    .services_details_Page .services_request .services_request_wrapper form {
        /*width: 80%*/
    }
    .team_page .left_ceo {
        width: 40%
    }
    .team_page .right_team_wrapper {
        width: 60%
    }
    .team_page .right_team_wrapper .team_directors_slider .team_card .overlay .name_box .position2 {
        font-size: 12px
    }
}

@media (min-width:1199.98px) and (max-width:1399.98px) {
    .blog_details_page {
        padding: 50px 0 60px
    }
    .blog_details_page .recent_blog_area ul li {
        margin-bottom: 30px
    }
    .blog_details_page .recent_blog_area ul li .image_box img {
        height: 80px
    }
    .blog_details_page .recent_blog_area ul li .deails_box h6 {
        margin-bottom: 8px
    }
    .blog_details_page .recent_blog_area ul li .deails_box .date {
        display: none
    }
}

@media (min-width:991.98px) and (max-width:1199.98px) {

    .blog_details_page {
        padding: 50px 0 60px
    }
    .blog_details_page .recent_blog_area ul li {
        margin-bottom: 30px
    }
    .blog_details_page .recent_blog_area ul li .image_box {
        width: 30%
    }
    .blog_details_page .recent_blog_area ul li .image_box img {
        position: relative;
        height: 100%
    }
    .blog_details_page .recent_blog_area ul li .deails_box {
        width: 70%
    }
    .blog_details_page .recent_blog_area ul li .deails_box h6 {
        margin-bottom: 8px
    }
    .blog_details_page .recent_blog_area ul li .deails_box .date {
        display: none
    }
}

@media only screen and (max-width:1199.98px) {

    .about_team_footer .team {
        padding: 0;
        position: relative
    }
    .about_team_footer .team .wrapper {
        z-index: 1;
        flex-direction: column
    }
    .about_team_footer .team .wrapper .left_area {
        width: 100%;
        padding: 80px 0;
        margin-bottom: 60px
    }
    .about_team_footer .team .wrapper .left_area h2 {
        width: 100%;
        font-size: 30px
    }
    .about_team_footer .team .wrapper .left_area p {
        width: 100%;
        font-size: 14px
    }
    .about_team_footer .team .wrapper .left_area .signature {
        height: 100px;
        position: relative
    }
    .about_team_footer .team .wrapper .left_area .signature h1 {
        top: -90px
    }
    .about_team_footer .team .wrapper .left_area h5 {
        padding-top: 10px
    }
    .about_team_footer .team .wrapper .left_area h6 {
        color: #fff;
        opacity: .45;
        font-size: 16px;
        font-family: Barlow-Regular;
        font-family: Montserrat, sans-serif;
        font-weight: 400
    }
    .about_team_footer .team .wrapper .right_area {
        width: 100%
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper {
        width: 100%;
        height: 70vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: relative
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 {
        height: auto;
        margin-bottom: 50px
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box {
        position: relative
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box img {
        width: 93%
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay {
        position: absolute;
        width: 230px;
        height: 76.64px;
        bottom: 20px;
        right: 7%
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay::before {
        width: 35px;
        height: 56px;
        top: -4px;
        left: -21px
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay::after {
        width: 50px;
        height: 59px;
        bottom: 1.5px;
        right: -24px
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay .name_box .name {
        font-size: 16px
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay .name_box .position {
        font-size: 13px
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .b,
    .about_team_footer .team .wrapper .right_area .silder_wrapper .e {
        position: relative;
        top: -80px
    }
    .about_team_footer footer {
        padding-top: 140px;
        background: #f3f3f3
    }
    .conatct_page {
        padding: 50px 0 100px
    }
    .conatct_page .contact_detail_card_wrapper {
        grid-template-columns: 1fr;
        grid-gap: 40px
    }
    .conatct_page .map-1 {
        grid-row: 2/3
    }
    .conatct_page .map-2 {
        grid-row: 4/5
    }
    .case_study .more-section {
        padding-top: 20px;
        margin-bottom: 0;
        padding-bottom: 30px
    }
    .case_study .more-section .more-section-img {
        height: 400px
    }
    .case_study .more-section-2 {
        padding-top: 50px
    }
    .case_study .more-section-2 .more-section-img {
        height: 400px
    }
    .case_study .more-section-2 .more-section-details {
        padding-top: 30px;
        padding-bottom: 20px
    }
    .services_details_Page .services_request {
        margin-bottom: 20px
    }
    .services_details_Page .services_request .services_request_wrapper {
        display: flex;
        flex-direction: column
    }
    .services_details_Page .services_request .services_request_wrapper .left_heading {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px
    }
    .services_details_Page .services_request .services_request_wrapper .left_heading h2 {
        font-size: 30px
    }
    .services_details_Page .services_request .services_request_wrapper form {
        width: 100%;
        padding: 30px 15px
    }
    .services_details_Page .more-section {
        padding-top: 0
    }
    .services_details_Page .more-section .more-section-img {
        margin-bottom: 30px
    }
    .services_details_Page .more-section-2 {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 50px
    }
    .services_details_Page .more-section-2 .more-section-img {
        margin-bottom: 30px
    }
    .services_details_Page .our_process .our_process_slider .our_process_card .top-icon {
        position: relative;
        width: 100px;
        height: 100px;
        border: 2px solid #CA2942
    }
    .services_details_Page .our_process .our_process_slider .our_process_card .our_process_count {
        width: 60px;
        height: 60px
    }
    .services_details_Page .our_process .our_process_slider .our_process_card .our_process_count::before {
        width: 50px;
        height: 50px
    }
    .home_portfolio_section {
        margin-bottom: 50px
    }
    .faq_wrapper .faq_left_img {
        height: 500px
    }
    .services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details ul li .right_cnt {
        width: 80%
    }
    .case_study_testimonials {
        margin-top: 0
    }
    .case_study_testimonials .appendDots {
        margin-top: -40px
    }
    .faq_page_section .faq_nav_bg .nav-pills .nav-item {
        font-size: 13px
    }
    .faq_page_section .faq_nav_bg .nav-pills .nav-item .nav-link {
        color: #000;
        padding-left: 1.6rem;
        padding-right: 1.6rem
    }
    .gallery_page .gallery_card .gallery_img_box .gallery_image {
        height: 270px
    }
    .team_page .left_ceo {
        width: 40%
    }
    .team_page .right_team_wrapper {
        width: 60%
    }
    .team_page .right_team_wrapper .team_directors_slider .team_card .overlay {
        width: 190px
    }
    .team_page .right_team_wrapper .team_directors_slider .team_card .overlay .name_box .name {
        font-size: 14px
    }
    .team_page .right_team_wrapper .team_directors_slider .team_card .overlay .name_box .position2 {
        font-size: 10px;
        top: 45px;
        left: 30px
    }
    .portfolio_listing_page .portfolio_wrapper .left_portfolio_details .portfolio_container p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }
    .portfolio_listing_page .portfolio_wrapper .left_portfolio_details .portfolio_container .buttons_area {
        margin-top: 25px
    }
    .portfolio_listing_page .portfolio_wrapper .left_portfolio_details .portfolio_container .tag .fltr {
        margin-right: 10px;
        margin-bottom: 10px
    }
    .portfolio_listing_page .portfolio_wrapper .left_portfolio_details .portfolio_container .tag .fltr img {
        display: none
    }
}

@media only screen and (max-width:991.98px) {


  

    .about_team_footer .space_sction {
        padding-top: 0;
        margin-bottom: 20px
    }
    .inner_banner {
        margin-top: 80px;
        overflow: hidden
    }
    .inner_banner .banner_wrapper {
        display: flex;
        position: relative;
        flex-direction: column
    }
    .inner_banner .banner_wrapper .banner_image {
        width: 100%
    }
    .inner_banner .banner_wrapper .banner_image::before {
        width: 80px;
        height: 80px;
        border: 5px solid #CA2942;
        top: -30px;
        right: -40px
    }
    .inner_banner .banner_wrapper .banner_title {
        margin-top: 30px;
        width: 100%;
        justify-content: flex-start;
        padding: 0
    }
    .inner_banner .banner_wrapper .banner_title h2 {
        font-size: 20px
    }
    .about_us_page {
        padding: 10px 0 60px
    }
    .about_us_page .left_about_image {
        position: relative
    }
    .about_us_page .left_about_image .top_logo_animation {
        padding-left: 60px
    }
    .about_us_page .left_about_image .image_box {
        position: relative
    }
    .about_us_page .left_about_image .image_box::before {
        width: 100px;
        height: 100px;
        border: 5px solid #CA2942;
        bottom: -20px;
        left: -50px
    }
 
    .about_us_page .left_about_image .image_box::after {
        bottom: -28px
    }
    .about_us_page .right_about_details {
        padding-left: 15px
    }
    .vision_mission_section .left_bg {
        width: 100%;
        height: 50%
    }
    .vision_mission_section .right_bg {
        width: 100%;
        height: 50%;
        bottom: 0;
        right: 0
    }
    .vision_mission_section h2 {
        margin-bottom: 30px
    }
    .vision_mission_section .vision {
        padding: 70px 0
    }
    .vision_mission_section .vision .icon_box {
        position: absolute;
        width: 54px;
        height: 54px;
        top: 89%;
        right: 48%
    }
    .vision_mission_section .mission {
        padding: 70px 0
    }
    .story {
        padding: 0 0 80px
    }
    .story .wrapper {
        flex-direction: column
    }
    .story .wrapper .left_area {
        padding: 50px 0;
        width: 100%
    }
    .story .wrapper .left_area mark {
        display: inline-block
    }
    .story .wrapper .right_area {
        width: 100%
    }
    .story .wrapper .right_area .penta_story {
        width: 80%;
        padding: 0
    }
    .story .wrapper .right_area .penta_story ul li .cnt_box {
        padding: 30px 0
    }
    .about_team_footer .team {
        padding: 0;
        position: relative
    }
    .about_team_footer .team .bg_image,
    .about_team_footer .team::after {
        height: 100%
    }
    .about_team_footer .team .wrapper {
        z-index: 1;
        flex-direction: column
    }
    .about_team_footer .team .wrapper .left_area {
        width: 100%;
        padding: 80px 0;
        margin-bottom: 0
    }
    .about_team_footer .team .wrapper .left_area h2 {
        width: 100%;
        font-size: 30px
    }
    .about_team_footer .team .wrapper .left_area p {
        width: 100%;
        font-size: 14px
    }
    .about_team_footer .team .wrapper .left_area .signature {
        height: 60px;
        position: relative
    }
    .about_team_footer .team .wrapper .left_area .signature h1 {
        top: -80px
    }
    .about_team_footer .team .wrapper .left_area h5 {
        padding-top: 10px
    }
    .about_team_footer .team .wrapper .left_area h6 {
        color: #fff;
        opacity: .45;
        font-size: 16px;
        font-family: Barlow-Regular;
        font-family: Montserrat, sans-serif;
        font-weight: 400
    }
    .about_team_footer .team .wrapper .right_area {
        width: 100%
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: relative
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 {
        height: auto;
        margin-bottom: 30px;
        width: calc(50% - 0px)
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box {
        position: relative
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box img {
        width: 93%
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay {
        position: absolute;
        width: 230px;
        height: 76.64px;
        bottom: 20px;
        right: 7%
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay::before {
        width: 35px;
        height: 56px;
        top: -4px;
        left: -21px
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay::after {
        width: 50px;
        height: 59px;
        bottom: 1.5px;
        right: -24px
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay .name_box .name {
        font-size: 16px;
        padding-top: 10px
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay .name_box .position {
        font-size: 13px
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .b,
    .about_team_footer .team .wrapper .right_area .silder_wrapper .e {
        position: relative;
        top: 0
    }
    .about_team_footer footer {
        padding-top: 0;
        background: #f3f3f3
    }
    .blog_listing_page {
        padding: 40px 0
    }
    .blog_listing_page .blog-card {
        margin-bottom: 40px
    }
    .blog_details_page {
        padding: 30px 0 50px
    }
    .blog_details_page .blog_details_single::before {
        width: 80px;
        height: 80px;
        border: 5px solid #CA2942;
        top: -40px;
        left: -40px
    }
    .blog_details_page .blog_details_single .video-area {
        margin-top: 20px;
        position: relative
    }
    .blog_details_page .blog_details_single .video-area .video-btn {
        width: 40px;
        height: 40px
    }
    
    .blog_details_page .recent_blog_area {
        margin-top: 30px;
        margin-left: 0
    }
    .blog_details_page .recent_blog_area ul li {
        margin-bottom: 30px
    }
    .blog_details_page .recent_blog_area ul li .image_box {
        width: 150px
    }
    .blog_details_page .recent_blog_area ul li .image_box img {
        position: relative;
        height: 100%
    }
    .blog_details_page .recent_blog_area ul li .deails_box {
        width: 72%
    }
    .privacy_policy {
        padding: 0 0 40px
    }
    .privacy_policy h4 {
        font-size: 18px
    }
    .privacy_policy h5 {
        font-size: 18px;
        margin-top: 30px
    }
    .conatct_page {
        padding: 10px 0 60px
    }
    .case_study {
        padding-bottom: 40px
    }
    .related_works .appendDots2 {
        padding-bottom: 10px
    }
    .case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card {
        padding-bottom: 0;
        flex-direction: column
    }
    .case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card .left_profile,
    .case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card .right_details {
        width: 100%
    }
    .case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card .right_details .right_details_wrapper {
        padding-top: 30px
    }
    .case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card .right_details .right_details_wrapper::before {
        width: 50%;
        height: 1px;
        top: 0;
        left: 25%
    }
    .case_study_testimonials .appendDots {
        margin-top: 0;
        display: flex;
        justify-content: center
    }
    .case_study_testimonials .appendDots .slick-dots {
        position: relative;
        left: 0;
        padding-left: 0 !important
    }
    .faq_wrapper .faq_left_img {
        height: 100%
    }
    .faq_wrapper .faq_right_details_wrapper .faq_accordion {
        padding-left: 20px;
        padding-right: 20px
    }
    .faq_page_section .faq_page_accordion .accordion .accordion-item .accordion-header .accordion-button,
    .faq_wrapper .faq_right_details_wrapper .faq_accordion .box .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 18px
    }
    .count_gallery {
        margin-bottom: 30px
    }
    .count_gallery .count_card {
        margin-bottom: 20px
    }
    .count_gallery .count_card:nth-child(even) {
        border-right: 0
    }
    .team_page {
        padding-top: 20px;
        padding-bottom: 0;
        margin-bottom: 50px
    }
    .team_page .bg_image img {
        display: none
    }
    .team_page .team_page_wrapper {
        flex-direction: column
    }
    .team_page .team_page_wrapper .left_ceo {
        width: 60%;
        margin-bottom: 40px
    }
    .team_page .team_page_wrapper .left_ceo .team_card .overlay {
        width: 290px;
        height: 115.47px
    }
    .team_page .team_page_wrapper .left_ceo .team_card .overlay::before {
        width: 53.11px;
        height: 85px;
        top: -7px;
        left: -33.1px
    }
    .team_page .team_page_wrapper .left_ceo .team_card .overlay::after {
        width: 66.11px;
        height: 96px;
        bottom: 3.5px;
        right: -26px
    }
    .team_page .team_page_wrapper .right_team_wrapper {
        width: 100%
    }
    .team_page .team_page_wrapper .right_team_wrapper h2 {
        color: #000;
        font-size: 25px
    }
    .team_page .team_page_wrapper .right_team_wrapper .team_directors_slider .team_card .overlay {
        width: 260px;
        height: 100.64px
    }
    .team_page .team_page_wrapper .right_team_wrapper .team_directors_slider .team_card .overlay::before {
        width: 46.11px;
        height: 73px;
        top: -5px;
        left: -27.11px
    }
    .team_page .team_page_wrapper .right_team_wrapper .team_directors_slider .team_card .overlay::after {
        width: 59.11px;
        height: 83px;
        bottom: 4.5px;
        right: -24px
    }
    .team_page .team_page_wrapper .right_team_wrapper .team_directors_slider .team_card .overlay .name_box .name2 {
        font-size: 18px;
        top: 40px
    }
    .team_page .team_page_wrapper .right_team_wrapper .team_directors_slider .team_card .overlay .name_box .position2 {
        font-size: 13px;
        top: 60px;
        left: 30px
    }
    .team_list .team_list_slider .team_card .overlay {
        width: 260px;
        height: 100.64px
    }
    .team_list .team_list_slider .team_card .overlay::before {
        width: 46.11px;
        height: 73px;
        top: -5px;
        left: -27.11px
    }
    .team_list .team_list_slider .team_card .overlay::after {
        width: 59.11px;
        height: 83px;
        bottom: 4.5px;
        right: -24px
    }
    .team_list .team_list_slider .team_card .overlay .name_box .name {
        font-size: 18px;
        top: 25px
    }
    .team_list .team_list_slider .team_card .overlay .name_box .position {
        font-size: 13px;
        top: 25px;
        left: 30px
    }
    .services_details_Page .services_request .services_request_wrapper .left_heading {
        justify-content: flex-start
    }
    .services_details_Page .services_request .services_request_wrapper .left_heading h2 {
        font-size: 25px
    }
    .services_details_Page .services_request .services_request_wrapper form {
        padding: 15px 30px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start
    }
    .services_details_Page .services_request .services_request_wrapper form .type_box {
        width: 100%
    }
    .services_details_Page .services_request .services_request_wrapper form .type_box .form-control {
        /*margin-bottom: 20px*/
    }
    .services_details_Page .services_request .services_request_wrapper form .primary_btn {
        margin-left: 0
    }
    .services_details_Page .our_process_2 h2 {
        margin-bottom: 30px
    }
    .services_details_Page .our_process_2 .our_process_2_wrapper {
        flex-direction: column
    }
    .services_details_Page .our_process_2 .our_process_2_wrapper .penta_logo_space {
        width: 50%
    }
    .services_details_Page .our_process_2 .our_process_2_wrapper .penta_logo_space .wrapper_logo {
        justify-content: end
    }
    .services_details_Page .our_process_2 .our_process_2_wrapper .penta_logo_space .wrapper_logo .border_box {
        left: 0;
        border: 2px dashed #707070;
        border-right: 0;
        border-bottom: 0;
        height: 50%;
        bottom: 0
    }
    .services_details_Page .our_process_2 .our_process_2_wrapper .penta_logo_space .wrapper_logo .border_box::after {
        content: "";
        display: none
    }
    .services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details {
        flex-direction: column;
        width: 100%
    }
    .services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details .line {
        width: 0
    }
    .services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details ul {
        width: 100%
    }
    .services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details ul li:first-child {
        padding-top: 50px
    }
    .services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details ul li:first-child::before {
        height: 0
    }
    .case_study_video_area {
        margin-top: 0
    }
    .portfolio_listing_page .portfolio_wrapper {
        grid-template-columns: 1fr
    }
    .portfolio_listing_page .portfolio_wrapper .left_portfolio_details {
        grid-column: 1/2;
        grid-row: 2/3;
        padding-top: 50px;
        padding-bottom: 50px
    }
    .portfolio_listing_page .portfolio_wrapper .left_portfolio_details .portfolio_container {
        padding: 0 .8rem;
        width: 100%
    }
    .portfolio_listing_page .portfolio_wrapper .left_portfolio_details .portfolio_container p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical
    }
    .portfolio_listing_page .portfolio_wrapper .left_portfolio_details .portfolio_container .tag .fltr img {
        display: block
    }
    .portfolio_listing_page .portfolio_wrapper:nth-child(even) .left_portfolio_details {
        grid-column: 1/2;
        grid-row: 2/3
    }
    .portfolio_listing_page .portfolio_wrapper:nth-child(even) .left_portfolio_details .portfolio_container {
        padding: 0 .8rem
    }
    .portfolio_listing_page .portfolio_wrapper:nth-child(even) .left_portfolio_image {
        grid-column: 1/2;
        grid-row: 1/2
    }
}

@media only screen and (max-width:766.98px) {
    .services_details_Page .more-section .more-section-details .service_header,
    .services_details_Page .more-section .more-section-details .service_header h1,
    .services_details_Page .more-section .more-section-details .service_header h2,
    .services_details_Page .more-section .more-section-details .service_header h3,
    .services_details_Page .more-section .more-section-details .service_header h4,
    .services_details_Page .more-section .more-section-details .service_header h5,
    .services_details_Page .more-section .more-section-details .service_header h6,
    .services_details_Page .more-section-2 .more-section-details .service_header,
    .services_details_Page .more-section-2 .more-section-details .service_header h1,
    .services_details_Page .more-section-2 .more-section-details .service_header h2,
    .services_details_Page .more-section-2 .more-section-details .service_header h3,
    .services_details_Page .more-section-2 .more-section-details .service_header h4,
    .services_details_Page .more-section-2 .more-section-details .service_header h5,
    .services_details_Page .more-section-2 .more-section-details .service_header h6 {
        font-size: 20px
    }

    .about_us_page {
        padding: 10px 0 60px;
        overflow: hidden
    }
    .about_us_page .left_about_image {
        position: relative
    }
    .about_us_page .left_about_image .top_logo_animation {
        padding-left: 0;
        margin-bottom: 40px
    }
    .about_us_page .left_about_image .image_box {
        position: relative
    }
    .about_us_page .left_about_image .image_box::before {
        width: 80px;
        height: 80px;
        top: -30px;
        left: -40px
    }
   
    .about_us_page .left_about_image .image_box::after {
        bottom: 50%;
        animation: rotate 1s linear infinite;
        animation-play-state: paused;
        animation-delay: calc(var(--scroll) * -3s);
        animation-iteration-count: 1;
        animation-fill-mode: both
    }
    @keyframes rotate {
        to {
            bottom: -28px
        }
    }
    .about_us_page .right_about_details {
        padding-left: 15px
    }
    .vision_mission_section .icon_box2 {
        position: absolute;
        width: 54px;
        height: 100%;
        top: 0;
        left: 45%;
        display: table
    }
    .vision_mission_section .icon_box2::after {
        display: table-cell;
        vertical-align: middle;
        content: url(../images/svg/about_penta_icon.svg)
    }
    .vision_mission_section .vision .icon_box {
        display: none
    }
    .story {
        padding: 0 0 60px
    }
    .story .wrapper {
        flex-direction: column
    }
    .story .wrapper .right_area .penta_story {
        width: 80%;
        padding: 0
    }
    .story .wrapper .right_area .penta_story ul li {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 30px
    }
    .story .wrapper .right_area .penta_story ul li .cnt_box {
        width: 100%;
        padding: 20px 0 30px
    }
    .story .wrapper .right_area .penta_story ul li:last-child {
        margin-bottom: 0
    }
    .story .wrapper .right_area .penta_story ul li:last-child .cnt_box {
        border-bottom: 0
    }
    .blog_listing_page .latest_blog .latest_blog_details .latest_blog_details_bg {
        padding: 30px
    }
    .blog_listing_page .latest_blog .latest_blog_details .latest_blog_details_bg h5 {
        font-size: 18px
    }
    .blog_details_page .recent_blog_area {
        margin-top: 50px;
        margin-left: 0;
        padding: 30px 20px
    }
    .blog_details_page .recent_blog_area ul li {
        margin-bottom: 30px
    }
    .blog_details_page .recent_blog_area ul li .image_box {
        width: 120px
    }
    .blog_details_page .recent_blog_area ul li .image_box img {
        height: 80px
    }
    .blog_details_page .recent_blog_area ul li .deails_box {
        width: 70%
    }
    .privacy_policy h4,
    .privacy_policy h5 {
        font-size: 16px
    }
    .conatct_page .contact_detail_card_wrapper .contact_detail_box .contact_detail_box_wrapper {
        padding: 30px
    }
    .conatct_page .contact_detail_card_wrapper .contact_detail_box .contact_detail_box_wrapper .contact_details_wrapper {
        grid-template-columns: 1fr
    }
    .case_study .project_info .tag .fltr {
        padding: 6px 12px
    }
    .case_study .project_info .tag .fltr .txt {
        font-size: 13px
    }
    .case_study .more-section .more-section-img,
    .case_study .more-section-2 .more-section-img {
        height: auto
    }
    .services_details_Page .more-section .more-section-details ul,
    .services_details_Page .more-section-2 .more-section-details ul {
        padding-top: 10px;
        grid-template-columns: 1fr
    }
    .services_details_Page .our_process .our_process_slider .our_process_card .top-icon {
        width: 80px;
        height: 80px
    }
    .services_details_Page .our_process .our_process_slider .our_process_card .our_process_body {
        margin-top: -30px;
        padding: 40px 20px
    }
    .services_details_Page .our_process .our_process_slider .our_process_card .our_process_count {
        width: 50px;
        height: 50px
    }
    .services_details_Page .our_process .our_process_slider .our_process_card .our_process_count h4 {
        font-size: 19px
    }
    .services_details_Page .our_process .our_process_slider .our_process_card .our_process_count::before {
        width: 40px;
        height: 40px
    }
    .services_details_Page .service_list_wrapper .service_list_slider .service_list_item a img {
        height: 60px
    }
    .services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details ul li {
        flex-direction: column;
        align-items: flex-start
    }
    .services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details ul li .right_cnt {
        margin-top: 20px;
        width: 100%;
        padding-left: 30px
    }
    .services_details_Page .our_process_2 .our_process_2_wrapper .penta_process_details ul li:last-child::after {
        height: 0
    }
    .gallery_page .gallery_card {
        margin-bottom: 25px
    }
    .gallery_page .gallery_card .gallery_img_box .gallery_image {
        height: 220px
    }
    .gallery_page .gallery_card .gallery_img_box .video-btn {
        width: 50px;
        height: 50px;
        bottom: 30px
    }
    .team_page {
        padding-top: 20px;
        padding-bottom: 0;
        margin-bottom: 50px
    }
    .team_page .bg_image img {
        display: none
    }
    .team_page .team_page_wrapper {
        flex-direction: column
    }
    .team_page .team_page_wrapper .left_ceo {
        width: 100%;
        margin-bottom: 40px
    }
    .team_page .team_page_wrapper .left_ceo .team_card .overlay {
        width: 290px;
        height: 115.47px
    }
    .team_page .team_page_wrapper .left_ceo .team_card .overlay::before {
        width: 53.11px;
        height: 85px;
        top: -7px;
        left: -33.1px
    }
    .team_page .team_page_wrapper .left_ceo .team_card .overlay::after {
        width: 66.11px;
        height: 96px;
        bottom: 3.5px;
        right: -26px
    }
    .team_page .team_page_wrapper .left_ceo .team_card .overlay .name_box .position {
        font-family: Barlow-Medium;
        font-family: Montserrat, sans-serif;
        font-weight: 500
    }
    .team_page .team_page_wrapper .slick-slider .slick-list {
        padding-right: 15% !important
    }
    .team_page .team_page_wrapper .right_team_wrapper {
        width: 100%
    }
    .team_page .team_page_wrapper .right_team_wrapper .team_directors_slider .team_card .overlay .name_box .name2 {
        font-size: 16px;
        top: 40px
    }
    .team_page .team_page_wrapper .right_team_wrapper .team_directors_slider .team_card .overlay .name_box .position2 {
        font-family: Barlow-Medium;
        font-family: Montserrat, sans-serif;
        font-weight: 500;
        font-size: 11px;
        top: 60px;
        left: 30px
    }
    .team_list .team_list_slider .slick-list {
        padding-right: 15% !important
    }
    .team_list .team_list_slider .team_card .overlay .name_box .name {
        font-size: 16px;
        top: 25px
    }
    .team_list .team_list_slider .team_card .overlay .name_box .position {
        font-family: Barlow-Medium;
        font-family: Montserrat, sans-serif;
        font-weight: 500;
        font-size: 11px;
        top: 25px;
        left: 30px
    }
}

@media only screen and (max-width:575.98px) {
   
    .about_us_page .left_about_image .top_logo_animation .line {
        width: 150px;
        height: 1.1px;
        background: #CA2942
    }
   
    .about_us_page .left_about_image .bottom_logo_animation .line {
        width: 220px;
        height: 1.1px;
        background: #CA2942
    }
    
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 {
        width: calc(100% - 0px)
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay {
        width: 280px;
        height: 93px
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay::before {
        width: 44px;
        height: 70px;
        top: -7px;
        left: -27px
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay::after {
        width: 56px;
        height: 75px;
        bottom: -1.5px;
        right: -22px
    }
    .blog_listing_page .blog-card .blog-top-image img {
        height: auto
    }
    .blog_details_page .blog_details_single .share_navigation_area {
        flex-direction: column
    }
    .blog_details_page .blog_details_single .share_navigation_area .share {
        width: 100%
    }
    .blog_details_page .blog_details_single .share_navigation_area .prev_next {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 25px
    }
    .case_study_video_area {
        height: 180px
    }
    .case_study_video_area .video_image {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        height: 100%
    }
    .case_study_video_area .video-btn {
        width: 50px;
        height: 50px
    }
    .case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card .left_profile {
        flex-direction: column;
        padding-bottom: 20px
    }
    .case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card .left_profile .profile_picture .video-btn {
        width: 50px;
        height: 50px
    }
   
    .case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card .left_profile .profile_details {
        padding-left: 0;
        width: 100%
    }
    .case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card .right_details .right_details_wrapper::before {
        width: 100%;
        height: 1px;
        top: 0;
        left: 0
    }
    .case_study_testimonials .slick-dotted.slick-slider {
        margin-bottom: 0
    }
    .case_study_testimonials .appendDots {
        display: flex;
        justify-content: flex-start
    }
    .gallery_page .gallery_card .gallery_img_box .gallery_image {
        height: 200px
    }
    .team_page .team_page_wrapper {
        padding: 0
    }
    .team_page .team_page_wrapper .left_ceo {
        padding-left: .8rem;
        padding-right: .8rem
    }
    .team_page .team_page_wrapper .left_ceo .team_card img {
        width: 100%
    }
    .team_page .team_page_wrapper .left_ceo .team_card .overlay {
        right: 0;
        width: 295px;
        height: 110px
    }
    .team_page .team_page_wrapper .left_ceo .team_card .overlay::after,
    .team_page .team_page_wrapper .left_ceo .team_card .overlay::before {
        display: none
    }
    .team_page .team_page_wrapper .left_ceo .team_card .overlay .name_box {
        overflow: hidden
    }
    .team_page .team_page_wrapper .left_ceo .team_card .overlay .name_box .name {
        font-size: 16px
    }
    .team_page .team_page_wrapper .left_ceo .team_card .overlay .name_box .position {
        top: 34px;
        font-size: 14px
    }
    .team_page .team_page_wrapper .right_team_wrapper h2 {
        padding-left: .8rem
    }
    .team_page .team_page_wrapper .right_team_wrapper .team_directors_slider .team_card img {
        width: 100%
    }
    .team_page .team_page_wrapper .right_team_wrapper .team_directors_slider .team_card .overlay {
        right: 0;
        width: 295px;
        height: 110px
    }
    .team_page .team_page_wrapper .right_team_wrapper .team_directors_slider .team_card .overlay::after,
    .team_page .team_page_wrapper .right_team_wrapper .team_directors_slider .team_card .overlay::before {
        display: none
    }
    .team_page .team_page_wrapper .right_team_wrapper .team_directors_slider .team_card .overlay .name_box {
        overflow: hidden
    }
    .team_page .team_page_wrapper .right_team_wrapper .team_directors_slider .team_card .overlay .name_box .name {
        font-size: 16px
    }
    .team_page .team_page_wrapper .right_team_wrapper .team_directors_slider .team_card .overlay .name_box .position {
        font-size: 13px
    }
    .team_page .team_page_wrapper .right_team_wrapper .slick-slide {
        margin: 0 .8rem
    }
    .team_page .team_page_wrapper .right_team_wrapper .slick-slider .slick-list {
        padding-right: 40px !important
    }
    .team_list h3 {
        font-size: 20px
    }
    .team_list .team_list_wrapper .team_card img {
        width: 100%
    }
    .team_list .team_list_wrapper .team_card .overlay {
        right: 0;
        width: 295px;
        height: 110px
    }
    .team_list .team_list_wrapper .team_card .overlay::after,
    .team_list .team_list_wrapper .team_card .overlay::before {
        display: none
    }
    .team_list .team_list_wrapper .team_card .overlay .name_box {
        overflow: hidden
    }
    .team_list .team_list_wrapper .team_card .overlay .name_box .name {
        font-size: 16px
    }
    .team_list .team_list_wrapper .team_card .overlay .name_box .position {
        font-size: 13px
    }
    .team_list .team_list_wrapper .slick-slide {
        margin: 0 .8rem
    }
    .team_list .slick-slider .slick-list {
        padding-right: 40px !important
    }
    .carrers .carrerContentsleft .carrerBox ul {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width:525.98px) {

    .blog_details_page .recent_blog_area ul li .image_box {
        width: 80px
    }
    .blog_details_page .recent_blog_area ul li .image_box img {
        position: relative;
        height: 60px
    }
    .blog_details_page .recent_blog_area ul li .deails_box {
        width: 82%
    }
    .case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card .left_profile .profile_picture {
        width: 260px
    }
    .case_study_testimonials .c_s_testimonials_slider .c_s_testimonials_card .left_profile .profile_picture .video-btn {
        bottom: 10px;
        right: 0
    }

}

@media only screen and (max-width:458.98px) {
 
    .gallery_page .col-6 {
        width: 100%
    }
    .gallery_page .gallery_card .gallery_img_box .gallery_image {
        height: auto
    }
    .gallery_page .gallery_card .gallery_img_box .video-btn {
        width: 45px;
        height: 45px;
        bottom: 30px
    }
}



@media only screen and (max-width:380.98px) {
    .team_page .team_page_wrapper .left_ceo .team_card .overlay {
        width: 260px;
        height: 100px
    }
    .team_page .team_page_wrapper .left_ceo .team_card .overlay .name_box .name {
        top: 30px;
        font-size: 14px
    }
    .team_page .team_page_wrapper .left_ceo .team_card .overlay .name_box .position {
        top: 30px;
        font-size: 12px;
        left: 20px
    }
    .team_page .team_page_wrapper .right_team_wrapper .team_directors_slider .team_card .overlay {
        width: 230px;
        height: 90px
    }
    .team_page .team_page_wrapper .right_team_wrapper .team_directors_slider .team_card .overlay .name_box .name2 {
        top: 35px;
        font-size: 14px
    }
    .team_page .team_page_wrapper .right_team_wrapper .team_directors_slider .team_card .overlay .name_box .position2 {
        top: 53px;
        font-size: 12px;
        left: 25px
    }
    .team_list .team_list_wrapper .team_card .overlay {
        width: 230px;
        height: 90px
    }
    .team_list .team_list_wrapper .team_card .overlay .name_box .name {
        top: 25px;
        font-size: 14px
    }
    .team_list .team_list_wrapper .team_card .overlay .name_box .position {
        top: 23px;
        font-size: 12px;
        left: 20px
    }
}

@media only screen and (max-width:355.98px) {
        .blog_details_page .recent_blog_area ul li .deails_box h6 {
        margin-bottom: 8px
    }
    .blog_details_page .recent_blog_area ul li .deails_box .date {
        display: none
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay {
        width: 260px;
        height: 93px
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay::after {
        width: 56px;
        height: 75px;
        bottom: 1.5px;
        right: -22px
    }
    .about_team_footer .team .wrapper .right_area .silder_wrapper .team_box_01 .slider_box .overlay .name_box .name {
        padding-top: 10px
    }
}

@media only screen and (max-width:1199px) {
    .carrers .carrerContentsRight .carrerImgBox .content {
        bottom: 30px;
        right: 50px
    }
    .carrers .carrerContentsRight .carrerImgBox .content h4 {
        font-size: 20px
    }
}

@media only screen and (max-width:992px) {
    .carrers .carrerContentsRight .carrerImgBox .content {
        right: 30px
    }
    .carrers .carrerContentsRight .carrerImgBox::before {
        background-position: top !important;
        background-image: url(../images/carrer/before.png);
        background-size: cover !important
    }
}

@media only screen and (max-width:961px) {
    .carrers .carrerContentsleft {
        padding-right: 0
    }
    .carrers .carrerContentsRight .carrerImgBox::before {
        height: 70%
    }
    .carrers .carrerContentsRight .carrerImgBox .animate {
        display: none
    }
    .carrers .carrerContentsRight .carrerImgBox .animate .swing {
        top: 170px
    }
}

@media only screen and (max-width:767px) {
    .carrers .carrerContentsleft {
        padding-right: 0
    }
    .carrers .carrerContentsRight .carrerImgBox::before {
        height: 50%
    }
    .carrers .carrerContentsRight .carrerImgBox .animate .swing {
        top: 170px
    }
}

#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: .9;
    background-color: #fff;
    z-index: 99999
}

#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100px
}

@media (max-width:575.98px) {
    p a {
        font-size: 14px
    }
}

.home_projects .featured_projects_slider .featured_card .featured_body .logo {
    height: auto
}

.services_details_Page .services_request .services_request_wrapper form .iti--allow-dropdown ul li {
    color: #6c757d
}

.services_details_Page .services_request .services_request_wrapper form .iti--allow-dropdown input {
    border: 0;
    color: #6c757d;
    background: #fff
}

.services_details_Page .services_request .services_request_wrapper form .iti--allow-dropdown input::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.services_details_Page .services_request .services_request_wrapper form .iti--allow-dropdown input::placeholder {
    color: #6c757d;
    opacity: 1
}

.services_details_Page .services_request .services_request_wrapper form .iti--allow-dropdown input:-ms-input-placeholder {
    color: #6c757d
}

.services_details_Page .services_request .services_request_wrapper form .iti--allow-dropdown input::-ms-input-placeholder {
    color: #6c757d
}

.services_details_Page .services_request .services_request_wrapper form .iti__selected-flag {
    padding: 0 0 0 10px
}

.services_details_Page .services_request .services_request_wrapper form .iti__selected-flag .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #000
}

.services_details_Page .services_request .services_request_wrapper form .iti__selected-flag .iti__arrow--up {
    border-bottom: 0 solid #555
}

.services_details_Page .services_request .services_request_wrapper form .iti--allow-dropdown input[type=tel] {
    padding-left: 62px
}






.blog_listing_page .blog-card .blog-top-image::after {
    background-image: linear-gradient(to right, #ca2942, #c2263f, #ba243c, #b32139, #ab1f36, #a51b41, #9d1b4b, #931e54, #7e2b67, #643673, #463e76, #284271);
    width: 100%;
    height: 100%;
    DISPLAY: BLOCK !important;
    top: 0;
    content: '';
    position: absolute;
    opacity: 0.5;
}

.blog_listing_page .blog-card .blog-top-image {
    overflow: hidden;
    position: relative;
}




.services_details_Page .request_more-form {
    /*background: #ca2942;*/
    padding: 25px;
    border-radius: 12px;
}

.services_details_Page .request_more-form input,
.services_details_Page .request_more-form textarea {
    background: transparent !important;
    border-bottom: 1px solid #fff !important;
    color: #fff;
    margin-bottom: 0;
}

.services_details_Page .request_more-form input::placeholder,
.services_details_Page .request_more-form textarea::placeholder {
    color: #fff;
}

.services_details_Page .form-group {
    position: relative;
    padding-bottom: 21px;
}

.services_details_Page .form-group p {
    position: absolute;
    bottom: 0;
    font-size: 11px !important;
    line-height: normal;
}

/*.services_details_Page  .primary_btn {*/

/*    padding: 0;*/

/*    border-radius: 50%;*/

/*    width: fit-content;*/

/*}*/

.services_details_Page .services_request .services_request_wrapper form .iti--allow-dropdown input,
.services_details_Page .services_request .services_request_wrapper form input::placeholder {
    color: #fff !important;
}

@media(min-width:992px) {
    .services_details_Page .services_request {
        position: absolute;
        right: 0;
        top: 0;
        width: 35%;
    }
    .talk_project .talk_project_wrapper .right_area {
        margin-left: 30px;
    }
}



.careerAccordion {
    margin-top: 20px;
}

.careerAccordion .accordion-button::after {
    position: absolute;
    right: 19px;
}

.careerAccordion .position_year_area {
    padding-right: 20px;
}

@media(min-width:1200px) {
    .blog_listing_page .blog-card .blog-body h2 {
        font-size: 19px;
        margin-bottom: 15px;
    }
    .careerAccordion .position_year_area {
        padding-right: 35px;
    }
}

.careerAccordion button.accordion-button:focus {
    box-shadow: unset;
}

.careerAccordion .accordion-button:not(.collapsed),
.careerAccordion .accordion-button:hover,
.careerAccordion .accordion-button:not(.collapsed) p,
.careerAccordion .accordion-button:hover p {
    color: #fff;
    transition: 0.5s ease all;
}

.careerAccordion .accordion-button:not(.collapsed)::after {
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.645978 0.645978C0.692424 0.599415 0.7476 0.562472 0.808345 0.537265C0.86909 0.512059 0.934211 0.499084 0.999978 0.499084C1.06575 0.499084 1.13087 0.512059 1.19161 0.537265C1.25236 0.562472 1.30753 0.599415 1.35398 0.645978L6.99998 6.29298L12.646 0.645978C12.6925 0.59949 12.7477 0.562614 12.8084 0.537455C12.8691 0.512296 12.9342 0.499346 13 0.499346C13.0657 0.499346 13.1308 0.512296 13.1916 0.537455C13.2523 0.562614 13.3075 0.59949 13.354 0.645978C13.4005 0.692466 13.4373 0.747655 13.4625 0.808394C13.4877 0.869134 13.5006 0.934234 13.5006 0.999978C13.5006 1.06572 13.4877 1.13082 13.4625 1.19156C13.4373 1.2523 13.4005 1.30749 13.354 1.35398L7.35398 7.35398C7.30753 7.40054 7.25236 7.43748 7.19161 7.46269C7.13087 7.4879 7.06575 7.50087 6.99998 7.50087C6.93421 7.50087 6.86909 7.4879 6.80834 7.46269C6.7476 7.43748 6.69242 7.40054 6.64598 7.35398L0.645978 1.35398C0.599415 1.30753 0.562472 1.25236 0.537266 1.19161C0.512059 1.13087 0.499084 1.06575 0.499084 0.999978C0.499084 0.934211 0.512059 0.86909 0.537266 0.808344C0.562472 0.747599 0.599415 0.692424 0.645978 0.645978Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    transition: 0.5s ease all;
}

.careerAccordion .accordion-button p {
    margin-bottom: 0 !important;
}

.careerAccordion .accordion-button:not(.collapsed),
.careerAccordion .accordion-button:hover {
    background: linear-gradient(45deg, #9f172e, #ab203b, #c72843, #a11630, #27426f);
    transition: 0.5s ease all;
    border-radius: 0 !important;
}

.careerAccordion .accordion-item+.accordion-item {
    margin-top: 15px;
}

.careerAccordion .accordion-item {
    border: 1px solid #27426e !important;
    border-radius: 0px !important;
}

.careerAccordion .accordion-button.collapsed:hover::after {
    filter: invert(1);
}

.careerAccordion ol ul {
    margin-bottom: 15px;
}

@media(max-width:575px) {
    .carrers .carrerContentsleft button.accordion-button {
        padding: 10px;
    }
    .carrers .carrerContentsleft.h4,
    h4 {
        font-size: 20px;
        margin-bottom: 7px;
    }
    .careerAccordion .accordion-button::after {
        right: 9px;
        width: 15px;
        height: 15px;
        background-size: contain;
    }
    .carrers .carrerContentsleft ol {
        padding-left: 25px;
    }
}

.blog_details_single picture img,
.blog_details_single a img,
a[data-fancybox="group"] {
    width: 100%;
}

.quote .modal-dialog .modal-content .modal-body .apply_now-form .form-group p {
    background: #fff;
    border-radius: 5px;
    line-height: 20px;
    padding: 0px 5px;
}

.blog_details_single h4,
.blog_details_single h3,
.blog_details_single h2,
.blog_details_single h5 {
    margin-top: 15px;
}

.blog_details_single table {
    margin-top: 20px;
}

.blog_details_single table,
.blog_details_single tr,
.blog_details_single td,
.blog_details_single th {
    border: 1px solid #18335d;
}




@media(min-width:992px) {
    .banner_title {
        width: 65%;
    }
}