/*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;
}


.blog {
    padding: 40px 0 20px 0;
  }
  .blog-title{
    text-align: center;
    width: 100%;
    padding-top: 50px;
    color: #5162ab;
    font-size: 32px;
    font-weight: 600;
  }
  .article{
    height: 25rem;
    margin-bottom: 50px;
}
  .img-fluid{
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    height: 225px
  }

  .img-blog{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

  .blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  .blog .entry .entry-img {
    max-height: 440px;
    margin: -30px -30px 20px -30px;
    overflow: hidden;
  }
  .blog .entry .entry-title {
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
  }
  .blog .entry .entry-title a {
    color: #5e6db1;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
  }
  .blog .entry .entry-title a:hover {
    color: #4154f1;
  }
  .blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #4084fd;
  }
  .blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  .blog .entry .entry-meta ul li + li {
    padding-left: 20px;
  }
  .blog .entry .entry-meta i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
  }
  .blog .entry .entry-meta a {
    color: #777777;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
  }
  .blog .entry .entry-content p {
    line-height: 24px;
  }
  .blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
  }
  .blog .entry .entry-content .read-more a {
    display: inline-block;
    background: #4154f1;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
  }
  .blog .entry .entry-content .read-more a:hover {
    background: #5969f3;
  }
  .blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: 500;
  }
  .blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
  }
  .blog .entry .entry-content blockquote p {
    color: #444444;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
  }
  .blog .entry .entry-content blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #5e6db1;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
  }
  .blog .entry .entry-footer i {
    color: #0d64fd;
    display: inline;
  }
  .blog .entry .entry-footer a {
    color: #013289;
    transition: 0.3s;
  }
  .blog .entry .entry-footer a:hover {
    color: #4154f1;
  }
  .blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
  }
  .blog .entry .entry-footer .cats li {
    display: inline-block;
  }
  .blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
  }
  .blog .entry .entry-footer .tags li {
    display: inline-block;
  }
  .blog .entry .entry-footer .tags li + li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ",";
  }
  .blog .entry .entry-footer .share {
    font-size: 16px;
  }
  .blog .entry .entry-footer .share i {
    padding-left: 5px;
  }
  .blog .entry-single {
    margin-bottom: 30px;
  }
  .blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  .blog .blog-author img {
    width: 120px;
    margin-right: 20px;
  }
  .blog .blog-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: #5e6db1;
  }
  .blog .blog-author .social-links {
    margin: 0 10px 10px 0;
  }
  .blog .blog-author .social-links a {
    color: rgba(1, 41, 112, 0.5);
    margin-right: 5px;
  }
  .blog .blog-author p {
    font-style: italic;
    color: #b7b7b7;
  }
  .blog .blog-comments {
    margin-bottom: 30px;
  }
  .blog .blog-comments .comments-count {
    font-weight: bold;
  }
  .blog .blog-comments .comment {
    margin-top: 30px;
    position: relative;
  }
  .blog .blog-comments .comment .comment-img {
    margin-right: 14px;
  }
  .blog .blog-comments .comment .comment-img img {
    width: 60px;
  }
  .blog .blog-comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .blog .blog-comments .comment h5 a {
    font-weight: bold;
    color: #444444;
    transition: 0.3s;
  }
  .blog .blog-comments .comment h5 a:hover {
    color: #4154f1;
  }
  .blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: #5e6db1;
  }
  .blog .blog-comments .comment h5 .reply i {
    font-size: 20px;
  }
  .blog .blog-comments .comment time {
    display: block;
    font-size: 14px;
    color: #013ca3;
    margin-bottom: 5px;
  }
  .blog .blog-comments .comment.comment-reply {
    padding-left: 40px;
  }
  .blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  .blog .blog-comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
  }
  .blog .blog-comments .reply-form p {
    font-size: 14px;
  }
  .blog .blog-comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
  }
  .blog .blog-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #a0aaf8;
  }
  .blog .blog-comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
  }
  .blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #a0aaf8;
  }
  .blog .blog-comments .reply-form .form-group {
    margin-bottom: 25px;
  }
  .blog .blog-comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: #5e6db1;
  }
  .blog .blog-comments .reply-form .btn-primary:hover {
    background-color: #013289;
  }
  .blog .blog-pagination {
    color: #024ed5;
  }
  .blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .blog .blog-pagination li {
    margin: 0 5px;
    transition: 0.3s;
  }
  .blog .blog-pagination li a {
    color: #5e6db1;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .blog .blog-pagination li.active, .blog .blog-pagination li:hover {
    background: #4154f1;
  }
  .blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
    color: #fff;
  }
  .blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  .blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #5e6db1;
    position: relative;
  }
  .blog .sidebar .sidebar-item {
    margin-bottom: 30px;
  }
  .blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
  }
  .blog .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
  }
  .blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #4154f1;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
  }
  .blog .sidebar .search-form form button i {
    line-height: 0;
  }
  .blog .sidebar .search-form form button:hover {
    background: #5465f2;
  }
  .blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
  }
  .blog .sidebar .categories ul li + li {
    padding-top: 10px;
  }
  .blog .sidebar .categories ul a {
    color: #5e6db1;
    transition: 0.3s;
  }
  .blog .sidebar .categories ul a:hover {
    color: #4154f1;
  }
  .blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #aaaaaa;
    font-size: 14px;
  }
  .blog .sidebar .recent-posts .post-item + .post-item {
    margin-top: 15px;
  }
  .blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
  }
  .blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
  }
  .blog .sidebar .recent-posts h4 a {
    color: #5e6db1;
    transition: 0.3s;
    font-weight: 500;
  }
  .blog .sidebar .recent-posts h4 a:hover {
    color: #4154f1;
  }
  .blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #aaaaaa;
  }
  .blog .sidebar .tags {
    margin-bottom: -10px;
  }
  .blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
  }
  .blog .sidebar .tags ul li {
    display: inline-block;
  }
  .blog .sidebar .tags ul a {
    color: #0257ee;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #d7e6ff;
    display: inline-block;
    transition: 0.3s;
  }
  .blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #4154f1;
    background: #4154f1;
  }
  .blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: #a5c5fe;
    font-size: 14px;
  }
/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.post-box {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
  }
.post-box .post-img {
    overflow: hidden;
    margin: -30px -30px 15px -30px;
    position: relative;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;

  }
.post-box .post-img img {
    transition: 0.5s;
  }
.post-box .post-date {
    font-size: 16px;
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
    display: block;
    margin-bottom: 10px;
  }
.post-box .post-title {
    font-size: 1rem;
    color: #4b5da9;
    /* font-weight: 700; */
    margin-bottom: 18px;
    position: relative;
    transition: 0.3s;
  }
