/*Site fonts*/
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Bold.ttf'); /* IE9 Compat Modes */
    font-weight: 800;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Medium.ttf'); /* IE9 Compat Modes */
    font-weight: 500;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Light.ttf'); /* IE9 Compat Modes */
    font-weight: 300;
}

@font-face {
    font-family: 'Dantina';
    src: url('fonts/Dantina.ttf'); /* IE9 Compat Modes */
    font-weight: 300;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px rgb(255, 255, 255) inset;
    transition: background-color 5000s ease-in-out 0s;
}

.btn-secondary-add-cpasage {
    font-size: 15px;
    font-weight: 500;
    color: #5060AB;
    background: #fff;
    box-shadow: 0 3px 6px #00000029;
    outline: none;
    border: 0;
    border-radius: 50px;
    transition: all 0.3s linear 0s;
    margin-top: 5px;
    margin-left: 24px;
    margin-bottom: 5px;
}

.btn-secondary-add-cpasage:hover {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: transparent linear-gradient(90deg, #4B5CA9 0%, #4b5ca9c5 100%) 0 0 no-repeat padding-box;
    outline: none;
    border: 0;
    border-radius: 50px;
    margin-top: 5px;
    margin-left: 24px;
    margin-bottom: 5px;
}

.btn-secondary-add-cpasage:disabled {
    color: #a9a9a9;
    opacity: .45;
}

body {
    font-size: 14px;
    font-weight: 400;
}

.dantina-font {
    font-family: 'Dantina', sans-serif;
    line-height: 40px;
}

.bg_with_circle {
    position: relative;
}

.bg_circle_element {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: #ffffff;
    overflow: hidden;
}

.bg_circle_animation {
    position: absolute;
}

.bg_circle_animation img {
    width: 100%;
    display: block;
}

.bg_circle_1 {
    width: 120px;
    top: 10px;
    left: 600px;
}

.bg_circle_2 {
    width: 100px;
    top: -15%;
    left: 20%;


}

.bg_circle_11 {
    width: 100px;
    top: -8%;
    left: 20%;


}


.bg_circle_3 {
    width: 230px;
    top: -60px;
    right: -100px;
}


.bg_circle_4 {
    width: 200px;
    bottom: 100px;
    left: -60px;
}

.bg_circle_10 {
    width: 200px;
    bottom: -50px;
    left: -60px;
}

.bg_circle_9 {
    width: 120px;
    bottom: 35%;
    left: 50%;
}

.bg_circle_5 {
    width: 180px;
    bottom: 5%;
    right: 8%;
}

.bg_circle_13 {
    width: 180px;
    bottom: 2%;
    right: 8%;
}

.bg_circle_6 {
    width: 150px;
    bottom: 50px;
    right: -10px;
}

.bg_circle_12 {
    width: 150px;
    bottom: -50px;
    right: -35px;
}

.bg_circle_14 {
    width: 120px;
    top: 60px;
    left: 690px;
}

.bg_circle_15 {
    width: 120px;
    top: 750px;
    left: 800px;
}

.bg_circle_16 {
    width: 150px;
    bottom: 470px;
    right: 650px;
}

.bg_circle_17 {
    width: 120px;
    top: 180px;
    left: -30px;
}

.bg_circle_18 {
    width: 230px;
    top: 20px;
    right: -100px;
}

.bg_circle_19 {
    width: 230px;
    top: 30px;
    right: -100px;
}

.bg_circle_20 {
    width: 180px;
    bottom: 2%;
    right: 20%;
}

.bg_circle_21 {
    width: 230px;
    top: 30px;
    right: -100px;
}


.banner_content_area {
    width: 100%;
    position: relative;
}

.cpa_header {
    width: 100%;
    padding: 30px 0;
}

.mobile-item {
    display: none !important;
}

.desktop-item {
    display: flex !important;
}

.header_flex_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

.mobile_menu_icon {
    padding: 10px;
    font-size: 20px;
    outline: none;
    border: solid 1px #2b3b80;
    border-radius: 5px;
    color: #fff;
    background-color: #4c5da9;
    line-height: 1;
}

.header_menu_item {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: flex-start; */
    /* flex-wrap: wrap; */
    /* list-style: none; */
    /* margin: 0; */
    /* padding: 0; */
}

.header_menu_item li {
    padding: 0 1px;
    padding-right: 25px !important;
}

.header_menu_item li a {
    font-size: 16px;
    padding: 5px 0;
    display: block;
    line-height: 20px;
    position: relative;
    color: #262626;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s linear 0s;
}

.header_menu_item li:last-child {
    padding-right: 0;
}

.header_menu_item li a::after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #4c5da9;
    position: absolute;
    top: 100%;
    left: 50%;
    right: 50%;
    transition: all 0.3s linear 0s;
}

.header_menu_item li a:hover,
.header_menu_item li a.active {
    color: #4c5da9;
}

.header_menu_item li a:hover::after,
.header_menu_item li a.active::after {
    width: 100%;
    left: 0;
    right: 0;
}

.cpa_logo {
    margin: 0;
}

.cpa_logo a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    display: block;
    width: 50px;
}

.cpa_logo a img {
    width: 100%;
    display: block;
}

.right_assets_box {
    width: 100%;
    height: 380px;
    background-color: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
}

.right_assets_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.left_content_banner {
    width: 100%;
}

.left_content_banner h6 {
    font-size: 40px;
    font-weight: 700;
    color: #3d3d3d;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.left_content_banner h6 span.blue_text, .transform-text-title h6 span.blue_text {
    text-transform: uppercase;
    color: #4c5da9;
    padding-top: 5px;
    font-size: 40px;
}

.left_content_banner p {
    font-size: 18px;
    line-height: 1.5;
    color: #757575;
    margin: 0;
    padding-top: 40px;
}

.btn {
    padding: 20px 40px;
    border-radius: 5px;
    outline: none;
    line-height: 1;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
}

.btn-secondary {
    border: solid 1px #4c5da9 !important;
    color: #adadad;
    background-color: transparent;
    margin-right: 0;
}

.btn-secondary::before {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 101%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #4c5da9;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 5px;
}

.btn-secondary:hover::before,
.btn-secondary:focus::before,
.btn-secondary:active::before {
    height: calc(100% + 2px);
    opacity: 1;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    color: #fff;
    background-color: transparent;
    border-color: #4c5da9;
}

.left_content_banner .btn {
    margin-top: 40px;
}

.cpa_banner_content {
    padding: 50px 0;
}

.item-center {
    align-items: center;
}

.banner_item_box {
    padding-top: 50px;
    padding-right: 50px;
}

.banner_item_box h6 {
    font-size: 18px;
    font-weight: 500;
    color: #4c5da9;
    margin: 0;
    text-transform: uppercase;
}

.banner_item_box p {
    font-size: 16px;
    line-height: 1.5;
    color: #afafaf;
    margin: 0;
    padding-top: 10px;
}

.circle_btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #e0e0e0;
    color: #262626;
    border: solid 1px #fff;
    outline: none;
    position: relative;
    font-size: 20px;
    box-shadow: 4px 8px 10px -1px rgba(0, 0, 0, 0.30);
    transition: all 0.3s linear 0s;
}

.scroll_bottom_btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    transform: scale(0);
}

.scroll_bottom_btn.enableBtn {
    transform: scale(1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

button#clickToTop img {
    filter: opacity(0.4);
}

button#clickToTop:hover img {
    filter: unset;
}

.scroll_bottom_btn i {
    top: -2px;
    position: relative;
}

.circle_btn:hover {
    background-color: #fff;
    color: #4c5da9;
    outline: none;
    border-color: #ddd;
    box-shadow: inset 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
}

.circle_btn:focus,
.circle_btn:active {
    outline: none;
}

.circle_btn:active {
    box-shadow: none;
    transform: scale(0.7);
}

.circle_btn:hover::before {
    transform: scale(1);
}

.feature_section .banner_content_area {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 120px 15px 100px;
}

.cpa_page_title {
    font-size: 48px;
    font-weight: 700;
    color: #3d3d3d;
    margin: 0;
    padding: 0;
    line-height: 1;
    margin-top: -50px;
}

.cpa_fearure_container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 50px;
}

.cpa_left_feature_menu {
    width: 120px;
    text-align: center;
}

.cpa_left_feature_icons {
    width: 100%;
    padding: 0;
    margin: 15px 0;
    cursor: pointer;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.outer_circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
}

.outer_circle .inner_circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #e0e0e0;
    color: #262626;
    border: solid 1px #fff;
    outline: none;
    position: relative;
    font-size: 20px;
    box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, 0.3);
    padding: 12px;
    margin: 0 auto;
    z-index: 9;
    transition: all 0.1s linear 0s;
}

