@import url(https://fonts.googleapis.com/css2?family=Muli&family=Teko:wght@300;400;500;600;700&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Acme&display=swap');

html {
    font-size: 100%;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

a {
    text-decoration: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #29282f;
    font-family: Teko, sans-serif;
    font-weight: 700
}

h1 {
    font-weight: 700
}

h2 {
    font-size: 50px;
    line-height: 60px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 27px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 15px
}

p {
    margin: 0;
    padding: 0
}

ul {
    margin: 0
}

li {
    list-style: none
}

input,
select,
textarea {
    border: none;
    outline: 0
}

button {
    border: none;
    cursor: pointer
}

button,
button:focus,
button:hover {
    outline: 0
}

body {
    font-family: Muli, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #6a6b71;
    overflow-x: hidden
}

.section_padding {
    padding: 120px 0
}

.section_title {
    margin-bottom: 60px
}

.section_title h2 {
    text-transform: uppercase;
    position: relative
}

.section_title span {
    color: #f34e3a;
    font-size: 2rem;
    display: block;
    text-transform: uppercase;
    font-family: Teko;
    font-weight: 900;
    margin-bottom: 16px
}

.bg_image {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.bg_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #09090b
}

.main_bg {
    background: #242429
}

.dark_bg {
    background: #33336a;
}

.gray_bg {
    background: #e9eef3
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

.buttonBar {
    display: none
}

div#particles-js canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50
}

.finlance_btn {
    display: inline-block;
    min-width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #f34e3a;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    text-transform: uppercase;
    font-family: Teko;
    letter-spacing: .3px;
    transition: all .5s
}

.finlance_btn:after {
    display: inline-block;
    content: '\f101';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    padding-left: 10px
}

.finlance_btn:focus,
.finlance_btn:hover {
    background: #29282f;
    color: #fff
}

.btn_link {
    text-transform: uppercase;
    color: #6c6b71;
    display: inline-block;
    transition: all .5s
}

.btn_link:focus,
.btn_link:hover {
    color: #f34e3a
}

.btn_link:after {
    display: inline-block;
    content: '\f101';
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    padding-left: 10px;
    vertical-align: middle
}

ul.breadcumb {
    display: block;
    margin-top: 20px
}

ul.breadcumb li {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    text-transform: capitalize
}

ul.breadcumb li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s
}

ul.breadcumb li a:hover {
    color: #25d06f
}

ul.breadcumb li::after {
    position: absolute;
    right: -20px;
    top: 0;
    content: "/\00a0"
}

ul.breadcumb li:first-child {
    margin-left: 0
}

ul.breadcumb li:last-child {
    font-weight: 600
}

ul.breadcumb li:last-child::after {
    display: none
}

.form-element {
    margin-bottom: 20px
}

.form-element:last-child {
    margin-bottom: 0
}

.form-element label {
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: 10px
}

.form-element label.custom-control-label {
    font-weight: 400;
    margin-bottom: 0
}

.form-element label span {
    color: #ff3737
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding-left: 23px;
    border: 1px solid #ddd;
    outline: 0;
    border-radius: 1px
}

select {
    border: 1px solid #ddd;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    color: #38383c;
    outline: 0;
    font-size: 14px
}

textarea {
    display: inline-block;
    width: 100%;
    height: 100px;
    padding: 15px 0 0 23px;
    border: 1px solid #ddd;
    outline: 0;
    border-radius: 1px
}

button[type=submit],
input[type=submit] {
    border: none;
    color: #fff;
    padding: 14px 45px 14px;
    display: inline-block;
    outline: 0;
    font-weight: 600;
    background-color: #0a3041;
    border: 1px solid #0a3041;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s
}

button[type=submit]:hover,
input[type=submit]:hover {
    background-color: #fff;
    color: #0a3041
}

::-webkit-input-placeholder {
    color: #38383c;
    opacity: 1;
    font-size: 14px
}

:-ms-input-placeholder {
    color: #38383c;
    opacity: 1;
    font-size: 14px
}

::placeholder {
    color: #38383c;
    opacity: 1;
    font-size: 14px
}

:-ms-input-placeholder {
    color: #38383c;
    font-size: 14px
}

::-ms-input-placeholder {
    color: #38383c;
    font-size: 14px
}

.search_wrapper.active {
    top: 0
}

.search_wrapper {
    position: fixed;
    top: -100%;
    left: 0;
    background-color: #001e3c;
    height: 50%;
    width: 100%;
    z-index: 999999;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s
}

.search_wrapper .close_link {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #f34e3a;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 22px
}

.search_wrapper .form_control {
    background: 0 0;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 15%;
    height: 60px;
    padding-left: 30px;
    margin: 0 auto;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    transition: all .5s
}

.search_wrapper .form_control:focus {
    border-color: #f34e3a
}

.search_wrapper .form_control::placeholder {
    color: #fff;
    letter-spacing: 2px;
    text-transform: capitalize
}

.header_v1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 337
}

.mean-container .mean-nav {
    background: #fff !important;
}

.mean-container .mean-nav ul li a {
    font-weight: 900 !important;
    color: #000 !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: red !important;
}

.mean-container a.meanmenu-reveal span {
    background: red !important;
}

.mean-container .mean-nav ul li a.mean-expand{
    background: red !important;
}

@media only screen and (max-width: 991px){
  .mean-container a.meanmenu-reveal {
    color: red !important;
  }
}
header.finlance_header.header_v1.no-breadcrumb {
    background: #29282f
}

.sticky.header_v1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 337;
    background: #fff
}

.sticky.header_v1 .top_header {
    display: none
}

.header_v1 .header_navigation {
    background: 0 0
}

.header_navigation .brand .img-fluid{
    width: 100% !important;
}

@media (max-width: 991px){
.header_navigation .brand .img-fluid{
    width: 50% !important;
  }
  .mean-container a.meanmenu-reveal {
    top: -8vw !important;
 }
}

@media only screen and (max-width: 767px){
.mean-container a.meanmenu-reveal {
    top: -8vw !important;
 }
}

.header_v1 .top_header {
    padding: 20px 0;
    border-bottom: 1px solid #333334
}

.header_v1 .top_header .top_left span {
    margin-right: 35px
}

.header_v1 .top_header .top_left span i {
    margin-right: 10px;
    opacity: .8;
    color: #fff
}

.header_v1 .top_header .top_left span a {
    color: #fff;
    opacity: .8
}

.header_v1 .top_header .top_right {
    float: right
}

.header_v1 .top_header .top_right .social {
    margin-right: 20px
}

.header_v1 .top_header .top_right .social li {
    display: inline-block;
    margin-left: 27px
}

.header_v1 .top_header .top_right .social li a {
    color: #d6d7da
}

.header_v1 .top_header .top_right .social li a:focus,
.header_v1 .top_header .top_right .social li a:hover {
    color: #f34e3a
}

.header_v1 .top_header .top_right .dropdown .btn {
    color: #fff;
    padding: 0;
    border: none;
    margin-left: 10px
}

.header_v1 .top_header .top_right .dropdown .btn i {
    margin-right: 10px
}

.header_v1 .top_header .top_right .dropdown .btn.dropdown-toggle:focus,
.header_v1 .top_header .top_right .dropdown .btn.dropdown-toggle:hover {
    border: none;
    box-shadow: none
}

.finlance_header.header_v1 .container-fluid {
    padding-left: 150px;
    padding-right: 150px
}

.main-menu {
    text-align: center
}

.main-menu ul li {
    position: relative;
    display: inline-block;
}

.main-menu ul>li>a {
    display: block;
    padding: 17px 13px;
    color: red;
    font-size: 16px !important;
    font-weight: 700;
}
.main-menu ul>li>a:hover{
    color: red !important;
}

.main-menu ul li .mega-menu:hover .main-menu ul>li>a{
    color: red !important;
}
.main-menu ul li:hover>a {
    color: #f34e3a;
}

.main-menu ul li>ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    color: #000;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 250px;
    text-align: left;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.main-menu ul li:hover>ul.sub-menu {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 100%;
    visibility: visible;
    opacity: 1
}

.main-menu ul li>ul.sub-menu li {
    display: block;
    margin: 0
}

.main-menu ul li>ul.sub-menu li>a {
    display: block;
    padding: 5px 35px;
    color: #000;
    font-size: 14px;
    text-transform: capitalize;
    transition: all .3s
}

.main-menu ul li>ul.sub-menu li:hover>a:after {
    display: none
}

.main-menu ul li>ul.sub-menu li:hover>a {
    color: #fff;
    padding-left: 40px;
    background: 0 0
}

.main-menu ul li ul.sub-menu li>ul.sub-menu {
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden
}

.main-menu ul li ul.sub-menu li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1
}

.main-menu ul li.menu-item-has-children>a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 700;
    margin-left: 10px
}

.header_v1 .header_navigation .site_menu .button_box {
    float: right
}