.post-box .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
    color: #4b5da9;
  }
.post-box .readmore i {
    line-height: 0;
    margin-left: 4px;
    font-size: 18px;
  }
.post-box:hover .post-title {
    color: #4154f1;
  }
.post-box:hover .post-img img {
    transform: rotate(6deg) scale(1.2);
  }
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;
    overflow-x: hidden;
}

.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: 10%;
    right: 6%;
}

.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: 12px 0;
}

@media (min-width: 1440px) {
    .cpa_header .container, .cpa_header .container-lg, .cpa_header .container-md, .cpa_header .container-sm, .cpa_header .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1600px) {
    .cpa_header .container, .cpa_header .container-lg, .cpa_header .container-md, .cpa_header .container-sm, .cpa_header .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1920px) {
    .cpa_header .container, .cpa_header .container-lg, .cpa_header .container-md, .cpa_header .container-sm, .cpa_header .container-xl {
        max-width: 1140px;
    }
}

.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; */
}

.open-main-navigation {
    display: none;
}

.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: 16px;
    position: relative;
    color: #262626;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s linear 0s;
}
.header_menu_item li .signinbtn{
    box-shadow: 0 3px 6px #00000029;
    border: 1px #4c5da9 solid;
    padding: 7px 14px;
    border-radius: 25px;
    color: #4c5da9;
}
.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;
}

.header_menu_item li .signinbtn::after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    left: 50%;
    right: 50%;
    transition: all 0.3s linear 0s;
    opacity: 0;
}

.header_menu_item li .signinbtn:hover,
.header_menu_item li .signinbtn.active {
    color: #ffffff;
    background-color: #4c5da9;
}

.header_menu_item li .signinbtn:hover::after,
.header_menu_item li .signinbtn.active::after {
    width: 100%;
    left: 0;
    right: 0;
    opacity: 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: #4c5da9;
    background-color: transparent;
    margin-right: 0;
    border-radius: 50px;
    box-shadow: 0 10px 15px #00000029;
}