.outer_circle .inner_circle::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
    background-color: #fff;
    border-radius: 50%;
    transform: scale(1);
    opacity: 0;
    width: calc(100% + 1);
    height: calc(100% + 1);
    transition: all 0.3s linear 0s;
    box-shadow: inset 3px 3px 5px 0 rgba(0, 0, 0, 0.30);
}

.outer_circle .inner_circle img {
    width: 80%;
    height: auto;
    margin: auto;
}

.outer_circle .inner_circle img.active {
    display: block;
}

.outer_circle .inner_circle img.inactive {
    display: none;
}

.cpa_left_feature_icons p {
    font-size: 15px;
    padding-top: 10px;
    margin: 0;
    color: #cacaca;
}

.cpa_left_feature_icons:hover .outer_circle .inner_circle,
.cpa_left_feature_icons.active .outer_circle .inner_circle {
    background-color: #fff;
    color: #4c5da9;
    outline: none;
    border-color: #eee;
    box-shadow: inset 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
}

.cpa_left_feature_icons:hover .outer_circle .inner_circle img.inactive,
.cpa_left_feature_icons.active .outer_circle .inner_circle img.inactive {
    display: block;
}

.cpa_left_feature_icons:hover .outer_circle .inner_circle img.active,
.cpa_left_feature_icons.active .outer_circle .inner_circle img.active {
    display: none;
}

.cpa_left_feature_icons:hover .outer_circle .inner_circle::before,
.cpa_left_feature_icons.active .outer_circle .inner_circle::before {
    transform: scale(1);
    /* opacity: 1; */
}

.cpa_left_feature_icons:hover .outer_circle .inner_circle:active,
.cpa_left_feature_icons:hover .outer_circle:active .inner_circle {
    box-shadow: none;
    transform: scale(0.7);
}

.cpa_left_feature_icons:hover .outer_circle,
.cpa_left_feature_icons.active .outer_circle {
    width: 80px;
    height: 50px;
    transition: all 0.3s linear 0s;
}

