﻿/*===============================================
Template Name: Bisal - Business Consulting HTML5 Template
Author:  https://www.templatemonster.com/authors/unique-theme/
Description: Description
Version: 1.0.0
Text Domain: Bisal
Tags: consulting, finance, corporate, business, consultant, multipurpose, technology, it-solution, software, agency, company, portfolio, bangking, insurance, digital-agency, digital-marketing.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. bisal Nav Menu Area Css 
02. bisal Slider Area Css
03. bisal Section Title Css
04. bisal Service Area css
05. bisal About Area Css
06. bisal Counter Area Css
07. bisal Case Study Area Css
08. bisal Testimonial Area Css
09. bisal Team Area Css
10. bisal Faq Area Css
12. bisal Brand Section Css
13. bisal Call Do Section Css
14. bisal Form Box Css
15. bisal Blog Area Css
16. bisal footer Area Css
17. bisal Subscribe Area Css
18. bisal Lines CSS
19. bisal Prossess Ber Css
20. bisal Scrollup Section
21. bisal Bounce Animation Css 
22. bisal Animation Dance
23. bisal Breadcumb Area Css
24. bisal abouts_areas Css
25. bisal Feture-Area Css
26. bisal Pricing Section Css
27. bisal Web Development Section CSS
28. bisal Contact  US Css
29. bisal Blog Sidber Widget CSS
30. bisal Case Study Details Css
31. bisal Search Box Css
32. bisal Loader Css
=======================*/

/*================================
<--  bisal Nav Menu Area Css -->
==================================*/

.slider-area {
    position: relative;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Adjust the opacity here */
    z-index: 1;
}

.container {
    position: relative;
    z-index: 2;
    /* Make sure content is above the overlay */
}


.bisal_nav_manu {
    position: relative;
    margin-bottom: -99px;
    padding: 0px 80px;
    z-index: +9;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #10102E !important;
    transition: .5s;
    z-index: 9;
}

/* bisal Menu Css*/

nav.bisal_menu {
    text-align: right;
}

.bisal_menu ul {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.bisal_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.bisal_menu>ul>li>a {
    display: block; 
    transition: .5s;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    font-family: "Poppins";
}

nav.bisal_menu span {
    font-size: 13px;
    padding-left: 6px;
    font-family: FontAwesome;
    opacity: .5;
}

/*menu sidber btn*/
.menu-btn {
    display: inline-block;
}

.menu-btn a {
    display: inline-block;
    border-radius: 28px;
    background: #fff;
    font-size: 20px;
    color: #1552F6;
    font-weight: 500;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    transition: color .5s;
}

.menu-btn a:hover {
    background: #1552F6;
    /* background-image: linear-gradient(59deg, #bb00ff 0%, #0045ff 100%); */

    /* border: 1px solid #fff; */
    color: #fff;
}

.menu-btn a i {
    font-weight: 600;
    margin-left: 8px;
}



.sticky .header-search-button:before {
    background-color: #fff;
}



/*** Sub Menu Style ***/
.bisal_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #1552F6;
    opacity: 0;
}

.bisal_menu ul li:hover>.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.bisal_menu ul .sub-menu li {
    position: relative;
}

.bisal_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #211e3b !important;
}

.bisal_menu ul .sub-menu li:hover>a,
.bisal_menu ul .sub-menu .sub-menu li:hover>a,
.bisal_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.bisal_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background: #1552F6;
    color: #fff !important;
}

/* sub menu 2 */
.bisal_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.bisal_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

/* sub menu 3 */
.bisal_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.bisal_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.bisal_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

ul.sub-menu li a span {
    background: #1552F6;
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
    font-family: 'Fira Sans';
    border-radius: 2px;
    margin-left: 5px;
    transition: .5s;
}

ul.sub-menu li:hover a span {
    background: rgba(255, 255, 255, 0.20);
}

/* sub menu 4 */
.bisal_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}


.bisal_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

.bisal_menu li a:hover:before {
    width: 101%;
}

.bisal_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.bisal_nav_manu.sticky .main_sticky {
    display: inherit;
}

.sticky .bisal_menu li a {
    color: #000000;
}

.bisal_nav_manu.sticky a.dtbtn {
    color: #fff;
    background: #F16722;
    border: 2px solid #F16722;
}

.bisal_nav_manu.sticky a.dtbtn:hover {
    color: #43baff;
}

.mobile-menu.mean-container {
    overflow: hidden;
}


/*
<!-- ============================================================== -->
<!-- Start bisal Slider Area Css -->
<!-- ============================================================== -->*/
.slider-area {
    background: url(../image/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 980px;
    position: relative;
}


/*slider content*/

.slider-content h3 {
    -webkit-animation: 1s 1.5s fadeInUp both;
    animation: 1s 1.5s fadeInUp both;
    position: relative;
    z-index: 1;
    margin-left: 70px;
    font-size: 24px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    margin-bottom: 25px;
}

.slider-content h3:before {
    position: absolute;
    content: "";
    left: -68px;
    top: 9px;
    width: 55px;
    height: 1px;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center center;
}


.slider-content h1 {
    -webkit-animation: 1s 1.7s fadeInUp both;
    animation: 1s 1.7s fadeInUp both;
    font-family: "Poppins";
    margin-top: -2px;
    font-size: 60px;
    line-height: 75px;
    color: #ffffff;
    font-weight: 700;
}



/*slider button*/

.slider-button {
    margin-top: 48px;
}

.slider-button a {
    padding: 13px 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 17px;
    color: #0a0a1d;
    font-weight: 500;
    -webkit-animation: 1s 1.7s fadeInUp both;
    animation: 1s 1.7s fadeInUp both;
    border-radius: 30px;
    background: #fff;
    border: 1px solid transparent;
    transition: .5s;
    margin-right: 16px;
}

.slider-button a:hover {
    background: #1552F6;
    border: 1px solid #fff;
    color: #fff;
}

.slider-button a i {
    font-size: 15px;
    font-weight: 600;
    margin-left: 12px;
}

a.hero-style-btn {
    background: transparent;
    border: 1px solid #fff;
    color: #ffff;
}


.hero-left {
    position: relative;
    top: 29px;
    left: 66px;
}

.hero-thumb {
    -webkit-animation: 1s 1.7s fadeInUp both;
    animation: 1s 1.7s fadeInUp both;
}

/* all shape */
.hero-shape1 {
    position: absolute;
    left: 11%;
    top: 21%;
}

.hero-shape2 {
    position: absolute;
    bottom: 19%;
    left: 12%;
}

.hero-shape3 {
    position: absolute;
    top: 33%;
    right: 46%;
}

.hero-shape4 {
    position: absolute;
    top: 27%;
    right: 13%;
}

.hero-shape5 {
    position: absolute;
    bottom: 20%;
    right: 42%;
}

/**
======================================================
<--  bisal Section Title Css -->
======================================================**/
.bisal-section-title.text-center {
    margin-bottom: 35px;
}

.bisal-section-title.text-center.upper {
    margin-bottom: 50px;
}

h4.section-sub-title {
    font-family: "Poppins";
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #0045FF;
}

h4.section-sub-title.style {
    margin-left: 30px;
    position: relative;
    z-index: 1;
    background: #F4F5F9;
    padding: 12px 18px 12px 30px;
    border-radius: 5px;
}


h4.section-sub-title.style:before {
    position: absolute;
    content: "";
    left: -29px;
    top: 20px;
    width: 50px;
    height: 2px;
    background: #1552F6;
    background-repeat: no-repeat;
    background-position: center center;
}

h4.section-sub-title.style.bg {
    background: #8631FF;
    color: #fff;
}

h4.section-sub-title.style.bg1 {
    background: #fff;
}

h4.section-sub-title.style.bg:before {
    background: #fff;
}

h4.section-sub-title.pb-10 {
    margin-bottom: 2px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(59deg, #bb00ff 0%, #0045ff 80%);
}

.bisal-section-main-title {
    margin-bottom: 21px;
}


.bisal-section-main-title h1 {
    color: #0a0a1d;
    font-weight: 600;
    font-family: "Poppins";
    font-size: 48px;
    line-height: 60px;

}

.bisal-section-main-title span {
    color: #1552F6;
}

.bisal-section-main-title.style h1 {
    color: #fff;
    margin-bottom: 30px;
}

.bisal-section-title.style1 {
    margin-bottom: 31px;
}

p.section-description {
    font-size: 16px;
    line-height: 28px;
    color: #686868;
    width: 96%;
}

p.section-description.style1 {
    color: #fff;
    width: 93%;
}

.bisal-section-title.dremit-pb {
    margin-bottom: 57px;
}





/**
======================================================
<--  bisal About  Area Style TwoCss -->
======================================================**/
.about_area.style-two {
    padding: 20px 0 120px;
}

.bisal-section-title.style {
    margin-bottom: 38px;
}

.about_thumb {
    margin-left: -209px;
}

.about-signle-item {
    border: 1px solid #C4D4FF;
    padding: 19px 30px 9px 0;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    transition: .5s;
    display: flex;
    align-items: center;
}

.about-signle-item:hover {
    border: 1px solid transparent;
}

.about-signle-item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url(../image/about-shape.png);
    height: 100%;
    transform: perspective(500px)rotateX(-90deg);
    transform-origin: 50% 0%;
    width: 100%;
    transition: 0.5s;
    z-index: -1;
}

.about-signle-item:hover:before {
    transform: perspective(500px)rotateX(0deg);
}

.about-icon {
    position: relative;
    left: 25px;
}

.about-icon:before {
    content: "";
    position: absolute;
    width: 84px;
    height: 140px;
    background-color: #F7F7F7;
    display: inline-block;
    border-radius: 0 0 50px 50px;
    text-align: center;
    left: -28px;
    top: -61px;
    transform: rotate(-30deg);
    z-index: -1;
}

.about-icon::after {
    content: "";
    position: absolute;
    width: 85px;
    height: 141px;
    background-image: linear-gradient(59deg, #bb00ff 0%, #0045ff 100%);
    display: inline-block;
    border-radius: 0 0 50px 50px;
    text-align: center;
    left: -28px;
    top: -61px;
    z-index: -1;
    transform: perspective(500px)rotateX(-90deg);
    opacity: 1;
    transition: 0.5s;
}

.about-signle-item:hover .about-icon::after {
    transform: skew(0deg) translateY(0);
    transform: rotate(-30deg);

}

.about-contetn {
    overflow: hidden;
    padding-left: 45px;
}

h3.about-title {
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins";
    margin-bottom: 12px;
}

p.about-description {
    transition: .5s;
}

/* all hover */
.about-signle-item:hover h3.about-title {
    color: #fff;
}

.about-signle-item:hover p.about-description {
    color: #fff;
}


.about-tex p {
    line-height: 28px;
    width: 96%;
    margin-top: 41px;
}

.bisal-section-main-title.dreamit-color h1 {
    color: #fff;
}

p.section-description.style {
    color: #ffffffad;
}

.bisal-section-title.style.dreamit-pb {
    margin-bottom: 50px;
}


/*upper style*/
.upper.style-three.about-area {
    padding: 50px 0 40px;
    background: #fff;
}

.upper.style-three.about-area .bisal-section-title p {
    width: 100%;
    margin-top: -18px;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
}

h4.section-sub-title.style1.style11:before {
    left: -115px;
}

/*upper end*/
p.about-text1 {
    opacity: inherit;
    padding: 16px 0 0;
}

/*about thumb*/
.style-three.about-area .dreamit-about-thumb {
    margin: 0px 0 0 -72px;
    position: relative;
    z-index: 1;
}

.style-three .dreamit-icon-list ul li {
    padding: 12px 0 0px;
}

.style-three .dreamit-icon-list ul li span {
    color: #232323;
    font-family: 'Fira Sans';
}

.style-three .dreamit-icon-list ul li i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0;
    background-color: inherit;
    display: inline-block;
    color: #1552F6;
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

/*about syle two*/
.style-three .about-button a {
    padding: 15px 38px;
    font-family: 'Fira Sans';
    font-weight: 500;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 31px;
    font-size: 16px;
}

.style-three .about-button a i {
    font-size: 19px;
    width: 0;
    height: 0;
    line-height: 0;
    color: #fff;
    margin-left: 22px;
    top: 2px;
    left: -24px;
}

/*progress bar*/
.progress-box {
    width: 600px;
    margin: 35px auto 0 0px;
    font-family: 'Fira Sans';
}

.circle_percent {
    font-size: 80px;
    width: 80px;
    height: 80px;
    position: relative;
    background: #FFEAE3;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 0 20px 0 0;
    z-index: 1;
}

.circle_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    clip: rect(0 1em 1em .5em);
}

.round_per {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    background: #1552F6;
    clip: rect(0 1em 1em .5em);
    transform: rotate(180deg);
    transition: 1.05s;
}

.percent_more .circle_inner {
    clip: rect(0 .5em 1em 0em);
}

.percent_more:after {
    position: absolute;
    left: .5em;
    top: 0em;
    right: 0;
    bottom: 0;
    background: #1552F6;
    content: '';
}

.circle_inbox {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: #fff;
    z-index: 3;
    border-radius: 50%;
}

.percent_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 22px;
    line-height: 26px;
    color: #232323;
    text-align: center;
}

/*circle progress title*/
.extra-progress {
    display: inline-block;
    padding: 0 0 0 70px;
}

.circle-progress-title {
    display: inline-block;
}

.circle-progress-title h4 {
    font-size: 18px;
    line-height: 28px;
    color: #232323;
    font-weight: 500;
    position: relative;
    top: -30px;
}

/*about shape two*/
.style-three .about-shape-thumb1 {
    position: absolute;
    left: -191px;
    bottom: -98px;
    z-index: 1;
    display: none;
}

.style-three .about-shape-thumb3 {
    position: absolute;
    right: 37px;
    top: -4px;
    z-index: -1;
}

/*style three upper1*/
.upper1.style-three.about-area {
    padding: 102px 0 110px;
    background: url(../image/why-choose-bg.png);
}

.upper1.style-three.about-area .bisal-section-title p {
    width: 100%;
    margin-top: 0;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
}

.upper1.style-three.about-area .dreamit-about-thumb {
    margin: 0px 0 0 30px;
}

.upper1.style-three .about-shape-thumb3 {
    position: absolute;
    right: -68px;
    top: -4px;
    z-index: -1;
}