.header_v1 .header_navigation .site_menu .button_box .search_icon {
    color: #fff;
    font-size: 18px
}

.header_v1 .header_navigation .site_menu .button_box .finlance_btn {
    height: 50px;
    line-height: 50px;
    min-width: 150px;
    font-family: Muli;
    font-size: 15px;
    border-radius: 25px;
    font-weight: 700;
    text-transform: capitalize;
    margin-left: 50px
}

.header_v1 .header_navigation .site_menu .button_box .finlance_btn:after {
    display: none
}

.header_v1 .header_navigation .site_menu .main-menu ul li.static {
    position: static
}

li.submenus ul {
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    width: 250px;
    z-index: 0;
    display: none
}

li.submenus:hover>ul {
    display: block
}

li.submenus {
    position: relative
}

.main-menu ul li:first-child {
    padding-top: 15px;
}

.main-menu ul li:last-child {
    padding-bottom: 15px
}

li.submenus::after {
    content: "\f101";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #fff
}

.main-menu ul>li.submenus:first-child::after {
    top: 65%
}

.main-menu ul>li.submenus:last-child::after {
    top: 35%
}

.banner_v1 {
    position: relative
}

.hero_slide_v1 .single_slider {
    padding: 346px 0 290px;
    background-color: rgba(10, 1, 55, .5);
    background-blend-mode: multiply
}

.hero_slide_v1 .single_slider .bg_overlay {
    opacity: .7
}

.hero_slide_v1 .single_slider .banner_content p {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Teko;
    letter-spacing: 2px;
    margin-bottom: 45px
}

.hero_slide_v1 .single_slider .banner_content p span {
    color: #f34e3a
}

.hero_slide_v1 .single_slider .banner_content h1 {
    color: #fff;
    text-transform: uppercase;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1em
}

.hero_slide_v1 .single_slider .banner_content h2 {
    font-weight: 300;
    color: #fff;
    font-size: 48px;
    margin-bottom: 40px
}

.banner_content {
    position: relative;
    z-index: 100
}

.blog_slide .slick-next:before,
.blog_slide .slick-prev:before,
.hero_slide_v1 .slick-next:before,
.hero_slide_v1 .slick-prev:before,
.pricing_slide .slick-next:before,
.pricing_slide .slick-prev:before,
.project_slide .slick-next:before,
.project_slide .slick-prev:before,
.service_slide .slick-next:before,
.service_slide .slick-prev:before,
.team_slide .slick-next:before,
.team_slide .slick-prev:before,
.testimonial_slide .slick-next:before,
.testimonial_slide .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 50px;
    height: 50px;
    font-size: 16px;
    background: #29283d;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 50px;
    border-radius: 50%
}

.hero_slide_v1 .slick-prev {
    z-index: 1;
    left: -100%;
    transition: all .5s
}

.hero_slide_v1 .slick-next {
    right: -100%;
    transition: all .5s
}

.hero_slide_v1:hover .slick-prev {
    left: 60px
}

.hero_slide_v1:hover .slick-next {
    right: 60px
}

.blog_slide .slick-prev:before,
.hero_slide_v1 .slick-prev:before,
.pricing_slide .slick-prev:before,
.project_slide .slick-prev:before,
.service_slide .slick-prev:before,
.team_slide .slick-prev:before,
.testimonial_slide .slick-prev:before {
    content: '\f104'
}

.blog_slide .slick-next:before,
.hero_slide_v1 .slick-next:before,
.pricing_slide .slick-next:before,
.project_slide .slick-next:before,
.service_slide .slick-next:before,
.team_slide .slick-next:before,
.testimonial_slide .slick-next:before {
    content: '\f105'
}

.blog_slide:hover .slick-prev,
.pricing_slide:hover .slick-prev,
.project_slide:hover .slick-prev,
.service_slide:hover .slick-prev,
.team_slide:hover .slick-prev,
.testimonial_slide:hover .slick-prev {
    left: 60px;
    opacity: 1;
    visibility: visible
}

.testimonial_slide:hover .slick-prev {
    left: -10px
}

.blog_slide:hover .slick-next,
.pricing_slide:hover .slick-next,
.project_slide:hover .slick-next,
.service_slide:hover .slick-next,
.team_slide:hover .slick-next,
.testimonial_slide:hover .slick-next {
    right: 60px;
    opacity: 1;
    visibility: visible
}

.testimonial_slide:hover .slick-next {
    right: -10px
}

.blog_slide .slick-next,
.pricing_slide .slick-next,
.project_slide .slick-next,
.service_slide .slick-next,
.team_slide .slick-next,
.testimonial_slide .slick-next {
    right: -60px;
    opacity: 0;
    visibility: visible;
    transition: all .5s
}

.blog_slide .slick-prev,
.pricing_slide .slick-prev,
.project_slide .slick-prev,
.service_slide .slick-prev,
.team_slide .slick-prev,
.testimonial_slide .slick-prev {
    z-index: 1;
    left: -60px;
    opacity: 0;
    visibility: visible;
    transition: all .5s
}

.feature_v1 {
    margin-top: -70px;
    position: relative
}

.feature_v1 .container-fluid {
    padding-left: 150px;
    padding-right: 150px
}

.feature_v1 .grid_item {
    padding: 70px 45px !important;
    
    transition: all .4s ease;
    background: none !important;
}

.feature_v1 .grid_item:hover .finlance_icon i {
    background: #fff;
    color: #f34e3a
}

.feature_v1 .grid_item .finlance_icon i {
    display: inline-block;
    width: 77px;
    height: 77px;
    line-height: 77px;
    border-radius: 50%;
    text-align: center;
    background: #f34e3a;
    color: #fff;
    font-size: 40px;
    transition: all .3s
}

.feature_v1 .grid_item .finlance_content {
    margin-top: 25px
}

.feature_v1 .grid_item .finlance_content h3 {
    color: #000;
    font-weight: 600;
    letter-spacing: .6px
}

.service_v1 .service_slide .grid_item .grid_inner_item .finlance_img {
    overflow: hidden
}

.service_v1 .service_slide .grid_item .finlance_content {
    background: none !important;
}

.finlance_img img {
    width: 100% !important;
    margin: 0 auto;
}

.service_v1 .service_slide {
    margin-left: -15px;
    margin-right: -15px
}

.service_v1 .service_slide .grid_item {
    margin-left: 15px;
    margin-right: 15px;
    transition: all .5s;
    padding: 2rem;
    border: 1px solid;
    box-shadow: 4px 4px 10px 0px;
    position: relative;
}

.service-section .service_v1 .service_slide .grid_item {
    margin-left: 0;
    margin-right: 0
}

.service_v1 .service_slide .grid_item:hover{ 
    background: #ffffff;
}


.service_v1 .service_slide .grid_item:hover .finlance_img .service_overlay {
    opacity: 1;
    visibility: visible
}

.service_v1 .service_slide .grid_item:hover .finlance_img .service_overlay .button_box {
    transform: translateY(0)
}

.service_v1 .service_slide .grid_item .finlance_img .service_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 36, 41, .3);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.service_v1 .service_slide .grid_item .finlance_img .service_overlay .button_box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transform: translateY(-40px);
    transition: all .4s;
}

.service_v1 .service_slide .grid_item .finlance_img .service_overlay .button_box a.more_icon {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: #f34e3a;
    font-size: 27px;
    color: #fff;
}

.service_v1 .service_slide .grid_item .finlance_content {
    margin-top: 10px;
    padding: 13px 15px 12px;
    background: #f34e3a;
    text-align: center;
    padding-bottom: 0;
}

.service_v1 .service_slide .grid_item .finlance_content h3 {
    font-weight: 600;
}

.service_v1 .service_slide .grid_item .finlance_content h3 a {
    color: #000;
}

.about_v1 .finlance_box_img .finlance_img {
    position: relative;
    z-index: 1
}

.about_v1 .finlance_box_img .finlance_img:before {
    position: absolute;
    content: '';
    top: -60px;
    left: -60px;
    width: 100%;
    height: 100%;
    background: url(../img/pattern_1.png) no-repeat;
    z-index: -1
}

.about_v1 .finlance_box_img .finlance_img:after {
    position: absolute;
    content: '';
    top: 100px;
    left: auto;
    right: -350px;
    width: 100%;
    height: 100%;
    background: url(../img/pattern_2.png) no-repeat;
    background-position: right;
    z-index: -1
}

.finlance_box_img {
    position: relative
}

.play_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.play_box .play_btn {
    display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    text-align: center;
    background: #f34e3a;
    color: #fff;
    z-index: 1;
    font-size: 20px;
    z-index: 1
}