.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; */
    border-radius: 50px;
    box-shadow: 0 10px 15px #00000029;
}

.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/home_page_imgs/site-images/bg-attachment.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.transform-text-title h6 span {
    color: #8b8b8b;
    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;
    font-weight: 600;
    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 {
    background-color: #ececec;
    margin-top: 30px;
    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: 10px;
    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_font {
    font-size: 14px;
}

.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 120px;
}

.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: 18px;
    color: #060606;
    padding: 10px 20px;
    margin: 0;
    position: relative;
    text-decoration: none;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    margin-left:25px;
    margin-right:27px;
}

.nav-item a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    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: #171717;
}

.include p {
    padding-left: 15px;
    font-size: 15px;
    color: rgb(139, 139, 139);
    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;
}

h1.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 h1.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/home_page_imgs/site-images/bolg-image.webp);
    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/home_page_imgs/site-images/index2-blog-image.webp);
    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;
}

.right-arrow1 {
    color: #4b5da9;
    text-decoration: none;
    
}
.right-arrow1:hover {
    color: #4b5da9;
    text-decoration: none;
}


.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%;
}

/* 
 * Removed Green Background from Pricing Page
.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);
    max-width: 540px;
    width: 150%; 
    max-width: 100%;
    min-height: 24rem; 
    margin-bottom: 40px
}

.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: rgb(22, 22, 22);
    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: 100px;
    font-weight: 600;
    background-color: #6d7bb9;
    animation: left-to-right 6s linear;
}

.left-right-animation-bottom-text {
    bottom: 0;
    right: 100px;
    background-color: #6674b4;
    animation: right-to-left 6s linear;
}

.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% {
        transform: translateX(-100px);
    }
    80% {
        transform: translateX(0);
    }
    100% {
        transform: translate(0);
    }
}

@keyframes right-to-left {
    0% {
        transform: translateX(100px);
    }
    80% {
        transform: translateX(0);
    }
    100% {
        transform: translate(0);
    }
}

.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;
} */

h1.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;
}

h1.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 40px 40px;
    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: #ffffff;
}

.client-experience-header .scrolling-navigation-header {
    position: relative;
    background-color: #fff;
}

h1.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: 50%;
    top: 0;
    z-index: 1;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.9s;
    transition: -webkit-transform 0.9s;
    -o-transition: transform 0.9s;
    transition: transform 0.9s;
    transition: transform 0.9s, -webkit-transform 0.9s;
}

.scrolling-navigation-header.aos-init.aos-animate[data-aos="bg_scrolling_width_class"]:before {
    /* animation: bg_scrolling_width 0.9s linear 0.9; */
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(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: #5e6db1;
    /* font-weight: 600; */
}

/* .scrolling-navigation-header nav.banner_section.navbar a.active:before {
    content: '';
    filter: brightness(0) opacity(0.2);
    background-image: url(../images/feature-image-quotes.webp);
    width: 53px;
    height: 40px;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
} */

.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;
    content: unset;
}

.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 {content: "";}

.home-page-2 .scrolling-navigation-header .header_menu_item li a.active:before {
    content: unset;
}

.scrolling-navigation-header nav.banner_section.navbar a {
    color: #272626;
    font-size: 12px;
}

.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; */
    margin-top: 20px;
    padding: 0 0px 80px 80px;
}

.feature-section-detail p {
    color: rgb(139, 139, 139);
    font-size: 17px;
    margin-bottom: 16px;
    padding-left: 32px;
    background-image: url(../../images/home_page_imgs/site-images/chevron-right.webp);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 6px 4px;
}

.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 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    box-shadow: 0 0 2px rgb(180 180 180 / 50%), 0 0 2px rgb(255 255 255 / 45%), 0 0 2px rgb(255 255 255 / 25%), 0 0 2px rgb(255 255 255 / 10%);
    border-radius: 10px;
}

.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;
    display: none;
}

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 h1.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: fixed;
    top: 85%;
    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;
}
.feature-veiw a {
    width: 175px !important;
}

.feature-veiw a:hover {
    width: calc(175px + 20px) !important;
}

@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 60px;
    }
}

@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-description .feature-section-image {
        margin: 0;
        padding: 0 15px 80px;
    }

    .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 h1.scrolling-content-title {
        padding: 12px 0;
        font-size: 28px;
    }

    .our-blogs-section button.slick-arrow {
        display: none !important;
    }
    .feature_popups.modal .modal-body {
        padding: 15px 30px;
    }
}