/* Abpit New Style */
.about-area.new-style {
    background: url(https://applligent.com/assets/images/about/about-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.about-area.new-style .about-thumb {
    position: relative;
    margin-left: -100px;
    margin-right: 50px;
}

.about-area.new-style .about-thumb img {
    width: 100%;
}

.about-area.new-style .about-icon-thumb {
    float: left;
    margin-right: 20px;
}

.about-area.new-style .about-icon-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.about-area.new-style .about-icon-box.border-non {
    border-bottom: none;
}

.about-area.new-style .about-box-content {
    overflow: hidden;
}

.about-area.new-style .about-box-content h2 {
    font-size: 20px;
    padding-bottom: 8px;
    margin-top: 0;
}

.new-button a {
    display: inline-block;
    background: #1552F6;
    padding: 14px 35px;
    color: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.new-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: #10102E;
    transform: scale(0);
    transition: .5s;
}

.new-button a:hover:before {
    transform: scale(1);
}

/**
======================================================
<--  bisal About Area Css -->
======================================================**/
.about-area {
    padding: 120px 0 120px;
    background: url(../image/about_bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.about-box {
    margin-top: 22px;
}

.about-title h3 {
    font-size: 20px;
    color: #0a0a1d;
    font-weight: 500;
    margin-bottom: 14px;
}

p.about-text {
    width: 86%;
}

h2.about-title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    position: relative;
    margin-bottom: 38px;
}

h2.about-title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -6px;
    width: 127px;
    height: 1px;
    border-radius: 1px;
    background-color: #ffffff;
}

.about-list ul li {
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    margin-bottom: 23px;
}

.about-list ul li i {
    color: #fff;
    font-size: 15px;
    margin-right: 18px;
}

.about-button.style1 {
    margin-top: 18px;
}

.about-button a {
    padding: 13px 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 17px;
    color: #0a0a1d;
    font-weight: 500;
    -webkit-animation: 1s 1.7s fadeInUp both;
    animation: 1s 1.7s fadeInUp both;
    border-radius: 30px;
    background: #fff;
    border: 1px solid transparent;
    transition: .5s;
}

.about-button a:hover {
    background: #1552F6;
    color: #fff;
    border: 1px solid #fff;
}

.about-button a i {
    font-size: 15px;
    font-weight: 600;
    margin-left: 12px;
}

.about_thumbs {
    position: relative;
    margin-left: 17px;
}






/**
======================================================
<--  bisal Counter  Area css -->
======================================================**/
.counter-area {
    background: url(../image/counter_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 50px;
}

.counter-single-item {
    text-align: center;
}

.counter-title h1 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    display: inline-block;
}

.counter-title span {
    font-size: 48px;
    color: #ffffff;
    font-weight: 600;
}

.counter-title h5 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    margin-top: 11px;
}


/**
======================================================
<--  bisal Service Area css -->
======================================================**/
.service-area.style-two {
    background: url(../image/service-bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 55px;
}

.service-area.style-two .bisal-section-title.style {
    margin-bottom: 68px;
}

/*service box*/
.style-two .dreamit-service_box {
    padding: 0px 25px 30px;
    background-color: #fff;
    border: 1px solid rgba(35, 35, 35, 0.1);
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
    height: 440px;
}

.style-two .dreamit-service_box::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: url(../image/process-bg1.png);
    transition: .5s;
    opacity: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.style-two .em-service_title h2 {
    font-size: 20px;
    font-weight: 500;
    padding: 55px 0 42px;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.style-two .em-service_title h2:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 22px;
    margin: auto;
    width: 40px;
    height: 2px;
    background: #1552F6;
}

.style-two .em-service_icon {
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    line-height: 76px;
    text-align: center;
    border-radius: 50%;
    background-color: #1f5fe9;
    border: 1px solid rgba(35, 35, 35, 0.1);
    transition: .5s;
}

.style-two .em-service_icon img {
    transition: .5s;
}

.style-two .service_number h1 {
    font-size: 55px;
    opacity: 10%;
    position: absolute;
    top: 0;
    left: 10px;
    margin: auto;
}

.style-two .em-service_text p {
    transition: .5s;
}

/*bisal box button*/

.style-two .service_button a {
    padding: 8px 18px 8px 24px;
    font-size: 15px;
    font-family: 'Fira Sans';
    border-radius: 22px;
    background-color: #1f5fe9;
    color: #fff;
    border: 1px solid rgba(35, 35, 35, 0.1);
    display: inline-block;
    margin-top: 11px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.style-two .service_button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    border-radius: 30px;
    transform: scale(0);
    transition: .5s;
}

.style-two .service_button a i {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    position: relative;
    top: 2px;
    transition: .5s;
}

/*bisal button*/
.bisal-button a {
    padding: 10px 14px 15px 42px;
    font-family: 'Fira Sans';
    font-weight: 500;
    color: #fff;
    background: #FF3B00;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #FF3B00;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bisal-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: .5s;
}

.bisal-button a i {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 25px;
    text-align: center;
    background: #fff;
    color: #FF3B00;
    display: inline-block;
    margin-left: 14px;
    position: relative;
    top: 3px;
    transition: .5s;
}

.bisal-button a:hover {
    color: #FF3B00;
}

.bisal-button a:hover:before {
    width: 100%;
    left: 0;
}

.bisal-button a:hover i {
    background: #FF3B00;
    color: #fff;
}

/*all hover*/
.style-two .dreamit-service_box:hover .em-service_title h2,
.style-two .dreamit_service-box:hover .em-service_text p {
    color: #fff;
}

.style-two .dreamit-service_box:hover .em-service_text p {
    color: #fff;
}

.style-two .dreamit-service_box:hover .em-service_icon img {
    filter: brightness(0) invert(1);
}

.em-service_icon img {
    filter: brightness(0) invert(1);

}

.style-two .dreamit-service_box:hover .em-service_icon {
    background: #1552F6;
}

.style-two .dreamit-service_box:hover .service_button a:before {
    transform: scale(1);
}

.style-two .dreamit-service_box:hover .service_button a {
    color: black;
    border: 1px solid #fff;
}

.style-two .dreamit-service_box:hover .service_button a i {
    color: black;
}

.style-two .dreamit-service_box:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

/**
======================================================
<--  bisal Service Details Area Css -->
======================================================**/
.service-detials-area {
    padding: 100px 0 70px;
}

.service-detials-area .bisal-service-thumb img {
    width: 100%;
}

/*service page title*/
.service-page-title h1 {
    line-height: 42px;
}

.service-page-title h1 {
    font-size: 36px;
    font-weight: 600;
    color: #0D0E14;
    padding: 20px 0 20px;
    display: inline-block;
}

/*detials description*/
.serivce-details-desc p span {
    color: #1552F6;
}

/*detials box*/
.service-details-box {
    background: #F5F5F5;
    padding: 20px 25px 13px;
    border-radius: 4px;
    margin-bottom: 30px;
    margin-right: 5px;
}

/*detials icon*/
.service-details-icon {
    float: left;
    margin-right: 25px;
    margin-top: 10px;
}

.service-details-icon img {
    border-radius: 4px;
}

/*detials title */
.service-details-title h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding: 0 0 12px;
}

/*detils desc*/
.services-detials-desc p {
    font-size: 15px;
    line-height: 26px;
}

/*page title*/
.service-page-title2 h1 {
    line-height: 38px;
    margin: 0;
}

.service-page-title2 h1 {
    font-size: 30px;
    font-weight: 600;
    color: #0D0E14;
    padding: 10px 0 16px;
    display: inline-block;
}

/*details thumb*/
.service-details-thumb {
    position: relative;
}

/*service details icon*/
.widget-service-details-icon p {
    margin-bottom: 12px;
}

.widget-service-details-icon i {
    font-size: 25px;
    color: #1552F6;
    display: inline-block;
    margin-right: 2px;
    position: relative;
    top: 4px;
}

/*service work process box*/
.service-work-process-box {
    padding: 40px 25px 20px;
    background: #F5F5F5;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 30px;
    height: 250px;
}

/*work process number*/
.service-work-process-number {
    display: inline-block;
    padding: 10px;
    position: relative;
}

.service-work-process-number:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 10px solid #1552F6;
    border-radius: 50%;
    opacity: .3;
}

.service-work-process-number span {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #1552F6;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

/*work process title*/
.service-work-process-title h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    padding: 20px 0 10px;
}

/*work process desc*/
.service-work-process-desc p {
    font-size: 15px;
    line-height: 26px;
}

/*widget search*/
.widget_search {
    padding: 30px 30px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #F5F5F5;
}

.widget_search form {
    position: relative;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #0D0E14;
    border: 0;
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #1552F6;
    border-radius: 0 4px 4px 0;
}

/*widget search upper*/
.upper.widget_search {
    padding: 0;
    margin-bottom: 30px;
    background: inherit;
    text-align: right;
}

.upper.widget_search input {
    height: 56px;
    width: 73%;
    color: #0D0E14;
    border: 1px solid rgba(13, 14, 20, 0.1);
    border-radius: 4px 0px 0px 4px;
}

.upper.widget_search input:focus-visible {
    box-shadow: none;
}

.upper button.icons {
    height: 56px;
    width: 56px;
}

/*widget categories box*/
.widget-categories-box {
    background: #F5F5F5;
    padding: 42px 40px 25px;
    border-radius: 5px;
}

/*title*/
.categories-title h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    border-bottom: 2px solid #E9E9EA;
    padding: 0px 0 15px;
    margin: 0 0 30px;
    position: relative;
}

.categories-title h4:before {
    position: absolute;
    content: "";
    left: -42px;
    top: 0;
    height: 24px;
    width: 2px;
    background: #1552F6;
}

.service-detials-area .categories-title h4:before {
    left: -37px;
}

/*categories menu*/
.widget-categories-menu ul {
    display: block;
}

.widget-categories-menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
    background: #fff;
    padding: 16px 20px 16px;
    border-radius: 4px;
    transition: .5s;
    color: #0D0E14;
}

.widget-categories-menu ul li:hover,
.widget-categories-menu ul li.active {
    background: #1552F6;
    color: #fff;
}

.widget-categories-menu ul li a {
    display: block;
    transition: .5s;
    color: inherit;
}

/*all hover*/
.widget-categories-menu ul li:hover a {
    color: inherit;
}

.service-details-icon-box {
    margin-left: 20px;
}

/*widget categories thumb*/
.widget-categories-thumb {
    background: url(../image/srd3.jpg);
    background-repeat: no-repeat;
    padding: 80px 0 80px;
    margin-top: 30px;
    background-size: cover;
}

/*widget title2*/
.widget-title2 h3 {
    font-size: 42px;
    line-height: 44px;
    font-weight: 600;
    color: #ffff;
    padding: 31px 0 40px;
}

/*widget button*/
.widget-button a {
    padding: 17px 40px;
    font-size: 17px;
    font-weight: 500;
    background: #1552F6;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
}

.widget-button a i {
    margin-right: 5px;
}

/**
======================================================
<--  bisal Team Area Css -->
======================================================**/




/***
======================================================
<--  bisal Case Study Area style two Css -->
======================================================***/
.style-three.case-study-area {
    background: #fff;
    padding: 95px 0 70px;
}

.style-three.case-study-area h4.section-sub-title:after {
    right: -105px;
}

.style-three.case-study-area h4.section-sub-title:before {
    left: -105px;
}

/* Portfolio Nav */
.portfolio_nav {
    margin-bottom: 40px;
}

.portfolio_menu ul {
    text-align: center;
    list-style: none;
}

.portfolio_nav ul li {
    background: #F6F5F5;
    font-size: 15px;
    font-family: 'Fira Sans';
    transition: all 0.5s ease 0s;
    cursor: pointer;
    padding: 6px 25px;
    font-weight: 500;
    position: relative;
    margin: 0 3px;
    margin-bottom: 7px;
    display: inline-block;
    border-radius: 30px;
}

.portfolio_menu ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    transition: .5s;
}

.portfolio_menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 24px;
    height: 2px;
    width: 0%;
    background: #fff;
    transition: .5s;
}

.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
    color: #fff;
    background: #1552F6;
}

.style-three .case-study-single-box {
    margin-bottom: 30px;
}

/*case study thumb*/

.case-study-thumb2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.case-study-thumb2::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
    top: 0;
    content: "";
    opacity: 0;
    transition: .5s;
}

.case-study-thumb2 img {
    width: 100%;
}

.case-study-title h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
}

/*case study content*/
.style-three .case-study-content {
    position: absolute;
    bottom: -120px;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s;
    opacity: 0;
}

.case-study-content-inner {
    position: relative;
    z-index: 1;
}

.case-study-content-inner:before {
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 0;
    left: 0;
    background: url(../image/port.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 160px;
}

.style-three .case-study-title {
    padding: 0 0 27px 30px;
}

.style-three .case-study-title h3 {
    line-height: 26px;
}

.style-three .case-study-title h3 a {
    color: #fff;
    font-weight: 500;
}

.style-three .case-study-title h6 {
    color: #fff;
}

.style-three .case-study-title h6:before {
    border: 1px solid #fff;
}

/*case study icon*/

.style-two.video-icon {
    position: absolute;
    top: 80px;
    right: 13px;
    left: inherit;
    border: 0;
    border-radius: 50%;
    padding: 7px;
    transition: .5s;
    opacity: 0;
}

.style-three .style-two.video-icon a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #1552F6;
    display: inline-block;
    font-size: 13px;
}

.single_portfolio_icon {
    position: absolute;
    right: 168px;
    top: 20px;
    opacity: 0;
    transition: .5s;
}

.single_portfolio_icon a i {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #1552F6;
    display: inline-block;
    font-size: 16px;
}

/*case all hover*/
.case-study-thumb2:hover .case-study-content {
    bottom: 0px;
    opacity: 1;
}

.case-study-thumb2:hover .style-two.video-icon {
    top: 40px;
    opacity: 1;
}

.case-study-thumb2:hover .single_portfolio_icon {
    right: 100px;
    opacity: 1;
}

.case-study-thumb2:hover:before {
    opacity: 1;
}

/*port shape thumb*/
.port-shape-thumb {
    position: absolute;
    left: 13%;
}

.port-shape-thumb2 {
    position: absolute;
    right: -149px;
}

.port-shape-thumb2 {
    position: absolute;
    top: -80px;
    right: 7%;
    z-index: 11;
}


/***
======================================================
<-- bisal Faq Area Css -->
======================================================***/
.faq-sectiions {
    background: url(../image/faq-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 94px 0 96px;
    position: relative;
    z-index: 1;
}

.faq-sectiions:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 15, 30, 0.8);
}