.play_box .play_btn:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    opacity: .502;
    z-index: -1;
    background-image: -moz-linear-gradient(0deg, #e73a34 0, #f37347 100%);
    background-image: -webkit-linear-gradient(0deg, #e73a34 0, #f37347 100%);
    background-image: -ms-linear-gradient(0deg, #e73a34 0, #f37347 100%);
    animation: play 1.5s ease-out infinite
}

.about_v1 .finlance_content_box {
    position: relative;
    z-index: 1;
    padding-left: 70px
}

@-webkit-keyframes play {
    0% {
        -webkit-transform: scale(.3);
        transform: scale(.3);
        @include transition(.3s);
        opacity: 0
    }
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        @include transition(.3s);
        opacity: .7
    }
    100% {
        -webkit-transform: scale(1.9);
        transform: scale(1.9);
        @include transition(.7s);
        opacity: 0
    }
}

.about_v1 .finlance_content_box .section_title,
.we_do_v1 .finlance_content_box .section_title {
    margin-bottom: 35px
}

.about_v1 .finlance_content_box .section_title h2,
.blog_v1 .section_title h2,
.we_do_v1 .finlance_content_box .section_title h2 {
    margin-bottom: 20px
}

.section_title span.line-circle {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #f34e3a;
    border-radius: 50%;
    z-index: 1;
    margin-bottom: 0
}

.section_title span.line-circle:after {
    display: inline-block;
    content: '';
    width: 90px;
    height: 2px;
    vertical-align: middle;
    background: #f34e3a;
    margin-top: -12px;
    margin-left: 20px
}

.we_do_v1 .finlance_content_box {
    padding-right: 100px
}

.we_do_v1 .finlance_icon_box .icon_list {
    margin-bottom: 60px
}

.we_do_v1 .finlance_icon_box .icon_list:last-child {
    margin-bottom: 0
}

.we_do_v1 .finlance_icon_box .icon_list .icon {
    position: relative;
    min-width: 75px;
    max-width: 75px;
    height: 75px;
    display: block;
    text-align: center;
    line-height: 80px;
    border-radius: 5px 5px 30px 10px;
    background: #f34e3a
}

.we_do_v1 .finlance_icon_box .icon_list .icon:after {
    position: absolute;
    content: '';
    top: -10px;
    left: -10px;
    width: 75px;
    height: 75px;
    border-radius: 5px 5px 30px 10px;
    background: #f4d6d5;
    z-index: -1
}

.we_do_v1 .finlance_icon_box .icon_list .icon i {
    font-size: 40px;
    color: #fff
}

.we_do_v1 .finlance_icon_box .icon_list .text {
    margin-left: 45px
}

.we_do_v1 .finlance_icon_box .icon_list .text h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .5
}

.finlance_fun_v1 .bg_overlay {
    opacity: .8
}

.finlance_fun_v1 .counter_box .icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px
}

.finlance_fun_v1 .counter_box .icon::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f34e3a;
    z-index: -1
}

.finlance_fun_v1 .counter_box .icon i {
    display: block;
    font-size: 45px;
    margin-left: 35px;
    color: #fff
}

.finlance_fun_v1 .counter_box h2 {
    color: #fff;
    font-family: Muli;
    margin-bottom: 5px
}

.finlance_fun_v1 .counter_box h4 {
    color: #fff;
    letter-spacing: .5px;
    font-weight: 600
}

.partner_v1 {
    border-bottom: 1px solid #e5e7ea
}

.partner_v1 .partner_slide .single_partner img {
    margin: 0 auto
}

.project_slide .grid_item .finlance_content {
    padding: 35px 0 40px
}

.project_slide .grid_item .finlance_img {
    position: relative;
    overflow: hidden
}

.project_slide .grid_item:hover .finlance_img .project_overlay {
    opacity: 1;
    visibility: visible
}

.project_slide .grid_item:hover .finlance_img .project_overlay .finlance_content {
    transform: translateY(0)
}

.project_slide .grid_item .finlance_img .project_overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(243, 78, 58, .7);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.project_slide .grid_item .finlance_img .project_overlay .finlance_content {
    width: 100%;
    text-align: center;
    transform: translateY(-100px);
    transition: all .4s
}

.project_slide .grid_item .finlance_img .project_overlay .finlance_content a.more_icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 27px;
    background: #fff;
    color: #f34e3a;
}

.project_slide .grid_item .finlance_img .project_overlay .finlance_content h3 a {
    color: #fff
}

.testimonial_v1 {
    position: relative;
}

.testimonial_v1 .testimonial_slide .testimonial_box {
    margin-left: 15px;
    box-shadow: 0 2px 10px 0;
    margin-right: 15px;
}

.testimonial_v1 .testimonial_slide .testimonial_box .finlance_content {
    padding: 65px 20px 69px 60px;
}

.testimonial_v1 .testimonial_slide .testimonial_box .finlance_content img {
    margin-bottom: 30px
}

.testimonial_v1 .testimonial_slide .testimonial_box .finlance_content p {
    font-size: 18px;
}

.testimonial_v1 .testimonial_slide .testimonial_box .finlance_content h3 {
    margin-bottom: 5px;
    font-weight: 600
}

.testimonial_v1 .testimonial_slide .testimonial_box .finlance_content h6 {
    font-family: Muli;
    font-weight: 400
}

.team_v1 .grid_item .finlance_img {
    position: relative;
    overflow: hidden
}

.team_v1 .grid_item .finlance_img img {
    width: 100%
}

.team_v1 .grid_item:hover .finlance_img .team_overlay {
    transform: translateY(-0%);
    opacity: 1;
    visibility: visible
}

.team_v1 .grid_item .finlance_img .team_overlay {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-100%);
    width: 100%;
    max-height: 200px;
    background: #fff !important;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.team_v1 .grid_item .finlance_img .team_overlay .finlance_content {
    padding: 33px 20px 40px;
}

.team_v1 .grid_item .finlance_img .team_overlay .finlance_content h3 {
    margin-bottom: 5px;
    color: #000;
}

.team_v1 .grid_item .finlance_img .team_overlay .finlance_content p {
    margin-bottom: 22px;
    color: gray;
    font-size: 1.1rem;
}

.team_v1 .grid_item .finlance_img .team_overlay .social_box li {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}

.team_v1 .grid_item .finlance_img .team_overlay .social_box li a {
    display: block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    background: #fff5f5;
    font-size: 14px;
    color: #000;
    transition: all .5s;
    box-shadow: 0 2px 10px 0 rebeccapurple;
}

.team_v1 .grid_item .finlance_img .team_overlay .social_box li a:focus,
.team_v1 .grid_item .finlance_img .team_overlay .social_box li a:hover {
    background: #29282f;
    color: #fff
}

.blog_v1 .blog_slide,
.service_v1 .service_slide,
.team_v1 .team_slide {
    margin-left: -15px;
    margin-right: -15px
}

.blog_v1 .blog_slide .grid_item,
.service_v1 .service_slide,
.team_v1 .team_slide .grid_item {
    margin-left: 15px;
    margin-right: 15px
}

.pricing_v1 .pricing_box {
    position: relative;
    padding: 40px 0;
    border: none !important;
    transition: all .3s;
    margin-left: 15px;
    margin-right: 15px;
    background: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)), url('https://tse2.mm.bing.net/th?id=OIP.xhy_X9W9XuEwoimL5mytSQHaEK&pid=Api&P=0&h=180');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff !important;
}

.pricing_v1 .pricing_box:hover {
    border-color: #ff5e14
}

.pricing_v1 .pricing_title {
    margin-bottom: 20px
}

.pricing_v1 .pricing_box .pricing_price {
    background: #fff;
    padding: 20px 10px;
    transition: all .5s
}

.pricing_v1 .pricing_box .pricing_body {
    padding: 30px 40px
}

.pricing_v1 .pricing_box .pricing_body ul li {
    line-height: 36px
}

.pricing_v1 .pricing_box .pricing_title h3{
    color: #fff !important;
}

.cta_v1{
    background: url('https://msadigitalwebworldsolutions.com/assets/admin/img/wp2940007.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.cta_v1 .section_title {
    margin-bottom: 0
}

.cta_v1 .section_title h2 {
    font-weight: 600
}

.cta_v1 .button_box .finlance_btn {
    background: red !Important;
    min-width: 200px
}

.cta_v1 .button_box .finlance_btn:focus,
.cta_v1 .button_box .finlance_btn:hover {
    background: #fff;
    color: #29282f
}

.blog_v1 .grid_item .finlance_img {
    position: relative;
    overflow: hidden
}

.blog_v1 .grid_item:hover .finlance_img .blog-overlay {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.blog_v1 .grid_item .finlance_img .blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9);
    border: 2px solid #df4a38;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s
}

.blog_v1 .grid_item .finlance_img img {
    width: 100%
}

.blog_v1 .grid_item .finlance_content {
    padding: 85px 40px
}

.blog_v1 .grid_item .finlance_content .post_meta {
    margin-bottom: 18px
}

.blog_v1 .grid_item .finlance_content .post_meta span {
    margin-right: 25px;
    display: inline-block
}