.cpa_right_feature_item_container {
    width: calc(100% - 120px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.right_icon_img {
    width: 120px;
    display: block;
    text-align: center;
}

.right_icon_img img {
    width: 100%;
    display: block;
}

.right_icon_img p {
    font-size: 15px;
    padding-top: 10px;
    margin: 0;
}

.cpa_feature_item_list_container {
    width: calc(100% - 150px);
    padding: 0 50px;
}

.cpa_feature {
    width: 100%;
}

.feature_section .bg_circle_element {
    background-image: linear-gradient(135deg, #f0f0f0, #fff);
}

.cpa_feature_item_list_container .cpa_outer_box {
    margin: 2% 0.5%;
    border-radius: 15px;
    padding: 0 !important;
}

.cpa_feature_item {
    width: 100%;
    padding: 35px 15px;
    background-image: linear-gradient(90deg, #d5d5d5, #ffffff);
    box-shadow: 0.3rem 0.3rem 10px -4px #8a8a8a, -0.2rem -0.2rem 0.5rem #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s linear 0s;
    height: 100%;
}

.cpa_feature_item .left_icon {
    width: 50px;
}

.cpa_feature_item .left_icon img {
    width: 100%;
}

.cpa_feature_item .left_icon img.inactive {
    display: block;
    transform: scale(1.3);
}

.cpa_feature_item .left_icon img.active {
    display: none;
}

.cpa_feature_item .right_content {
    font-size: 16px;
    font-weight: 500;
    width: calc(100% - 50px);
    padding: 0 10px;
    margin: 0;
    line-height: 1.5;
}

.box_padding {
    padding: 15px 15px;
}

.cpa_feature_item:hover {
    box-shadow: inset 0 0 4px 2px rgba(0, 0, 0, 0.15) !important;
}

.cpa_feature_item:hover .left_icon img.inactive {
    display: none;
}

.cpa_feature_item:hover .left_icon img.active {
    display: block;
}

.cpa_feature_item:hover .right_content {
    color: #4c5da9;
    transition: all 0.3s linear 0s;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-22 {
    width: 22%;
}

.w-28 {
    width: 28%;
}

.top-main-slider button.slick-arrow {
    top: 200px;
    background-color: white;
    z-index: 9;
    width: 120px;
    color: #000000;
    height: 60px;
    transition: all 0.2s;
}

.top-main-slider button.slick-prev.slick-arrow::before {
    color: #000;
    font-weight: 300;
    content: "\f177";
    font-size: 28px;
    font-family: "Font Awesome 5 Pro";
}

.top-main-slider button.slick-next.slick-arrow::before {
    color: #000;
    font-weight: 300;
    content: "\f178";
    font-size: 28px;
    font-family: "Font Awesome 5 Pro";
}

.top-main-slider button.slick-prev {
    left: 232px;
}

.top-main-slider button.slick-next {
    right: 220px;
}

.top-main-slider .slick-arrow:hover {
    box-shadow: 0 0 20px 0 #5363ac1f;
}

.top-main-slider .slick-dots {
    bottom: 40px;
}

.cpa_feature .cpa_page_title {
    padding-top: 30px;
}

.transform-text-title {
    padding-top: 80px;
    margin-bottom: -6px;
}

.top-main-slider.slick-dotted.slick-slider {
    padding: 40px 0 90px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 0;
}

.top-slider-slide {
    width: 100%;
    margin: 6px;
    filter: contrast(0.7);
    padding: 0 16px;
}

.cap_state_art {
    width: 100%;
    position: relative;
    padding: 60px 0 50px;
    background-color: #5161ab;
}

.cap_state_art .container {
    max-width: 900px !important;
}

.cpa_art_blue_banner {
    width: 100%;
    padding: 80px 15px;
    background-color: #5161ab;
    text-align: center;
}

.cpa_art_blue_banner p {
    font-size: 20px;
    color: #fff;
    line-height: 1.6;
    text-align: left;
    margin: 0;
    opacity: 0.8;
    font-weight: 300;
    padding: 0 14px;
}

.cpa_art_blue_banner h6 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 8px 14px 0;
    line-height: 1.1;
}

.cpa_art_blue_banner .btn-secondary {
    margin-top: 30px;
    border-color: #fff !important;
    color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.client-email-form-section {
    display: flex;
    justify-content: space-between;
    position: relative;
    background-image: linear-gradient(90deg, #6b79b7, #4c5da9);
    border-radius: 20px;
}

.mobile-image-parent img.mobile-image {
    width: 75%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.client-email-form-title {
    width: 40%;
    margin: auto;
    padding: 80px 0;
    text-align: center;
}

.client-email-form-section img.laptop-image {
    width: 100%;
    position: absolute;
    top: -30px;
    left: 40px;
    z-index: 0;
}

.mobile-image-parent {
    width: 20%;
    position: relative;
}

.laptop-image-parent {
    width: 35%;
    position: relative;
}

.client-email-form-title h3 {
    color: #d9dded;
    font-size: 35px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 800;
}

.client-email-form-title p {
    color: #afb6d8;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.hand-image-section {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    padding: 80px 100px;
    background-image: linear-gradient(90deg, #4c5da9, #7986bf);
    border-radius: 20px;
}

.hand-image-section .hand-image-description {
    width: 65%;
}

.hand-image-section img {
    max-width: 360px;
    width: 100%;
    position: absolute;
    right: 60px;
    bottom: 0;
}

.custom-form-control-for-email {
    border: medium none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    outline: 0;
    padding-left: 35px;
    width: 100%;
    background-image: linear-gradient(90deg, #6d7ab9, #6372b4);
    color: #fff;
}

.custom-form-control-for-email::placeholder {
    color: #9ea6cf !important;
}

.custom-form-control-for-email::placeholder {
    color: #dadeed;
    text-transform: capitalize;
    font-size: 16px;
}

.custom-form-control-for-button {
    background-color: #ffffff;
    border: medium none;
    border-radius: 50px;
    color: #ffffff;
    height: 45px;
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    width: 45px;
    margin: auto;
}

form.email-submit-form {
    position: relative;
    max-width: 360px;
    margin: 16px auto 0;
}

.our-mission-and-our-vision-section {
    padding-top: 0;
    padding-bottom: 100px;
    margin-top: 0;

}

.box_vision_mission .mission_heading {
    color: #3b3b3b;
    margin-bottom: 30px;
}

.bg-attachment-image {
    height: 350px;
    background-image: url(../images/bg-attachment.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.transform-text-title h6 span {
    color: #bdbdbd;
    font-size: 32px;
    font-weight: 600;
    display: inline-block;
}

.top-slider-slide .slider-slide-image-title {
    width: calc(100% - 20%);
    text-align: center;
    background-color: #5363ac;
    font-size: 25px;
    color: #fff;
    border-radius: 20px 20px 0 0;
    padding: 24px 0;
    opacity: 0 !important;
    position: relative;
    top: 150px;
    z-index: -1;
}

@keyframes scroll_bottom_to_top {
    from {
        top: 150px;
    }
    to {
        top: 0;
    }
}

.slick-active .top-slider-slide {
    width: 100%;
    margin: 6px;
    filter: unset;
}

.slick-active .top-slider-slide img {
    box-shadow: 0 0 20px -8px rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    z-index: 99;
}

.slick-active .top-slider-slide .slider-slide-image-title {
    opacity: 1 !important;
    top: 0;
    animation: scroll_bottom_to_top 0.5s linear 1;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

span.bubbles {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
}

.first-bubbles, .second-bubbles, .third-bubbles {
    position: absolute;
    box-shadow: none !important;
    z-index: -1 !important;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: all 0.6s linear;
    border: 10px solid #7b88c0;
    background-color: transparent;
}

.first-bubbles {
    top: -15px;
    left: -15px;
    opacity: 0.6;
}

.second-bubbles {
    bottom: -20px;
    left: 30%;
    opacity: 0.6;
}

.third-bubbles {
    top: -20px;
    right: -10px;
    opacity: 0.6;
}

.slick-active .top-slider-slide .slider-slide-image-title:hover span.bubbles .first-bubbles {
    top: -70px;
    left: -70px;
}

.slick-active .top-slider-slide .slider-slide-image-title:hover span.bubbles .second-bubbles {
    bottom: -70px;
}

.slick-active .top-slider-slide .slider-slide-image-title:hover span.bubbles .third-bubbles {
    top: -70px;
    right: -70px;
}

.slide-wrapper {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 64px;
    justify-content: space-between;
    box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.5);
    margin: 26px auto;
    width: 95%;
}

.slide-wrapper img {
    width: 28%;
}

.client-says-description {
    width: 65%;
    position: relative;
    color: #a9a9a9;
    font-weight: 500;
    font-size: 16px;
}

span.double-quotes-image {
    width: 40px;
    display: inline-block;
    position: absolute;
    top: -10px;
    filter: contrast(0.5);
    z-index: 0;
}

span.double-quotes-image img {
    width: 100%;
    filter: brightness(4) opacity(0.3);
}

span.client-sign {
    margin-top: 24px;
    display: block;
}

.testimonials-title {
    position: relative;
    background-color: #ededed;
    padding: 70px 0;
}

.testimonials-title h3 {
    color: #5f5f5f;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Gilroy', sans-serif;
}

.testimonials-title p {
    color: #8b8b8b;
    font-size: 18px;
}

.testimonials-slider-wrapper {
    margin-top: -60px;
}

.cpa_art_blue_banner .btn-secondary:hover {
    color: #4c5da9;
}

.cpa_art_blue_banner .btn-secondary::before {
    background-color: #fff;
}

.content_box {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.footer_section {
    width: 100%;
    background-color: #fafafa;
}

.contact_form {
    width: 100%;
    padding: 80px 15px 0 15px;
}

.left_contact_name P {
    font-size: 18px;
    color: #606060;
    margin: 0;
    padding-top: 10px;
    line-height: 1.5;
}

.right_contact_form .form-group {
    padding-bottom: 15px;
}

.right_contact_form .form-group .form-control {
    outline: none;
    border: 0;
    border-bottom: solid 1px #ddd;
    padding: 6px 20px;
    font-size: 15px;
    border-radius: 0;
    background-color: transparent;
    color: #111;
}

.right_contact_form .form-group .form-control::placeholder {
    color: #aaa;
}

.right_contact_form .form-group .form-control:focus {
    outline: none;
    box-shadow: none;
}

.right_contact_form .form-group .form-control.placeholder {
    color: #aaa;
}

.right_contact_form .form-group select.form-control option {
    color: #333;
}

.right_contact_form .btn-secondary {
    margin-top: 30px;
    margin-left: 20px;
    color: #4c5da9;
}

.right_contact_form .btn-secondary:hover {
    color: #fff;
}

.footer_container {
    width: 100%;
    padding: 30px 15px 80px 15px;
}

.footer_media_links {
    padding-top: 30px;
}

.media_btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #e0e0e0;
    color: #262626;
    border: solid 1px #fff;
    outline: none;
    position: relative;
    font-size: 20px;
    box-shadow: 4px 8px 10px -1px rgba(0, 0, 0, 0.3);
    margin-right: 20px;
    transition: all 0.3s linear 0s;
    display: inline-block;
}

.media_btn:hover {
    background-color: #fff;
    color: #4c5da9;
    outline: none;
    border-color: #eee;
    box-shadow: inset 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
}

.media_btn:active {
    transform: scale(0.7);
}

.footer_logo {
    padding-top: 50px;
}

.footer_links {
    padding-top: 50px;
}

.footer_links h6 {
    font-size: 22px;
    color: #606060;
    margin: 0;
    padding-bottom: 20px;
    font-weight: 700;
}

.footer_links p a {
    font-size: 16px;
    color: #606060;
    text-decoration: none;
}

.footer_links p a:hover {
    color: #4c5da9;
}

.et-highlighted-overlay {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    z-index: 4
}

.scroll_to_add_bg.et-highlighted-overlay {
    background-color: transparent;
}

body.et-highlighted-hidden .et-highlighted-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: initial
}

.et-highlighted.cap_state_art {
    background-color: transparent;
    position: relative;
    z-index: 99;
    transition: all 0.3s linear 0s;
}

.et-highlighted.cap_state_art .cpa_art_blue_banner {
    background-color: #5161ab;
    box-shadow: 0 48px 48px -32px rgba(23, 16, 159, 0.2), 0 96px 96px -64px rgba(3, 2, 20, 0.6);
    border-radius: 10px;
    transition: all 0.3s linear 0s;
    transform: scale(1.2);
    transition-delay: 0.3s;
}

.feature-title {
}

.feature_popups {
    padding: 0 !important;
}

.feature_popups.modal .modal-dialog {
    max-width: 100% !important;
    width: 100%;
    margin: 50px 0 0 0;
    height: calc(100vh - 50px);
}

.feature_popups.modal .modal-dialog .modal-content {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
}

.feature_popups.modal .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}

.feature_popups.modal .modal-header .close {
    border: 0;
    outline: none;
    font-size: 33px;
    padding: 19px;
    box-shadow: none;
    font-weight: 400;
    opacity: 1;
    color: #3d3d3d;
    height: auto;
    background-color: transparent;
    line-height: 20px;
}

.feature_popups.modal .modal-body {
    height: calc(100vh - 110px);
    overflow-y: auto;
    padding: 20px 50px;
}

.feature_name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.feature_name img {
    width: 50px;
    display: block;
    transform: scale(1.3);
}

.feature_name p {
    margin: 0;
    padding: 0;
    padding-left: 15px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    color: #3d3d3d;
    line-height: 1.3;
}

.row-reverse {
    flex-direction: row-reverse;
}

.feature_img_box {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.feature_img_box * {
    width: 100%;
    display: block;
}

.nav-tabs {
    border-bottom: solid 1px #ddd;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    position: relative;
    margin-top: 30px;
}

.nav-tabs .nav-item {
    min-width: auto;
}

.nav-item a {
    font-size: 15px;
    color: #606060;
    padding: 10px 20px;
    margin: 0;
    position: relative;
    text-decoration: none;
    display: block;
    cursor: pointer;
    white-space: nowrap;
}

.nav-item a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #4c5da9;
}

.nav-item a:hover,
.nav-item a.active {
    color: #4c5da9;
    transition: all 0.3s linear 0s;
}

.nav-item a:hover::after,
.nav-item a.active::after {
    width: 100%;
    transition: all 0.3s linear 0s;
}

.feature_popups .tab-content p {
    font-size: 15px;
    color: #3d3d3d;
    line-height: 1.5;
    margin: 0;
}

.include {
    padding-top: 20px;
}

.include h6 {
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    margin: 0;
}

.include p::before {
    content: "-";
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 15px;
    color: #3d3d3d;
}

.include p {
    padding-left: 15px;
    font-size: 15px;
    color: #3d3d3d;
    padding-top: 10px;
    position: relative;
}

.feature_popups .tab-content .btn-secondary {
    margin-top: 80px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-30 {
    padding-top: 30px;
}

.pr-50 {
    padding-right: 50px;
}

.pageLoader {
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background-color: rgba(252, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
}

.pageLoader img {
    width: 300px;
    display: block;
}

.hide {
    display: none;
}

.custom_select {
    position: relative;
}

.custom_select::after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    bottom: 7px;
    right: 15px;
    font-size: 22px;
    color: #777;
    pointer-events: none;
}

.cpa_abt_title {
    width: 100%;
    padding: 80px 0;
    text-align: center;
}

.feature_section .cpa_abt_title {
    padding-bottom: 20px;
    padding-top: 0px;
}

.about_team {
    padding: 50px 32px;
    align-items: center;
    border-radius: 20px;
    background-color: #fff;
    margin: 0 0 96px;
    box-shadow: 0 0 26px -16px rgba(0, 0, 0, 0.3);
    transition: all 0.5s linear;
}

.about_team .team_img img {
    width: 85%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
}

.right_team_text {
    width: 100%;
}

.right_team_text p {
    font-size: 15px;
    color: #3d3d3d;
    margin: 0;
    padding: 15px 0;
    line-height: 1.7;
    transition: all 0.5s linear;
}

.about_team .about-character-description p {
    line-height: 2rem;
    font-size: 1rem;
    transition: all 0.5s linear;
    color: rgba(61, 61, 61, 0.8);
}

.about_team .team_img:after {
    content: '';
    background-image: linear-gradient(90deg, #394ca0, #aeb6d8);
    height: 4px;
    position: absolute;
    bottom: 0;
    width: 70%;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s linear;
}

.about_team .team_img {
    position: relative;
    padding-bottom: 16px;
    text-align: center;
}

h6.about-character-title {
    color: #ebebeb;
    z-index: 0;
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    overflow: hidden;
    line-height: 36px;
}

@keyframes about-bg-color {
    0% {
        background-color: transparent;
        background-image: linear-gradient(90deg, #4d5ea9, #717fb8);
        opacity: 0;
    }
    100% {
        background-color: transparent;
        background-image: linear-gradient(90deg, #4d5ea9, #717fb8);
        opacity: 1;
    }
}

.about-character .about_team {
    /* -webkit-animation: about-bg-color 0.5s linear; */
    /*     -o-animation: about-bg-color 0.5s linear; */
    /* animation: about-bg-color 0.5s linear; */
}

.about-character:hover .about_team {
    background-image: linear-gradient(90deg, #4d5ea9, #717fb8);
}

.about-character:hover .about_team .team_img:after {
    background-color: #fff;
    background-image: none;
}

.about-character:hover .about_team .about-character-description p {
    color: #fff;
}

.about-character:hover h6.about-character-title {
    color: #4f60aa;
    transition: color 0.5s linear !important;
}

.how-it-all-started-description {
    background-image: linear-gradient(90deg, #4d5ea9, #717fb8);
    padding: 56px 40px;
    position: relative;
    border-radius: 20px;
}

.how-it-all-started-description p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 2rem;
}

.how-it-all-started-title {
    font-size: 48px;
    color: #6170b3;
    font-weight: 700;
    position: relative;
    margin: 0;
    padding: 15px 0 0 0;
}

.how-it-all-started {
    padding-top: 50px;
}

.pr-50 {
    padding-right: 50px;
}

.pl-50 {
    padding-left: 50px;
}

.pt-20 {
    padding-top: 20px;
}

.cpa_mission {
    width: 100%;
    padding: 50px 0 0;
}

.cpa-mission-bg-image .mission_vision_wrapper {
    padding-bottom: 100px;
}

.box_vision_mission {
    width: 100%;
}

.icon_box_vision {
    width: 115px;
    height: 113px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon_box_mission {
    width: 115px;
    height: 100px;
}

.cpa-mission-bg-image .icon_box_mission {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon_box_mission img {
    width: 100%;
    display: block;
}

.mission_heading {
    font-size: 48px;
    color: #6170b3;
    font-weight: 800;
    position: relative;
    margin: 0;
    padding: 15px 0 0 0;
    line-height: 32px;
    font-family: 'Gilroy', sans-serif;
}

.mission_heading i {
    font-size: 16px;
    padding-left: 10px;
    position: relative;
    top: -1px;
}

.box_vision_mission p {
    font-size: 16px;
    padding-top: 15px;
    margin: 0;
    line-height: 1.7;
    color: #fff;
}

.cpa_values {
    padding-top: 80px;
    background-color: #5666ae;
    padding-bottom: 80px;
    border-radius: 5px;
    position: relative;
}

.our-blogs-title {
    color: #3b3b3b;
    font-size: 48px;
    font-weight: 800;
    margin: 0;
    padding: 15px 0 0 0;
    line-height: 32px;
    font-family: 'Gilroy', sans-serif;
}

.our-blogs-section {
    padding: 50px 0 80px;
    position: relative;
}

.our-blogs-slider {
    padding: 50px 0 40px;
}

.slider-image-bg {
    background-image: url(../images/bolg-image.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    height: 390px;
    position: relative;
    overflow: hidden;
}

.home-page-2 .slider-image-bg {
    background-image: url(../images/index2-blog-image.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    height: 390px;
    position: relative;
    overflow: hidden;
}

.slider-image-bg-wrapper {
    padding: 0 10px;
}

.white-box {
    position: absolute;
    bottom: 25px;
    left: 38px;
    background-color: #fff;
    border-radius: 8px;
    max-width: 316px;
    height: 140px;
    font-weight: 500;
    padding: 30px;
    right: 10px;
    color: #616161;
}

.right-arrow {
    font-size: 20px;
    color: #fff;
    height: 30px;
    width: 30px;
    background: #294d99;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.right-arrow:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 2px 2px 8px -4px #000;
}

.slider-slide-image-title {
    width: calc(100% - 30px);
    font-size: 12px;
    padding-right: 20px;
    text-align: left;
}

.slider-slide-image-title img {
    display: inline-block;
}

.flex_value {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.value_letter_box_outer {
    width: 140px;
    padding: 0;
    box-shadow: -7px -6px 15px -4px rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    border: solid 1px #fff;
    border-right: 0;
    border-bottom: 0;
    background-color: #4c5da9;
}

.value_letter_box_inner {
    width: 100%;
    padding: 50px 10px;
    text-align: center;
    font-size: 45px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    border-left: 0;
    border-top: 0;
    box-shadow: 7px 6px 15px -4px rgba(0, 0, 0, 0.25);
}

.vlaue_box {
    padding-top: 30px;
    text-align: center;
}

.vlaue_box p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding-top: 20px;
    line-height: 1.7;
}

.min-h-auto {
    min-height: auto;
}

.pricing_feature {
    width: 100%;
    padding: 80px 0 80px 0;
}

.pricing_feature_box {
    padding-top: 50px;
}

.pricing_state_art .content_box {
    max-width: 800px;
}

.pricing_state_art .cpa_art_blue_banner p {
    font-size: 16px;
}

.pricing_state_art .cpa_art_blue_banner h6 {
    font-size: 20px;
    padding-top: 0;
}

.left_pricing_box {
    width: 100%;
    padding-right: 15%;
}

.gradiant_bg {
    background-image: linear-gradient(to right, rgba(232, 232, 232, 0.7), #ffffff);
}

.pricing_outer_box {
    width: 100%;
    box-shadow: -10px -10px 18px 3px rgba(255, 255, 255, 0.8);
    border-radius: 15px;
}

.pricing_inner_box {
    width: 100%;
    padding: 50px 50px;
    background-image: linear-gradient(to right, rgba(232, 232, 232, 1), #ffffff);
    border-radius: 15px;
    box-shadow: 10px 10px 18px 3px rgba(0, 0, 0, 0.15);
}

.pricing_icon_box {
    width: 70px;
}

.pricing_icon_box img {
    display: block;
    width: 100%;
}

.pricing_inner_box h6 {
    font-size: 25px;
    color: #000;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    padding: 30px 0 0 0;
}

.pricing_inner_box p {
    font-size: 16px;
    color: #777;
    margin: 0;
    line-height: 1.3;
    padding: 10px 0 0 0;
}

.price_banner_flex {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 150px);
}

.center_higlight_box {
    background-image: linear-gradient(to right, rgba(232, 232, 232, 0.1), rgba(232, 232, 232, 0.5));
    margin: 10px 0;
}

.center_higlight_box p {
    font-weight: 500;
    color: #4c5da9;
}

.appearance_working {
    pointer-events: none;
}

.appearance_working .cpa_feature_item {
    box-shadow: unset;
    filter: opacity(0.4);
}

.cpa, .manager, .employee, .front_office, .client {
    pointer-events: auto !important;
}

.cpa .cpa_feature_item, .manager .cpa_feature_item, .employee .cpa_feature_item, .front_office .cpa_feature_item, .client .cpa_feature_item {
    box-shadow: 0.3rem 0.3rem 10px -4px #8a8a8a, -0.2rem -0.2rem 0.5rem #fff;
    filter: unset;
}

.cpa_right_feature_icons {
    padding: 0;
    margin: 15px 0;
    cursor: pointer;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cpa_right_feature_icons p {
    font-size: 15px;
    padding-top: 10px;
    margin: 0;
    color: #cacaca;
}

.cpa_right_feature_icons.active .outer_circle .inner_circle, .cpa_right_feature_icons:hover .outer_circle .inner_circle {
    background-color: #fff;
    color: #4c5da9;
    border-color: #eee;
    box-shadow: inset 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
    outline: 0;
}

.cpa_right_feature_icons.active .outer_circle .inner_circle img.inactive, .cpa_right_feature_icons:hover .outer_circle .inner_circle img.inactive {
    display: block
}

.cpa_right_feature_icons.active .outer_circle .inner_circle img.active {
    display: none
}

.cpa_right_feature_icons.active .outer_circle .inner_circle::before, .cpa_right_feature_icons:hover .outer_circle .inner_circle::before {
    transform: scale(1);
    opacity: 1;
}

.cpa_right_feature_icons:hover .outer_circle .inner_circle:active, .cpa_right_feature_icons:hover .outer_circle:active .inner_circle {
    box-shadow: none;
}

.cpa_right_feature_icons.active .outer_circle, .cpa_right_feature_icons:hover .outer_circle {
    width: 80px;
    transition: all .3s linear 0s;
}

.left-right-image-animation {
    position: relative;
}

.left-right-animation-top-text, .left-right-animation-bottom-text {
    width: 350px;
    height: 80px;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 8px;
    box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.15);
    position: absolute;
}

.left-right-animation-top-text {
    top: 30px;
    left: 10px;
    font-weight: 600;
    background-color: #6d7bb9;
    animation: left-to-right 6s linear infinite;
}

.left-right-animation-bottom-text {
    bottom: 0;
    right: 10px;
    background-color: #6674b4;
    animation: right-to-left 5s linear infinite;
}

.left-right-animation-top-text img, .left-right-animation-bottom-text img {
    width: 32px;
    margin: 0;
}

.left-right-animation-top-text > span, .left-right-animation-bottom-text > span {
    width: 250px;
}

@keyframes left-to-right {
    0% {
        left: 10px;
    }
    50% {
        left: 100px;
    }
    100% {
        left: 10px;
    }
}

@keyframes right-to-left {
    0% {
        right: 10px;
    }
    50% {
        right: 100px;
    }
    100% {
        right: 10px;
    }
}

.eyeIcon {
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    height: 22px;
    margin: auto;
}

.eyeIcon #eye, .eyeIcon #eye1, .eyeIcon #eye2 {
    color: #bfbfbf;
}

.cpa_left_feature_icons:hover p, .cpa_left_feature_icons.active p, .cpa_right_feature_icons:hover p, .cpa_right_feature_icons.active p {
    color: #4f4042;
    font-weight: bold;
}

.cpa_right_feature_icons.right_icon_img .outer_circle .inner_circle::before {
    box-shadow: none;
    background-color: transparent;
}

.cpa_right_feature_icons.right_icon_img .outer_circle .inner_circle {
    padding: 4px;
}

.cpa_right_feature_icons.right_icon_img .outer_circle .inner_circle .active {
    display: block;
    filter: brightness(0.3);
}

.cpa_right_feature_icons.right_icon_img:hover .outer_circle .inner_circle .active {
    display: none;
}

.cpa_right_feature_icons.right_icon_img:hover .outer_circle .inner_circle .inactive {
    display: block;
    filter: brightness(0.3);
}

.leftBgClr:hover .background-circle-animation .bubbleBase6 {
    transform: translate(310px, 0);
    transition: transform 0.3s linear 0s;
}

.leftBgClr:hover .background-circle-animation .bubbleBase {
    transform: translate(0px, -300px);
    transition: transform 0.3s linear 0s;
}

.leftBgClr:hover .background-circle-animation .bubbleBase2 {
    transform: translate(-440px, 0);
    transition: transform 0.3s linear 0s;
}

.leftBgClr:hover .background-circle-animation .bubbleBase3 {
    transform: translate(250px, 0);
    transition: transform 0.3s linear 0s;
}

.leftBgClr:hover .background-circle-animation .bubbleBase4 {
    transform: translate(-250px, 0);
    transition: transform 0.3s linear 0s;
}

.leftBgClr:hover .background-circle-animation .bubbleBase5 {
    transform: translate(-250px, 0);
    transition: transform 0.3s linear 0s;
}

.leftBgClr .background-circle-animation .bubbleBase6 {
    transform: unset;
    transition: transform 0.3s linear 0s;
}

.leftBgClr .background-circle-animation .bubbleBase {
    transform: unset;
    transition: transform 0.3s linear 0s;
}

.leftBgClr .background-circle-animation .bubbleBase2 {
    transform: unset;
    transition: transform 0.3s linear 0s;
}

.leftBgClr .background-circle-animation .bubbleBase3 {
    transform: unset;
    transition: transform 0.3s linear 0s;
}

.leftBgClr .background-circle-animation .bubbleBase4 {
    transform: unset;
    transition: transform 0.3s linear 0s;
}

.leftBgClr .background-circle-animation .bubbleBase5 {
    transform: unset;
    transition: transform 0.3s linear 0s;
}

.box_vision_mission p {
    color: #767676;
    font-weight: 500;
    font-size: 22px;
}

.testimonials-section {
    padding: 0 0 60px;
}

.scrolling-navigation-header > div {
    display: flex;
    align-items: flex-end;
}

h3.scrolling-content-title {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    padding: 70px 0 50px;
    width: 45%;
    z-index: 1;
    font-family: 'Gilroy', sans-serif;
}

h3.scrolling-content-title.aos-init.aos-animate {
    -webkit-animation: scrolling-content-title-animation 1.5s ease-in-out;
    -o-animation: scrolling-content-title-animation 1.5s ease-in-out;
    animation: scrolling-content-title-animation 1.5s ease-in-out;
}

@keyframes scrolling-content-title-animation {
    0% {
        position: relative;
        left: -100%;
    }
    100% {
        position: relative;
        left: 0;
    }
}

.scrolling-navigation-header nav.banner_section.navbar {
    display: flex;
    width: 55%;
    padding: 40px 0;
    z-index: 1;
}

.scrolling-navigation-header:after, .scrolling-navigation-header:before {
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 0;
}

.seamless-dynamic-header .scrolling-navigation-header {
    position: relative;
    background-color: #f7f7f7;
}

.client-experience-header .scrolling-navigation-header {
    position: relative;
    background-color: #fff;
}

h3.scrolling-content-title span {
    color: #bcc2de;
    font-family: 'Gilroy', sans-serif;
}

.scrolling-navigation-header:after {
    right: 0;
    background-color: #ededed;
    height: 70%;
    top: 30%;
    width: 100%;
    z-index: 0;
}

.scrolling-navigation-header:before {
    background-color: #5e6db1;
    height: 100%;
    left: 0;
    width: 45%;
    top: 0;
    z-index: 1;
}

.scrolling-navigation-header.aos-init.aos-animate[data-aos="bg_scrolling_width_class"]:before {
    animation: bg_scrolling_width 1s linear 1;
}

@keyframes bg_scrolling_width {
    from {
        width: 0;
    }
    to {
        width: 45%;
    }
}

.scrolling-navigation-header nav.banner_section.navbar a.active, .scrolling-navigation-header nav.banner_section.navbar a:hover {
    color: #000000;
}

.scrolling-navigation-header .header_menu_item li a.active:after, .scrolling-navigation-header .header_menu_item li a:after, .scrolling-navigation-header .header_menu_item li a:hover:after {
    background-color: #000;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -6px;
    z-index: 1;
}

.scrolling-navigation-header nav.banner_section.navbar a {
    color: #989898;
}

.feature-section-description h5 {
    color: #4c5da9;
    position: relative;
    padding-left: 70px;
    margin-bottom: 20px;
}

.feature-section-description h5:after {
    content: '';
    position: absolute;
    display: flex;
    top: 0;
    width: 60px;
    letter-spacing: -5px;
    bottom: 0;
    height: 2px;
    background-image: linear-gradient(90deg, #aab2d6, #d8dcec);
    left: 0;
    margin: auto;
}

.feature-section-description .feature-section-detail .scrolling-items {
    padding: 50px 0 80px;
    display: none;
    position: relative;
}

.feature-section-description .feature-section-detail .scrolling-items.active {
    display: block;
}

.feature-section-description .feature-section-image {
    margin-top: -20px;
    padding: 0 32px 80px;
}

.feature-section-detail p {
    color: #bdbdbd;
    font-size: 17px;
    margin-bottom: 64px;
}

.btn-outline-light {
    color: #d4d4d4 !important;
    border-color: #d4d4d4 !important;
}

.sticky-top-element {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    align-self: start;
    z-index: 11;
}

.sticky-top-image {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 144px;
    align-self: start;
    z-index: 11;
}

.feature-images > img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-images {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 380px;
    border-radius: 20px;
}

.top-main-slider .slick-dots li button:before {
    width: 40px;
    color: transparent;
    opacity: 1;
    height: 8px;
    background-color: #ebebeb;
    border-radius: 8px;
}

.top-main-slider .slick-dots li {
    margin: 0 16px;
}

.top-main-slider .slick-dots li.slick-active button:before {
    background-image: linear-gradient(90deg, #5463ac, #adb4d5);
}

.slider-testimonials .slick-dots li.slick-active button:before {
    background-color: #000000;
}

.slider-testimonials .slick-dots li button:before {
    background-color: #cdcdcd;
    color: transparent;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    opacity: 1;
    left: 0;
    right: 0;
    margin: auto;
}

.slider-testimonials .slick-dots li:first-child:before, .slider-testimonials .slick-dots li:last-child:after {
    content: '';
    height: 2px;
    width: 20px;
    background-color: #a3a3a3;
    position: absolute;
    top: 0;
    bottom: 12px;
    margin: auto;
}

.slider-testimonials .slick-dots li:first-child:before {
    left: -50px;
}

.slider-testimonials .slick-dots li:last-child:after {
    right: -50px;
}

.feature-hover-content {
    position: absolute;
    background-color: #7380bb;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    width: 100%;
}

.feature-hover-content.active {
    display: block;
}

.feature-hover-detail {
    position: absolute;
    color: #fff;
    padding: 50px 80px;
    font-size: 16px;
    bottom: 0;
    width: 80%;
}

span.feature-hover:before {
    content: '-';
    margin-right: 4px;
}

img.content-start-quote {
    position: absolute;
    top: 30px;
    left: 80px;
    width: 50px;
    filter: brightness(4) opacity(0.3);
}

.hover-deactivate-quotes {
    position: absolute;
    cursor: pointer;
    right: 0;
    bottom: 50px;
    width: 56px;
    display: inline-flex;
    height: auto;
    background-color: #fff;
    font-size: 32px;
    align-content: center;
    justify-content: center;
    color: #7380bb;
}

span.hover-deactivate-quotes img {
    width: 100%;
}

.hover-active-quotes {
    position: absolute;
    cursor: pointer;
    left: 0;
    bottom: 50px;
    width: 56px;
    display: inline-block;
    height: 56px;
    background-color: rgba(80, 97, 171, 0.7);
    padding: 12px;
}

span.hover-active-quotes img {
    width: 100%;
    filter: brightness(4);
}

/*Home Page 2 Start*/
.home-page-2.client-experience-header .scrolling-navigation-header, .home-page-2.seamless-dynamic-header .scrolling-navigation-header {
    position: unset;
}

.top-main-slider.home-page-2.slick-slider.slick-dotted {
    background-color: transparent;
}

.top-main-slider.home-page-2 button.slick-arrow {
    /* background-color: #fff; */
}

.top-main-slider.home-page-2 .top-slider-slide img {
    border: 1px solid #ededed;
}

.top-main-slider.home-page-2 .top-slider-slide {
    filter: unset;
}

.home-page-2 .slider-image-bg-opacity {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    height: 100%;
    width: 100%;
}

.home-page-2 .white-box {
    background-color: transparent;
    max-width: 100%;
    height: 80px;
}

.home-page-2 .right-arrow {
    width: 100%;
    font-weight: 500;
    background-color: transparent;
}

.home-page-2 .right-arrow:hover {
    box-shadow: unset;
}

.home-page-2 .scrolling-navigation-header > div {
    flex-direction: column;
}

.home-page-2 h3.scrolling-content-title {
    width: 100%;
    color: #000000;
    font-weight: 800;
    padding: 60px 0 20px;
    font-size: 38px;
}

.home-page-2 .scrolling-navigation-header nav.banner_section.navbar {
    width: 100%;
    padding: 20px 0;
}

.home-page-2 .scrolling-navigation-header:before {
    content: unset;
}

.home-page-2 .scrolling-navigation-header:after {
    content: unset;
}

.home-page-2.seamless-dynamic-header .scrolling-navigation-header {
    background-color: transparent;
}

.home-page-2 .scrolling-navigation-header .header_menu_item li:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ededed;
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    transition: all 0.3s linear 0s;
}

.home-page-2 .header_menu_item li {
    position: relative;
    padding-bottom: 8px;
}

.home-page-2 .header_menu_item li:last-child {
    padding-right: 25px;
}

.home-page-2 .feature-images.active {
    border: 2px solid #747474;
    border-radius: 20px;
    padding: 16px;
}

.home-page-2 .feature-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/*Home Page 2 End*/

.features-scrolling-section.client-experience-header, .features-scrolling-section.seamless-dynamic-header {
    position: relative;
}

.button-right-view-features {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 50px;
    right: 0;
    margin: auto;
    z-index: 999;
}

.button-right-view-features a {
    color: #fff;
    padding: 8px;
    display: flex;
    align-items: center;
    border-radius: 8px 0 0 8px;
    height: 40px;
    width: 150px;
    font-size: 14px;
    overflow: hidden;
    min-width: 145px;
    transition: all .4s cubic-bezier(.46, .03, .52, .96);
    background-color: rgba(0, 0, 0, .45);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 60%);
    background-size: 300%;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-name: AuxLightUpStickyBtns;
    animation-iteration-count: infinite;
    will-change: backgroud-position;
    animation-delay: 2.05s;
}

@keyframes AuxLightUpStickyBtns {
    0% {
        background-position: 0 0
    }
    80% {
        background-position: 0 0
    }
    100% {
        background-position: 100% 0;
    }
}

.button-right-view-features a:hover {
    background-color: #5e6db1;
    background-image: none;
    animation-iteration-count: 0;
    text-decoration: none;
    width: calc(152px + 20px);
}

.cap_state_art.how-it-all-started-section .container {
    max-width: 100% !important;
    padding: 0;
}

.cpa_art_blue_banner .mission_heading {
    font-size: 32px;
    color: #6170b3;
    font-weight: 700;
    position: relative;
    margin: 0;
    padding: 15px 32px 24px;
    line-height: 32px;
}

.et-highlighted.cap_state_art.how-it-all-started-section .cpa_art_blue_banner {
    background-color: transparent;
    box-shadow: none;
}

.cap_state_art.how-it-all-started-section {
    padding-bottom: 70px;
}

.cap_state_art.how-it-all-started-section .content_box {
    max-width: 100%;
    transition: all 0.3s linear 0s;
}

.et-highlighted.cap_state_art.how-it-all-started-section .content_box {
    max-width: 70% !important;
}

.create-client-sec {
    margin-top: 300px;
}

.about-page-overlay .container {
    max-width: 1000px !important;
}

.about-page-overlay.et-highlighted.cap_state_art .cpa_art_blue_banner {
    padding: 40px 15px;
}

.about-page-overlay.et-highlighted.cap_state_art .cpa_art_blue_banner p {
    font-size: 15px;
}

.about-page-overlay .cpa_art_blue_banner .content_box {
    max-width: 900px;
    padding-bottom: 2px;
}

.icon_box_vision img {
    width: 100%;
}

.cpa-mission-bg-image .box_vision_mission p {
    color: rgba(118, 118, 118, 0.6);
}

.feature-seamless-dynamic.scrolling-navigation-header {
    margin-top: -60px;
    background-color: transparent;
}
.d-flex.container > .row > .col-12.col-lg-6.feature-section-image {
    padding-top: 250px;
    padding-bottom: 250px;
}
.feature-footer-sec .bg_circle_3 {
    top: 0;
}
@media screen and (min-width: 992px) {
    .features-scrolling-section.seamless-dynamic-header.feature-page .scrolling-navigation-header {
        background-color: transparent;
        margin-top: -65px;
    }
}

@media screen and (max-width: 1440px) {
    .feature_section .banner_content_area {
        padding: 20px 15px;
    }

    .cpa_fearure_container {
        padding-top: 20px;
    }

    .cpa_feature_item_list_container {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1366px) {
    .feature_section .cpa_abt_title {
        padding-bottom: 80px;
        padding-top: 80px;
    }
    .feature_section .cpa_abt_title h2.cpa_page_title.feature-title {
        padding-top: 30px !important;
        padding-bottom: 0 !important;
    }
    .cpa_feature_item {
        padding: 20px 10px;
    }

    .cpa_feature_item .right_content {
        font-size: 15px;
        padding-right: 0;
    }

    .cpa_feature_item .left_icon {
        width: 45px;
    }

    .feature_popups.modal .modal-body {
        padding: 15px 15px;
    }
}

@media screen and (max-width: 1024px) {
    ::-webkit-scrollbar {
        width: 10px;
        height: 0;
    }

    .cpa_feature .cpa_page_title {
        padding-left: 0;
        text-align: center;
    }

    .cpa_left_feature_menu {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .cpa_left_feature_icons .outer_circle {
        width: 60px;
        height: 60px;
    }

    .cpa_left_feature_icons:hover .outer_circle, .cpa_left_feature_icons.active .outer_circle {
        padding: 2px;
        width: 60px;
        height: 60px;
    }

    .cpa_left_feature_icons:hover .outer_circle .inner_circle, .cpa_left_feature_icons.active .outer_circle .inner_circle {
        /* transform: scale(0.7); */
    }

    .cpa_fearure_container {
        padding-top: 0;
    }

    .cpa_feature_item_list_container {
        width: 100%;
        padding: 0;
    }

    .cpa_right_feature_item_container {
        width: 100%;
    }

    .right_icon_img {
        width: 120px;
        margin: 15px auto 0;
    }

    .cpa_art_blue_banner h6 {
        font-size: 22px;
        font-weight: 500;
    }

    .cpa_art_blue_banner p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1023px) {
    .top-main-slider button.slick-next {
        right: 0;
    }

    .top-main-slider button.slick-prev {
        left: 0;
    }
}

@media screen and (max-width: 991px) {
    .feature-section-detail2 {
        padding-bottom: 80px !important;
    }
    .client-email-form-section img.laptop-image {
        max-width: 260px;
    }

    .mobile-image-parent img.mobile-image {
        max-width: 120px;
    }

    .slide-wrapper {
        flex-direction: column;
        padding: 28px;
    }

    .box_vision_mission {
        padding-top: 40px;
    }

    .container {
        width: 100%;
        max-width: 100% !important;
        padding: 0 15px;
    }

    .cpa_feature_item_list_container .row .box_padding:first-child {
        width: 30% !important;
    }

    .cpa_feature_item_list_container .row .box_padding:nth-child(2) {
        width: 25% !important;
    }

    .cpa_feature_item_list_container .row .box_padding:nth-child(3) {
        width: 36% !important;
    }

    .cpa_feature_item_list_container .row .box_padding:nth-child(4) {
        width: 29% !important;
    }

    .cpa_feature_item_list_container .row .box_padding:nth-child(5) {
        width: 26% !important;
    }

    .cpa_feature_item_list_container .row .box_padding:nth-child(6) {
        width: 37% !important;
    }

    .cpa_feature_item_list_container .row .box_padding:nth-child(7) {
        width: 28% !important;
    }

    .cpa_feature_item_list_container .row .box_padding:nth-child(8) {
        width: 33% !important;
    }

    .cpa_feature_item_list_container .row .box_padding:nth-child(9) {
        width: 30% !important;
    }

    .cpa_feature_item_list_container .row .box_padding:nth-child(10) {
        width: 32% !important;
    }

    .cpa_feature_item_list_container .row .box_padding:nth-child(11) {
        width: 33% !important;
    }

    .cpa_feature_item_list_container .row .box_padding:nth-child(12) {
        width: 26% !important;
    }

    .top-main-slider button.slick-arrow {
        width: 80px;
        height: 50px;
    }

    .hand-image-section img {
        max-width: 240px;
    }

    .cpa_art_blue_banner p br {
        display: none;
    }

    .client-email-form-section {
        flex-wrap: wrap;
    }

    .mobile-image-parent {
        width: 100%;
        height: 40px;
    }

    .client-email-form-title {
        width: 100%;
    }

    .laptop-image-parent {
        width: 100%;
        height: 60px;
    }

    .home-page-2 .scrolling-navigation-header > div {
        flex-direction: revert;
        justify-content: space-between;
        align-items: flex-start;
        padding: 16px 16px;
    }

    .home-page-2 h3.scrolling-content-title {
        padding: 12px 0;
        font-size: 28px;
    }

    .our-blogs-section button.slick-arrow {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    h6.our-values-title.mission_heading {
        margin-bottom: -2px;
    }

    @keyframes right-to-left {
        0% {
            right: 0;
        }
        50% {
            right: 35px;
        }
        100% {
            right: 0;
        }
    }
    @keyframes left-to-right {
        0% {
            left: 0;
        }
        50% {
            left: 35px;
        }
        100% {
            left: 0;
        }
    }
    .bg_circle_20 {
        bottom: 8%;
        right: -10%;
    }

    .bg_circle_21 {
        right: -190px;
    }

    .bg_circle_5 {
        right: 0;
    }

    .client-email-form-title h3 {
        font-size: 21px;
    }

    .bg_circle_13 {
        width: 140px;
    }

    .custom-form-control-for-email::placeholder {
        font-size: 13px;
    }

    .custom-form-control-for-email {
        font-size: 13px;
    }

    .bg_circle_18 {
        display: none;
    }

    .left-right-animation-top-text, .left-right-animation-bottom-text {
        width: 90%;
        height: 60px;
    }

    .left-right-animation-top-text img, .left-right-animation-bottom-text img {
        width: 24px;
    }

    .left-right-animation-top-text > span, .left-right-animation-bottom-text > span {
        width: 230px;
    }

    div#feature-navigation2 ul.header_menu_item, div#feature-navigation1 ul.header_menu_item {
        position: unset;
        padding: 0;
    }

    .feature-title {
        margin-top: -50px;
    }

    img.content-start-quote {
        position: absolute;
        top: 30px;
        left: 61px;
        width: 50px;
        filter: brightness(4) opacity(0.3);
    }

    .feature-hover-detail {
        width: 100%;
        padding: 10px 30px 55px;
    }

    img.content-start-quote {
        top: -10px;
        left: 30px;
    }

    .footer-circle-five {
        right: -60px;
        bottom: 352px;
    }

    .create-client-sec {
        margin-top: 50px;
    }

    .d-flex.container > .col-12.col-lg-6.feature-section-image {
        padding-top: 0 !important;
        padding-bottom: 60px !important;
    }

    .feature-section-detail2 {
        padding-bottom: 30px !important;
    }

    .box_vision_mission p {
        font-size: 18px;
    }

    .box_vision_mission .mission_heading {
        font-size: 40px;
        line-height: 20px;
    }

    h3.scrolling-content-title {
        font-size: 24px;
        padding: 32px 0 28px 16px;
    }

    .scrolling-navigation-header > div {
        flex-direction: column;
    }

    h3.scrolling-content-title, .scrolling-navigation-header nav.banner_section.navbar {
        width: 100%;
        padding-left: 16px !important;
    }

    .scrolling-navigation-header:before {
        width: 100%;
        height: 130px;
        z-index: 1;
    }

    @keyframes bg_scrolling_width {
        from {
            width: 0;
        }
        to {
            width: 100%;
        }
    }
    .transform-text-title h6 span {
        font-size: 22px;
    }

    .left_content_banner h6 span.blue_text, .transform-text-title h6 span.blue_text {
        font-size: 28px;
    }

    .left_content_banner h6 {
        line-height: 26px;
    }

    .banner_section {
        position: relative;
        z-index: 99;
    }

    .bg_circle_1 {
        width: 210px;
        top: 0;
        left: 280px;
    }

    .bg_circle_2 {
        left: 55%;
        top: 35%;
    }

    .bg_circle_3 {
        width: 120px;
        display: none;
    }

    .bg_circle_4 {
        width: 120px;
        left: 0;
        bottom: 5%;
    }

    .bg_circle_6 {
        bottom: 10%;
        right: -80px;
    }

    .scroll_bottom_btn {
        width: 35px;
        height: 35px;
        line-height: 35px;
        right: 10px;
        bottom: 10px;
    }

    .left_contact_name {
        text-align: right;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .cpa_page_title {
        font-size: 35px;
    }

    .contact_form {
        padding: 50px 0 0 0;
    }

    .cpa_feature_item_list_container .row .box_padding:first-child, .cpa_feature_item_list_container .row .box_padding:nth-child(2), .cpa_feature_item_list_container .row .box_padding:nth-child(3), .cpa_feature_item_list_container .row .box_padding:nth-child(4), .cpa_feature_item_list_container .row .box_padding:nth-child(5), .cpa_feature_item_list_container .row .box_padding:nth-child(6), .cpa_feature_item_list_container .row .box_padding:nth-child(7), .cpa_feature_item_list_container .row .box_padding:nth-child(8), .cpa_feature_item_list_container .row .box_padding:nth-child(9), .cpa_feature_item_list_container .row .box_padding:nth-child(10), .cpa_feature_item_list_container .row .box_padding:nth-child(11), .cpa_feature_item_list_container .row .box_padding:nth-child(12) {
        width: 48% !important;
    }

    .feature_name p {
        font-size: 16px;
    }

    .how-it-all-started-description:after, .how-it-all-started-description:before {
        content: unset;
    }

    .et-highlighted.cap_state_art.how-it-all-started-section .content_box {
        max-width: 80% !important;
    }

    .cpa_art_blue_banner .mission_heading {

        font-size: 36px;

        padding: 14px 14px 30px;

    }

    .how-it-all-started-description {
        border-radius: 20px;
        padding: 14px;
    }

    .cpa_art_blue_banner p {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }

    .hand-image-description p {
        line-height: 27px;
    }

    .top-slider-slide .slider-slide-image-title {
        font-size: 18px;
    }

    .top-main-slider button.slick-arrow {
        top: 0;
        bottom: 0;
        margin: auto;
        width: 32px;
        overflow: hidden;
        height: 75px;
        box-shadow: 0 0 3px -1px #000;
    }

    .top-main-slider button.slick-next.slick-arrow::before, .top-main-slider button.slick-prev.slick-arrow::before {
        color: #fff;
        font-size: 28px;
    }

    .slide-wrapper > img {
        margin-bottom: 16px;
        margin-top: 16px;
        width: 40%;
    }

    .client-says-description {
        width: 100%;
    }

    .hand-image-section img {
        width: 38%;
        height: auto;
        top: -50px;
        right: 0;
        bottom: unset;
    }

    .hand-image-section {
        padding: 32px 20px;
        flex-wrap: wrap;
    }

    .laptop-image-parent {
        height: 70px;
    }

    .mobile-image-parent {
        height: 0;
    }

    .client-email-form-title {
        width: 100%;
        padding: 60px 2% 60px;
        z-index: 1;
    }
}

@media screen and (max-width: 575px) {
    .feature-section-detail1 {
        padding-bottom: 30px;
    }

    .feature-section-description .feature-section-image {
        margin: 0;
    }

    .bg_circle_21 {
        display: none;
    }

    .bg_circle_2 {
        left: 0;
    }

    .feature_section .cpa_abt_title {
        padding-bottom: 30px;
    }
    .about-page-css {
        padding: 0;
    }

    .about-page-css .cpa_art_blue_banner {
        padding-top: 60px;
    }

    .about-page-css .content_box p {
        line-height: 25px;
    }

    .about-character {
        padding-top: 66px;
    }

    .home-page-2 .right-arrow {
        font-size: 21px;
    }

    .home-page-2 .white-box {
        height: 110px;
    }

    .home-page-2 .scrolling-navigation-header nav.banner_section.navbar {
        padding: 20px 0 0 !important;
    }

    .cpa_art_blue_banner h6 {
        padding: 16px 16px 0 12px;
        line-height: 34px;
        font-weight: bold;
    }

    .left_contact_name h2.cpa_page_title {
        padding: 18px 0;
    }

    .client-email-form-title h3 {
        text-align: left;
        padding: 0 14px;
    }

    .feature-section-description .feature-section-detail .scrolling-items {
        padding-left: 16px;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .feature-section-detail p {
        font-size: 14px;
    }

    .client-says-description {
        font-size: 12px;
        text-align: left;
        padding-top: 8px;
    }

    .slide-wrapper > img {
        margin-right: auto;
    }

    span.double-quotes-image {
        top: 4px;
    }

    .header_menu_item li a {
        font-size: 12px;
    }

    .home-page-2 .header_menu_item li a {
        padding-bottom: 8px;
        padding-top: 0;
        margin-top: -10px;
    }

    .scrolling-navigation-header .header_menu_item li a.active:after {
        bottom: -10px;
    }

    .home-page-2 .scrolling-navigation-header .header_menu_item li a.active:after, .home-page-2 .scrolling-navigation-header .header_menu_item li a:after, .home-page-2 .scrolling-navigation-header .header_menu_item li a:hover:after {
        bottom: 4px;
    }

    h6.about-character-title {
        font-size: 34px;
        line-height: 28px;
    }

    .slick-active .top-slider-slide {
        padding: 0;
        margin: 0 26px 26px 0;
    }

    .top_bottom_animation {
        animation: top_bottom_ani 0.5s linear;
    }

    /*.navbar-collapse .top_bottom_animation {
        animation: top_bottom_out_ani 0.5s linear;
    }*/
    @keyframes top_bottom_ani {
        0% {
            top: -100%;
        }
        100% {
            top: 0;
        }
    }
    @keyframes top_bottom_out_ani {
        0% {
            top: 0;
        }
        100% {
            top: -100%;
        }
    }
    .navbar-light .navbar-toggler {
        z-index: 999;
    }

    .header_menu_item li {
        padding: 10px 10px 2px !important;
    }

    .about_team .team_img img {
        height: 220px;
        width: 100%;
    }

    .about_team {
        padding: 30px 4px;
        margin-bottom: 24px;
    }

    .about_team .about-character-description p {
        font-size: 14px;
        line-height: 26px;
        padding-top: 26px;
    }

    .header_menu_item {
        align-items: center;
        width: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        height: 100%;
        left: 0;
        right: 0;
        justify-content: center;
        padding: 60px 16px;
        background: #fff;
    }

    .hand-image-section img {
        max-width: 190px;
        width: 53%;
        height: auto;
        bottom: 0;
        right: 0;
        top: unset;
    }

    .hand-image-section .hand-image-description {
        width: 100%;
    }

    .hand-image-section {
        padding: 32px 20px 170px;
        flex-wrap: wrap;
    }

    .home-page-2 .scrolling-navigation-header > div {
        flex-direction: column;
    }

    .top-main-slider button.slick-arrow {
        top: 90px;
        bottom: unset;
        width: 14%;
        background-color: rgba(255, 225, 255, 0.25);
        height: 100px;
    }

    .top-slider-slide .slider-slide-image-title {
        border-radius: 0;
        width: 100%;
        height: 100px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .slick-active .top-slider-slide img {
        border-radius: 0;
    }
}

@media screen and (max-width: 480px) {
    .cpa_feature_item_list_container .row .box_padding:first-child, .cpa_feature_item_list_container .row .box_padding:nth-child(2), .cpa_feature_item_list_container .row .box_padding:nth-child(3), .cpa_feature_item_list_container .row .box_padding:nth-child(4), .cpa_feature_item_list_container .row .box_padding:nth-child(5), .cpa_feature_item_list_container .row .box_padding:nth-child(6), .cpa_feature_item_list_container .row .box_padding:nth-child(7), .cpa_feature_item_list_container .row .box_padding:nth-child(8), .cpa_feature_item_list_container .row .box_padding:nth-child(9), .cpa_feature_item_list_container .row .box_padding:nth-child(10), .cpa_feature_item_list_container .row .box_padding:nth-child(11), .cpa_feature_item_list_container .row .box_padding:nth-child(12) {
        width: 100% !important;
    }

    .cpa_left_feature_icons .outer_circle {
        width: 50px;
        height: 50px;
    }

    .cpa_left_feature_icons:hover .outer_circle, .cpa_left_feature_icons.active .outer_circle {
        width: 50px;
        height: 50px;
    }

    .cpa_left_feature_icons p {
        font-size: 12px;
    }

    .box_padding {
        padding-bottom: 0;
    }

    .client-email-form-section img.laptop-image {
        top: -70px;
        left: 0;
    }

    .mobile-image-parent img.mobile-image {
        width: 30%;
        z-index: -1;
        right: 0;
    }

    .slider-image-bg {
        height: 280px;
    }

    .white-box {
        left: 10px;
        right: 10px;
    }

    .transform-text-title {
        padding-top: 0;
    }
}

.index_button {
    display: flex;
    justify-content: center;
}

.button_index {
    margin: 10px;
    margin-top: 45px !important;
}
.feature_section .cpa_abt_title h2.cpa_page_title.feature-title {
    padding-top: 10px;
    padding-bottom: 50px;
}