@media screen and (max-width: 767px) {
    .scrolling-navigation-header1 ul.header_menu_item {
        width: 980px;
    }
    .scrolling-navigation-header2 ul.header_menu_item {
        width: 780px;
    }
    .scrolling-navigation-header3 ul.header_menu_item {
        width: 1040px;
    }
    .scrolling-navigation-header4 ul.header_menu_item {
        width: 940px;
    }
    .scrolling-navigation-header5 ul.header_menu_item {
        width: 680px;
    }

    .home-page-2 #feature-navigation2 ul.header_menu_item {
        width: 980px;
    }
    .home-page-2 #feature-navigation3 ul.header_menu_item {
        width: 780px;
    }
    .home-page-2 #feature-navigation4 ul.header_menu_item {
        width: 1040px;
    }
    .home-page-2 #feature-navigation5 ul.header_menu_item {
        width: 940px;
    }
    .home-page-2 #feature-navigation6 ul.header_menu_item {
        width: 680px;
    }

    .scrolling-navigation-header .navbar-collapse {
        overflow-x: auto;
        height: 64px;
        padding-top: 12px;
        width: calc(100vw - 60px);
        margin-left: -30px;
        padding-left: 30px;
    }

    h1.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;
    }

    h1.scrolling-content-title {
        font-size: 24px;
        padding: 32px 0 28px 16px;
    }

    .scrolling-navigation-header > div {
        flex-direction: column;
    }

    h1.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) {
    .scrolling-navigation-header1 ul.header_menu_item {
        width: 760px;
    }
    .scrolling-navigation-header2 ul.header_menu_item {
        width: 600px;
    }
    .scrolling-navigation-header3 ul.header_menu_item {
        width: 800px;
    }
    .scrolling-navigation-header4 ul.header_menu_item {
        width: 720px;
    }
    .scrolling-navigation-header5 ul.header_menu_item {
        width: 520px;
    }

    .home-page-2 #feature-navigation2 ul.header_menu_item {
        width: 760px;
    }
    .home-page-2 #feature-navigation3 ul.header_menu_item {
        width: 590px;
    }
    .home-page-2 #feature-navigation4 ul.header_menu_item {
        width: 800px;
    }
    .home-page-2 #feature-navigation5 ul.header_menu_item {
        width: 720px;
    }
    .home-page-2 #feature-navigation6 ul.header_menu_item {
        width: 520px;
    }

    .feature-section-detail1 {
        padding-bottom: 30px;
    }

    .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;
    }

    .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;
    }

    h1.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;
    }

    .open-main-navigation {
        z-index: 9;
        background-color: transparent;
        font-size: 20px;
        display: block;
        outline: none !important;
    }

    .main-navigation-parent {
        /* display: none; */
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: all 0.4s ease-in-out;
        transform: translateY(-1000px);
    }
    .open-main-navigation.openMenu + .main-navigation-parent {
        transform: translateY(0);
    }

    .main-navigation.header_menu_item {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 60px 16px;
        background: #fff;
        height: 100vh;
    }

    .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;
}






/* Somil style here */
/* 2435, 2449, 2402, 2387, 2423, 2437,2396, 2358, 2334, 2324, 2490, 2329, 3189 */
.scrolling-navigation-header.main-index nav.banner_section.navbar {
    display: flex;
    justify-content: space-between;
    padding: 0 !important;
    z-index: 1;
    width: unset;
}
.scrolling-navigation-header.main-index .navbar-collapse {
    overflow-x: unset;
    height: unset;
    padding-top: unset;
    width: unset;
    margin-left: unset;
    padding-left: unset;
}