.blog_v1 .grid_item .finlance_content .post_meta span a {
    color: #6a6b71
}

.blog_v1 .grid_item .finlance_content .post_meta span i {
    margin-right: 10px
}

.blog_v1 .grid_item .finlance_content h3.post_title {
    font-size: 30px;
    padding-bottom: 25px
}

.blog_v1 .grid_item .finlance_content h3.post_title a:hover {
    color: #f34e3a
}

.blog_v1 .grid_item .finlance_content h3.post_title a {
    color: #29282f
}

.blog_v1 .grid_item .finlance_content p {
    margin-bottom: 5px
}

.blog_v1 .grid_item .finlance_content .btn_link {
    padding-top: 20px;
    text-transform: capitalize;
    color: #242429;
    font-weight: 500;
    font-family: Teko;
    letter-spacing: .3px;
    display: inline-block;
    transition: all .5s
}

.blog_v1 .grid_item .grid_inner_item .finlance_content .btn_link:focus,
.blog_v1 .grid_item .grid_inner_item .finlance_content .btn_link:hover {
    color: #f34e3a
}

.blog_v1 .grid_item .grid_inner_item .finlance_content .btn_link:after {
    display: inline-block;
    content: '\f101';
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 600;
    padding-left: 10px;
    vertical-align: middle;
    transition: all .5s
}

.footer_v1 .widget_box h4.widget_title {
    color: #fff;
    margin-bottom: 35px
}

.footer_v1 .widget_box.about_widget p,
.footer_v1 .widget_box.contact_widget p {
    color: gainsboro;
    margin-bottom: 15px
}

.footer_v1 .contact_widget {
    margin-left: 45px;
}

.footer_v1 .widget_box.contact_widget p {
    max-width: 210px;
    display: flex;
    gap: 0.5rem;
}

.footer_v1 .widget_box.contact_widget p a {
    color: #6c6b71
}

.footer_v1 .widget_box .widget_link li {
    line-height: 32px
}

.footer_v1 .widget_box .widget_link li:hover a {
    color: #f34e3a;
    padding-left: 10px
}

.footer_v1 .widget_box .widget_link li a {
    color: gainsboro;
    transition: all .5s;
}

.footer_v1 .widget_box.newsletter_box p {
    margin-bottom: 25px;
    color: gainsboro;
}

.footer_v1 .widget_box.newsletter_box .form_control {
    margin-bottom: 10px
}

.footer_v1 .widget_box.newsletter_box .finlance_btn {
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 1.2rem;
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    background: red;
}


.footer_v1 .widget_box.newsletter_box .finlance_btn:after {
    display: none
}

.footer_v1 .footer_bottom {
    position: relative;
    padding: 25px 0
}

.footer_v1 .footer_bottom .copyright_text p {
    color: #fff
}

.footer_v1 .footer_bottom .copyright_text p span {
    color: #f34e3a
}

.footer_v1 .footer_bottom .social_box {
    float: right
}

.footer_v1 .footer_bottom .social_box ul li {
    display: inline-block;
    margin-left: 5px
}

.footer_v1 .footer_bottom .social_box ul li a {
    font-size: 15px;
    display: block;
    width: 34px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #5f5f5f;
    box-shadow: 0 5px 20px 0 rgba(7, 20, 73, .1);
    transition: all .5s
}

.footer_v1 .footer_bottom .social_box ul li a:focus,
.footer_v1 .footer_bottom .social_box ul li a:hover {
    background: #f34e3a;
    color: #fff
}

.footer_v1 .footer_bottom:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #3a3a3f
}

.form_control {
    width: 100%;
    height: 50px;
    padding: 20px;
    background: #fff;
    border-radius: 3px
}

#scroll_up {
    background: #1f2332;
    border-radius: 50%;
    bottom: 10px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    z-index: 337
}

#scroll_up:focus,
#scroll_up:hover {
    background: #f34e3a;
    color: #fff
}

.breadcrumb-txt span {
    font-family: Teko !important
}

.subscribe-section span {
    font-family: Teko !important
}

.breadcrumb-txt span {
    font-family: Teko !important
}

.subscribe-section span {
    font-family: Teko !important
}

.subscribe-form button[type=submit],
.subscribe-form input[type=submit] {
    font-family: Teko !important
}

a.readmore-btn {
    font-family: Teko, sans-serif !important
}

.product-items .section-title {
    font-family: Teko, sans-serif !important
}

.courses-grid-style .course-item .course-content h3 {
    line-height: 34px !important;
    font-size: 24px !important
}

.charity-causes .causes-box .causes-content .content-info h3 a {
    font-size: 24px !important;
    line-height: 32px !important
}

ul.login {
    margin-left: 20px !important
}

a#cartIcon .cart-length {
    padding: 8px 10px 5px !important
}


/* Megamenu CSS */
.main-menu ul li.static {
	position: static;
}
.main-menu ul li .mega-menu {
	position: absolute;
	top: 110%;
	left: 0;
	width: 100%;
	max-height: 510px;
	overflow-y: auto;
	background: #fff;
	padding: 30px 20px;
	opacity: 0;
	visibility: hidden;
	text-align: left;
	box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
	transition: .3s;
	z-index: 9999;
}

.main-menu ul li .mega-menu .sidebar-menu .widget-categories ul.widget-link li a:hover, .main-menu ul li .mega-menu .sidebar-menu .widget-categories ul.widget-link li.active a {
    color: #000 !important;
}

.main-menu ul li .mega-menu::-webkit-scrollbar{
	background-color: #ccc;
	width: 8px;
}
.header_navigation .main-menu ul li .mega-menu::-webkit-scrollbar-thumb {
	background-color: #00000a;
}
.main-menu ul li:hover > .mega-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
}
.main-menu ul li .mega-menu .sidebar-menu .widget-categories ul.widget-link li{
	margin-bottom: 10px;
	display: block;
	border-bottom: 1px solid #ffffff1a;
	padding-bottom: 10px;
}
.main-menu ul li .mega-menu .sidebar-menu .widget-categories ul.widget-link li:last-child{
	margin-bottom: 0px;
}

.main-menu ul li .mega-menu .sidebar-menu .widget-categories ul.widget-link li a{
	font-size: 14px;
	padding: 0;
	color: #000;
}

.main-menu ul li .mega-menu .sidebar-menu .widget-categories ul.widget-link li a:hover,
.main-menu ul li .mega-menu .sidebar-menu .widget-categories ul.widget-link li.active a{
	color: red;
} 

.main-menu ul li .mega-menu .sidebar-menu .widget-categories ul.widget-link li:last-child{
	margin-bottom: 20px;
}
.sidebar-main-wrapper .mega-row h4.title{
	margin-bottom: 10px;
	margin-top: 10px;
}
.sidebar-main-wrapper .mega-row h4.title a{
	color: #000;
	font-weight: 500;
}

.sidebar-main-wrapper .mega-row{
	margin-bottom: 20px;
}
.sidebar-main-wrapper .mega-row:last-child{
	margin-bottom: 0px;
}
.sidebar-main-wrapper .box-item .box-img{
	margin-bottom: 10px;
}
.sidebar-main-wrapper .box-item .box-img img{
	width: 100%;
}
.sidebar-main-wrapper .box-item .box-info h4{
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}
.sidebar-main-wrapper .box-item .box-info h4 a{
	padding: 0 !important;
	color: #000 !important;
}
.sidebar-main-wrapper .box-item .box-info h4 a:hover{
	color: red !important;
}
li.mega-wrap {
    display: block !important;
}

/*Large Device*/
@media only screen and (min-width: 992px) and (max-width : 1199px) {
    .breakpoint-on .main-menu ul li.static {
		position: relative;
	}
	.breakpoint-on .nav-menu .main-menu ul li .mega-menu {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		background: transparent;
		padding: 0px 20px 0 40px;
		opacity: 1;
		visibility: visible;
		text-align: left;
		box-shadow: none;
		display: none;
		transition: none;
	}
}

/*Medium Device*/
@media only screen and (min-width: 768px) and (max-width : 991px){
    .sidebar-main-wrapper{
		display: none;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 991px) {
    .sidebar-main-wrapper{
		display: none;
	}
	.breakpoint-on .main-menu ul li.static {
		position: relative;
	}
	.breakpoint-on .nav-menu .main-menu ul li .mega-menu {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		background: transparent;
		padding: 0px 20px 0 40px;
		opacity: 1;
		visibility: visible;
		text-align: left;
		box-shadow: none;
		display: none;
		transition: none;
	}
	.header_navigation .main-menu ul > li.menu-item-has-children > a:after{
		display: none;
	}
}
/* New Package Style Start */
.logistics_pricing .pricing_slide .filter-nav {
    margin-bottom: 40px;
  }
  
  .logistics_pricing .pricing_slide .filter-nav .filter-btn li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: #212121;
    font-weight: 600;
    transition: all .3s;
    cursor: pointer;
  }
  
  .logistics_pricing .pricing_slide .filter-nav .filter-btn li:hover,
  .logistics_pricing .pricing_slide .filter-nav .filter-btn li:focus,
  .logistics_pricing .pricing_slide .filter-nav .filter-btn li.active {
    color: #61dc96;
  }
  /* New Package Style End */
  
  