.faq-sectiions h4.section-sub-title.style1.style11:before {
    left: -86px;
}

.faq-sectiions .bisal-section-title p {
    color: #ffffffba;
}

.faq-sectiions .dreamit-icon-list ul li i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0;
    background-color: inherit;
    display: inline-block;
    color: #FF3B00;
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.faq-sectiions .dreamit-icon-list ul li span {
    color: #fff;
}

.why-choose-button a {
    padding: 14px 38px;
    font-family: 'Fira Sans';
    font-weight: 500;
    color: #fff;
    background: #FF3B00;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 38px;
}

.why-choose-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: .5s;
}

.why-choose-button a i {
    font-size: 19px;
    color: #fff;
    padding-right: 5px;
    position: relative;
    top: 2px;
    transition: .5s;
}

/*case study all hover*/
.why-choose-button a:hover {
    color: #FF3B00;
}

.why-choose-button a:hover:before {
    width: 100%;
    left: 0;
}

.why-choose-button a:hover i {
    color: #FF3B00;
}

/*accordion*/
.accordion.style1 li {
    list-style: none;
    padding: 2px 0px 15px;
    position: relative;
    z-index: 1;
}

.accordion.style1 li:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 20px;
    top: 16px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.10196078431372549);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.active .accordion.style1 li:before {
    background-color: rgba(255, 255, 255, 0.10196078431372549) !important;
}

.accordion.style1 li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-family: 'Fira Sans';
    font-weight: 400;
    font-size: 18px;
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.050980392156862744);
    border: 1px solid #626065;
    padding: 14px 20px 14px 59px;
    z-index: 1;
    border-radius: 30px;
}

.accordion.style1 li p {
    display: none;
    font-size: 16px;
    color: #B1B2B4;
    padding: 25px 0 10px 30px;
    margin: 0;
    background: transparent;
}


.accordion.style1 a:before {
    width: 2px;
    height: 10px;
    background: #FF3B00;
    position: absolute;
    right: 32px;
    content: " ";
    top: 22px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

.accordion.style1 a:after {
    width: 10px;
    height: 2px;
    background: #FF3B00;
    position: absolute;
    right: 28px;
    content: " ";
    top: 26px;
    transition: all 0.2s ease-in-out;
}

.accordion a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #fff;
}

.accordion a.active:before {
    display: none;
}

.accordion.style1 a.active {
    color: #fff !important;
    border: 1px solid #FF3B00 !important;
    background: #FF3B00 !important;
}

.accordion li a span {
    position: relative;
    z-index: 1;
}

.accordion.style1 li a span:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: -35px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../image/question.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

/***
======================================================
<--  bisal Testimonial Area Style1 Css -->
======================================================***/
.testimonial-area.style1 {
    padding: 117px 0 120px;
    position: relative;
    background: #F7F7F7;
}

.testimonial-area-csr.style1 {
    padding: 50px 0 50px;
    position: relative;
    background: #ffffff;
}

.cta-area.style1 {
    padding: 50px 0 50px;
    position: relative;
    background: #ffffff;
}