.scrolling-navigation-header.main-index:after {
    right: 0;
    background-color: #ededed;
    height: 70%;
    top: 30%;
    width: 100%;
    z-index: 0;
}
.scrolling-navigation-header.main-index:before {
    background-color: #5e6db1;
    height: 150px;
    left: 0;
    /* width: 50%; */
    bottom: 70px;
    z-index: 1;
    top: unset;
}
.scrolling-navigation-header.fixedHeaderScrolling:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.scrolling-navigation-header.main-index .header_menu_item li a.active:after, 
.scrolling-navigation-header.main-index .header_menu_item li a:after, 
.scrolling-navigation-header.main-index .header_menu_item li a:hover:after {
    content: '';
}
.scrolling-navigation-header.main-index .header_menu_item li {
    padding-right: 45px !important;
}
.scrolling-navigation-header.main-index nav.banner_section.navbar a {
    font-size: 15px;
}
.scrolling-navigation-header.main-index .header_menu_item {
    /* justify-content: space-between; */
    width: 100% !important;
}
.scrolling-navigation-header.main-index .header_menu_item li a:after {
    background-color: #5e6db1;
    bottom: -2px;
    top: unset;
}
.scrolling-navigation-header.main-index .header_menu_item li:last-child {
    padding: 0 !important;
}
.scrolling-navigation-header.main-index nav.banner_section.navbar a.custom-item {
    padding: 27px 0 27px;
    white-space: nowrap;
}
.scrolling-navigation-header.main-index h1.scrolling-content-title {
    padding: 20px 0 30px 0;
    position: relative;
    width: 100%;
}
.main_pricing_content .cpa_abt_title {
    padding: 0 15px;
}
.main_pricing_content .cpa_page_title {
    margin: 0;
    text-align: left;
}
.main_pricing_content .about_team {
    padding: 50px 0 0;
    border-radius: unset;
    background-color: unset;
    margin: unset;
    box-shadow: unset;
}
.cap_state_art.main-pricing-art {
    padding: 0;
}

.slider-video {
    position: relative;
    z-index: 10;
}
.full_video_bg {
    width: 100%;
    height: 100%;
    background: transparent;
}

.full_video_bg video {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 20px -8px rgb(0 0 0 / 50%);
    border-radius: 16px;
    overflow: hidden;
}

.pricing-content {
    padding-top: 60px;
}

.product-section {
    padding-top: 20px !important;
}

@media screen and (max-width: 1200px) {
    .pricing_inner_box h6 {
        font-size: 22px;
    }
    .pricing_inner_box p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .et-highlighted.cap_state_art.main-pricing-art .cpa_art_blue_banner {
        transform: scale(1);
    }
}
@media screen and (max-width: 991px) {
    .main_pricing_content .about_team .right_team_text {
        padding: 20px 0 0 0;
    }
    .bg_circle_12 {
        width: 150px;
        bottom: 4%;
        right: 1%;
    }
}
@media screen and (max-width: 959px) {
   .scrolling-navigation-header.main-index .navbar-collapse {
        overflow-x: auto;
   }
   .scrolling-navigation-header.main-index .header_menu_item li a:after {
       bottom: 0 !important;
   }
   .scrolling-navigation-header.main-index .header_menu_item {
        justify-content: unset;
    }
}
@media screen and (max-width: 768px) {
    .scrolling-navigation-header.main-index:before {
        width: 55%;
    }
    h1.scrolling-content-title {
        font-size: 28px;
    }
}
@media screen and (max-width: 767px) {
    .features-scrolling-section.seamless-dynamic-header.features-mobile-responsive {
        padding-top: 15px;
    }
    h1.scrolling-content-title {
        font-size: 24px;
    }
    .scrolling-navigation-header.main-index:before {
        width: 100%;
        height: 130px;
    }
    .scrolling-navigation-header.main-index nav.banner_section.navbar a {
        font-size: 14px;
    }
    .left_pricing_box {
        padding: 0;
    }
    
}
@media screen and (max-width: 575px) {
    .main-navigation li {
        padding: 10px 10px 2px !important;
    }
    body.overflowHide {
        overflow: hidden;
    }
    .close-main-navigation {
        align-items: center;
        display: flex;
        justify-content: center;
        outline: none !important;
        width: 30px;
        height: 30px;
        
    }
    .open-main-navigation {
        position: relative ;
    }
    .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}
    .open-main-navigation .navbar-toggler-icon {
        display: unset !important;
        min-width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        /* background: no-repeat center center; */
        background-size: 100% 100%;
        opacity: 1;
        position: absolute;
        top: 0;
        left: 0;
        transition: 0.5s;
    }
    .open-main-navigation.openMenu .navbar-toggler-icon {
        opacity: 0;
    }
    h3.index-title {
        padding-left: 0 !important;
    }
    .open-main-navigation .close {
        opacity: 0 !important;
        font-size: 40px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: -4px;
        left: 0;
        right: 0;
        margin: 0 auto;
        transition: 0.5s;
    }

    .open-main-navigation.openMenu .close {
        opacity: 1 !important;
    }
    .pricing_inner_box {
        padding: 30px;
    }
    .full_video_bg video {
        border-radius: 0;
    }
}