.project_slide.masonry-row {
  display: block;
  width: 100%;
}
.pagination-nav {
    margin-top: 20px !important;
}


/*slider*/
.slider {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
}
.slider .slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  animation: slider 3s infinite linear;
  height: 200px;
}
@keyframes slider {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100%);
  }
}

/*success-stories*/

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.success-stories h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.success-stories h3,.success-stories h5{
    color: #fff;
}

.story {
    margin-bottom: 2rem;
    background: linear-gradient(rgba(227, 12, 12, 0.2), rgba(0,0,0,.5)), url('https://www.scnsoft.com/---home-page-illustrations/case-studies/1_software-products-development-for-a-global-leader-in-image-processing.png');
    background-size: cover;
    height: 300px;
    object-fit: cover;
    padding: 0 1rem;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.story-2 {
    background: linear-gradient(rgba(227, 12, 12, 0.2), rgba(0,0,0,.5)), url('https://www.scnsoft.com/---home-page-illustrations/case-studies/2_automation-of-cancer-drug-&-tpn-order-and-manufacturing_mid_670x270.jpg');
    background-size: cover;
}

.story-3 {
    background: linear-gradient(rgba(227, 12, 12, 0.2), rgba(0,0,0,.5)), url('https://www.scnsoft.com/---home-page-illustrations/case-studies/3_java-backend-for-hotel-services-app-mid_570x270.jpg');
    background-size: cover;
}

.story-4 {
    background: linear-gradient(rgba(227, 12, 12, 0.2), rgba(0,0,0,.5)), url('https://www.scnsoft.com/---home-page-illustrations/case-studies/4_gaming_platform_2_mid_270x270.jpg');
    background-size: cover;
}

.story-5 {
    background: linear-gradient(rgba(227, 12, 12, 0.2), rgba(0,0,0,.5)), url('https://www.scnsoft.com/---home-page-illustrations/case-studies/5_penetration-testing-for-an-award-winning-it-company-mid_270x270.jpg');
    background-size: cover;
}

.inside-story {
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
    padding: 2rem;
    opacity: 0;
    transition: all .4s ease;
    border: 1px solid;
}

.story:hover .inside-story {
    opacity: 1;
}

.story:hover .inside-story{
    color: #000;
}

.inside-story h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.story-1 {
    width: 40%;
    transition: all .4s ease;
}

.story-2 {
    width: 58%;
    transition: all .4s ease;
}

.story-3 {
    width: 48%;
}

.story-4,
.story-5 {
    width: 24%;
}

#img{
    width: 80%;
}

@media (max-width: 1200px){
    .team_v1 .grid_item .finlance_img .team_overlay {
       top: 40%;
    }
}

@media (max-width: 991px){
    .story{
        width: 100%;
    }
    .font3{
        font-size: 20px;
    }
}

@media (max-width: 768px){
    #img{
       margin-bottom: 2rem;
    }
    .testimonial_v1 .testimonial_slide .testimonial_box .finlance_img{
        padding: 2rem 3rem;
    }
}

@media (max-width: 300px){
    .team_v1 .grid_item .finlance_img .team_overlay {
       top: 30%;
    }
}


.case-studies .items{
    display: flex;
    flex-direction: column;
    margin-bottom: 36px;
}

.case-studies .item{
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 382px;
    background-position: bottom center;
    background-size: auto 350px;
    color: #131426;
    background: #ffb901;
    background: url('https://msadigitalwebworldsolutions.com/assets/admin/img/food-rocket-image.png') #ffb901;
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 32px;
    padding: 48px;
    border-radius: 12px;
}

.case-studies .item-instreamatic{
    background: url('https://msadigitalwebworldsolutions.com/assets/admin/img/instreamatic-image.png'),linear-gradient(102.03deg,#e8e9f1 0,#e8e9f1 100%) #e8e9f1;
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.case-studies .item-fg{
    background: url('https://msadigitalwebworldsolutions.com/assets/admin/img/flashgrid-image.png'),linear-gradient(93.31deg,#5e308c 0,#74308c 100%) #5e308c;
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff !important;
}

.case-studies .tags {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 24px;
    margin-top: 2rem;
}

.case-studies .tag{
    margin-right: 4px;
    padding: 3px 12px;
    border: 1px solid rgba(19,20,38,.16);
    border-radius: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: -.02em;
}

.case-studies .item h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 52px;
    width: 586px;
}

.case-studies .item .review-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 36px;
}

.case-studies .item .review-container>p {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    width: 562px;
    position: relative;
    padding: 16px;
}

.case-studies .item .review-container .review-author-container {
    display: -ms-flexbox;
    display: flex;
}

 .case-studies .item .review-container .review-author-container .left {
    padding: 0 16px;
}

.case-studies .item .review-container .review-author-container .left>img {
    width: 48px;
    height: 48px;
}

.case-studies .item .review-container .review-author-container .right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}


.case-studies .item .review-container .review-author-container .right>em {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.case-studies .item .review-container .review-author-container .right>p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -.02em;
}

.case-studies .item>a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 12px;
    gap: 8px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    height: 40px;
    background: #fff;
    color: #131426;
    border-radius: 8px;
    cursor: pointer;
}

.finlance_feature .left{
    width: 25%;
}

.finlance_feature .left img{
    width: 100%;
}

.finlance_feature .right{
    width: 70%;
}

.finlance_feature .right h5,
.finlance_feature .right p{
    text-align: left;
}

.process {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    background: linear-gradient(180deg,#f7efe3 0,#f7e4e3 100%);
}

@media (max-width: 991px){
    .process{
    padding: 4rem 0;
 }
}
.process .wrap-v4 {
    max-width: 100%;
    -ms-flex-pack: justify;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.process .wrap-v4>.left {
    width: 60%;
}

.process .wrap-v4>.left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 64px 64px 64px 0;
    color: #131426;
}

.process .wrap-v4>.left .section-title-block {
    margin-bottom: 28px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 200px;
}

.section-title-block {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 12px;
    background: 0 0;
    border: 1px solid rgba(19,20,38,.16);
    border-radius: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: linear-gradient(94.67deg,#9935e8 0,#e85535 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.process .wrap-v4>.left>h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
}

.process .wrap-v4>.left .collapsable {
    border-top: 1px dashed #c6b9a4;
    padding-top: 24px;
    margin-bottom: 24px;
}

.process .wrap-v4>.left .collapsable .content {
    display: -ms-flexbox;
    display: flex;
}

.process .wrap-v4>.left .collapsable .content .left {
    width: 64px;
}

.process .wrap-v4>.left .collapsable .content .left img {
    width: 40px;
    height: 40px;
    margin-right: 24px;
}

.process .wrap-v4>.left .collapsable .content .right {
    width: calc(100% - 64px);
}

.process .wrap-v4>.left .collapsable .content .right>h5 {
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
}

.process .wrap-v4>.left .collapsable .content .right>p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.02em;
    width: calc(100% - 24px);
}

.process .wrap-v4>.left .collapsable .items {
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 24px;
}

.process .wrap-v4>.left .collapsable .items>.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
}

.process .wrap-v4>.left .collapsable .items>.row .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 16px 24px;
    width: 100%;
    border-radius: 8px;
}

.process .wrap-v4>.left .collapsable .items>.row .item>.left {
    width: 44px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -.02em;
    color: #131426;
}

.process .wrap-v4>.left .collapsable .items>.row .item>.right {
    width: 285px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #131426;
}

.process .wrap-v4>.left .collapsable .items>.row .item>.right h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.process .wrap-v4>.left .action {
    margin-top: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 15px;
    gap: 8px;
    border: none;
    width: 100px;
    height: 40px;
    background: red;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
}

.process .wrap-v4>.right {
    position: relative;
    width: 40%;
}