.testi-btn a {
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    background-image: linear-gradient(59deg, #bb00ff 0%, #0045ff 100%);
    padding: 13px 31px;
    border-radius: 30px;
    display: inline-block;
    transition: .5s;
}

.testi-btn a:hover {
    background-image: linear-gradient(59deg, #0045ff 0%, #bb00ff 100%);
}

.testi-btn a i {
    font-size: 15px;
    font-weight: 600;
    margin-left: 12px;
}

h3.testi-title1 {
    display: inline-block;
    font-size: 26px;
    color: #0a0a1d;
    font-weight: 600;
    font-family: "Poppins";
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(59deg, #bb00ff 0%, #0045ff 100%);
    margin-left: 20px;
    position: relative;
    top: 4px;
}

span.hand {
    margin-left: 20px;
}

/* testimonial item */

.testimonial-item {
    position: relative;
    background: url(../image/testi-thumbs.png);
    padding: 45px 25px 46px 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}



.author_thumb {
    position: relative;
    float: left;
    margin-right: 20px;
}

.reviews_rating {
    padding-top: 22px;
    text-align: left;
}

.testi-star i {
    color: #fff;
    margin-left: 4px;
    font-size: 15px;
}

.testimonial-content {
    padding-top: 47px;
    text-align: left;
}

.testimonial-content p {
    color: #fff;
}

h4.name {
    font-size: 22px;
    font-weight: 500;
    margin-top: 27px;
    color: #fff;
}


h5.designation {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    left: 40px;
    position: relative;
    z-index: 1;
    margin-top: 7px;
}

h5.designation:before {
    position: absolute;
    content: "";
    left: -40px;
    top: 8px;
    width: 30px;
    height: 1px;
    background-color: #fff;
    z-index: -1;
}

h5.designation:after {
    position: absolute;
    content: "";
    right: 50px;
    top: -23px;
    height: 52px;
    width: 60px;
    background: url(../image/testi-icons.png);
    background-repeat: no-repeat;
}

.testi-shape1 {
    position: absolute;
    left: 5%;
    bottom: 34%;
}


/*owl carousel*/
.testi_list2 .owl-dots {
    position: absolute;
    top: 0;
    right: -42%;
    transform: translateY(43%);
}

.testi_list2 .owl-dot {
    background: url(../image/testi-icon1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 55px;
    width: 55px;
    margin-bottom: 10px;
}



.testi_list2 .owl-dot.active {
    background: url(../image/testi-icon2.png);
    height: 55px;
    width: 55px;
}


span.border1 {
    position: relative;
}

span.border1:before {
    position: absolute;
    content: "";
    left: 0;
    background: url(../image/testi-border.png);
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}

/***
======================================================
<--  bisal Testimonial Area Css -->
======================================================***/
.testimonial-area {
    background: url(../image/testimonial-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 104px 0 90px;
    position: relative;
    z-index: 1;
}

.testimonial-area h4.section-sub-title.style1.style9:before {
    left: -101px;
}

/*testimonial*/
.testimonial-single-box {
    padding: 18px 30px 24px;
    transition: all .4s ease 0s;
    position: relative;
    margin-top: 10px;
    text-align: left;
    z-index: 1;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 30px;
    filter: drop-shadow(0px 0 5px rgba(0, 0, 0, 0.1));
    height: 300px;
}

/*testimonial*/
.testimonial-single-box-case {
    transition: all .4s ease 0s;
    position: relative;
    margin-top: 10px;
    text-align: left;
    z-index: 1;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 30px;
    filter: drop-shadow(0px 0 5px rgba(0, 0, 0, 0.1));
}

.testimonial-single-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: 12px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
    background: url(../image/earth.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.testimonial-area-home .container .testi-rotate .section-description.style {
    color: black !important;
}

/* .testimonial-single-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    transition: .5s;
    z-index: -1;
    border-radius: 3px;
    background: url(../images/resource/box-bg4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
} */

.quote-thumb {
    float: left;
    margin-right: 20px;
    position: relative;
    z-index: 1;
}

.quote-thumb:before {
    content: "";
    font-size: 18px;
    position: absolute;
    bottom: 5px;
    right: -10px;
    background: url(../image/quote1.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 31px;
    height: 31px;
}

/*quote title*/
.quote-title {
    position: relative;
    top: 10px;
}

.quote-title h4 {
    font-size: 20px;
    font-weight: 600;
    transition: .5s;
    padding: 0 0 5px;
}

.quote-title p {
    color: #1552F6;
    transition: .5s;
}

.em-testimonial-text p {
    display: inline-block;
    transition: .5s;
    padding: 20px 0 0px;
}

.em-testi-start-icon i {
    color: #1552F6;
    transition: .5s;
    display: inline-block;
}

/*testi counter*/
.testi-counter-box {
    text-align: right;
}

.upper.testi-counter-box {
    position: relative;
    z-index: 1;
}



.testi-counter-title h3 {
    font-size: 30px;
    font-weight: 600;
    color: black;
    display: inline-block;
}

.testi-counter-title span {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Fira Sans';
    color: #1552F6;
}

.testi-counter-title p {
    color: black;
    padding: 10px 0 0;
}

/*testimonial all hover*/
.testimonial-single-box:hover:after {
    left: 0;
    width: 100%;
}

.testimonial-single-box:hover .quote-title h4,
.testimonial-single-box:hover .quote-title p,
.testimonial-single-box:hover .em-testimonial-text p,
.testimonial-single-box:hover .em-testi-start-icon i {
    /* color: #fff; */
}

.testimonial-area .testimonial-single-box.wow {
    /* filter: drop-shadow(0px 0 5px rgba(0, 0, 0, 0.1)); */
    /* color: red !important; */
}

/*testi shape thumb*/
.testi-shape-thumb {
    position: absolute;
    left: -120px;
    top: 0;
    animation: moveLeftBounce 3s linear infinite;
    z-index: -1;
    opacity: .2;
}

.row.testi-rotate {
    position: relative;
}

.testi-shape-thumb1 {
    position: absolute;
    left: 165px;
    top: -85px;
}

/*owl carousel*/
.testimonial-area.style-two {
    background: #fff;
    padding: 104px 0 90px;
    z-index: -1;
}

.testimonial-area.style-two h4.section-sub-title:before {
    left: -103px;
}

.testimonial-area.style-two h4.section-sub-title:after {
    right: -106px;
}

.testimonial_list .owl-dots {
    text-align: center;
    padding: 20px 0 0;
}

.testimonial-area.style-two .testimonial-single-box {
    filter: drop-shadow(0px 0 5px rgba(0, 0, 0, 0.1));
}

.testimonial-area.style-two .owl-dot {
    width: 19px;
    height: 5px;
    border-radius: 2px;
    background-color: #131323;
    display: inline-block;
    margin-right: 10px;
}

.testimonial-area.style-two .owl-dot.active {
    width: 14px;
    height: 14px;
    border-radius: 6px;
    background-color: #1552F6;
    display: inline-block;
    position: relative;
    top: 4px;
}


/*owl carousel*/
.testi_list .owl-dots {
    text-align: center;
    padding: 18px 0 0;
}

.testi_list .owl-dot {
    width: 19px;
    height: 4px;
    border-radius: 2px;
    background-color: black;
    display: inline-block;
    margin-right: 10px;
}

.testi_list .owl-dot.active {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #1552F6;
    display: inline-block;
    position: relative;
    top: 4px;
}

/***
======================================================
<--  bisal Team Area Css -->
======================================================***/
.team_area {
    background: url(../image/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 240px 0 140px;
    margin-top: -141px;
}

.single_team {
    margin-bottom: 30px;
}

.single_team_thumb1 {
    position: relative;
    z-index: 1;
}

.single_team_thumb1 img {
    width: 100%;
}

/*team content*/
.single_team_content {
    width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

/*team title*/
.team-title {
    padding: 10px 0 17px;
    background: #1552F6;
    text-align: center;
    width: 80%;
    position: relative;
    z-index: 1;
    left: 10%;
    border-radius: 3px 3px 0 0;
    transform: perspective(500px)rotateX(90deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}

.team-title h4 {
    font-size: 22px;
    font-weight: 500;
    padding: 0 0 4px;
    color: #fff;
}

.team-title span {
    color: #fff;
}

/*team icon*/
.single_team_icon {
    position: relative;
    z-index: 1;
    left: 10%;
    width: 80%;
    background: #131323;
    text-align: center;
    padding: 14px 0 14px;
    border-radius: 0 0 3px 3px;
    transform: perspective(500px)rotateX(-90deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}

.single_team_icon a {
    width: 38px;
    height: 38px;
    line-height: 41px;
    text-align: center;
    border-radius: 50px;
    background-color: #373644;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single_team_icon a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1552F6;
    transform: scale(0);
    border-radius: 50px;
    transition: .5s;
}

/*team all hover*/
.single_team:hover .single_team_icon {
    transform: perspective(500px)rotateX(0deg);
}

.single_team:hover .team-title {
    transform: perspective(500px)rotateX(0deg);
}

.single_team_icon a:hover:before {
    transform: scale(1);
}

/*style two*/
.style-two.team_area {
    padding: 100px 0 100px;
    margin-top: 0;
}

.style-two.team_area h4.section-sub-title.style10:after {
    right: -110px;
}

.style-two.team_area h4.section-sub-title.style10:before {
    left: -110px;
}

/*upp*/
.upp.style-two.team_area {
    padding: 106px 0 60px;
    margin-top: 0;
}

.upp .single_team {
    margin-bottom: 60px;
}

.upp .single_team_content {
    bottom: 30px;
}

.upp .single_team_icon {
    top: -1px;
}

/***
==================================================
<-- bisal Brand Section Css -->
==================================================***/

.brand-section {
    padding: 50px 0 50px;
}

.single-brand img {
    width: 100%;
}

/*style two*/

.upper1.brand-section {
    background: url(../image/counter-bg23.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.brand-section.srv-page {
    padding: 50px 0 50px;
    background: url(../image/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.brand-section.new-style {
    background: #1552F6;
    padding: 60px 0 60px;
}

.owl-item.active {
    display: inline-block !important;
    text-align: center;
}

/***
==================================================
<-- bisal Brand area Style two Css -->
==================================================***/
.brand-area {
    padding: 50px 0 50px;
}

.brand-area.style1 {
    background: #F7F7F7;
    padding: 60px 0 60px;
}

h3.brand-title {
    font-size: 18px;
    line-height: 28px;
    color: #222429;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    position: relative;
}

h3.brand-title:before {
    position: absolute;
    content: "";
    right: 18px;
    top: 14px;
    width: 68px;
    height: 1px;
    background: #222429;
}

h3.brand-title span {
    color: #1552F6;
}

.single-brand-box {
    text-align: center;
}

.owl-carousel .owl-item img {
    display: inline-block;
}

/***
==================================================
<-- bisal Call Do Section Css -->
==================================================***/
.call-do-action-section {
    background: linear-gradient(rgba(17, 26, 58, 0.75), rgba(17, 26, 58, 0.75)), transparent url(../image/cda1.jpg) no-repeat center/cover;
    padding: 100px 0 115px;
}

.call-do-action-content h2 {
    line-height: 54px;
    font-size: 40px;
    font-weight: 700;
}

.call-do-action-content p {
    width: 35%;
    margin: auto;
    padding: 15px 0 0;
}

/*button*/
.btn-common a {
    color: #fff;
    font-size: 17px;
    background: #1552F6;
    padding: 14px 31px;
    border: 1px solid #1552F6;
    border-radius: 5px;
    transition: .5s;
    text-transform: capitalize;
}

.btn-common a:hover {
    background: #fff;
    color: #1552F6;
}

.video-icon {
    display: inline-block;
}

.video-icon-cda a {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    color: #1552F6;
    background: #fff;
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-animation: hassan 1s linear infinite;
    animation: hassan 1.5s linear infinite;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 28px;
    z-index: 1;
}

@-webkit-keyframes hassan {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4)
    }

    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3), 0 0 0 40px rgba(255, 255, 255, 0)
    }
}

@keyframes hassan {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 40px rgba(255, 255, 255, 0)
    }
}

/***
==================================================
<-- bisal Form Box Css -->
==================================================***/
.contract-form-bg {
    padding: 15px 35px 40px;
    background: #fff;
    border-radius: 3px;
    width: 430px;
    position: relative;
    z-index: 1;
    margin-top: -140px;
    left: 100px;
}

.contract-form-bg:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 147px;
    width: 100%;
    background: #1552F6;
    z-index: -1;
    border-radius: 3px 3px 0 0;
}

.contract-form-bg:after {
    position: absolute;
    content: "";
    top: 137px;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../image/square-line.png);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
}

/*form title*/
.contact-form-title {
    padding: 0 0 72px;
}

.contact-form-title h4 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
}

.contact-form-title p {
    color: #fff;
    font-size: 18px;
    padding: 10px 0 0;
}

/*form input*/
.form_box input , .form_box select {
    width: 100%;
    height: 50px;
    padding-left: 25px;
    background: #f7f4f4;
    /* border-radius: 30px; */
    color: #232323;
    border: 1px solid rgba(35, 35, 35, 0.12);
    transition: .5s;
}

.form_box textarea {
    width: 100%;
    background: #f7f4f4;
    padding-left: 25px;
    padding-top: 20px;
    height: 135px;
    border: 1px solid rgba(35, 35, 35, 0.12);
    /*border-radius: 30px;*/
    color: #232323;
    transition: .5s;
}

.form_box input::placeholder {
    color: #6d6d6d;
}

.form_box input:focus,
.form_box textarea:focus {
    border-color: #1552F6;
    outline: 0;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

/*form button*/
.quote_button button {
    padding: 13px 15px;
    background: #10102E;
    display: block;
    color: #fff;
    border-radius: 30px;
    width: 100%;
    font-family: 'Fira Sans';
    cursor: pointer;
    text-align: center;
    transition: .5s;
}

.quote_button button i {
    display: inline-block;
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 2px;
    color: #1552F6;
    transition: .5s;
}

.quote_button button:hover {
    color: #fff;
    background: #1552F6;
}

.quote_button button:hover i {
    color: #fff;
}

/***
======================================================
<-- bisal Brand Area Css -->
======================================================***/
.dreamits-top-title h3 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 0 44px;
}

.dreamits-top-title h3:before {
    position: absolute;
    content: "";
    left: -15px;
    top: 9px;
    height: 2px;
    width: 380px;
    background-color: rgba(35, 35, 35, 0.10196078431372549);
}

.dreamits-top-title h3:after {
    position: absolute;
    content: "";
    right: -15px;
    top: 9px;
    height: 2px;
    width: 380px;
    background-color: rgba(35, 35, 35, 0.10196078431372549);
}

/**
======================================================
<--  bisal Blog Area Css -->
======================================================**/
.blog_area {
    padding: 107px 0 122px;
}

.single-blog-thumb {
    overflow: hidden;
}

.single-blog-thumb img {
    width: 100%;
    transition: 0.5s;
}

.single-blog-box:hover .single-blog-thumb img {
    transform: scale(1.1);
}

.single-blog-content {
    background: #F7F7F7;
    width: 88%;
    position: relative;
    margin: auto;
    margin-top: -20px;
    padding: 19px 28px 28px;
    border-top: 3px solid #1552F6;
}

.single-blog-content:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 0%;
    width: 38%;
    background: url(../image/line.png);
    background-position: center center;
    background-repeat: no-repeat;
    transition: .5s;
}

.meta-blog p {
    font-size: 16px;
    color: #6d6d6d;
    margin-bottom: 14px;
}

.meta-blog i {
    font-size: 14px;
    color: #1552F6;
    display: inline-block;
    margin-right: 12px;
}

.single-blog-content a {
    font-size: 19px;
    line-height: 27px;
    color: #232323;
    font-weight: 500;
    font-family: "Poppins";
    display: inline-block;

}

.single-blog-content a:hover {
    color: #1552F6;

    border-radius: 28px !important;
}

a.blog-button {
    background: #fff;
    width: auto;
    padding: 8px 18px;
    font-size: 14px;
    color: #6d6d6d;
    font-weight: 400;
    margin-top: 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    /*  */
    border-radius: 28px;
}

a.blog-button:hover {
    color: #9A241C;
    border-radius: 28px !important;
}

.single-blog-box:hover a.blog-button {
    color: #fff;
}

a.blog-button:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    background: #1552F6;
    z-index: -1;
    transition: 0.5s;
    cursor: pointer;
    border-radius: 28px !important;
}

.single-blog-box:hover a.blog-button:before {
    width: 100%;
}

a.blog-button i {
    display: inline-block;
    color: #6d6d6d;
    float: right;
    font-size: 16px;
    transition: 0.5s;
}

.single-blog-box:hover a.blog-button i {
    color: #fff;
}

/* all hover  */

.single-blog-box:hover .single-blog-content:before {
    height: 100%;
    top: -56px;
}

/**
======================================================
<--  bisal Blog AreaStyle1 Css -->
======================================================**/

.blog-area.style1 {
    padding: 40px 0 30px;
}

.single-blog-box {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.single-blog-thumb {
    transition: .5s;
    overflow: hidden;
}

.single-blog-thumb img {
    width: 100%;
    overflow: hidden;
    transition: .5s;
}

.blog-top-button {
    position: absolute;
    top: 10px;
    left: 10px;
}

.blog-top-button a {
    padding: 4px 17px 2px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Fira Sans";
    background: #1552F6;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.blog-top-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #10102E;
    border-radius: 30px;
    transform: scale(0);
    transition: .5s;
}

.blog-top-button a:hover:before {
    transform: scale(1);
}

/*blog content*/
.em-blog-content {
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid rgba(29, 33, 36, 0.12);
    padding: 22px 30px 18px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.em-blog-content:before {
    position: absolute;
    content: "";
    bottom: 62px;
    left: 0px;
    height: 1px;
    width: 100%;
    background: rgba(29, 33, 36, 0.12);
}

.meta-blog-text p {
    padding: 0 0 0 25px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.meta-blog-text p:before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 55%;
    height: 55%;
    background: url(../image/date.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.em-blog-title h2 {
    font-size: 22px;
    padding: 2px 0 42px;
}

.em-blog-title h2 a {
    display: inline-block;
    font-weight: 600;
    transition: .5s;
    line-height: 30px;
}

.em-blog-thumb {
    float: left;
}

.em-blog-icon {
    float: left;
}

.em-blog-icon-title {
    display: inline-block;
}

.em-blog-icon-title h6 {
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    margin-top: 0;
}

/*blog button*/
.blog-button {
    text-align: right;
}

.blog-button a {
    display: inline-block;
    color: #232323;
    transition: .5s;
    font-family: 'Fira Sans';
    font-weight: 600;
}

.blog-button i {
    font-size: 20px;
    display: inline-block;
    color: #1552F6;
    position: relative;
    top: 2px;
}

/*blog all hover*/
.single-blog-box:hover .em-blog-title h2 a {
    color: #1552F6;
}

.single-blog-box:hover .single-blog-thumb img {
    transform: scale(1.1);
}

.single-blog-box:hover .em-blog-content {
    filter: drop-shadow(0 0 35px rgba(196, 196, 196, 0.5));
    background-color: #ffffff;
    border: 1px solid rgba(29, 33, 36, 0.12);
}

/**Blog area style two**/
.blog-area.style-two {
    background: #fff;
    padding: 95px 0 70px;
    position: relative;
}

.blog-area.style-two.page {
    padding: 100px 0 100px;
}

/*blog button*/
.blog-area.style-two .bisal-button a {
    padding: 15px 33px;
}

.blog-area.style-two .bisal-button a i {
    font-size: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    background: inherit;
    color: #fff;
    margin-left: 0;
    margin-right: 25px;
}

.blog-button a:hover {
    color: #1552F6;
}

/*blog all hover*/
.blog-area.style-two .bisal-button a:hover i {
    color: #1552F6;
}

/*blog shape*/
.blog-area.style-two .port-shape-thumb2 {
    position: absolute;
    top: -70px;
    right: 10px;
    z-index: 11;
    opacity: .3;
}

/* Blog New Style */

.blog-area.new-style {
    background: #fff;
}

.blog-area.new-style .single-blog-thumb {
    position: relative;
}

.blog-area.new-style .blog-top-button a {
    border-radius: 5px;
}

.blog-area.new-style .blog-top-button a:before {
    border-radius: 5px;
}

.blog-area.new-style .blog-top-button {
    bottom: 25px;
    left: 30px;
    top: inherit;
}

.blog-area.new-style .em-blog-content:before {
    display: none;
}

.blog-area.new-style .em-blog-title h2 {
    font-size: 20px;
    padding: 0px 0 15px;
}

.blog-area.new-style .meta-blog-text a {
    color: #232323;
    padding-right: 25px;
    font-weight: 500;
    position: relative;
    transition: .5s;
}

.blog-area.new-style .meta-blog-text a::before {
    content: "";
    background: #68697d;
    width: 1px;
    height: 14px;
    position: absolute;
    right: 12px;
    top: 3px;
}

.blog-area.new-style .meta-blog-text a:hover {
    color: #1552F6;
}

.blog-area.new-style .owl-dot {
    background-color: #1F2932;
}

.blog-area.new-style .owl-dot.active {
    background-color: #1552F6;
}




/**
======================================================
<--  bisal Email Area Css -->
======================================================**/
.email-area {
    background: url(../image/email_bg.png);
    padding: 28px 0 44px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.email-content h4 {
    font-size: 20px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
}

.email-content i {
    color: #FF3B00;
    font-size: 23px;
    position: relative;
    left: -14px;
    top: 4px;
}

.email-shape1 {
    position: absolute;
    left: 80%;
    top: 20px;

}


/**
======================================================
<--  bisal Pricing Area Css -->
======================================================**/
.pricing-area {
    background: #F7F7F7;
    padding: 105px 0 120px;
    position: relative;
}

.pricing_single_items {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 10px;
    overflow: hidden;
}

.pricing_single_items:before {
    position: absolute;
    content: "";
    background: url(../image/pricing-shape.png);
    z-index: -1;
    height: 100%;
    width: 100%;
    top: -14px;
    left: 12px;
}

.pricing-single-box {
    padding: 36px 0 45px 25px;
    border-right: 1px solid #0045ff;
}

.pricing-single-box.style {
    background: rgba(247, 247, 247, 0.5);
}

h3.pricing-title1 {
    font-size: 20px;
    color: #040818;
    font-weight: 600;
    font-family: "Poppins";
    margin-bottom: 27px;
}

h1.pricing-doler {
    background-image: linear-gradient(59deg, #bb00ff 0%, #0045ff 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

p.mont {
    background-image: linear-gradient(59deg, #bb00ff 0%, #0045ff 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: 500;
    margin-top: 7px;
    margin-bottom: 69px;
}

/* pricing single box left */

.pricing-single-box.left:last-child {
    border: none;
}

ul.pricing_feature li {
    margin-bottom: 0px;
    position: relative;
    margin-left: 35px;
    margin-top: 5px;
    transition: .5s;
}

ul.pricing_feature li:hover {
    color: #0046FF;
}

ul.pricing_feature li:before {
    position: absolute;
    content: "";
    left: -27px;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #0045ff;
}

.pricing_btn a {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins";
    padding: 14px 31px;
    border-radius: 30px;
    margin-left: 10px;
    margin-top: 24px;
    position: relative;
    background: transparent;
    transition: .5s;
    z-index: 1;
}

.pricing_btn a:hover {
    color: #fff;
}

.pricing_btn a:after {
    background-image: linear-gradient(59deg, #bb00ff 0%, #0045ff 100%);
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

.pricing_btn a:hover:after {
    transform: scale(1);
}

.pricing_btn a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2px;
    background: linear-gradient(95deg, #bb00ff, #bb00ff, #0045ff, #0045ff);
    --sl: #0045ff 33%, transparent 0, transparent 44%, red 0;
    --m: linear-gradient(#0045ff, red) content-box, linear-gradient(red, red) content-box, linear-gradient(90deg, var(--sl)) 0 0/ 8px 10px round, linear-gradient(var(--sl)) 0 0/ 4px 15px round;
    -webkit-mask: var(--m);
    -webkit-mask-composite: xor, source-over, source-in, source-over;
    mask: var(--m);
    -webkit-mask-composite: exclude, add, intersect, add;
    content: "";
    border-radius: 55px;
    z-index: -1;
}

/* all shape */

.pricing-shape1 {
    position: absolute;
    top: 14%;
    left: 16%;
}


.pricing-shape2 {
    position: absolute;
    left: 9%;
    bottom: 26%;
}

.pricing-shape3 {
    position: absolute;
    bottom: 16%;
    right: 8%;
}

.pricing-shape4 {
    position: absolute;
    top: 21%;
    right: 17%;
}

/**
======================================================
<--  bisal Footer Area Css -->
======================================================**/
.footer-area {
    padding: 30px 0 30px;
    background: url(../image/footer_bg.jpg);
}

.footer-area.style-two {
    padding: 206px 0 30px;
}

.footer-widget-desc p {
    color: #fff;
    padding: 32px 0 13px;
}

.footer-widget-desc-2 p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
    font-family: "Rubik", sans-serif;
}

.footer-widget-social-title h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}

.footer-widget-social-icon ul li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 15px;
}

.footer-widget-social-icon ul li i {
    display: inline-block;
    color: #ffffffbd;
    transition: 0.5s;
}

.footer-widget-social-icon ul li i:hover {
    color: #fff;
}

.footer-widget-titel h4 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    padding: 24px 0 24px;
    margin: 0;
}

.footer-widget-menu ul li a {
    display: inline-block;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    font-weight: 300;
    font-family: "Poppins";
    transition: 0.5s;
}

.footer-widget-menu ul li a:hover {
    color: #fff;
}


.newletter-input-box input {
    width: 100%;
    text-align: center;
    height: 60px;
    outline: 0;
    margin-top: 4px;
    border: transparent;
    padding: 0 10px;
}

.newsletter-button button {
    border: transparent;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 16px 0;
    margin-top: 11px;
    font-weight: 500;
    font-family: "Poppins";
    background: #15182B;
}


.footer-bottom-area {
    margin-top: 30px;
}

.row.add-border {
    border-top: 1px solid rgba(250, 250, 250, 0.2);
}

.footer-bottom-content {
    margin-top: 26px;
    position: relative;
}

.footer-bottom-content-copy p {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
    font-family: "Poppins";
    margin: 0;
}

.footer-bottom-menu ul li {
    display: inline-block;
    margin-right: 24px;
}

.footer-bottom-menu ul li:last-child {
    margin-right: 0;
}

.footer-bottom-menu ul li a {
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    font-weight: 300;
    font-family: "Poppins";
    display: inline-block;
    transition: 0.5s;
}

.footer-bottom-menu ul li a:hover {
    color: #fff;
}

/***
======================================================
<--  bisal Subscribe Area Css -->
======================================================***/
.subscribe-area {
    background: url(../image/subscribe-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 48px 35px 40px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}



.subscribe-title h1 {
    font-size: 34px;
    font-weight: 600;
    color: #fff;
}

.subscribe_form input {
    font-size: 14px;
    height: 68px;
    padding: 5px 25px;
    position: relative;
    width: 100%;
    background: #ffffff;
    border: 0;
    margin-bottom: 14px;
    border-radius: 35px;
    padding-right: 150px;
}

.subscribe_form button {
    transition: all 0.4s ease 0s;
    border: medium none;
    border-radius: 35px;
    background: #1552F6;
    color: #fff;
    font-family: 'Fira Sans';
    font-weight: 500;
    text-align: center;
    padding: 13px 30px;
    position: absolute;
    right: 10px;
    top: 9px;
    display: inline-block;
    z-index: 1;
}

.subscribe_form button:hover {
    background: #11102F;
    color: #fff;
}

/**subscribe shape**/
.subscribe-thumb {
    position: absolute;
    left: 0;
    top: 52px;
}

.subscribe-thumb1 {
    position: absolute;
    right: 55px;
    top: 21px;
    animation: moveLeftBounce 3s linear infinite;
}

/*Subscribe area two */
.style-two.subscribe-area {
    padding: 0;
    background: none;
}

.subscribe {
    position: relative;
    background: url(../image/call-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 55px 42px 55px;
    border-radius: 3px;
    z-index: 1;
    margin-bottom: -105px;
}

.style-two .subscribe-title h1 {
    font-size: 35px;
    line-height: 46px;
}

.subscribe-icon {
    float: left;
    margin-right: 125px;
    border: 2px dashed #ffffff;
    border-radius: 50%;
    padding: 8px;
}

.subscribe-icon i {
    font-size: 45px;
    color: #1552F6;
    transition: 0.5s;
    height: 92px;
    width: 92px;
    line-height: 98px;
    background: #fff;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
}

.subscribe-title2 h1 {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}

.subscribe-title2 p {
    font-size: 20px;
    font-family: 'Fira Sans';
    color: #fff;
    padding: 12px 0 0;
}

/* Subscribe New Style */
.subscribes-area.new-style .row.sub-bgmn {
    background: url(../image/sub-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0;
    position: relative;
    margin-bottom: -100px;
}

.subscribes-area.new-style .subscribe-right-bx {
    margin-left: 30px;
}

.subscribes-area.new-style .subscribe-title {
    margin-bottom: 30px;
}


/**====================================================
<-- bisal Prossess Ber Css -->
======================================================**/
.prossess-ber-plugin span {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Fira Sans';
}

.barfiller {
    width: 100%;
    height: 4px;
    position: relative;
    margin-bottom: 25px;
    margin-top: 12px;
    border-radius: 5px;
    filter: drop-shadow(0px 10px 10px rgba(60, 115, 206, 0.2));
    background-color: #fff;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: #333;
    z-index: 1;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    font-size: 16px;
    left: 0px;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
    top: -39px;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
}

span.fill {
    background: #1552F6 !important;
    border-radius: 5px;
}


/*
<!-- ============================================================== -->
<!-- bisal Bounce Animation Css -->
<!-- ============================================================== -->*/
/* bounce-animate */
.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate3 {
    animation-name: float-bob3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob3;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob3;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob3;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate4 {
    animation-name: float-bob4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob4;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob4;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob4;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate5 {
    animation-name: float-bob5;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-slow {
    animation-name: float-bob5;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-3 {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}

@keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob5 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob6 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}



/*--==============================================->
  <!-- bisal Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}

/*--==============================================->
<!-- bisal Breadcumb Area Css -->
==================================================-*/

.breadcumb-area-csr {
    background: url(../image/bg.png) no-repeat center/cover;
    height: 650px;
    position: relative;
}

.breadcumb-area {
    background: linear-gradient(rgba(19, 19, 35, 0.6), rgba(0, 0, 0, 0.5)), url(../image/braitcam.png) no-repeat center/cover;
    height: 350px;
    position: relative;
}

.breadcumb-content h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.breadcumb-content ul li {
    color: #FF3B00;
    font-weight: 500;
    font-family: 'Fira Sans';
    text-transform: capitalize;
    display: inline-block;
}

.breadcumb-content ul li a {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Fira Sans';
    color: #fff;
    text-transform: uppercase;
    padding-right: 30px;
    position: relative;
    z-index: 1;
}

.breadcumb-content ul li a:before {
    position: absolute;
    content: "";
    right: 5px;
    top: 9px;
    background: #fff;
    width: 16px;
    height: 2px;
    transition: .5s;
}

/*breadcumb shape*/
.britcam-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 169px;
    background: #1552F6;
    width: auto;
    height: 53px;
    padding: 15px 60px 0;
    clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.upp.breadcumb-content ul li {
    color: #fff;
}

/*====================================================
--< bisal abouts_areas Css -->
======================================================*/
.abouts_areas {
    padding: 120px 0 150px;
}

.about_us_areas {
    padding: 50px 0 50px;
}

.abouts_thumb {
    position: relative;
}

.abouts_titles {
    position: absolute;
    bottom: -30px;
    left: -25px;
}

.abouts_titles h3 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 10px 120px 5px 30px;
    border-radius: 10px;
    position: relative;
    max-inline-size: 25ch;
    background-image: linear-gradient(59deg, #bb00ff 0%, #0045ff 100%);
}

.abouts_icons {
    position: absolute;
    top: 55px;
    right: 30px;
}

.abouts_icons i {
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    line-height: 45px;
    background: #fff;
    color: #0045ff;
    text-align: center;
    font-size: 20px;
}

.upper.abouts_titles {
    right: -25px;
    left: inherit;
}

/*about inner all hover*/
.abouts_titles h3:hover {
    background-image: linear-gradient(59deg, #0045ff 0%, #bb00ff 100%);
}


/*====================================================
<-- bisal Feture-Area Style two Css -->
======================================================*/
.feature-area.style-two {
    background: #fff;
    padding: 100px 165px 120px;
}

.feature-single-item {
    border: 1px solid #C3D4FF;
    display: flex;
    align-items: center;
    padding: 15px 25px 7px 0;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
    height: 140px;
}

.feature-single-item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(59deg, #bb00ff 0%, #0045ff 100%);
    height: 100%;
    transform: perspective(500px)rotateX(-90deg);
    transform-origin: 50% 0%;
    width: 100%;
    transition: 0.5s;
    z-index: -1;
}

.feature-single-item:hover:before {
    transform: perspective(500px)rotateX(0deg);
}


.feature-single-item.style1 {
    border-radius: 5px 5px 50px 5px;
    position: relative;
    left: 50px;
}

.feature-single-item.style1.style5 {
    border-radius: 5px 50px 5px 5px;
}

.feature-single-item.style2 {
    border-radius: 5px 5px 5px 50px;
    position: relative;
    left: -50px;
}

.feature-single-item.style4 {
    border-radius: 50px 5px 5px 5px;
    position: relative;
    left: -50px;
}


.feature-icon {
    position: relative;
    margin-left: 30px;
    z-index: 1;
}

.feature-icon:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 139px;
    background-color: #F7F7F7;
    display: inline-block;
    border-radius: 0 0 50px 50px;
    text-align: center;
    left: -28px;
    top: -68px;
    transform: rotate(-25deg);
    z-index: -1;
}

.feature-icon:after {
    content: "";
    position: absolute;
    width: 91px;
    height: 0;
    background-image: linear-gradient(59deg, #bb00ff 0%, #0045ff 100%);
    display: inline-block;
    border-radius: 0 0 50px 50px;
    text-align: center;
    left: -28px;
    top: -68px;
    transform: rotate(-25deg);
    z-index: -1;
    transition: .5s;
}

/* feature content */

.feature-content {
    margin-left: 31px;
}

h3.feature-title {
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins";
    margin-bottom: 13px;
    transition: .5s;
}

p.feature-text {
    transition: .5s;
}

/* feature thumb */

.feature-thumb {
    position: relative;
    margin-left: -19px;
}

/* all hover */

.feature-single-item:hover .feature-icon:after {
    height: 141px;
}

.feature-single-item:hover h3.feature-title {
    color: #fff;
}

.feature-single-item:hover p.feature-text {
    color: #fff;
}



/*====================================================
<-- bisal Feture-Area Css -->
======================================================*/

.feature-area {
    padding: 105px 0 119px;
    background: url(../image/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.feature-area h4.section-sub-title.style1.style8:before {
    left: -86px;
}

.dreamit-icon-list ul li {
    display: inline-block;
    list-style: none;
    padding: 14px 0 0px;
}

.dreamit-icon-list ul li i {
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    border-radius: 10px;
    background-color: #1552F6;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    margin-right: 10px;
}

@media screen and (max-width:576px) {
    .dreamit-icon-list ul {
        display: grid !important;
    }

    .dreamit-icon-list ul li {
        padding-left: 0 !important
    }

    .brand-area {
        padding: 0 !important;
    }

    .case-study-header-home {
        width: auto !important;
    }


}

@media screen and (max-width:992px) {
    .dreamit-icon-list ul li {
        padding-left: 0 !important
    }

    .brand-area {
        padding: 0 !important;
    }

}

/* tab */

.tab {
    padding-top: 50px;
    position: relative;
    left: 10px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

.tabs li {
    float: left;
    line-height: 38px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.tabs li a {
    background-color: #10102E;
    color: #fff;
    font-family: 'Fira Sans';
    font-weight: 500;
    display: inline-block;
    outline: none;
    padding: 5px 26px;
    transition: all 0.2s ease-in-out;
    border-bottom: 2px solid #1552F6;
}

.tabs_item {
    display: none;
    padding: 30px 0;

}

.tabs_item:first-child {
    display: block;
}

.tabs_item img {
    width: 210px;
    float: left;
    margin-right: 12px;
}

li.current a {
    background: #1552F6 !important;
    color: #fff;
}

ul.tabs-inner-list li {
    display: inline-block;
    margin: 3px 0;
}

ul.tabs-inner-list li i {
    display: inline-block;
    margin-right: 12px;
    color: #1552F6;
    font-size: 15px;
}

/* iner counter */
.counter-section {
    background: url(../image/counter-bg23.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.counter-text h1 {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.counter-text h1::before {
    position: absolute;
    content: "";
    top: 1px;
    left: -10px;
    height: 60px;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: -1;
}

.counter-section .counter-text span {
    font-weight: 500;
    font-size: 80px;
    color: #fff;
}

.counter-section .counter-title {
    float: right;
    position: relative;
    top: 35px;
    left: 30px;
}

.counter-section .counter-title::before {
    position: absolute;
    content: "";
    top: -3px;
    left: -16px;
    width: 2px;
    height: 60px;
    background: #fff;
}

.counter-section .counter-title h4 {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding: 0 0 0;
    color: #fff;
}

.counter-section .counter-title h3 {
    font-size: 20px;
    color: #fff;
    margin: 0;
    font-weight: 500;
}

/*========================================
<-- bisal Pricing Section Css -->
==========================================*/
.pricing-section {
    padding: 105px 0 90px;
    background: url(../image/why-choose-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pricing-section h4.section-sub-title:before {
    left: -102px;
}

.pricing-section h4.section-sub-title:after {
    right: -102px;
}

.pricing-single-items {
    box-shadow: 0 0 25px rgb(0, 0, 0, 0.2);
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
}

.style-2 .pricing-thumb img {
    filter: brightness(0) invert(1);
}

.pricing-title {
    padding: 12px 0 30px;
}

.pricing-title h3 {
    font-size: 22px;
    font-weight: 600;
}

.currency {
    font-size: 20px !important;
    font-weight: 500 !important;
    position: relative;
    top: -15px;
    color: #616161 !important;
}

.pricing-item-text span {
    font-family: 'Fira Sans', sans-serif;
    display: inline-block;
    font-size: 51px;
    font-weight: 700;
    text-align: center;
    color: #232323;
}

.month {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #616161 !important;
}

.pricing-feature ul li {
    display: block;
    font-size: 16px;
    padding: 7px 0;
}

.pricing-feature ul li b {
    font-weight: 500 !important;
    font-family: 'Fira Sans';
    font-size: 18px;
}

.btn-common.pc-btn a {
    color: #1552F6;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 37px;

}

.pricing-single-items:hover .btn-common.pc-btn a {
    color: #fff;
    background: #1552F6;
}

.pricing-single-items.style-2 {
    background: #1552F6;
    color: #fff;
    padding: 25px 0;
}

.pricing-single-items.style-2:hover .btn-common.pc-btn a {
    background-color: #fff;
    color: #1552F6
}

.pricing-single-items.style-2 .pricing-title h3,
.pricing-single-items.style-2 .pricing-item-text span,
.pricing-single-items.style-2 .pricing-item-text .month,
.pricing-single-items.style-2 .pricing-item-text .currency {
    color: #fff !important;
}

.pricing-single-items.style2 .btn-common.pc-btn a {
    color: #fff;
    background: #1552F6;
    border-color: #fff;
}

/*===================================
<-- bisal Contact  US Css -->
=====================================*/
.contact-us {
    background: url(../image/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 100px;
}

.contact-us .appoinment-title {
    text-align: left;
}

.contact-us .input-box {
    width: 40%;
    float: left;
    margin: 8px 15px;
    background: #fff;
}

.contact-us .appoinment-title {
    margin: 0 15px;
}

.contact-us .input-box.textarea {
    width: 85%;
}

.contact-us .ap-submit-btn {
    width: 30%;
    float: left;
    margin: 15px;
}

.appointment-content {
    height: 100%;
}

.appointment-content .appointment-form {
    height: 100% !important;
    padding: 0 0 0 40px;
}

.cda-icon i {
    font-size: 35px;
    color: #fff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #1552F6;
    border-radius: 5px;
    display: inline-block;
    margin-right: 25px;
    margin-top: 10px;
}

.cda-content-inner h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.cda-content-inner p {
    color: rgba(255, 255, 255, 0.74);
    margin: 10px 0;
}

.cda-content-area {
    background: #10102E;
    padding: 21px 0;
}

.cda-single-content {
    margin: 0 45px;
    padding: 25px 0 17px;
}

.contact-us .appoinment-title h3 {
    margin-bottom: 20px;
    padding-top: 35px;
    font-weight: 500;
}

.contact-us .input-box {
    color: #000;
}

.contact_from_box {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 27px 40px 45px;
}

/*=================================================
<-- bisal Blog Sidber Widget CSS -->
==================================================*/

.blog-section {
    background: #f2f2f2;
    padding: 100px 0 100px;
}

.blog-section.style-6.bg-3 {
    padding: 100px 0 60px;
}

/*pagination*/
.pagination a {
    font-size: 18px;
    font-weight: 500;
    color: #1552F6;
    float: left;
    text-decoration: none;
    transition: background-color .3s;
    margin: 0 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

.pagination a:hover {
    background: #1552F6;
    color: #fff;

}

/*search items*/
.widget-items {
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.widget-items form {
    position: relative;
}

.src-input-box {
    border: 1px solid #ccc;
    padding: 17px 9px;
    width: 100%;
}

.src-input-box:focus {
    border: 1px solid #ccc;
}

.src-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #777;
    background: transparent;
    border: none;
}

/*categories*/
.widget-title {
    margin-bottom: 45px;
    position: relative;
}

.widget-title h2 {
    margin-top: 0;
}

.widget-archieve-item {
    color: #232323;
}

.widget-archieve-item:hover {
    color: #ff3b00;
}

.widget-items .widget-title h2 {
    color: #232323;
    display: block;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.widget-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 80px;
    height: 3px;
    background: #aec6ef;
}

.widget-title h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 36px !important;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #1552F6;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}

@keyframes MOVE-BG {
    0% {
        left: 0px;
        top: 0px;
    }

    100% {
        left: 80px;
        top: 0px;
    }
}

.hr-3 {
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
}

.catagory-item ul li {
    padding-top: 15px;
    margin-top: 18px;
    list-style: none;
}

.catagory-item ul li a {
    color: #686868;
}

.catagory-item ul li:hover a {
    color: #1552F6;
}

.upp.widget-items {
    padding: 35px 27px 15px;
}

/*post thumb*/
.rpost-thumb {
    margin-right: 20px;
    padding: 0 0 22px;
}

/*post title*/
.rpost-title h4 {
    font-size: 16px;
    font-weight: 500;
    transition: .5s;
    margin: 0;
}

.rpost-title span {
    font-size: 14px;
    padding: 5px 0 0;
    display: inline-block;
}

.rpost-title h4:hover {
    color: #1552F6;
}

/*tag menu*/
.tag-item a {
    border: 1px solid #e6e6e6;
    padding: 5px 8px;
    display: inline-block;
    margin: 2px 3px 10px;
    font-size: 15px;
    color: #686868;
    transition: .5s;
    border-radius: 3px;
}

.tag-item a:hover {
    color: #fff;
    background: #1552F6;
}

/* Calender*/
.curr-month {
    width: 100%;
    height: 40px;
    background: #d6d6d6;
    color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.all-days {
    width: 100%;
    height: 40px;
    background-color: #fff;
    float: left;
}

.tag-item .all-days ul,
.tag-item .all-date ul {
    list-style: none;
    display: block;
    height: 30px;
    width: 100%;
    margin: 0 auto;
    float: left;
    font-size: 15px;
    font-weight: 300;
}

.tag-item .all-days ul li,
.tag-item .all-date ul li {
    float: left;
    width: 48px;
    text-align: center;
    line-height: 41px;
    border: 1px solid #ccc;
    color: #333;
}

.tag-item .all-days ul li {
    font-weight: 500;
    font-family: 'Fira Sans';
    font-size: 16px;
}

.all-date {
    width: 100%;
    height: 305px;
    float: left;
}

.all-date li {
    height: 40px;
    width: 50px;
    line-height: 40px;
    border: 1px solid #ccc;
    background-color: #fff;
}

element.style {
    background-color: rgb(255, 60, 0);
    color: rgb(255, 255, 255);
}

.all-date li.monthdate:hover {
    background-color: #FB3B01;
    color: #fff;
}

.calender-area {
    height: 435px;
}

/*blog section two*/
.style-two.blog-section {
    background: #fff;
    padding: 100px 0 70px;
}

.blog-section.style-two.details {
    padding: 100px 0 50px;
}

.blog-content {
    padding: 15px 35px 20px;
    transition: .5s;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.blog-thumb img {
    width: 100%;
}

.blog-section .blog-content-text h5 {
    font-size: 35px;
    font-weight: 600;
}

.blog-meta span a {
    color: #686868;
    transition: .5s;
    padding: 12px 0 20px;
    display: inline-block;
}

.blog-meta span a:hover {
    color: #1552F6;
}

/*quote*/
.block-quote {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 25px;
    border-radius: 5px;
    border-left: 4px solid #1552F6;
    margin: 30px 0;
}

.block-quote p {
    font-size: 20px;
    font-style: italic;
    color: #232;
    font-family: 'Fira Sans';
    margin-bottom: 12px;
}

.blog-content ol {
    padding-left: 15px;
}

.blog-section .blog-content h4 {
    font-size: 22px;
    margin: 25px 0 12px;
    font-weight: 600;
}

/*blog social*/
.single-blog-social-icon ul {
    margin: 25px 0;
}

.single-blog-social-icon ul li {
    display: inline-block;
    margin-right: 5px;
}

.single-blog-social-icon ul li i {
    font-size: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    color: #686868;
}

.single-blog-social-icon ul li:hover i {
    color: #fff;
    background: #1552F6;
}

.comment-box {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    transition: .5s;
}

#comment-msg-box {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    transition: .5s;
}

label {
    color: #686868;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
}

.comment-box:focus,
#comment-msg-box:focus {
    border-color: #1552F6;
    outline: 0;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

/*form button*/
.comment-form .submit-comment {
    color: #fff;
    background: #1552F6;
    border: 1px solid #1552F6;
    border-radius: 3px;
    padding: 13px 35px;
    margin-left: 15px;
    margin-bottom: 50px;
    transition: .5s;
}

.comment-form .submit-comment {
    color: #fff;
    background: #1552F6;
    border: 1px solid #1552F6;
    border-radius: 3px;
    padding: 13px 35px;
    margin-left: 15px;
    margin-bottom: 50px;
}

.comment-form .submit-comment:hover {
    background: #fff;
    color: #1552F6;
}

/*======================================
<-- bisal Case Study Details Css -->
========================================*/
.case-study-details {
    background: url(../image/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0 100px;
}

.case-study-intro {
    box-shadow: 0 0 15px rgb(0, 0, 0, 0.1);
    padding: 60px;
    margin-top: 60px;
}

.csd-thumb img {
    width: 100%;
}

.csd-info {
    padding: 0 50px;
}

.csd-info ul li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
}

.csd-info ul {
    padding: 13px 0;

}

.csd-social-icon li {
    display: inline-block;
    margin: 0px 8px 0 0;
}

.csd-social-icon li i {
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #1552F6;
    border-radius: 5px;
    transition: .5s;
}

.csd-social-icon li i:hover {
    background: #11102F;
    color: #fff;
}

.csd-title h3 {
    font-size: 28px;
    font-weight: 600;
}

.csd-info ul li {
    display: inline-flex;
    list-style: none;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
}

.csd-info strong {
    position: relative;
    width: 120px;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    color: #232323;
}

.csd-info strong:after {
    content: ":";
    position: absolute;
    right: 0;
}

.csd-info span {
    flex: 1;
}

.share-text {
    float: left;
    margin-right: 20px;
}

.share-text h4 {
    font-size: 20px;
    color: #666;
    font-weight: 600;
    margin-top: 6px;
}

.csd-social-icon ul {
    padding: 0;
}

.csd-content img {
    max-width: 100%;
    height: auto;
}

/*rotateme animation*/
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*=====================================
<-- bisal Error Area Css -->
=======================================*/
.error-area {
    padding: 100px 0 100px;
}

.error-thumb {
    text-align: center;
}

.error-content {
    text-align: center;
}

.error-content h2 {
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.error-content h2 span {
    color: #fe4e5b;
}

.error-content p {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.error-search {
    text-align: center;
}

.error-button {
    text-align: center;
    margin-top: 40px;
}

.error-search input {
    width: 50%;
    height: 58px;
    border: 1px solid rgba(35, 35, 35, 0.12);
    border-radius: 30px;
    padding-left: 30px;
    outline: 0;
}

.error-search input:focus {
    outline: 0;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

.error-search button {
    outline: 0;
    border: 0;
    background: transparent;
    position: relative;
    margin-left: -55px;
    color: #686868;
}

.error-search ::placeholder {
    color: #686868;
}

.error-button a {
    padding: 14px 40px 14px 40px;
    font-family: 'Fira Sans';
    font-weight: 500;
    color: #fff;
    background: #FF3B00;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #FF3B00;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.error-button a i {
    margin-right: 5px;
}

.error-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #10102E;
    border-radius: 30px;
    transition: .5s;
}

.error-button a:hover {
    border-color: #10102E;
}

.error-button a:hover:before {
    width: 100%;
    left: 0;
}

.map-section {
    position: relative;
    margin-bottom: -7px;
}

/*=====================================
<-- bisal Search Box Css -->
=======================================*/
/*nav button*/
.search-box-btn.search-box-outer {
    display: inline-block;
}

.nav-btn.navSidebar-button {
    display: inline-block;
}

.nav-btn.navSidebar-button a i {
    font-size: 15px;
    width: 32px;
    line-height: 35px;
    height: 32px;
    border-radius: 50px;
    text-align: center;
    background: #efefef;
    display: inline-block;
    color: #232323;
    position: relative;
    z-index: 1;
    margin-left: 15px;
    transition: .5s;
    cursor: pointer;
}

.nav-btn.navSidebar-button a i:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #1552F6;
    border-radius: 50%;
    transition: .5s;
    transform: scale(0);
}

.nav-btn.navSidebar-button a i:hover:after {
    transform: scale(1);
}

.nav-btn.navSidebar-button a i:hover {
    color: #fff;
}

.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 23px;
    right: 0;
    padding: 25px;
}

.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.7;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 40px 32px;
}

.close-side-widget i {
    color: #1552F6;
    font-size: 28px;
    display: block;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}

.xs-bg-black {
    background-color: #1552F6;
}

/*html css*/
.nav-logo {
    margin: 0 0 50px;
}

.content-thumb-box {
    padding: 10px;
}

.content-thumb-box img {
    width: 100%;
}

.content-box h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.content-box p {
    display: inline-block;
    color: #fff;
    padding: 15px 0 0;
}

a.theme-btn.btn-style-two span {
    color: #fff;
    font-size: 20px;
}

a.theme-btn.btn-style-two i {
    color: #1552F6;
}

.contact-info h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    padding: 16px 0 0;
    overflow: hidden;
    font-family: 'Fira Sans';
}

ul.list-style-one li i {
    margin-right: 10px;
}

ul.list-style-one li span {
    font-size: 20px;
    font-weight: 600;
    color: #1552F6;
    margin: 0 10px 0 0px;
}

ul.social-box {
    margin: 30px 0 0;
}

ul.social-box li {
    display: inline-block;
    list-style: none;
    margin: 0 6px 0 0;
}

ul.social-box li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: #1552F6;
    transition: .5s;
    font-size: 18px;
    border-radius: 3px;
}

ul.social-box li a:hover {
    background: #1552F6;
    color: #fff;
}

/*** 
====================================================================
    Search Popup
====================================================================
***/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.search-popup {
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #1552F6;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    border-right: 3px solid #062462;
    border-left: 3px solid #062462;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;

    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #1552F6;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-box-btn {
    display: inline-block;
    padding-left: 22px;
}

.search-box-btn i {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: .5s;
}

.upp.search-box-btn i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    padding-left: 17px;
    position: relative;
    z-index: 1;
}

.upp.search-box-btn.search-box-outer span i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i:after {
    position: absolute;
    content: "0";
    right: -10px;
    top: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #1552F6;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
}

.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}


span.flaticon-multiply i {
    display: inline-block;
    color: #1552F6;
}

.header-search-button {
    display: inline-block;
    margin-left: 18px;
    margin-right: 35px;
}


.header-search-button a {
    display: inline-block;
    font-size: 14px;
    color: #1552F6;
    background: #fff;
    height: 40px;
    width: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
}

/*
<!-- ============================================================== -->
<!-- bisal Scrollup Section -->
<!-- ============================================================== -->*/
.scroll-area {
    position: relative;
    z-index: 999;
}

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}

.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    ;
    border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
    color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 100%;
}

.top-wrap {
    position: relative;
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #1552F6;
}

.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #69DDCC 0%, #69DDCC 100%);
    background-image: -webkit-linear-gradient(0deg, #fb8a42 0%, #fb8a42 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
    background-color: #222;
    color: #fff;
}

@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

/*===========================
<-- bisal Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    background-image: url(../image/logo.gif);
    background-size: cover;
}

/* .loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #9A241C;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #1552F6;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
} */

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}

.logo-img {
    width: 200px;
}

.mega-menu {
    position: relative;
}

.mega-menu-content {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 100px;
    width: 100vw;
    /* Full width */

    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-top: 2px solid #1552F6;
}

.mega-menu-content-solutions {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 100px;
    width: 100vw;
    /* Full width */

    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-top: 2px solid #1552F6;
}

.mega-menu-content-about {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 100px;
    width: 100vw;
    /* Full width */

    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-top: 2px solid #1552F6;
}

.mega-menu-content-resources {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 100px;
    width: 100vw;
    /* Full width */

    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-top: 2px solid #1552F6;
}

.mega-menu:hover .mega-menu-content {
    display: flex;
    justify-content: space-around;
}

.mega-menu-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mega-menu-col {
    width: 16%;
    display: flex;
    align-items: center;
    text-align: left;
}

.mega-menu-col img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    /* Space between image and text */
    flex-shrink: 0;
    /* Prevents the image from shrinking */
}

.mega-menu-col .text-content {
    display: flex;
    flex-direction: column;
}

.mega-menu-col h3 {
    font-size: 18px;
    color: #333;
    margin: 0;
}

.mega-menu-col p {
    font-size: 14px;
    color: #777;
    margin-top: 5px;
}

.services-menu {
    position: relative;
    /* So that the mega-menu-content can be positioned absolutely relative to this */
}

.flex-col-single {
    display: flex !important;
    align-items: start;
    margin-top: 20px;
    padding: 15px;
    border-radius: 15px;
    height: 80%;
}

.flex-col {
    display: flex !important;
    align-items: start;
    margin-top: 20px;
    padding: 15px 0px 10px 10px;
    border-radius: 15px;
    height: 80%;
}

.flex-col:hover {
    /* background: #8080800d; */
    cursor: pointer;
}

.flex-col-solutions-1 {
    display: flex !important;
    align-items: start;
    margin-top: 20px;
    padding: 15px 0px 10px 10px;
    border-radius: 15px;
    border: 1px solid #ffffff47;
    background: #f9f9f954;
}

.service-info-card-1 {
    padding: 30px 10px 0px 10px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    /* background:#fff; */
}

.service-info-card-1 h3 {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.service-info-card-1 p {
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
    line-height: 18px;
}

.flex-col-solutions {
    display: flex !important;
    align-items: start;
    margin-top: 20px;
    padding: 15px 0px 10px 10px;
    border-radius: 15px;
    height: 80%;
    background: #f9f9f9;
}

.service-info-card {
    padding-left: 10px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /* background:#fff; */
}

.service-info {
    padding-left: 10px;
}

.service-info h3,
.service-info-card h3 {
    font-size: 14px;
    color: #333;
    margin: 0;
}

.service-info p,
.service-info-card p {
    font-size: 12px;
    color: #777;
    margin-top: 5px;
    line-height: 18px;
}

.right-service-col {
    text-align: center;
    background: #a9a9a90f;

}

.mega-meu-footer {
    border-top: 1px solid #8080803b;
    padding: 10px;

    ul {
        gap: 15px;
    }
}

.feature-service {
    background-image: url(../image/pricing-shape.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 650px;
    width: auto;
    margin: 0 auto;
    padding: 0px 60px;
    text-align: justify;
}


.service-content-1 {
    display: none;
}

.service-content-2 {
    display: none;
}

#centerImage,
#centerTitle,
#centerPoints {
    transition: all 0.3s ease;
}

.a-link {
    font-size: 12px;
}

.service-work-process-box-new {
    padding: 20px 20px 20px;
    background: #F5F5F5;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 30px;
    height: 111px;
}

.mega-menu-ul {
    margin-left: 15px;
    margin-top: 5px;

    li {
        list-style: unset;
        line-height: normal;
    }

    li a {
        font-size: 12px;
        color: #777;
    }

    li a:hover {
        color: #000000;
        text-decoration: underline;
    }
}

/* Scrollbar design  */
/* WebKit (Chrome, Safari, Edge) */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(5, 4, 4)
}

.applligent_branches .coutry_logo {
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 50%;
}

.applligent_branches h2 {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.applligent_branches p {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    padding-right: 15%;
}

.applligent_branches .content {
    margin-left: 15px;
}

.applligent_branches {
    width: 100%;
}


.position-relative {
    position: relative !important;
}


.em-service-single-box {
    height: 320px;
    border-radius: 5px;
    filter: drop-shadow(0px 5px 30px rgba(162, 188, 231, 0.1));
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
}

.em-service-single-box:after {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: url(https://applligent.com/assets/css/assets/images/box-bg2.png);
    transition: 0.5s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

::selection {
    background: #4fc1f0;
    color: #454545;
    text-shadow: none;
}

.em-service-single-box:hover:after {
    left: 0;
    width: 100%;
}

.em-service-single-box:after {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: url(../image/box-bg2.png);
    transition: 0.5s;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.em-service-single-box:hover .em-icon-title h4,
.em-service-single-box:hover .em-service-title h2,
.em-service-single-box:hover .em-service-text p,
.em-service-single-box:hover .em-service-button a {
    color: #fff;
}

.em-service-box-inner {
    position: relative;
    z-index: 1;
}

.em-service-content {
    padding: 40px 40px 0;
}

.em-icon {
    float: left;
    margin-right: 10px;
}

.em-icon-title h4 {
    font-size: 15px;
    color: #0c5adb;
    display: inline-block;
    font-weight: 500;
    transform: 0.5s;
}

/* ➖➖➖➖➖ Products Page ➖➖➖➖➖  */
.productscards {
    margin-top: 10px;
}
@media (max-width: 768px) {
    .productscards .bg-white {
        height: auto !important;
    }

    .prodbkdmobtn {
        margin-bottom: 10px !important;
    }

    /* ➖➖➖➖➖ Contact Page ➖➖➖➖➖  */
    .contact_from_box #companyservices_dd {
        margin-left: 0px !important;
    }

    .contact_from_box {
        padding: 27px 20px 45px !important;
    }

    .contact_from_box #contact-form{
        padding: 0 !important;
    }

    /* ➖➖➖➖➖ Contact Page ➖➖➖➖➖  */

}

@media (min-width: 768px) and (max-width: 991px) {
    .em-service-title h2 {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 0 8px;
    }


    .card_vid {
        width: 100%;
        /* Ensure it scales with the container */
        height: 573px !important;
        border-radius: 15px;
        /* Apply the border radius */
        overflow: hidden;
        /* Ensure content does not overflow */
        object-fit: cover;
        /* Ensures video fits properly */
        display: none;
    }

    /* ➖➖➖➖➖ Products Page ➖➖➖➖➖  */
    .productscards {
        margin-top: 10px;
        height: auto;
        
    }
    /* ➖➖➖➖➖ Products Page ➖➖➖➖➖  */

    /* ➖➖➖➖➖ Contact Page ➖➖➖➖➖  */
    .contact_from_box #companyservices_dd{
        margin-left: 0px !important;
    }
    /* ➖➖➖➖➖ Contact Page ➖➖➖➖➖  */
}

@media (min-width: 350px) and (max-width: 991px) {

    /* About Page  */
    .pg_about_single_about_bxs {
        height: 420px !important;
    }

    /* How We Work Function Page */
    .how_we_function_img {
        padding-top: 0 !important;

    }

    /* ➖➖➖➖➖ Products Page ➖➖➖➖➖  */
    .productscards {
        margin-top: 10px;
    }
    
    /* ➖➖➖➖➖ Products Page ➖➖➖➖➖  */

    .csrbrdcontent {
        order: 1 !important;
    }

    .csrbrdimage {
        order: 2 !important;
    }

    /* == CSR Page == */
    .breadcumb-area-csr {
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .brdcrrow {
        padding-top: 0 !important;
    }

    /* == CSR Page == */
    .pg_about_single_about_bxs h3 {
        max-inline-size: 38ch;
    }

    .card_vid {
        width: 100%;
        /* Ensure it scales with the container */
        height: 588px !important;
        border-radius: 15px;
        /* Apply the border radius */
        overflow: hidden;
        /* Ensure content does not overflow */
        object-fit: cover;
        /* Ensures video fits properly */
        display: none;
    }
}

.em-service-title h2 {
    font-size: 24px;
    line-height: 32px;
    padding: 15px 0 15px;
    transition: 0.5s;
}

.em-service-button {
    margin: 15px 0 0;
}

.em-service-text {

    max-height: 115px;
}

.service-area {
    background: url(../image/service-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.about_area {
    position: relative;
}

.up.single_about_thumb {
    left: -92px;
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .single_about_thumb {
        left: 0 !important;
    }
}

.em-about-border-box {
    border-top: 1px solid rgba(35, 35, 35, 0.10196078431372549);
    border-bottom: 1px solid rgba(35, 35, 35, 0.10196078431372549);
    padding: 20px 0 28px;
}

.em-about-shape {
    position: absolute;
    left: -360px;
    bottom: -26px;
    z-index: -1;
}

.shape-thumb {
    position: absolute;
    left: 33px;
    top: -164px;
    z-index: -1;
}

.em-about-thmub-inner {
    position: absolute;
    bottom: -60px;
    left: -90px;
}

.em-about-thmub-inner1 {
    position: absolute;
    top: 25px;
    left: 25px;
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.em-about-thmub-inner2 {
    position: absolute;
    top: -35px;
    left: -35px;
}

.em-about-border-box {
    border-top: 1px solid rgba(35, 35, 35, 0.10196078431372549);
    border-bottom: 1px solid rgba(35, 35, 35, 0.10196078431372549);
    padding: 20px 0 28px;
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .section_button2 {
        text-align: center;
    }
}

.em-about-icons {
    float: left;
    margin-right: 20px;
}


.portfolio_nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.portfolio_menu {
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
    white-space: nowrap;
}

.menu-filtering {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
}

.menu-filtering li {
    padding: 10px 15px;
    cursor: pointer;
    white-space: nowrap;
}

.arrow {
    background: #f5f5f5;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
    border: none;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

.arrow-left {
    left: -40px;
}

.arrow-right {
    right: -40px;
}

.service-text {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* case study start */
.case-study-card {
    margin-bottom: 32px;
}

.position-relative {
    position: relative !important;
}

.case-study-contents-wrp {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(5.7deg, #151515 4.86%, rgba(53, 53, 53, .6) 95.99%);
    border-radius: 8px;
    padding: 20px;
}

.case-study-card .case-study-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 8px;
}

.case-study-hd {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 26px;
    /* white-space: nowrap; */
    /* Ensure the text is on one line */
    overflow: hidden;
    /* Hide the overflowing text */
    /* text-overflow: ellipsis; */
    /* Show ellipsis (...) for overflowing text */
}

.case-study-contents-wrp p {
    color: #fff;
}

.case-study-contents-wrp h3 {
    line-clamp: 1 !important;
}

.fin-blog-date {
    font-size: 13px;
    font-family: var(--blog-base-font);
}

.fin-blog-date {
    font-size: 13px;
}

.fin-blog-tag.t1 {
    background: #1552f6;
    color: var(--tag-1-color);
}

.fin-blog-tag {
    border-radius: 4px;
    font-size: 13px;
    padding: 4px 7px;
    font-weight: 500;
    margin-right: 5px;
    font-family: var(--blog-base-font);
}


.bd-about {
    height: auto !important;
    padding: 25px;
}


@media (min-width: 350px) and (max-width: 991px) {
    .bd-about {
        height: 900px !important;
        padding: 25px;
    }
}

.case-study-header {
    background: #000000b8;
    padding: 50px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    border-radius: 24px;
    margin-top: 20px;

}

.case-study-header-home {
    background: #00000045;
    padding: 20px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    border-radius: 24px;
    margin-top: 20px;
    backdrop-filter: blur(10px);
    width: 350px;
}

.elementor-image-box-title {
    margin: 0px 0px 10px 10px;
    color: #FBFBFB;
    font-size: 14px;
    font-weight: 400;

}

.elementor-image-box-description {
    margin: 0px 0px 10px 10px;
    color: #FBFBFB;
    font-size: 14px;
    font-weight: 400;

}

.p-left {
    padding-left: 200px !important;
    background: #9ba1eb3b;
}

.p-right {
    padding-right: 200px !important;
}


.experience-content {
    h1 {
        color: #ffffff;
        margin-right: 15px;
        margin-bottom: 20px;
        font-size: 30px;
    }

}

/* Contact Form Modal */
.contact-form-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    border-radius: 15px;
    box-shadow: 0 4rem 6rem rgba(0, 0, 0, .3);
    z-index: 9999;
    transition: all .5s;
}

.modal-left {
    width: 400px;
    padding: 50px 50px 20px;
    background: url('../image/img_applligent.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-position: bottom;
}

.modal-left .heading2 {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    transform: translate(10px, -130px);
}

.modal-left .heading6 {
    transform: translate(10px, -130px);
}

.modal-left img {
    max-width: 100%;
    /* height: auto; */
}

.modal-right {
    position: relative;
    width: 500px;
}

.modal-right .close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.modal-right h4 {
    font-size: 1.5rem;
    font-weight: bold;
}

.modal-right .form-control {
    margin-bottom: 15px;
}

.error-message {
    font-size: 13px;
    font-weight: bold;
}

.modal-right #contact-form .form-control {
    margin-bottom: 0;
}

.modal-right .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.modal-right p {
    font-size: 0.9rem;
    color: #6c757d;
}

#contact-form {
    /* padding: 140px 28px 27px 7px; */
    position: relative;
    /* bottom: 80px; */
}

#contact-form .form-group input,
.form-group textarea {
    border: none;
    padding: 20px;
    font-size: 12px;
    color: black;
    border-bottom: 1px solid black;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.form-group textarea {
    height: 35px !important;
}

#contact-form .form-group input::placeholder,
.form-group textarea::placeholder {
    font-size: 12px !important;
    color: black;
    padding: 0 !important;
}

#contact-form .form-group input:focus,
.form-group textarea:focus {
    box-shadow: none;
}

.iti--allow-dropdown {
    width: 100% !important;
}

.is-invalid {
    border-bottom: 1px solid red;

}

#contact-form .rc-anchor-light {
    border-radius: 25px !important;
}

#contact-form select {
    font-size: 12px !important;
    color: black !important;
}

.modal-contact-form-bottom {
    margin-top: 15px;
    padding: 35px 50px 20px;
    height: 110px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* When we opening modal , it's going to left */
/* So we use this Here */
.modal-open,
.modal {
    padding-right: 0px !important;
}

.btm-cont-form-info {
    height: 70px;
    display: flex;
    justify-content: space-between;
    line-height: 5px;
}

.brands-images-wd {
    height: inherit;
    display: flex;
    justify-content: space-between;
    line-height: 5px;
}

.btm-cont-form-info p {
    font-size: 12px;
    font-weight: bold;
    color: black;
}

.delivered_products span {
    font-size: 12px;
    font-weight: bold;
    color: blue;
}

.btm-cont-form-info .div-2 {
    padding-left: 30px;
}

.btm-cont-form-info .div-2 span {
    color: #000;
    padding-top: 5px;
    display: block;
    font-size: 12px;
}

/* Adjust padding for smaller screens */
.modal-left,
.modal-right {
    padding: 20px;
}

/* Ensuring footer icons and text wrap properly on smaller screens */
.modal-footer .text-center {
    width: 100px;
    margin: 10px;
}

.modal-footer .footer-section {
    width: 120px;
    margin-bottom: 20px;
}

/* For screens smaller than 768px */
@media (max-width: 768px) {
    .contact-form-modal {
        width: 95%;
        top: 10%;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .modal-left,
    .modal-right {
        width: 100%;
        padding: 0px;
        border-radius: 0;
    }

    .modal-right.p-4 {
        position: initial;
        padding: 0 !important;
    }

    .modal-right .close {
        position: absolute;
        right: 17px;
        top: 0px;
    }

    /* Stack left and right sections vertically */
    .modal-left {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background-size: cover;
    }

    .modal-right {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    /* Adjust form padding */
    #contact-form {
        padding: 20px;
        bottom: 0;
    }

    /* Adjust for smaller screens */
    .modal-contact-form-bottom {
        padding: 15px;
        margin-top: 0;
    }

    /* Adjust footer layout */
    .btm-cont-form-info {
        flex-direction: column;
        line-height: 0 !important;
        text-align: center;
        display: block !important;
    }

    .brands-images-wd :nth-child(2) {
        border-right: none !important;
    }

    .brands-images-wd :nth-child(3) {
        display: none;
    }
}

/* For screens smaller than 576px */
@media (max-width: 576px) {

    #contact-form .d-flex {
        display: block !important;
    }

    #contact-form .d-flex #companyservices_dd {
        margin: 0 !important;
    }

    .modal-left {
        background-position: top;
    }

    .contact-form-modal {
        width: 100%;
    }

    .modal-content {
        flex-direction: column !important;
        padding: 15px !important;
    }

    .modal-left {
        position: relative !important;
        top: 10px !important;
    }

    .modal-left,
    .modal-right {
        width: 100% !important;
    }

    .heading2 {
        font-size: 20px !important;
        padding: 20px !important;
    }


    .heading6 {
        display: none;
    }

    .modal-left .heading2,
    .modal-left .heading6 {
        transform: translate(0, 0);
        /* Adjust text positions */
        text-align: center;
    }

    .modal-right .form-control {
        padding: 10px;
        font-size: 14px;
    }

    .modal-right h4 {
        font-size: 1.2rem;
    }

    /* Adjust form group elements */
    #contact-form .form-group input,
    .form-group textarea {
        padding: 10px;
    }

    #telephone {
        padding-left: 88px !important;
    }

    .form-group textarea {
        height: auto;
    }

    .iti__search-input {
        padding: 0;
        border-bottom: none;
    }

    /* Adjust padding */
    .modal-contact-form-bottom {
        padding: 10px;
    }

    .delivered_products.pt-1 {
        padding: 0px !important;
        line-height: 0;
    }

    .enterprenaur {
        width: 50% !important;
    }

    .rc-anchor-normal .rc-anchor-pt {
        margin: 2px 11px 0 0;
        padding-right: 2px;
        position: absolute;
        right: 41px !important;
        text-align: right;
        width: 276px !important;
    }

    .rc-anchor-normal .rc-anchor-checkbox-label {
        width: 90px !important;
    }

    .rc-anchor-normal {
        height: 74px;
        width: 250px !important;
    }
}


.iti--inline-dropdown {
    width: 100% !important;
}

/* testimonial part */
.video_play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.muteunmute {
    position: absolute;
    right: 20px;
    bottom: 72px;
    cursor: pointer;
}

.vid-card-inner {
    border-radius: 15px !important;
}

.card_vid {
    width: 100%;
    /* Ensure it scales with the container */
    height: 445px;
    border-radius: 15px;
    /* Apply the border radius */
    overflow: hidden;
    /* Ensure content does not overflow */
    object-fit: cover;
    /* Ensures video fits properly */
    display: none;
}


.testimonoal-area {
    background-color: aliceblue;
}

.vid-caption {
    margin-top: 10px;
    text-align: center;
}


.video-card:hover .video_poster {
    display: none;
}

.video_poster img {
    border-radius: 10px !important;
    width: 100%;
}

.video-card:hover .card_vid {
    display: block;
    border-radius: 10px;
}

.vid-caption {
    text-align: center;
    font-weight: bolder;
    color: black;
}

.vid-caption :nth-child(3) {
    color: rgb(164 164 164);
    font-weight: normal;
}

.spinner-border {
    height: 20px !important;
    width: 20px !important;
    font-size: 12px !important;
}


/* Hiding Items on Home page for SHowing Case Studies  */
.hidden-item {
    display: none;
}

.header-h1 {
    font-weight: 400 !important;
}

.csr-bg-1 {
    background: url(../image/csr-bg1.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    height: 450px;
    padding: 30px 50px;
    border-radius: 24px 0px 0px 24px;


    h1,
    p {
        color: #ffffff !important;
    }

    .menu-btn a:hover {
        background: #1552F6;
        /* background-image: linear-gradient(59deg, #bb00ff 0%, #0045ff 100%); */
        border: 1px solid #fff !important;
        color: #fff;
    }
}

.csr-bg-2 {
    background: url(../image/csr-bg3.png);
    background-size: cover;
    /* background-position: bottom; */
    background-repeat: no-repeat;
    position: relative;
    height: 450px;
    border-radius: 0px 24px 24px 0px;

    .fort-image {
        width: 25% !important;
        position: absolute;
        right: 10px;
        top: 30px;
    }

    .hand-image {
        position: absolute;
        right: -24px;
        width: 98%;
        padding: 0;
        top: 0px;
        border-radius: 0px 0px 24px 0px;
    }

}

.app-image {
    position: absolute;
    left: 50px;
    top: -5px;
    width: auto;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .slider-button a {
        padding: 5px 25px !important;
        margin-bottom: 10px;
        font-size: 15px;
        font-weight: 400;
    }
}



@media only screen and (min-width: 350px) and (max-width: 767px) {



    /* =======================  ABOUT PAGE  ===================================== */
    .abouts_titles {
        position: absolute;
        bottom: -124px !important;
        left: -25px;
    }

    /* ============================================================ */

    /* For mobile phones: */

    .slider-button a {
        padding: 5px 25px !important;
        margin-bottom: 10px;
        font-size: 15px;
        font-weight: 400;
    }

    .csr-bg-1 {
        background: url(../image/csr-bg3.png);
        border-radius: 0px 0px 0px 0px;
        height: 500px !important;

        .menu-btn {
            position: absolute;
            left: 0 !important;
            bottom: -55px !important;
        }

    }

    .csr-bg-2 {
        height: 260px;
        border-radius: 0px 0px 0px 0px;

        .fort-image {
            width: 25% !important;
            position: absolute;
            right: 110px;
            top: -10px;
        }

    }

    .hand-image-mobile {
        position: absolute;
        right: 0px !important;
        width: 104% !important;
        padding: 0 !important;
        top: -80px !important;
        border-radius: 0px 0px 0px 0px !important;
        display: block !important;
    }

    .hand-image {
        position: absolute;
        right: 0px !important;
        /* width: 98% !important; */
        width: auto !important;
        padding: 0 !important;
        top: -30px !important;
        border-radius: 0px 0px 0px 0px !important;
        display: none !important;
    }

    .style-three.about-area .dreamit-about-thumb {
        margin: 0px 0 0 0px;
        position: relative;
        z-index: 1;
    }

    .counter-title h1 {
        font-size: 24px;
        color: #ffffff;
        font-weight: 600;
        font-family: "Poppins";
        display: inline-block;
        line-height: normal;
    }

    .counter-title span {
        font-size: 24px;
        color: #ffffff;
        font-weight: 600;
    }

    .bisal-section-main-title h1 {
        font-size: 24px !important;
        line-height: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

    /* =======================  ABOUT PAGE  ===================================== */
    .abouts_titles {
        position: absolute;
        bottom: -124px !important;
        left: -25px;
    }

    /* ============================================================ */

    /* For mobile phones: */
    .hand-image {
        display: none;
    }

    .csr-bg-1 {
        background: url(../image/csr-bg3.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
        position: relative;
        height: 450px;
        padding: 30px 50px;
        border-radius: 0px 0px 0px 0px;
    }

    .csr-bg-2 {
        border-radius: 0px 0px 0px 0px;
        height: 250px;


        .fort-image {
            /* width: 25% !important;
            position: absolute;
            right: 110px;
            top: -10px; */
            width: 20% !important;
            position: absolute;
            right: 192px;
            top: -74px;
        }
    }


    .hand-image-mobile {
        /* position: absolute;
        right: 0px !important;
        width: 104% !important;
        padding: 0 !important;
        top: -100px !important;
        border-radius: 0px 0px 0px 0px !important;
        display: block !important; */

        position: absolute;
        right: 0px !important;
        width: 102% !important;
        padding: 0 !important;
        top: -250px !important;
        border-radius: 0px 0px 0px 0px !important;
        display: block !important;
    }
}




}

.csr-img {
    width: 100%;
}

.footer-heading {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.locationList {
    margin-bottom: 100px;
    /* gap: 20px; */
    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
    /* display: grid; */
}

.locationList .locationBlock {
    text-align: left;
    position: relative;
    /* border: 1px solid rgb(255 255 255 / 14%); */
    /* min-width: 25%; */
    padding: 7px;
}

.location-inner {
    border: 1px solid rgb(255 255 255 / 14%);
    height: 165px;

}

.locationList .locationBlock a {
    padding: 10px 20px 5px 20px;
    display: block;
}

.locationList .locationBlock a img {
    /* position: absolute;
    right: 20px;
    top: 16px; */
    float: right;
    margin-bottom: 20px;
}

/* Pin Icon */

.locationBlock .d-flex {
    /* justify-content: space-around; */
}

.locationBlock .d-flex img {
    position: absolute;
    left: 25px;
}

.locationBlock .d-flex p {
    position: relative;
    left: 50px;
}

/* Pin icon */
.locationList .locationBlock h3 {
    color: rgb(255 255 255 / 30%);
    font-size: 22px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 15px;
}

.locationList .locationBlock h2 {
    font-size: 30px;
    color: #3B70FF;
    font-weight: 400;
    padding-bottom: 10px;
}

.c-btn {
    padding: 10px 30px 10px 30px !important;
    position: absolute !important;
    right: 40px;
    top: 50px;
}

.locationList .locationBlock h5 {
    color: #fff;
    font-size: 14px;
    line-height: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 65px;
}

.locationList .locationBlock p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 21px;
    opacity: 0.7999999999999999;
    margin-bottom: 0;
}

.footBlueStrp {
    background-image: linear-gradient(270deg, #012536 0%, #001731 22.08%, #000000 53.89%, #010329 76.92%, #02134F 100%);
    padding: 60px 0 5px 0;
}

.footBlueStrp h3 {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 48px;
    opacity: 0.9;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .footBlueStrp {
        padding: 30px 0 40px;
    }
}

@media screen and (max-width: 991px) {
    .footBlueStrp {
        padding: 80px 0;
    }
}

@media screen and (max-width: 767px) {
    .locationList {
        grid-template-columns: 1fr;
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .locationList {
        flex-wrap: wrap;
        justify-content: flex-start;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 1199px) {
    .locationList {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .locationList {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .locationList .locationBlock {
        min-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .locationList .locationBlock {
        min-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .locationList .locationBlock {
        width: 100%;
        margin-top: 10px;
        display: block;
    }
}

.slider-button-p {
    text-align: center;
    display: flex;
}

.slider-button-p .b1 {
    padding: 5px 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 14px;
    color: #3c2eff;
    font-weight: 500;
    -webkit-animation: 1s 1.7s fadeInUp both;
    animation: 1s 1.7s fadeInUp both;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #3c2eff;
    transition: .5s;
    margin-left: 10px;
}

.slider-button-p .b2 {
    padding: 5px 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 14px;
    color: #FFF;
    font-weight: 500;
    -webkit-animation: 1s 1.7s fadeInUp both;
    animation: 1s 1.7s fadeInUp both;
    border-radius: 30px;
    background: #3c2eff;
    border: 1px solid #3c2eff;
    transition: .5s;
    margin-left: 10px;
    width: 70%;
    margin: 0 auto;
}

#wrapoff {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

#wrapoff:after {
    content: "...";
    position: absolute;
    right: 0;
    top: 0;
    background-color: white;
    padding: 0 5px;
}



.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* Prevent interaction with the video */
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Add overlay effect */
}

.ebook-download-button {
    position: absolute !important;
    bottom: 130px !important;
    right: 40px !important;
    font-weight: 700 !important;
    cursor: pointer;
    color: #000000 !important;
    border: none !important;
}

/* technologyStacksSection css */
.technologyStacksSection {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: #E7EAF1 solid 1px;
}

.technologyStacksSection h3 {
    color: #212121;
    font-family: 'graphikbold';
    font-size: 42px;
    line-height: 54px;
    text-align: center;
    margin-bottom: 16px;
}

.technologyStacksSection p {
    color: #757575;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 48px;
    text-align: center;
}

.technologyStacksSection .swiper-wrapper {
    transition-timing-function: linear;
}

.technologyStacksSlider {
    position: relative;
}

.technologyStacksSlider::before {
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 49.39%, #FFFFFF 100%);
    width: 160px;
    height: 254px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: 9;
}

.technologyStacksSlider::after {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 49.39%, #FFFFFF 100%);
    width: 160px;
    height: 254px;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    z-index: 9;
}

.technologyStacksSlider .swiper-slide {
    width: auto;
}

.technologySlide {
    border: 1px solid #E7EAF1;
    border-radius: 100px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 9px 14px;
    color: #424242;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 20px;
    height: 48px;
}

.technologySlide img {
    margin-right: 6px;
}

.img-wrap {
    display: block;
    position: relative;
}

.img-wrap:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 -100px 80px 0px rgb(0 0 0 / 58%);
    border-radius: 24px;
}

.b-date {
    position: absolute;
    right: 25px;
    bottom: 0px;
    color: white;
}

/* .breadcumb-area-career */