@media screen and (max-width: 480px) {
    .pricing-content {
        padding-top: 100px;
    }
}

@media screen and (max-width: 420px) {
    h1.scrolling-content-title {
        font-size: 20px;
    }
    .scrolling-navigation-header.main-index:before {
        height: 120px;
    }
}

@media screen and (max-width: 360px) {
    .pricing_inner_box h6 {
        font-size: 20px;
    }
    .pricing_inner_box p {
        font-size: 13px;
    }
}


/* Container Style */
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
}
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1480px;
    }
}
@media (min-width: 1920px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1640px;
    }
}

body {
    padding-top: 102px;
}

.header-down {
    box-shadow: 0 0 10px rgb(71 75 83 / 0%);
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    transform: translateY(0px);
    transition: transform 0.3s ease 0s;
}
.header-up {
    transform: translateY(-110px);
}
.headerFixed {
    /* padding: 20px 0; */
    box-shadow: 0 0 10px rgb(71 75 83 / 20%);
    background-color: rgba(255, 255, 255, 0.9);
    transition-delay: -0.1s;
}
.headerLogo {
    width: 70px;
}
.practice-management {
    padding: 20px 20px 0;
    text-align: center;
}
.practice-management span {
    font-size: 20px;
    font-weight: 600;
    color: rgb(139, 139, 139);
    display: block;
    font-family: 'Gilroy';
    line-height: 26px;
}
.practice-management span.blue_text {
    color: #4c5da9;
    font-size: 24px;
}

@media screen and (max-width: 767px){
    .practice-management span{
        font-size: 18px;        
    }
}

/* V-slider start */

.gallery {
    width: 100vw;
    height: 80vh;
  }
  
  .gallery-container {
    align-items: center;
    display: flex;
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    margin-top: -80px; 
    margin-bottom: 100px;
  }
  
  .gallery-item {
    height: 40%;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    width: 20%;
    z-index: 0;
    border:0px;
    border-radius: 20px;
  }
  
  .gallery-item-1 {
    left: 15%;
    opacity: .4;
    transform: translateX(-50%);
  }
  
  .gallery-item-2,
  .gallery-item-4 {
    height: 60%;
    opacity: 1;
    width: 40%;
    z-index: 1;
  }
  
  .gallery-item-2 {
    left: 30%;
    transform: translateX(-50%);
  }
  
  .gallery-item-3 {
    box-shadow: 0 0 30px rgb(90 90 90 / 60%), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
    height: 80%;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    z-index: 2;
  }
  
  .gallery-item-4 {
    left: 70%;
    transform: translateX(-50%);
  }
  
  .gallery-item-5 {
    left: 85%;
    opacity: .4;
    transform: translateX(-50%);
  }
  
  .gallery-controls {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    position: relative;
    top: -300px;
  }
  
  .gallery-controls button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    margin: 0 20px;
    /* padding: 0 150px; */
    text-transform: capitalize;
  }
  
  .gallery-controls button:focus {
    outline: none;
  }
  
  .gallery-controls-previous {
    position: relative;
  }
  
  .gallery-controls-previous::before {
    border: solid #000;
    border-width: 0 2px 2px 0;
    /* content: ''; */
    display: inline-block;
    height: 4px;
    left: -10px;
    padding: 2px;
    position: absolute;
    top: 25%;
    transform: rotate(135deg) translateY(-50%);
    transition: left 0.15s ease-in-out;
    width: 4px;
  }
  
  .gallery-controls-previous:hover::before {
    left: -18px;
  }
  
  .gallery-controls-next {
    position: relative;
  }
  
  .gallery-controls-next::before {
    border: solid #000;
    border-width: 0 2px 2px 0;
    /* content: ''; */
    display: inline-block;
    height: 4px;
    padding: 2px;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    transition: right 0.15s ease-in-out;
    width: 4px;
  }
  
  .gallery-controls-next:hover::before {
    right: -18px;
  }
  
  .gallery-nav {
    bottom: -15px;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    position: absolute;
    width: 100%;
  }
  
  .gallery-nav li {
    background: #ccc;
    border-radius: 50%;
    height: 10px;
    margin: 0 16px;
    width: 10px;
  }
  
  .gallery-nav li.gallery-item-selected {
    background: #555;
  }

  /* V-slider End */

  .feature-img {
      height: 24rem;
      width: 100%;
      border: 0px;
      border-radius: 10px;
  }