.process .design-items{
    display: none;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.tch__fontsss {
    color: red;
    font-weight: bold;
    font-size: 60px !important;
}

.red__box {
    /* padding: 42px 0px 42px 0px; */
    background: transparent linear-gradient(180deg, #ffffff 0%, #f3f3f3 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #000;
    border-radius: 6px;
    opacity: 1;
    /* height: 93% !important; */
}

.tech_top_arrow {
    margin-bottom: 40px;
    margin-top: 20px;
    width: 24px !important;
}

.internal-Section-service {
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.internal-Section-service::-webkit-scrollbar{
    display: none;
}

.internal-Section-service .tech_text{
    font-size: 20px !important;
}

.red-arrow span{
    width: 100%;
    display: block;
    font-size: 2rem;
    color: red;
    padding: 1rem;
}

.tec__box {
    width: 70px;
    height: 70px;
    background: transparent linear-gradient(180deg, #ffffff 0%, #f3f3f3 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #d5d3d3;
    border-radius: 100%;
    opacity: 1;
    margin: 0 auto;
        display: flex;
}

.txt__tsch {
    text-align: center;
    font-weight: 700;
    height: 30px !important;
    /* margin-top: 18px !important; */
}

#marketingcard {
    background-color: #F2F2F2;
    padding: 70px 0 45px 0;
}

#marketingcard h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 54px;
    padding: 20px 0 0 0;
    text-align: center;
    color: #2E2E2E;
}

span.text-gradient-anim {
    background-image: url(https://www.genicsolutions.com/wp-content/uploads/2023/02/text-animation-bg.png);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 40s infinite linear;
    background-size: 200%;
    background-color: #363232;
}

#marketingcard p {
    width: 80%;
    margin: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    padding: 0 0 50px 0;
    text-align: center;
    color: #2E2E2E;
}

#marketingcard .card {
    max-width: 25rem;
    /* max-width: 18rem; */
    padding: 25px 0 0px 0;
    border: none;
    margin: 0 auto;
    height: 100%;
    border-radius: 15px;
}

.marketingcard1 {
    position: relative;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    border: 2px dashed red;
    min-height: 80px;
    box-shadow: 0 3px 16px 0 red!important;
    transition: all 5s linear;
}

#marketingcard .card:hover .marketingcard1{
    transform: rotate(360deg);
}

#marketingcard .card .marketingcard1 img {
    margin: 15px 0;
}

#marketingcard .card .card-body {
    padding: 5px 10px 0 10px;
}

#marketingcard .card h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 29px;
    /* min-height: 63px; */
    text-align: center;
    color: #000000;
    margin-top: 1rem;
}

#marketingcard p {
    width: 80%;
    margin: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    padding: 0 0 50px 0;
    text-align: center;
    color: #2E2E2E;
}

.marketingcard1:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.marketingcard1:after {
    top: -2px;
    left: 0px;
    padding: 0;
    z-index: 10;
}

.label-img{
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0;
    position: relative;
    top: -3rem;
    padding: 1rem;
    border-radius: 10px; 
    background: #fff;
    width: 70%;
}


    .latest-pro {
        padding: 20px 40px;
        margin-top: 5rem;
    }
    
    .pro-boxes {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .pro-box {
        width: 23%;
        height: 200px;
        text-align: center;
        position: relative;
        transition: all .4s ease;
    }
    
    .pro-box:hover img {
        scale: 1.1;
        border-radius: 5px;
        opacity: .5;
    }
    
    .pro-box:hover .hovering {
        bottom: -50px;
        opacity: 1;
    }
    
    .pro-box h2{
        margin-top: 2rem;
    }
    
    .pro-img {
        transition: all .4s ease;
        overflow: hidden;
    }
    
    .hovering {
        position: absolute;
        bottom: -100px;
        background-color: #fff;
        width: 100%;
        transition: all .4s ease;
        opacity: 0;
        padding: 1.5rem;
    }
    
    .pro-box img {
        border-radius: 5px;
        height: 250px;
        transition: all .4s ease;
    }
    
     
    .testi-box {
        display: flex;
        justify-content: center;
        flex-direction: column;
        background: #fafafa;
        padding: 1rem;
    }
    
    .testi-top,
    .testi-star,
    .testi-text {
        width: 100%;
    }
    
    .testi-top {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .testi-star {
        margin-top: 1rem;
    }
    
    .testi-text {
        height: 100px;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    
    .testi-img {
        width: 30%;
    }
    
    .testi-img img {
        border-radius: 10%;
        object-fit: cover;
        height: 70px;
    }
    
    .testi-info {
        width: 67%;
    }
    
    .testi-info h3,
    .testi-info h6 {
        margin: 0.6rem;
    }
    
    .fa-star {
        color: rgb(251, 142, 40);
    }

.pro-btn{
    width: 100%;
    text-align:center; 
    margin-top: 15rem;
}

.team-boxes {
        width: 100%;
        margin-top: 3rem;
        background: linear-gradient(92.07deg, #131426 0, #211326 100%);
        padding: 4rem 0;
    }
    
    .team-box {
        position: relative;
        height: 300px;
        color: #fff;
    }
    
    .team-box:hover .team-hover {
        opacity: 1;
    }
    
    .team-img {
        width: 30%;
        margin: 0 auto;
        text-align: center;
    }
    
    .team-img img {
        border-radius: 100%;
        height: 7vw;
        width: 7vw !important;
        object-fit: cover;
        margin: 0 auto;
    }
    
    .team-hover {
        width: 100%;
        background-color: #fff;
        color: #000;
        padding: 1rem;
        border-radius: 10px;
        position: absolute;
        bottom: 80px;
        left: 0;
        opacity: 0;
        transition: all .4s ease;
    }
    
    .team-hover h2,.team-hover h4{
        color: #000;
    }
    
    .team-boxes .owl-carousel.owl-drag .owl-item {
        padding-top: 4rem;
    }
    
    .team-boxes .owl-carousel .owl-nav button.owl-next,
    .team-boxes .owl-carousel .owl-nav button.owl-prev,
    .feature_v1 .owl-carousel .owl-nav button.owl-next,
    .feature_v1 .owl-carousel .owl-nav button.owl-prev{
        font-size: 3rem;
        border: 2px solid #fff;
        padding: 0rem 1.2rem .6rem 1.2rem !important;
    }
    
    .team-boxes .owl-carousel .owl-nav button.owl-next,
    .team-boxes .owl-carousel .owl-nav button.owl-prev,
    .feature_v1 .owl-carousel .owl-nav button.owl-next,
    .feature_v1 .owl-carousel .owl-nav button.owl-prev{
        font-size: 3rem;
        color: #fff;
    }
    
    .team-boxes .owl-theme .owl-nav,
    .feature_v1 .owl-theme .owl-nav{
        margin-top: 50px !important;
    }

.finlance_footer{
    background: url('https://msadigitalwebworldsolutions.com/assets/admin/img/dszpdw-b5aea991-8440-4d6b-a8b5-73920c30bbe3.jpg');
    background-size: cover;
    width: 100%;
}
@media (max-width: 1200px){
    .team-hover{
        bottom: 50px;
    }
}

@media (max-width: 991px){
    .case-studies{
        margin-top: 0;
    }
    .case-studies .item,
    .case-studies .item-instreamatic,
    .case-studies .item-fg{
        background-position: bottom center;
        padding: 32px 15px;
        padding-bottom: 50rem;
    }
    .case-studies .item h3,
    .case-studies .item .review-container>p {
        width: 100%;
    }
    .finlance_feature .left,
    .finlance_feature .right{
        width: 100%;
    }
    .finlance_feature .right h5,
     .finlance_feature .right p{
       text-align: center;
}
.finlance_feature .owl-carousel .owl-item img{
    width: 30% !important;
    margin: 0 auto !important;
}

.process .wrap-v4 {
    flex-direction: column;
}

.process .wrap-v4>.left{
    width: 100%;
    padding: 0;
}

.process .wrap-v4>.right{
    width: 100%;
    margin-top: 5rem;
}

.pro-boxes {
        flex-direction: column;
    }
    
    .pro-box {
        width: 50%;
        margin: 0 auto;
    margin-bottom: 15rem;
    }
.pro-btn{
    margin-top: 0;
}

.team-img img {
        height: 12vw;
        width: 12vw !important;
    }
}

 .pricing-container {
            max-width: 1200px;
            margin: 0px auto;
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
        }
        
        .pricing-card {
            background-color: #fff;
            box-shadow: 0 2px 10px 0;
            border-radius: 20px;
            margin: 20px;
            flex: 1;
            text-align: center;
            transition: transform 0.3s;
        }
        
        .pricing-card:hover {
            transform: scale(1.05);
        }
        
        .pricing-card h2 {
            color: #3498db;
        }
        
        .pricing-card p {
            color: #555;
            margin: 8px 0;
            line-height: 2.4rem;
            font-size: 1.2rem;
        }
        
        .pricing-card button {
            background-color: #000;
            color: white;
            padding: 12px 24px;
            border: none;
            border-radius: 100px;
            cursor: pointer;
            font-size: 16px;
            transition: background-color 0.3s;
            position: relative;
            top: 20px;
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .pricing-card:nth-child(1) {
            animation: fadeInUp 0.5s ease-in-out 0.3s;
        }
        
        .pricing-card:nth-child(2) {
            animation: fadeInUp 0.5s ease-in-out 0.6s;
        }
        
        .pricing-card:nth-child(3) {
            animation: fadeInUp 0.5s ease-in-out 0.9s;
        }
        
        .price {
            background-color: red;
            border-radius: 20px;
            padding: 2rem 0;
            box-shadow: 0 2px 10px 0;
            color: #fff;
            height: 170px;
        }
        
        .price h2 {
            color: #fff;
            padding-top: 1rem;
        }
        
        .price-2 {
            background-color: purple;
        }
        
        .price-3 {
            background-color: green;
        }
        
        .price span {
            font-size: 2rem;
        }
        /* Media Query for Responsive Design */
        
        @media (max-width: 768px) {
            .pricing-card {
                flex-basis: 100%;
            }
        }

@media (max-width: 768px){
    .case-studies .item,
    .case-studies .item-instreamatic,
    .case-studies .item-fg{
        padding-bottom: 40rem;
    }
    .label-img{
        width: 90%;
    }
    .pro-box {
        width: 70%;
    }
    
.team .owl-carousel .owl-item img {
    width: 30vw;
    height: 30vw;
}
.team-hover{
        bottom: 80px;
    }
}

@media (max-width: 600px){
    .case-studies .item,
    .case-studies .item-instreamatic,
    .case-studies .item-fg{
        padding-bottom: 30rem;
    }
    .team-img img {
        height: 16vw;
        width: 16vw !important;
    }
}

@media (max-width: 500px){
    .pro-box {
        width: 90%;
    }
    .team-img img {
        height: 20vw;
        width: 20vw !important;
    }
    .team-hover{
        bottom: 50px;
    }
    .process .wrap-v4>.right {
        display: none;
}
}


 .pricing-card {
            background-color: #fff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            border-radius: 20px;
            margin: 20px;
            flex: 1;
            text-align: center;
            transition: transform 0.3s;
        }
        
 .pricing-card:hover {
            transform: scale(1.05);
        }
        
        .pricing-card h2 {
            color: #3498db;
        }
        
        .pricing-card p {
            color: #555;
            margin: 8px 0;
            line-height: 2.4rem;
            font-size: 1.2rem;
        }
        
        .pricing-card a {
            background-color: red;
            color: white;
            padding: 12px 24px;
            border: none;
            border-radius: 100px;
            cursor: pointer;
            font-size: 16px;
            transition: background-color 0.3s;
            position: relative;
            top: 20px;
            text-decoration :none;
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .pricing-card:nth-child(1) {
            animation: fadeInUp 0.5s ease-in-out 0.3s;
        }
        
        .pricing-card:nth-child(2) {
            animation: fadeInUp 0.5s ease-in-out 0.6s;
        }
        
        .pricing-card:nth-child(3) {
            animation: fadeInUp 0.5s ease-in-out 0.9s;
        }
        
        .price {
            background-color: red;
            border-radius: 20px;
            padding: 2rem 0;
            box-shadow: 0 2px 10px 0 gainsboro;
            color: #fff;
        }
        
        .price h2 {
            color: #fff;
        }
        
        .price-2 {
            background-color: purple;
        }
        
        .price-3 {
            background-color: green;
        }
        
        .price-4 {
            background-color: cadetblue;
        }
        
        .price-5 {
            background-color: orangered;
        }
        
        .price span {
            font-size: 2rem;
        }
        .logistics_pricing .owl-item{
            height: 700px;
        }
        /* Media Query for Responsive Design */
        
        @media (max-width: 768px) {
            .pricing-card {
                flex-basis: 100%;
            }
        }
        
 .can-help {
            padding-top: 64px;
            background: #fff;
            color: #131426;
            overflow: hidden;
        }
        
        .can-help .heading {
            text-align: center;
        }
        
        .wrap-v4 {
            width: 90%;
            margin: 0 auto;
        }
        
        .can-help .heading .section-title-block {
            margin-bottom: 24px;
        }
        
        .section-title-block {
            font-size: 14px;
            font-weight: 700;
            line-height: 22px;
            letter-spacing: .56px;
            text-transform: uppercase;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 4px 12px;
            background: 0 0;
            border: 1px solid red;
            border-radius: 40px;
            background: red;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .can-help .heading .sub-title {
            font-family: Inter, sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: -.32px;
        }
        
        @media (max-width: 1200px) {
            .can-help .horizontal-scroll-container {
                margin: 0 -40px;
            }
        }
        
        .can-help .tabs {
            display: flex;
            flex-direction: row;
            align-items: stretch;
            flex-wrap: nowrap;
            justify-content: space-between;
        }
        
        .horizontal-scroll-container {
            overflow-x: auto;
            overflow-y: hidden;
        }
        
        .horizontal-scroll-container::-webkit-scrollbar {
            display: none;
        }
        
        .can-help .tabs__item {
            padding: 34px 24px;
            min-width: 164px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -ms-flex-align: center;
            align-items: center;
            cursor: pointer;
            position: relative;
        }
        
        .can-help .tabs__art {
            width: 32px;
            height: 32px;
            margin-bottom: 16px;
        }
        
        .can-help .content {
            background: linear-gradient(180deg, #f3e9e9 0, rgba(243, 233, 233, .33) 100%);
            padding: 40px 0 80px 0;
            color: #131426;
        }
        
        .can-help .content .items {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-bottom: 40px;
            background: none;
        }
        
        .can-help .content .items .item {
            width: 49%;
            margin-bottom: 1rem;
        }
        
        .can-help .content .items .item__content {
            height: 100%;
            padding: 32px;
            border-radius: 8px;
            background: #fff;
        }
        
        .actions-wrap.-center {
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .actions-wrap {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
            flex-direction: row;
            gap: 8px;
        }
        
        .action-btn.-arrow-right {
            position: relative;
            padding-right: 42px;
        }
        
        .action-btn {
            display: inline-block;
            font-family: Gilroy, sans-serif;
            font-size: 12px;
            font-weight: 700;
            line-height: 22px;
            border-radius: 6px;
            background: #131426;
            color: #fff;
            border: 1px solid #131426;
            padding: 4px 12px;
            cursor: pointer;
        }
        
        .tabs-content-item-2,
        .tabs-content-item-3,
        .tabs-content-item-4,
        .tabs-content-item-5,
        .tabs-content-item-6,
        .tabs-content-item-7 {
            display: none;
        }
        
        @media (max-width: 768px) {
            .can-help .content .items .item {
            width: 100%;
        }
}

        .hero {
            background: #1d1e40;
            text-align: center;
            padding: 6rem 0;
        }
        
         .hero .title {
            width: 100%;
            color: #fff;
            margin-bottom: 4rem;
        }
        
        .hero .row {
            width: 100%;
            margin: 0 auto;
        }
        
        
         .hero .col {
            flex-basis: 22%;
            cursor: pointer;
            display: flex;
            justify-content: center;
        }
        
         .hero .shape {
            width: 230px;
            height: 220px;
            border: 2px solid #fff;
            border-radius: 126% 50% 80% 100% / 80% 50% 107% 100%;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            transition: 0.5s;
            position: relative;
        }
        
         .hero .inner-shape {
            width: 200px;
            height: 230px;
            border-radius: 50% 126% 100% 80% / 50% 80% 100% 107%;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            transition: 0.5s;
        }
        
         .hero .bkg1 {
            background: #e91e63;
        }
        
         .hero .content {
            color: #fff;
            position: relative;
        }
        
         .hero .col:hover .shape,
         .hero .col:hover .inner-shape {
            width: 220px;
            height: 200px;
            border-radius: 77% 87% 77% 90% / 54% 52% 114% 107%;
        }
        
         .hero .shape span {
            width: 60px;
            height: 60px;
            font-size: 20px;
            color: #fff;
            position: absolute;
            top: -20px;
            right: -20px;
            border: 2px solid #fff;
            background-color: #e91e63;
            border-radius: 50%;
            box-shadow: 0 0 20px -2px #000;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
         .hero .bkg2,
         .hero .shape .span-2 {
            background: #4caf50;
        }
        
         .hero .bkg3,
         .hero .shape .span-3 {
            background: #3f51b5;
        }
        
         .hero .bkg4,
         .hero .shape .span-4 {
            background: #ff5722;
        }
        
        @media (max-width: 1200px){
        .hero .col {
            margin-bottom: 4rem;
        }
}
.section_title span {
    color: red !important;
}
        .circle {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 5vw;
            width: 5vw;
            background-color: red;
            border-radius: 50%;
        }
        
        .circle>i {
            color: #fff;
            font-size: 25px;
        }
        
        #page2 {
            position: relative;
            height: 100vh;
            width: 100vw;
            background-color: #FCDA69;
        }
        
        #page2 .page2-btn{
            position: absolute;
            right: 70px;
            top: 20px;
        }
        
        @media (max-width: 768px){
          #page2 .page2-btn{
            position: static;
            margin-top: 1rem;
           }   
        }
        
        #project {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 50%;
            width: 90%;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 5%;
        }
        
        .projects {
            border-top: 2px solid #000;
            height: 100%;
            width: 31%;
        }
        
        #text3 {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0px 20px;
            height: 30%;
            width: 100%;
        }
        
        #image {
            height: 70%;
             overflow: hidden;
            width: 100%;
        }
        
        #image>img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            border-radius: 5px;
             transition: all .4s ease;
        }
        
        #image>img:hover {
            scale: 1.1;
        }
        
        .p2 {
            position: relative;
            top: -20%;
        }
        
        .p3 {
            position: relative;
            top: -50%;
        }
        
        #text4 {
            position: absolute;
            top: 10%;
            left: 5%;
            height: 20%;
            width: 30%;
        }
        
        #text4>h1 {
            margin-top: 20px;
            font-size: 50px;
        }
        
        #text4>h5 {
            color: red;
            transform: rotate(-20deg);
            position: absolute;
            top: 0%;
            left: 0%;
        }
        
        #page3 {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0px 60px;
            position: relative;
            height: 100vh;
            width: 100vw;
            background-color: #FCDA69;
        }
        
        #left1 {
            height: 70%;
            width: 35%;
        }
        
        #right1 {
            position: relative;
            height: 40vw;
            width: 40vw;
            border-radius: 50%;
            border: 2px solid #000;
        }
        
        .line {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0px 30px;
            height: 10%;
            width: 100%;
        }
        
        .l1 {
            position: absolute;
            z-index: 99;
        }
        
        .l2 {
            left: 10%;
            top: 47%;
            width: 65%;
            border-bottom: 2px solid #000;
            position: absolute;
            transform: rotate(15deg);
            transform-origin: left;
        }
        
        .c1 {
            height: 12vw;
            width: 12vw;
        }
        
        .c1>i {
            font-size: 80px;
        }
        
        #text5 {
            position: relative;
            height: 30%;
            width: 100%;
        }
        
        #text5>h1 {
            padding-top: 20px;
            font-size: 60px;
        }
        
        #text5>h5 {
            color: #8873EF;
            transform: rotate(-20deg);
            position: absolute;
            top: 0%;
            left: 0%;
        }
        
        #info {
            margin-top: 50px;
            height: 50%;
            width: 100%;
        }
        
        .infos {
            display: flex;
            align-items: center;
            gap: 20px;
            padding-left: 20px;
            height: 50%;
            width: 100%;
            border-top: 2px solid #000;
        }
        
        .i1 {
            background-color: #fff;
        }
        
        .i1>i {
            color: #000;
        }
        
        @media (max-width: 768px) {
            .projects{
                margin: 2rem 0;
                width: 90%;
            }
           #project{
               position: static;
               flex-direction: column;
               width: 100%;
               transform: translateX(0%);
           }
           #page2{
               position: static;
               text-align: center;
               height: 100%;
               padding: 2rem 0;
           }
           #text3{
               padding: 20px 0px;
           }
           #text4{
               width: 100%;
               position: static;
           }
           #text4 h5{
               display: none;
           }
           .circle{
               height: 10vw;
               width: 10vw;
           }
           .circle>i {
    font-size: 20px;
}
        }
        
a#cartIcon{
    display: none !important;
}

 .animated-text {
            font-size: 2em;
            color: #16D07A;
            margin-bottom: 1rem;
            white-space: nowrap;
            overflow: hidden;
            position: relative;
        }
        
        .animated-text span {
            display: inline-block;
            opacity: 0;
            position: relative;
            animation: scaleIn 5s forwards infinite;
        }
        
        
        @keyframes scaleIn {
            0% {
                opacity: 0;
                transform: translateX(-100%);
            }
            100% {
                opacity: 1;
                transform: translateX(100%);
            }
        }
        
        .animated-text-2{
            color: #fff;
            font-size: 76px;
            letter-spacing: -.4rem;
            line-height: 6rem;
            margin-bottom: 2rem;
            font-weight: 900;
        }
        
        .animated-text-2 span{
            display: inline-block;
            opacity: 0;
            transform: translateY(1em);
            animation: scaleIns 5s forwards infinite;
        }
            
        @keyframes scaleIns {
             0%,
            100% {
                opacity: 0;
                transform: scale(0.5);
            }
            50% {
                opacity: 1;
                transform: scale(1);
            }
        }
        
         .big-wrapper {
            width: 100%;
            margin: 0 auto;
        }
        
        .big-wrapper .wrapper {
            width: 33%;
            transition: all .4s ease;
            height: 150px;
            padding: 0.5rem;
            border-radius: 10px;
        }
        .big-wrapper .wrapper .right-wrapper p{
            color: #000;
        }
        .big-wrapper .wrapper:hover{
            background: red;
        }
        
        .big-wrapper .wrapper:hover .big-wrapper .wrapper .right-wrapper h5,
        .big-wrapper .wrapper:hover .big-wrapper .wrapper .right-wrapper p{
            color: #fff;
        }
        
        .big-wrapper .left-wrapper {
            width: 35%;
        }
        
        .big-wrapper .left-wrapper img {
            border-radius: 10px;
            width: 100%;
        }
        
        .big-wrapper .right-wrapper {
            width: 60%;
        }
        
        .sub-menu-2{
            width: 100vw !important;
            padding: 1rem !important;
        }
        
@media (max-width:991px){
    .big-wrapper .wrapper{
        display: flex !important;
        justify-content: flex-start;
        padding: 1rem !important;
    }
    .big-wrapper .left-wrapper img {
        width: 70%;
    }
    .sub-menu-2{
       width: 89vw !important;
    }
    .menu-item-has-children-2{
        overflow: hidden;
    }
}

@media (max-width:768px){
    .big-wrapper .left-wrapper{
        margin-right: 1rem
    }
    .big-wrapper .right-wrapper{
        line-height: 1.4rem;
    }
    .big-wrapper .wrapper {
        width: 90% !important;
        height: 120px;
    margin: 1rem 0.1rem !important;
    }
    .sub-menu-2{
       padding: .3rem !important;
    }
    .big-wrapper .wrapper{
        padding: 0rem !important;
    }
}

@media (max-width:583px){
     .big-wrapper .left-wrapper img {
        width: 100%;
    }
}

@media (max-width:400px){
    .big-wrapper .left-wrapper{
        margin-right: .5rem
    }
    .big-wrapper .wrapper {
        width: 88% !important;
        }    
}    

  .animated-text {
            font-size: 1.4rem;
            font-weight: bold;
            color: #fff;
            display: block;
        }
        
        .animated-text-2{
            font-size: 4rem;
        }
        
        .letter {
            display: inline-block;
            transform-origin: 50% 50%;
            opacity: 0;
            animation: reveal 5s forwards infinite;
        }
        
        @keyframes reveal {
            to {
                opacity: 1;
                transform: scale(1);
            }
        }

.section_title span.line-circle,
.section_title span.line-circle:after {
    background: red !important;
}        

.blog_v1 .grid_item .finlance_img .blog-overlay{
    border: 2px solid red !important;
}

input[type="submit"], button[type="submit"]{
    border: 1px solid red !important;
}

input[type="submit"]:hover, button[type="submit"]:hover{
    color: #fff !important;
}

.finlance_footer .base-color {
    color: red !important;
}

.finlance_footer .social_box ul li a:hover {
    background-color: red !important;
}

.footer_v1 .widget_box .widget_link li a:hover {
    color: red !important;
}


.blog_v1 .grid_item .finlance_content h3.post_title a:hover {
    color: red;
}

/*contact*/
.contact-form-section .single-info .icon-wrapper i {
    color: #fff !important;
}

.contact-form-section .single-info .icon-wrapper {
    border: 1px solid red !important;
    background: red !important;
}

.contact-form-section .single-info:hover .contact-form-section .single-info .icon-wrapper{
    background-color: red !important;
}

.info-txt .base-color {
    color: red !important;
}

input[type="submit"], button[type="submit"] {
    background-color: red !important;
}

ul .breadcumb li a:hover{
    color: red !important;
}

.login-area{
    background: antiquewhite;
}

.login-area .login-content .input-btn a {
    color: red !important;
}

/*service-section*/

.index_service_bg {
    background-image: url(../images/home/service_bg.png);
    background-repeat: no-repeat;
    background-position: top right;
}
        
.section_title .con1 {
    color: #0993b2;
    font-size: 28px;
}
        
.fnt_40 {
    font-size: 40px;
    letter-spacing: -1px;
    padding: 45px 0px 0px;
}
        
.c_fb541b {
    color: #fb541b;
}
        
.index_service {
    box-shadow: 0px 5px 55px 5px #e1e3ef;
    border-radius: 36px;
    padding: 18px 18px;
    background: #fff;
    height: 370px;
}
        
.read_more {
    position: relative;
    text-align: center;
    top: 11px;
}
        
.read_more.index {
    top: -23px;
}
        
.read_more_btn {
    background-color: red;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
}
        
.index_service h5 {
    letter-spacing: -1px;
}
        
.index_service p {
    -webkit-font-smoothing: antialiased;
    margin-bottom: 15px;
}